@charset "utf-8";

/*
Customize your contents - markquery skeleton
-------------------------------------------------------------
name:    Doo Be Doo
Version:    1.2.0
Author:    Ungki, H

Homepage:    http://markquery.com
GitHub:    http://markquery.github.io
email:    ungki.h@gmail.com
License:    http://markquery.github.io/license
-------------------------------------------------------------
*/
@import url(http://fonts.googleapis.com/css?family=Michroma);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
.nanum-g { font-family: 'Nanum Gothic'; }
.nanum-m { font-family: 'Nanum Myeongjo';  }
.nanum-p { font-family: 'Nanum Pen Script'; }

/* major style
-------------------------------------------------- */
body {
  position: relative; /* For scrollyspy */
  padding-top: 50px;  /*Account for fixed navbar */
}



.skeleton-header {
  margin: 0px;
  padding:50px 0 40px;
  background-color: #ffffff;
  text-align: center;
}
.skeleton-header h1 {
font-family: 'Michroma', sans-serif;
font-size: 4em;
}
.skeleton-header small {
  font-size: 18px;
}
.skeleton-header h1 a {
  color: #111;
}
.skeleton-header h1 a:hover {
  color:#428bca;
text-decoration: none;
}
.skeleton-header h2 {
font-family: 'Nanum Pen Script';
  color:#45A6FF;
  font-size: 2em;
}
.skeleton-footer {
  padding:10px;
  background: url(./images/footer.png);
}
.nanum-gc { font-family: 'Nanum Gothic Coding'; }
.nanum-p { font-family: 'Nanum Pen Script'; }
blockquote.Note{
  padding: 5px 20px;
  margin: 0 0 10px;
  border-left: 5px solid #D3EAFA;  
}
blockquote.Note p {
  font-size:95%;
  color: #333333;
  font-weight: 300;
  line-height: 1.6;
}
blockquote.Important {
  padding: 5px 20px;
  margin: 0 0 10px;
  border-left: 5px solid #ecbebe;  
}
blockquote.Important p {
  font-size:95%;
  color: #333333;
  font-weight: 300;
  line-height: 1.6;
}
blockquote.mc {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-top: 1px solid #f07b60;
  border-bottom: 1px solid #f07b60;
  border-left:none;
  background-color:#FFE8E4;
  text-align:center;
}
blockquote.mc p {
  font-size: 12px;
  font-weight: 100;
  line-height: 1.25;
}
blockquote.mc p:last-child {
  margin-bottom: 0;
}

ul.List_Note {
  padding: 5px 0 5px 20px;
  margin: 0 5px 10px 0;
  font-size: 95%;
  font-weight: 300;
  line-height: 1.5;
  color: #777777;
  border-left: 5px solid #D3EAFA;  
}
ul.List_Note li {
  margin: 0 0 5px 10px;
}
ul.List_Note p {
  color: #333333;
}
ul.List_Important {
  padding: 5px 0 5px 20px;
  margin: 0 5px 10px 0;
  font-size: 95%;
  font-weight: 300;
  line-height: 1.5;
  color: #777777;
  border-left: 5px solid #ecbebe;  
}
ul.List_Important li {
  margin: 0 0 5px 10px;
}
ul.List_Important p {
  color: #333333;
}
ul.Related_Articles { 
  padding: 5px 0 5px 20px;
  margin: 0 5px 10px 0;
  font-size: 95%;
  font-weight: 300;
  line-height: 1.5;
  color: #777777;
  border-left: 5px solid #D3EAFA;  
  list-style:square;
}
ul.Related_Articles li { 
  margin: 0 0 5px 10px;
}
ul.Related_Articles p {
  color: #333333;
}
ul.Related_Articles a { 
  color: #777777;
}
ul.Box {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 95%;
  line-height: 1.5;
  color: #777777;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
ul.Box li {
  margin: 0 20px 10px;
}
ul.Box p {
  color: #333333;
}
ol.List_Number {
  padding: 5px 0 5px 20px;
  margin: 0 5px 10px 0;
  font-size: 95%;
  font-weight: 300;
  line-height: 1.5;
  color: #777777;
  border-left: 5px solid #D3EAFA;  
}
ol.List_Number li {
  margin: 0 0 5px 10px;
}
ol.List_Number p {
  color: #333333;
}
ol.Foot_Notes {
  padding: 5px 10px;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  color: #777777;
}
ol.Foot_Notes li { 
  margin-left:17px;
  margin-bottom:10px;
  padding-bottom:5px;
  border-bottom: 1px solid #eee;
}
code.Blue {
  padding: 2px 4px;
  font-size: 95%;
  color: #428bca;
  background-color: #D3EAFA;
  word-break: break-all;
  word-wrap: break-word;
  border-radius: 4px;
}
.img-shadow {
  -moz-box-shadow: 3px 3px 4px #444;
  -webkit-box-shadow: 3px 3px 4px #444;
  box-shadow: 3px 3px 4px #444;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}
hr.one {
    height: 1px;
    margin: 5px 20px 40px 20px;
    border-top: 1px solid #bbb;
}
hr.two {
    border: 0;
    height: 1px;
    margin: 20px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); 
}
hr.none {
  clear:both;
  height: 1px;
  margin: 70px 0;
  border:0 none;
} 
hr.default {
  clear:both;
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.3), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.3), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.3), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.3), rgba(0,0,0,0));
  background-image:      linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.3), rgba(0,0,0,0));
  border: 0;
}
em {
  color:#999;
  word-break: break-all;
  word-wrap: break-word;
}

