/* Import Fonts
------------------------------------------------------------ */
ol { list-style: none;margin: 0;padding: 0;margin-top: 5px;  text-align: center;}
li { margin: 0;padding: 0; }

/* Custom Classes
------------------------------------------------------------ */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
* html .group { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */


/* General Styles
------------------------------------------------------------ */
.demo-top { margin-bottom: 0.35714em; padding-bottom: 0.5em; border-bottom: 3px solid #000; }
.credits { font-size: 1.28571em; line-height: 1.16667em; text-align: center; color: #444; margin-bottom: 2.66667em; }
.back-to-post { border-top: 1px solid #000; margin-bottom: 3em; }


/* Filter */
dl { margin-bottom: 3em; color: #777; }
dt, dd { float: left; }
dt { margin-right: 5px; }
.filter li { float: left; }
.filter li:after { content: "/"; }
.filter li:last-child:after { content: ""; }
.filter a { padding: 0 10px; color: #777; text-decoration: none; }
.filter a:hover, .current a { color: #4f0d4d; }

/* Portfolio Items */
.portfolio li { float: left; margin-right: 2%; margin-bottom: 2em; border: 1px solid #ccc; -moz-box-shadow: 0 5px 5px -3px #222; -webkit-box-shadow: 0 5px 5px -3px #222; box-shadow: 0 5px 5px -3px #222; }
.portfolio li:nth-child(4n) { margin-right: 2%; }
.portfolio a { display: block; border: 3px solid #fff;  text-decoration: none; }
.portfolio img { width: 200px; height: 200px; display: block;}

div.full {
overflow: hidden;
margin-bottom: 25px;
display: block;
}

div.full h3 {
font-size: 30px;
color: #E04006;
text-align: center;
margin-bottom: 30px;
}

div.one_half {
float: left;
margin-right: 4%;
width: 64%;
display: block;
padding: 0px 5px;
border-radius: 2px;
}

div.one_quarter {
width: 30.42%;
float: left;
margin-right: 4%;
display: block;
}

div.one_half p, div.one_quarter {
color: #878787;
line-height: 24px;
font-size: 15px;
font-weight: normal;
}

div.column_last {
margin-right: 0 !important;
display: block;
}

.blockquote2 {
margin: 0 0 10px;
padding: 0px 20px;
border-left: 1px solid #CCC;
}

.blockquote2 cite {
display: block;
font-size: 11px;
color: #888;
}

.blockquote2 p {
margin:0;
}

.testimony {
display: inline-block;
width: auto;
height: auto;
padding: 10px;
background: #EEE;
}

/* License */


.licensebox {
padding:20px;
}

#license {
  width: 100%;
color:#666;
}

#license ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
display: block;
}

#license ul li {
width: 100%;
padding: 0;
}


#license > ul > li > a {
padding: 0;
font-size: 25px;
font-weight: bold;
display: block;
background: none;
color: #FFF;
border-bottom: none;
text-transform: uppercase;
position: relative;
}

#license > ul > li > a > span {
background: none;
padding: 10px;
display: block;
font-size: 13px;
font-weight: 300;
color: #888;
}
#license > ul > li > a:hover {
  text-decoration: none;
}
#license > ul > li.active {
  border-bottom: none;
}
#license > ul > li.active > a {
  color: #fff;
}
#license > ul > li.active > a span {
  background: #F5F5F5;
}
#license span.cnt {
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 0;
  margin: 0;
  background: none;
}

#license ul ul {
  display: none;
}
#license ul ul li {
  border: none;
  border-top: 0;
}
#license ul ul a {
  padding: 10px;
  display: block;
  color: #ed1144;
  font-size: 13px;
}
#license ul ul a:hover {
  color: #bd0e36;
}
#license ul ul li.odd {
  background: #f4f4f4;
}
#license ul ul li.even {
  background: #fff;
}