/*
  Theme Name: WNSKIN8
  Theme Uri: http://waanee.com
  Author: waanee
  Author Uri: http://waanee.com
  Description: wnskin8
  */

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(http://waanee.com/fonts/nanum-barun-gothic/nanumbarungothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
	font-family: 'Nanum Gothic';
	font-weight: normal;
	src: local("?"),
	url(//t1.daumcdn.net/tistory_admin/static/manage/font/NotoSansCJKkr-Regular.woff) format('woff'),
	url(//t1.daumcdn.net/tistory_admin/static/manage/font/NotoSansCJKkr-Regular.otf) format('opentype');
}


/* Webkit */
::selection {
background: #898989;
color:#fff;
}
/* Gecko/Mozilla */
::-moz-selection {
background: #898989;
color:#fff;
}

body {
  background: #fff;
  /*font-family: 'Nanum Gothic', 'Lato', sans-serif;*/
	font-family: Helvetica-Light,HelveticaNeue-Light,"Helvetica Neue Light","나눔고딕",nanumgothic,AppleSDGothicNeo,"malgun gothic","맑은 고딕",sans-serif;
  font-weight: 300;
  font-size: 14px;
	letter-spacing:-0.4px;
  line-height: 22px;
  color: #000;
}

html {
  height: 100%;
}


a{
  color:#555;
}

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

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 {
  font-family: 'Noto Sans DemiLight', 'Lato', sans-serif;
  font-weight: 400;
	letter-spacing:-0.5px;
}

h1{
  color: #686868;
}

h2{
  font-size: 20px;
  color: #686868;
}

h3{
  font-size: 18px;
}

.overflow{
  overflow: hidden;
}

.uppercase{
  text-transform: uppercase;
}

.container{
  background: transparent;
  width: 966px;
}

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

.inline{
  display: inline-block;
}

.padding{
  padding: 65px 0;
}

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

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

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

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

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

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

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

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

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

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

.margin-bottom{
  margin-bottom: 35px;
}

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

.btn-common2{
	border:1px solid #b3b3b3;
	color:#fff;
}

.btn-common2:hover{
	color:#d3d3d3;
}

.carousel-indicators.visible-xs {
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  /*top: -35px;*/
  width: 100%;
  left: 0;
}

.carousel-indicators.visible-xs li {
  border-color: #898989;
  border-width: 2px;
  height: 12px;
  margin: 0 5px 0 0;
  width: 12px;
}

.carousel-indicators.visible-xs li.active {
  background: rgba(210, 153, 72, 0.7);
}

.tophead{
  background: #383838;
  width: 100%;
  height:30px;
  display: none;
}

.tophead .container{
  background: transparent;
}

.tophead a{
  color:#b3b3b3;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0px 5px;
}

#mainMenu{
	position:absolute; z-index:200; width:100%;
}

#mainMenu .container{
	position:relative;
}

#mainMenu .navbar-inverse{
	background:transparent;
	border:0px;
}

#subMenu{
	position:absolute; z-index:200; width:100%;
}

#subMenu .container{
	position:relative;
}

#subMenu .navbar-inverse{
	background:transparent;
	border:0px;
}

/****************************************************
main Page
*****************************************************/
#mainPage .col-md-3, #mainPage .col-sm-3{
	width:25%;
}
@media (max-width:966px){
	#mainPage .col-md-3, #mainPage .col-sm-3{
		width:50%;
	}
}


/****************************************************
page loading
*****************************************************/
#loading {
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 position: fixed;
 display: block;
 opacity: 1;
 background-color: #fff;
 z-index: 120;
 text-align: center; }

#loading-image {
 position: absolute;
 top: 50%;
 left: 48%;
 width: 38px;
 z-index: 130; }

/****************************************************
Header
*****************************************************/
#header{
	position:fixed;
	display:none;
  border-bottom:1px solid #E0E5EE;
  /*margin-bottom:50px;*/
  /*padding: 20px 0px;*/
	padding: 0px 0px;
  background: #fff;
	/*top:0px;*/
	width:100%;
	height:auto;
	left:0px;
	z-index:300;
	opacity:0.9;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  -webkt-transform: translateY(60);
	transform: translateY(60);
}

#header.nav-up {
	top: -60px;
  -webkit-transform: translateY(0);
	transform: translateY(0);
}

#header.nav-down {
	top: 0px;
  -webkit-transform: translateY(60);
	transform: translateY(60);
}

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

#header .navbar {
  background: #fff;
  border-radius: 0px !important;
  border: 0px;
  margin-bottom: 0;
}

#header .navbar-toggle{
  margin-top: 10px !important;
}

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

