/*
	960 Grid System ~ Text CSS.
	Learn more ~ https://960.gs/

	Licensed under GPL and MIT.
*/
/* v1.0 | 20091131 */
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
    /* font-family: Arial; */
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
	
}
a {
    text-decoration: none;
	color: #444;
}
a:hover {
    text-decoration: none;
    color: #444;
}
p {
    padding: 5px 0;
    margin: 0 0 5px;
    text-align: left;
	color:#666;
}
small {
    font-size: 80%;
}
a:focus {
    outline: none;
}
hr {
    border: 0 #ebebeb dashed;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {font-size: 1.833em;}
h2 {font-size: 1.667em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.333em;}
h5 {font-size: 1.25em;}
h6 {font-size: 1.083em;}
h1, h2, h3, h4, h5, h6 {line-height: 1.5em; font-weight:normal;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {list-style: decimal;}

ul {list-style: disc;}
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	margin-top: 10px;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    font-weight: normal;
    margin: 15px 0 2px;
    padding-bottom: 2px;
}

ul ul,
ul ul ul,
ul ul ul ul,
ul ul ul ul ul,
ol ol,
ol ol ol,
ol ol ol ol,
ol ol ol ol ol {
    margin-bottom: 0;
}


@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?27596190');
    src: url('../font/fontello.eot?27596190#iefix') format('embedded-opentype'),
         url('../font/fontello.woff2?27596190') format('woff2'),
         url('../font/fontello.woff?27596190') format('woff'),
         url('../font/fontello.ttf?27596190') format('truetype'),
         url('../font/fontello.svg?27596190#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('../font/fontello.svg?27596190#fontello') format('svg');
    }
  }
  */
   
   [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
   
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
   
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
   
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
   
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
   
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
   
  .icon-star:before { content: '\e800'; }
  .icon-star-empty:before { content: '\e801'; }
  .icon-star-1:before { content: '\e802'; }
  .icon-star-empty-1:before { content: '\e803'; }
  .icon-star-2:before { content: '\e804'; }
  .icon-star-circled:before { content: '\e805'; }
  .icon-star-empty-2:before { content: '\e806'; }
  .icon-calendar:before { content: '\e807'; }
  .icon-tag:before { content: '\e808'; }
  .icon-tags:before { content: '\e809'; }
  .icon-video:before { content: '\e80a'; }
  .icon-archive:before { content: '\e80c'; }
  .icon-star-3:before { content: '\e80d'; }
  .icon-thumbs-up:before { content: '\e80e'; }
  .icon-thumbs-down:before { content: '\e80f'; }
  .icon-user:before { content: '\e810'; }
  .icon-users:before { content: '\e811'; }
  .icon-user-1:before { content: '\e812'; }
  .icon-group:before { content: '\e813'; }
  .icon-calendar-1:before { content: '\e814'; }
  .icon-calendar-2:before { content: '\e815'; }
  .icon-clock:before { content: '\e816'; }
  .icon-clock-1:before { content: '\e817'; }
  .icon-cinema:before { content: '\e818'; }
  .icon-heart:before { content: '\e819'; }
  .icon-heart-empty:before { content: '\e81a'; }
  .icon-star-half:before { content: '\f022'; }
  .icon-star-half_empty:before { content: '\f024'; }
  .icon-movie:before { content: '\f040'; }
  .icon-calendar-empty:before { content: '\f133'; }
  .icon-sort-name-up:before { content: '\f15d'; }
  .icon-sort-name-down:before { content: '\f15e'; }
  .icon-sort-alt-up:before { content: '\f160'; }
  .icon-sort-alt-down:before { content: '\f161'; }
  .icon-sort-number-up:before { content: '\f162'; }
  .icon-sort-number-down:before { content: '\f163'; }
  .icon-thumbs-up-alt:before { content: '\f164'; }
  .icon-thumbs-down-alt:before { content: '\f165'; }
  .icon-box:before { content: '\f187'; }
  .icon-hand-paper-o:before { content: '\f256'; }
  .icon-user-circle-o:before { content: '\f2be'; }
  .icon-user-o:before { content: '\f2c0'; }