.text-color-fff {
  color:#fff;
}
.text-color-000 {
  color:#000;
}
.text-color-f7505a {
  color:#f7505a;
}
.p-10 {
  padding:10px;
}
.p-20 {
  padding:20px;
}
.p-t-40 {
  padding-top:40px;
}
.padding-20 {
  padding:20px;
}

/* site footer
-------------------------------------------------- */
footer {
  padding: 30px 0;
  color: #fff;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size:12px;
}
footer ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ol li {
  margin-top: 5px;
  margin-bottom: 0;
  font-size:12px;
}
.footer-globe-links {
  margin: 5px 0 0 0;
}
.footer-globe-links li {
  display: inline;
  padding: 0 2px;
}
.footer-globe-links li:first-child {
  padding-left: 0;
}
/* background mask image 
--------------------------------------------------- */
.bgmask-hollys {
background:url(./images/hollys.png)
}
.bg-wall { 
position:fixed; top:30px; left:0; width:100%; height:100%; 
}
/* bgcolor
--------------------------------------------------- */
.bgcolor-eee {
  background-color:#eee;
}
.bgcolor-fff {
  background-color:#fff;
}
/* margin top
--------------------------------------------------- */
.margin-top-30 {
  margin-top:30px;
}
/* bootstrap v2 style 
-------------------------------------------------- */
.padding-5 {
  padding:5px;
}
.margin-5 {
  margin:5px;
}
.mobile-wrap {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.m-l-20 {
  margin-left: 5px;
}
.nestedhover-cfcfd5-fff a{color:#cfcfd5;text-decoration:none;padding-bottom:2px}.nestedhover-cfcfd5-fff a:hover,.nestedhover-cfcfd5-fff a:focus{color:#fff;text-decoration:none;border-bottom:1px solid #fff;padding-bottom:2px}
.nestedhover-111-555 a{color:#111;text-decoration:none;padding-bottom:2px}.nestedhover-111-555 a:hover,.nestedhover-111-555 a:focus{color:#555;text-decoration:none;border-bottom:1px solid #555;padding-bottom:2px}
/* ahover
--------------------------------------------------- */
a.ahover-fff-ddd{color:#fff;text-decoration:none;padding-bottom:2px}a.ahover-fff-ddd:hover,a.ahover-fff-ddd:focus{color:#ddd;text-decoration:none;border-bottom:1px solid #ddd;padding-bottom:2px}
a.ahover-111-555{color:#111;text-decoration:none;padding-bottom:2px}a.ahover-111-555:hover,a.ahover-111-555:focus{color:#555;text-decoration:none;border-bottom:1px solid #555;padding-bottom:2px}
a.ahover-cfcfd5-666{color:#cfcfd5;text-decoration:none;padding-bottom:2px}a.ahover-cfcfd5-666:hover,a.ahover-cfcfd5-666:focus{color:#666;text-decoration:none;border-bottom:1px solid #666;padding-bottom:2px}
/* hr
--------------------------------------------------- */
.hr-111-666 { 
  border-top:1px solid #111;
  border-bottom:1px solid #666; 
  margin-top: 2px;
  margin-bottom: 20px;
}

/* globe link style 
-------------------------------------------------- */
.globe-hover-111-555 a{color:#111;text-decoration:none;padding-bottom:2px}.globe-hover-111-555 a:hover,.globe-hover-111-555 a:focus{color:#555;text-decoration:none;border-bottom:1px solid #555;padding-bottom:2px}
/* license links
-------------------------------------------------- */
.license-links { margin: 10px 0; }
.license-links li { display: inline; padding: 0 2px; }
.license-links li:first-child { padding-left: 0; }
.license-links a{color:#cfcfd5;text-decoration:none;padding-bottom:2px}.license-links a:hover,.license-links a:focus{color:#fff;text-decoration:none;border-bottom:1px solid #fff;padding-bottom:2px}

/* content / Posts use the hNews microformat. (http://microformats.org/wiki/hnews)
-------------------------------------------------- */
main { 
  margin-top: 40px; 
}
.hentry { 
  padding-bottom:1px;  
  border-bottom:1px solid #eee; 
}
.entry-header {
  margin-bottom:10px;
  padding:10px 0;
  border-bottom:1px solid #ccc;
}
.search-list{
  margin:10px 0;
  padding:10px 0;
  border-bottom:1px solid #ccc;
}
.entry-title { font-size:18px; }
.entry-title small { font-size:14px; }
.entry-summary {}
.entry-content { padding-bottom:5px; }
.byline {}
.published {}
.related{ border-top:1px solid #eee; }
.entry-tags {
  margin-top:5px;
  margin-bottom:5px;
}
.entry-footer {
  margin-top:10px;
  padding-top:5px;
  padding-bottom:5px;
}
.actionTrail {
  text-align: left;
  font-family: Georgia,  verdana;
  font-size: 24px;
}
.actionTrail .cnt{
  color: #6b8e23;
}

/* name link
-------------------------------------------------- */
.name { 
  color:#999; 
  font-size:18px;
}
.name a { 
  padding:3px;
  background-color:#f1f1f1;
}
.name a:hover { 
  color:#fff;
  background-color:#10a4ff;
  text-decoration: none;
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s;
}

/* trackback
-------------------------------------------------- */
.trackback {
  padding-top: 10px;
  padding-bottom:20px;
  overflow: hidden;
}
.trackback ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.trackback li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.trackback p {
  margin: 10px 0 0 0;
  color:#999; 
  font-size:8pt;
  line-height:1.5em;
  text-align: justify;
}

/* comment, guestbook
-------------------------------------------------- */
.comment, .guestbook {
  overflow: hidden;
  padding-top: 10px;
}
.comment ol, .guestbook ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment ol li, .guestbook ol li {
  margin: 0;
  padding: 0;
}
.comment p.comment-body, .guestbook p.comment-body {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 12px;
  border-top:1px solid #ddd;
}
.comment ol li ol li, .guestbook ol li ol li {
  overflow: hidden;
  padding: 10px 0;
  list-style: none;
  border: none;
}
.comment .reply, .guestbook .reply {
  margin-top: 10px;
  margin-left:20px;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 1px solid #ddd;
}
.comment img, .guestbook img {
  width: 32px;
  height:32px;
  margin-right: 10px;
  padding: 3px;
  vertical-align: middle;
  border: 1px solid #c5c1ac;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-radius: 5px;
}
.comment img:hover, .guestbook img:hover {
  -moz-box-shadow: 0px 0px 7px #ceccb4;
  -khtml-box-shadow: 0px 0px 7px #ceccb4;
  -webkit-box-shadow: 0px 0px 7px #ceccb4;
  box-shadow: 0px 0px 7px #ceccb4;
}
.comment-form input, .guestbook-form input {   height: 50px; }
.comment-form textarea, .guestbook-form textarea {   height: 150px; }
.comment-form .btn, .guestbook-form .btn {
  display: block;
  margin-top: 20px;
}

/* pagination 
-------------------------------------------------- */
.pagination {
  padding: 1px 0;
}
ul.pagination > li > a > span.selected {
color: #EA2687;
font-weight:bold;
}
ul.pagination .interword {
float: left;
padding: 6px 6px;
line-height: 20px;
text-decoration: none;
background-color: #fff;
border: 1px solid #dddddd;
border-left-width: 0;
}

/* widget 
-------------------------------------------------- */
.widget { margin-bottom:20px;} 
.widget-inner {
  margin-top:40px;
  padding:0;
  text-align: left;
}
.widget-inner h3 {
  margin:10px 0;
  font-size:1.5em;
  font-weight: bold;
}
.widget-inner ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
.widget-inner ul li a {
  display:block;
  padding: 8px 5px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  text-decoration: none;
  color:#333;
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s;
}
.widget-inner ul li a:hover {
  color:#fff;
  text-decoration: none;
  background-color: #10a4ff;      
}
.widget-inner ul ul ul {
  text-indent:10px;
}
.widget-inner li li li a:before {
  content:"-"; padding-right:10px;
}
.widget-inner .cnt {
  color: #999;
  font-size:12px;
}
.widget-LT {
  margin-top:40px;
  padding:0;
  text-align: left;
}
.widget-LT h3 {
  margin:10px 0;
  font-size:1.5em;
  font-weight: bold;
}
.widget-CA {
  margin-top:40px;
  padding:0;
  text-align: left;
}
.widget-CA p {
  margin:10px 0;
  font-size:1.5em;
}
.widget-feed li.media img.media-thumbnail {
  width: 45px;
  height: 45px;
  padding: 3px;
  border: 1px solid #c5c1ac;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}
.widget-feed li.media {
  padding:10px 0;
  border-bottom: 1px solid #eee;
  min-height:60px;
}
.widget-feed li.media img.media-thumbnail:hover {
  box-shadow: 0px 0px 7px #ceccb4;
  -moz-box-shadow: 0px 0px 7px #ceccb4;
  -khtml-box-shadow: 0px 0px 7px #ceccb4;
  -webkit-box-shadow: 0px 0px 7px #ceccb4;
}
.widget-feed li.media h4 a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
.widget-feed li.media h4 a:hover,
.widget-feed li.media h4 a:focus {
  padding-bottom: 2px;
  color: #005580;
  text-decoration: none;
  border-bottom: 1px solid #005580;
}

.widget-feed-inner h3 {
  margin:10px 0;
  font-size:1.5em;
  font-weight: bold;
}

/* utility  
   ------------------------------------------------ */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.img-center {
  margin: 0 auto;
}
.scrollup {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  bottom: 150px;
  right: 50px;
  opacity: 0.7;
  text-indent: -9999px;
  background: url(./images/topscroll-icon.png) no-repeat;
}
.twitter {
  position: fixed;
  width: 32px;
  height: 32px;
  margin: 7px;
  background: url(./images/twitter.png) no-repeat;
}
.facebook {
  position: fixed;
  width: 32px;
  height: 32px;
  margin: 7px;
  background: url(./images/facebook.png) no-repeat;
}
.gplus {
  position: fixed;
  width: 32px;
  height: 32px;
  margin: 7px;
  background: url(./images/gplus2.png) no-repeat;
}
.youtube {
  position: fixed;
  width: 32px;
  height: 32px;
  margin: 7px;
  background: url(./images/youtube.png) no-repeat;
}
.rss {
  position: fixed;
  width: 32px;
  height: 32px;
  margin: 7px;
  background: url(./images/rss.png) no-repeat;
}
.text-justify {
  text-align: justify;
}
.responsive-right2left {
  float:right;
}
.responsive-left2right {
  float:left;
}
iframe, object, embed { max-width:100%; } 
video { max-width:100%; height: auto; } 
.media-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.media-container iframe,  
.media-container object,  
.media-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------- figure */
figure {
  margin: 0 0 10px 0;
  padding: 0;
}
figcaption {
  margin: 10px 0 5px 0;
  padding: 0;
  color:#999;
  font-style: italic;
  word-break: break-all;
  word-wrap: break-word;
}

/* --------------------------------- nomarl mc */
figure.mc {
  position: relative;
  margin:0;
  padding:0;
}
figcaption.mc {
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0;
  position: absolute;
}
figcaption.mc span.title {
  float:left;
  padding:0 10px 15px;
  background:#EB093F; 
  color:#fff; 
  font-size:18px;
  font-weight:bold;  
  font-style: normal;
  height:32px; 
  line-height:32px; 
  opacity: 0.9; 
    filter: alpha(opacity=90); 
}
figcaption.mc span.desc {
  clear:both;
  float:left;
  padding:5px 10px;
  background:#272727; 
  color:#fff; 
  font-style: normal;
  font-size:14px; 
  line-height:32px; 
  opacity: 0.7; 
    filter: alpha(opacity=70);
}
@media (min-width: 768px) { 
  figcaption.mc {
  bottom: 40%;
  }
}

/* --------------------------------- normal mc-relative */
figure.mc_relative {
  position: relative;
  margin:0;
  padding:0;

}
figcaption.mc_relative {
    top:20%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  position: absolute;
}
figcaption.mc_relative span.title {
  float:left;
  padding:5px 10px 10px;
  background:#EB093F; 
  color:#fff; 
  font-size:40px;
  font-weight:bold; 
  font-style: normal;  
  line-height:50px; 
}
figcaption.mc_relative span.desc {
  clear:both;
  float:left;
  padding:5px 10px;
  background:#272727; 
  color:#fff; 
  font-size:14px; 
  line-height:32px; 
  font-style: normal;
}
@media screen and (max-width: 768px) { 
  figcaption.mc_relative {
  position:relative;  
  margin-bottom:30px;
  }
}

/* --------------------------------- interview lim */
figure.mc_right {
  position: relative;
  margin:0;
  padding:0;
}
figcaption.mc_right {
    top:30%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  position: absolute;
}
figcaption.mc_right span.title {
  float:right;
  padding:0 10px 15px;
  background:#EB093F; 
  color:#fff; 
  font-size:18px;
  font-weight:bold;  
  font-style: normal;
  height:40px; 
  line-height:32px; 
  opacity: 0.9; 
    filter: alpha(opacity=90); 
}
figcaption.mc_right span.desc {
  clear:both;
  float:right;
  padding:5px 10px;
  background:#272727; 
  color:#fff; 
  font-style: normal;
  font-size:14px; 
  line-height:32px; 
  opacity: 0.7; 
    filter: alpha(opacity=70);
}
@media (max-width: 768px) { 
  figcaption.mc_right {
  position:relative;  
  margin-bottom:30px;
  }
}


/* Tistory utility  
   ------------------------------------------------ */
.tistorytoolbar {
  display: none !important;
}
.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.imageblock { max-width:100%; } 

body.tistory_grid_350 div#ttCanvas,
body.tistory_grid_385 div#ttCanvas,
body.tistory_grid_420 div#ttCanvas,
body.tistory_grid_455 div#ttCanvas,
body.tistory_grid_490 div#ttCanvas,
body.tistory_grid_525 div#ttCanvas,
body.tistory_grid_560 div#ttCanvas,
body.tistory_grid_595 div#ttCanvas,
body.tistory_grid_630 div#ttCanvas,
body.tistory_grid_665 div#ttCanvas,
body.tistory_grid_700 div#ttCanvas,
body.tistory_grid_735 div#ttCanvas,
body.tistory_grid_770 div#ttCanvas,
body.tistory_grid_805 div#ttCanvas,
body.tistory_grid_840 div#ttCanvas,
body.tistory_grid_875 div#ttCanvas,
body.tistory_grid_910 div#ttCanvas,
body.tistory_grid_945 div#ttCanvas,
body.tistory_grid_980 div#ttCanvas,
body.tistory_grid_1015 div#ttCanvas,
body.tistory_grid_1050 div#ttCanvas { max-width: 100% !important; }
.tt-span-1,
.tt-span-2,
.tt-span-3,
.tt-span-4,
.tt-span-5,
.tt-span-6,
.tt-span-7,
.tt-span-8,
.tt-span-9,
.tt-span-10,
.tt-span-11,
.tt-span-12 {
max-width: 100% !important;
}
@media screen and (max-width: 1200px) {
.tt-span-1,
.tt-span-2,
.tt-span-3,
.tt-span-4,
.tt-span-5,
.tt-span-6,
.tt-span-7,
.tt-span-8,
.tt-span-9,
.tt-span-10,
.tt-span-11,
.tt-span-12 { width:100% !important; }
}
.moreless_fold {
  padding-left: 10px; 
  background: url(./images/btn_more.gif) no-repeat 0 50%; 
  color: #08c; 
  font-weight:bold;
}
.moreless_top {
  padding-left: 10px; 
  background: url(./images/btn_less.gif) no-repeat 0 50%;
  color: #08c; 
  font-weight:bold;
 }
.moreless_bottom {
  padding-left: 10px; 
  background: url(./images/btn_less.gif) no-repeat 0 50%; 
  color: #08c; 
  font-weight:bold;
}
.moreless_content  {
  padding: 15px 10px;
  border-top:1px dotted #999;
  border-bottom:1px dotted #999;
}

/* Tablet
------------------------- */
@media screen and (max-width: 768px) {
  /* Remove any padding from the body */
  /*body {
    padding: 0;
  }*/
  body [class*="padding"] {
    padding: 0;
  }
  body [class*="margin"] {
    margin: 0;
  }
  body [class*="height"] {
    height: auto;
  } 
  .skeleton-header {
    padding:20px 0;
    text-align: center;
  } 
  .skeleton-footer {
    padding: 0;
  }
  .comment small {
    font-size:8px;
  }
  footer ul li, footer p {
    font-size:10px;
  }
  .scrollup {
    display:none !important;
  }
  .responsive-right2left {
    float:left;
  }
  .responsive-left2right {
    float:right;
  }
}

@media screen and (max-width: 992px) { 
  /* utility */
  .scrollup {
    display:none !important;
  }
}

@media (min-width: 1200px) { }


.nav-icon {
  position: fixed;
  width: 32px;
  height: 32px;
  margin: 7px;
  background: no-repeat;
}