#header .navbar-brand img{
	float:left;
	margin-right:10px;
	height:40px;
	position:relative;
	top:6px;
}

#header .navbar-brand h1{
	float:left;
	position:relative;
	top:16px;
  padding: 0;
  margin: 0;
  font-size: 24px;
  color:#373737;
	font-weight:normal;
}

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

#header .navbar-nav.navbar-right >li a {
  color: #696969;
  font-size: 13px;
  padding: 20px 20px;
  text-transform: uppercase;
  font-weight: 400;
}

#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: #f3f3f3;
  border: 0;
  color: #000;
}

#header .navbar-inverse .navbar-nav  li a:hover{
  color: #898989;
}


/*Dropdown menu*/

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

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

#header .navbar-nav li ul.sub-menu li .active{
  background: #fef7ee;
  color: #898989;
  position: relative;
}

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

#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: #f3f3f3;
  color: #898989;
}


/****************************************************
footer
*****************************************************/
#footer {
  clear: both;
  padding-bottom: 20px;
	background-image:url('./images/footer.jpg');
	background-position:top center;
  font-size: 13px;
  color: #818181;
}

#footer .container {
  background: transparent;
}

#footer a{
  color: #818181;
}

#footer a:hover{
  color: #000;
}

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

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

#footer .nav-pills>li>a{
  background: transparent;
}

#footer .nav-pills>li>a:hover{
  background: transparent;
}

#footer .copyright-menu{
	text-align:center;
}

#footer .copyright-text{
	text-align:center;
}

#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: 25px;
}

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

.testimonial .media>.pull-left img{
  margin-top: 6px;
}

.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: 40px;
  color: #d99c4e;
  font-family: 'Noto Sans', sans-serif;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Opera, Chrome, 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', sans-serif;
  line-height: 0;
}

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

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

.form-control:hover,
.form-control:focus{
  border-color: #b3b3b3;
  outline: none;
  box-shadow: none;
}

.btn-submit {
  width: 100%;
  background-color: #474747;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 5px;
  border-bottom: 3px solid #000000;
  box-shadow: none;
  padding: 10px;
}

.btn-submit:hover,
.btn-submit:focus{
  color: #fff;
  outline: none;
  box-shadow: none;
  opacity: .8;
}

.copyright-text{
  margin-top: 10px;
  color: #818181;
}

/* pageTop */
.pageTopButtom{
  position: fixed;
  bottom: 50px;
  right : 10px;
  padding: 13px 13px 10px 13px;
  font-size: 20px;
  color: #898989;
  cursor: pointer;
	border-radius:5px;
}



/****************************************************
carousel-container
*****************************************************/

#carousel-container {
  width: 100%;
  height: 550px;
  overflow: hidden;
}

@media (max-width:1200px) {
  .container{
    width: 1000px;
  }
  #carousel-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
}
@media (max-width:992px) {
  .container{
    width: 100%;
  }
  .post-content iframe {
    max-width: 100%;
  }
  #carousel-container {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
@media (max-width:966px) {
  .container{
    width: 100%;
  }
  #carousel-container {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
@media (min-width:966px){
  .navbar-toggle{
    display: none;
  }
}

#mobile-menu {
	position:absolute; z-index:100; background:transparent !important; border:0px; margin:0px; padding:0px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	background:#fff;
	border-color:transparent;
}


/****************************************************
carousel
*****************************************************/

.carousel-caption{
  right:35%;
  left:35%;
  top:25%;
}

.carousel-fade .carousel-inner>.item>img {
  position:absolute; top:0px;
}

@media (max-width:1025px) {
	.carousel-fade .carousel-inner>.item>img {
		position:relative; top:0px;
	}
}

@media (max-width:760px) {
	#home-slider .slide-text{
		top:20px !important;
	}

  .carousel-caption{
    right:20%;
    left:20%;
    top:18%;
  }

	.carousel-fade .carousel-inner>.item>img {
		position:relative; top:0px;
	}
	.padding-top-content{
		padding-top:30px;
	}
}

@media (max-width:500px) {

	#home-slider .slide-text{
		top:20px !important;
	}
	.carousel-caption{
    right:20%;
    left:20%;
    top:10%;
  }
	.carousel-caption p {
		display:none;
	}
}

.carousel-caption .main-slider .slide-text h1{
  color:#fff;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .overlay{
  height: 800px;
  width: 100%;
  position: absolute;
  background: #000;
  opacity: 0.3;
	z-index:10;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade .carousel-control.left {
	background-image: none !important;
	background: none !important;
}

.carousel-fade .carousel-control.right {
	background-image: none !important;
	background: none !important;
}


.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}


/****************************************************
page-breadcrumb
*****************************************************/

#action, #page-breadcrumb2 {
  /*background-image: url(./images/home-tour-bg3.png);*/
  background-color: #79bdbd;
  background-repeat: repeat-x;
  height: 155px;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

#action, #page-breadcrumb2{
	color:#fff;
}

#action .container, #page-breadcrumb2 .container, #page-breadcrumb .container {
  background: transparent;
}


#page-breadcrumb {
  /*background-image: url(./images/02.jpg);
  background-color: #fbfafa;
  background-repeat: no-repeat;
  height: 155px;
  background-position: center center;
  background-size: cover;
  display: table;
  position: static;
  width: 100%;
	overflow:hidden;*/
	background-image: url(./images/home-tour-bg3.png);
  background-color: #373737;
  background-repeat: repeat-x;
  height: 155px;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
	overflow:hidden;
}

#page-breadcrumb .vertical-center{
  color: #fff;
}

#page-breadcrumb .vertical-center .title{
  color: #fff;
}

.overlay2{
  position: absolute;
  width: 100%;
  height: 155px;
  background: #000;
  opacity: 0.4;
}


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



/****************************************************
Blog List page
*****************************************************/
.bgfixed{
	background-image:url('./images/bg-top.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}

.bgrepeat{
	background-image:url('./images/bg.jpg');
	background-position:center;
	background-repeat:repeat;
}

#blog .container{
  background: transparent;
}

.contentArea {
  background: #fff;
  padding:20px 10px;
  height:auto;
  overflow: auto;
}

/*카테고리 클릭시 글목록 넓이 */
#contents-body{
	background: transparent;
	width:966px;
}

#contents-body .cap1{
	padding:10px;
	font-size:14px;
	color:#b2b2b2;
}

/*목록 클릭시 글내용 넓이 */
.blog-details{
	width:966px;
	padding:0px 15px;
}

.blog-details .category-name{
	padding:15px 15px;
	text-align:left;
}

.blog-details .post-title{
	padding:0px 15px;
}
.blog-details .post-title2{
	padding:0px 15px;
	font-size:30px;
	font-weight:300;
	text-align:left;
	color:#000;
}

@media (max-width:966px){
	.blog-details .post-title2{
		padding:0px 15px;
		font-size:25px;
		text-align:left;
	}
	.blog-details .category-name{
		padding:15px 15px;
		text-align:left;
	}

}

.blog-details .post-top{
	padding:0px 15px;
}
.blog-details .post-bottom{
	margin:0px;
}
.blog-details .area_reply{
	padding:50px 15px 0px 15px;
}
.blog-details .area_view p{
	padding:0px 15px;
	font-family: inherit;
	font-size:11pt;
	line-height:28px;
	letter-spacing:inherit;
	font-weight:inherit;
	text-align:left;
}



@media (max-width:767px){
	#contents-body{
		background:transparent;
		border:0px;
	}

	.blog-details{
		padding:0px;
	}

	.blog-details .area_view .blog-image{
		padding:0px;
	}

	.blog-details .area_view p{
		font-size:11pt;
		letter-spacing:0em;
		font-weight:inherit;

	}
}

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

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

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

.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 #898989 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: 50px;
}

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

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

.post-content{
  padding: 0px;
}

.action .btn-common{
  font-size: 14px;
  color: #fff;
	border:1px solid #fff;
  font-weight: 300;
  border-radius: 0;
  padding: 13px 40px;
}

.timeline-date .btn-common{
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 300;
  border-radius: 0;
  padding: 17px 40px;
}

.arrow-right{
  position: relative;
}

.arrow-right:after{
  position: absolute;
  right: 1px;
  content: "";
  top: 15px;
  background: url(./images/blog_left.png);
  width: 43px;
  height: 54px;
}

.arrow-left{
  position: relative;
}

.arrow-left:before{
  position: absolute;
  left: -2px;
  content: "";
  top: 86px;
  background: url(./images/blog_right.png);
  width: 43px;
  height: 54px;
}

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

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

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

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

.post-title2 a,
.comments-number a{
  color: #000000;
}

.post-title2 a:hover,
.comments-number a:hover{
  color: #898989;
}

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

}

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

a.read-more{
  color: #6c6c6c;
  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;
}

.post-bottom .pull-left {
	color:#898989;
}


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

.single-blog .post-bottom{
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.single-blog.post-top .navbar-nav.post-nav li{
  margin-left: 15px;
}

.single-blog .post-overlay span{
  left: 0;
  top: 0;
  margin-left: 0;
  width: 94px;
  height: 140px;
  background: url(./images/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;
}

@media (max-width:996px){
	.single-blog .post-overlay span{
		display:none;
	}
}

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

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

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

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


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

.social-icons2 ul li a {
	padding: 0px 15px;
	font-size:13px;
}

.social-icons2 ul li a:hover {
	background: transparent;
}

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

.masonery_area .single-blog{
	border-bottom:1px solid #ebebeb;
	margin-top:10px;
	padding-bottom:10px;
}

/*카테고리 목록 썸네일 사이즈 */
.masonery_area .single-blog .post-thumb{
  height: auto;
	width: 100px;
	float:left;
	margin-right: 20px;
	margin-top: 8px;	
}

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

.masonery_area .single-blog .post-title a{
  font-size: 16px;
	font-weight:500;
}

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

.masonery_area .single-blog .post-title2 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;
}

.masonery_area .single-blog .post-content p{
	height:40px;
	overflow:hidden;
	color:#696969;
	font-weight:300;
}

@media (max-width:650px){
	
	.masonery_area .blog-padding-right{
		width:100%;
	}
	.masonery_area .single-blog{
		margin-top:15px;
		padding-bottom:15px;
	}
	.masonery_area .single-blog .post-thumb{
		width:80px;
		height:auto;
	}
	.masonery_area .single-blog .post-content{
		padding-top:0px;
	}
	.masonery_area .single-blog .post-content p{
		display:none;
	}
	.masonery_area .single-blog .post-title{
		height:20px;
		overflow:hidden;
	}
	.masonery_area .single-blog .post-title a{
		font-size: 16px;
		font-weight:700;
	}
}

/* Audio CSS */

.audiojs{
  background: #898989;
  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: #6c6c6c;

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

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


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

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

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

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

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

.blog-padding-right{
	width:100%;
}

.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 #898989;
}

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

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

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

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

.response-area h2{
  margin-top: 0;

  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 20px;
}

.post-comment{
  padding-left: 0px;
  padding-top: 10px;
  border-top: 1px solid #f3f3f3;
}

.post-comment .pull-left img{
  margin-right: 15px;
  /*border-left: 3px solid #898989;*/
}

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

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

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

.post-comment .media-body span a{
  color: #6c6c6c;
  font-weight: 900;
	font-size:14x;
}

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

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

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

/****************************************************
blog sidebar
*****************************************************/
.sidebar {
  background: transparent;
  height:auto;
  overflow: auto;
}

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

.sidebar-item{
  margin-bottom: 48px;
}

.sidebar-item center img{
	max-width:100%;
}

.categories .navbar-stacked li {
  border-bottom: 1px solid #ececec;
  position: relative;
}

.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: #898989;
  opacity: 1;
}

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

.categories .navbar-stacked li.active a:before{
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #898989;
  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;
}

.categories .navbar-stacked li .sub_category_list {
  margin-left: 0px;
  padding:0px;
}

.categories .navbar-stacked li .sub_category_list li {
  padding:8px 0px;
  margin-left: 20px;
}

.categories .navbar-stacked li .icon {
  background: #fff;
  color:#999999;
  padding:5px 10px;
  margin-right: 10px;
  border-radius: 20px;
  float: left;
  position: absolute;
  z-index: 100;
  top:3px;
}

.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 .thumb {
  overflow: hidden;
  width: 52px;
  height: 52px;
  margin-right: 10px;
}

.sidebar-item .media .thumb img {
  height: 52px;
}

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

.sidebar-item .media:hover{
  border-left: 2px solid #898989;
  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: #898989;
  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: 14px;
}

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

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

.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: #898989;
}

.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;
}


/****************************************************
guestArea
*****************************************************/
.guestArea{
  padding:20px;
}


/****************************************************
Portfolio Default
*****************************************************/
#recent-projects .container{
	background:transparent;
}
.style-cycle{
  border-radius: 200px;
  overflow: hidden;
}


.portfolio-single {
  position: relative;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-thumb img {
  width: 100%;
}

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

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

.portfolio-view{
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  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: #373737;
  /*border: 1px solid #373737;*/
  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: transparent;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

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

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

.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
*****************************************************/
.pagination li{
  display: inline-block;
  margin: 0 5px;
}

.pagination li a{
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  background: none;
	border-color: transparent;
}

.pagination li .active{
  border-color: #898989;
  color: #898989;
}

.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: #898989;
  color: #898989;
}





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

#map-section2 {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

#gmap {
  height: 350px;
}

#gmap2 {
  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;
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  padding:25px 50px;
  opacity: 0.8;
}

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

#map-section2 .contact-info {
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  padding:25px 50px;
  opacity: 0.8;
}

#map-section2 .contact-info h2,
#map-section2 address a:hover {
  color: #6c6c6c
}

#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
*****************************/

#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: 20px;
  margin-bottom: 0;
  padding: 10px 0;
  text-transform: capitalize;
}

.single-price .plan-price {
  color: #696969;
  float: none;
  font-size: 14px;
  height: 110px;
  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: 110px;
  content: "";
  height: 0;
  left:50%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  margin-left: -110px;
}

.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;
  color: #fff;
}

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

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

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

.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;
}



/****************************
services
*****************************/
#services .container{
  background: transparent;
}

#services .icon-wrapper{
  background: #393939;
  border-radius: 100px;
  padding:30px;
  width:90px;
  margin:0 auto;
  color:#fff;
}




/****************************
Offcanvas
*****************************/
.offcanvasButton{
    background: #898989;
    padding:12px 14px 12px 14px;
    border-radius: 60px;
    color:#fff;
    font-size: 16px;
    position: fixed;
    bottom: 10px;
    right: 11px;
    z-index: 210;
    box-shadow: 0 0 8px 3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,.15);
    cursor: pointer;
		display:block;
}

.offcanvasClose{
		position: absolute;
		top: 2px;
		right: 10px;
		color: #fff;
		z-index: 301;
		border-radius: 30px;
		padding: 3px 9px;
		background: #000;
		cursor: pointer;
}


	.off-canvas-wrap {
		height: 100%;
		min-height: 100%;
		width: 0;
		position: fixed;
		z-index: 300;
		top: 0;
		right: 0;
		background-color: #fff;
		overflow: hidden;
		padding-top: 17px;
		transition: 0.5s;
	}
	.off-canvas-wrap, .inner-wrap {
		overflow-y: auto;
		height: 100%;
	}
	.offcanvasButton{
		display:block;
	}
	#mySidenav {
		padding:0px !important;
		padding-left:0px !important;
		padding-right:0px !important;
		margin:0px;
	}
	#mySidenav .sidebar{
		width:276px;
		padding-right:15px;
	}
	#blog .container {
		padding-left:0px !important;
		padding-right:0px !important;
	}


#main {
  transition: margin-right .5s;
	width:100%;
	position:absolute;
}


@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}






/****************************
Tedition Responsive
*****************************/
.tistorytoolbar {  display: none !important;}

.entry-content img {  display: block;  max-width: 100%;  height: auto;}

div.article iframe {  max-width: 100% !important;}

.imageblock { max-width:100%; }


/****************************
Customze
*****************************/

.comment-img>img{
	margin-top:25px;
  width: 45px;
  height:45px;
  border-radius: 45px;
	border:1px solid #d3d3d3;
	background:#fff;
}

#tistorytoolbarid{
	display:none;
}

.post-comment{
	position:relative;
}

.media-body img{
	position:absolute;
	left:0px;
	top:35px;
	border-radius:45px;
	width:45px;
	height:45px;
	background:#fff;
}

#tt_captChaBox{
	width:220px !important;
	height:180px !important;
	padding: 10px !important;
	background:#ffffff !important;
	border:1px solid #bbb;
}

.navbar-header .navbar-toggle .icon-bar{
	background-color: #b3b3b3 !important;
}

#header .navbar-inverse .navbar-toggle:hover{
	background: #f3f3f3 !important;
}

#header .navbar-inverse .navbar-toggle, #header .navbar-inverse .navbar-toggle:focus{
	border-color: #b3b3b3 !important;
}

#header .navbar-inverse .navbar-toggle:hover .icon-bar{
	color: #fff !important;
}

.single-blog .post-content{
	font-size:14px;
}


#lightbox {
	display:none;
}


.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
  width: 100%;
}


#m-mainHead {
	display:none;
}

#m-subHead {
	display:none;
}

.tt_article_useless_p_margin div{
	padding:0px 15px;
}

@media (max-width:966px){
	#mainHead{
		display:none;
	}
	#m-mainHead {
		display:block;
	}
	#subHead{
		display:none;
	}
	#m-subHead {
		display:block;
	}
	
	.tt_article_useless_p_margin div{
		padding:0px 15px;
	}
	
	.another_category{
		padding:0px 15px !important;
	}
}


.navbar-inverse .navbar-nav>li>a{
	color:#383838;
}

.tt-youtube-plugin{
	padding:0px !important;
}


.another_category_color_gray table tr th a:hover{
	color:#e3e3e3 !important;
}


.localog .spot{
	float:left;
}

.localog .info a{
	padding-left:20px;
}
