ol, ul {
	list-style: none;
}
li {
    margin-left: 25px;
    list-style-type: circle;
}
ol li {
    margin-left: 25px;
    list-style-type: decimal;
}
ul.arrow li {
	background-image: url(../images/arrow-list.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: none;
}
ul.tick li {
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: none;
}
.img-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.fullscreen-overlay,
.fullscreen-stage,
.fullscreen-outer {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fullscreen-overlay {

}
.fullscreen-stage img {
	display: none;
}
.fullscreen-controls-outer {
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -33.5px;
    display: none;
}
.fullscreen-controls {
    background-image: url(../images/opacity-80-rep.png);
    background-position: left top;
    background-repeat: repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    display: none;
    height: 19px;
}
.fullscreen-prev,
.fullscreen-play,
.fullscreen-pause,
.fullscreen-next {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left top;
    height: 19px;
    width: 21px;
    float: left;
}
.fullscreen-play,
.fullscreen-pause {
    display: none;
}
.fullscreen-loading-wrap {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    background-image: url(../images/opacity-80-rep.png);
    background-position: left top;
    background-repeat: repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fullscreen-close-wrap {
	position: fixed;
	top: 10px;
	right: 10px;
	background-image: url(../images/opacity-80-rep.png);
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	cursor: pointer;
}
.fullscreen-loading {
    background: url(../images/loading.gif) no-repeat top left;
    width: 16px;
    height: 11px;
}

.fullscreen-prev {
    background-image: url(../images/backward.png);
    left: 4px;
}

.fullscreen-prev:hover {
    background-image: url(../images/backward1.png);
}

.fullscreen-play {
    background-image: url(../images/play.png);
    left: 27px;
}

.fullscreen-play:hover {
    background-image: url(../images/play1.png);
}

.fullscreen-pause {
    background-image: url(../images/pause.png);
    left: 27px;
}

.fullscreen-pause:hover {
    background-image: url(../images/pause1.png);
}

.fullscreen-next {
    background-image: url(../images/forward.png);
    left: 50px;
}

.fullscreen-next:hover {
    background-image: url(../images/forward1.png);
}

.fullscreen-close {
	background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 19px;
    width: 21px;
}

.fullscreen-close:hover {
	background-image: url(../images/close1.png);
}

.storm-controls {
	float: right;
	margin-right: 15px;
	padding-top: 4px;
}

.storm-controls div {
    float: left;
}

.storm-prev,
.storm-play,
.storm-pause,
.storm-next {
	cursor: pointer;
	height: 19px;
    width: 21px;
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 2px;
    display: none;
}

.storm-loading {
    width: 16px;
    height: 11px;
    background-image: url(../images/loading.gif);
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 4px;
    margin-right: 10px;
}

.storm-prev {
    background-image: url(../images/backward.png);
    left: 25px;
}

.storm-prev:hover {
    background-image: url(../images/backward1.png);
}

.storm-play {
    background-image: url(../images/play.png);
    left: 50px;
}

.storm-play:hover {
    background-image: url(../images/play1.png);
}

.storm-pause {
    background-image: url(../images/pause.png);
    left: 50px;
}

.storm-pause:hover {
    background-image: url(../images/pause1.png);
}

.storm-next {
    background-image: url(../images/forward.png);
    left: 75px;
}

.storm-next:hover {
    background-image: url(../images/forward1.png);
}

/*****************************************************
10.  CONTENT LAYOUT VARIATIONS
******************************************************/
.left-note-block {
	float: left;
	width: 400px;
	background-image: url(../images/opacity-60-rep.png);
	background-repeat: repeat;
	padding: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.full-width-transparent {
	height: 350px;
	height: auto;
	min-height: 350px;
	background-image: url(../images/opacity-60-rep.png);
	background-repeat: repeat;
	padding: 20px;
    border-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}

.transparent-header {
    background-image: url(../images/opacity-60-rep.png);
    background-repeat: repeat;
    padding: 20px;
    height: 55px;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}

.black-trasparent-header {
    background-image: url(../images/content-header-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
    padding: 20px;
    height: 55px;
	border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}

.plain-black {
	margin-top: 1%;
	margin-right: auto;
	margin-left: auto;
}

.one-of-two {
	float: left;
	width: 440px;
	margin-right: 20px;
}
.two-of-two  {
	float: right;
	width: 440px;
	margin-right: -20px;
	padding-right: 20px;
}

.one-small-of-two {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.one-large-of-two {
	float: right;
	width: 660px;
	margin-right: -20px;
	padding-right: 20px;
}
.pagination-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pagination-wrapper ul {
	margin: 0px;
	padding: 0px;
}
.pagination-wrapper ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.pagination-wrapper ul li a {
	line-height: 13px;
	text-align: center;
	height: 13px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	text-shadow: 1px 1px 0px #000;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 1px 0px #000;
	-moz-box-shadow: 0px 1px 0px #000;
	box-shadow: 0px 1px 0px #000;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../images/up-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.pagination-wrapper ul li a:hover {
	text-decoration: none;
	color: #ffa200;
	-webkit-box-shadow: 0px 1px 0px #000;
	-moz-box-shadow: 0px 1px 0px #000;
	box-shadow: 0px 1px 0px #000;
	position: relative;
	top: 2px;
}
.pagination-wrapper ul li.on span {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: inline-block;
	line-height: 13px;
	text-align: center;
	height: 13px;
	color: #FFF;
	font-size: 12px;
	background-color: #070707;
	text-shadow: 1px 1px 0px #000;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 1px 0px #1d1d1d;
	-moz-box-shadow: 0px 1px 0px #1d1d1d;
	box-shadow: 0px 1px 0px #1d1d1d;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../images/down-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.pagination-wrapper ul li.on span:hover {
	color: #ffa200;
	text-shadow: -1px -1px 0px #000;
	text-decoration: none;
	background-image: none;
}
/*****************************************************
18.  PORTFOLIO / GALLERY STYLES
******************************************************/

.portfolio li {
	list-style-type: none;
	margin-left: 0;
}

.twocol-portfolio {margin-right: -20px; margin-top: -20px;}
.twocol-portfolio .one-portfolio-item {
    width: 440px;
    height: 275px;
    margin-right: 20px;
    margin-top: 20px;
    float: left;
    position: relative;
}

.threecol-portfolio {margin-right: -10px; margin-top: -10px;}
.threecol-portfolio .one-portfolio-item {
	width: 293px;
	height: 183px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
    position: relative;
}

.fourcol-portfolio {

}
.fourcol-portfolio .one-portfolio-item {
	width: 217px;
	height: 136px;
	margin-right: 3px;
	margin-top: 3px;
	float: left;
	position: relative;
}

.fivecol-portfolio {margin-right: -10px; margin-top: -10px;}
.fivecol-portfolio .one-portfolio-item {
	width: 172px;
	height: 108px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
    position: relative;
}

.sixcol-portfolio {margin-right: -10px; margin-top: -10px;}
.sixcol-portfolio .one-portfolio-item {
	width: 141px;
	height: 88px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
    position: relative;
}

.grid-portfolio {margin-right: -1px; margin-top: -1px;}
.grid-portfolio .one-portfolio-item {
	width: 99px;
	height: 62px;
	margin-right: 1px;
	margin-top: 1px;
	float: left;
    position: relative;
}

.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
	background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.twocol-portfolio .portfolio-hover {
    background-image: url(../images/2-col-hover.png);
	width: 440px;
    height: 275px;
}
.threecol-portfolio .portfolio-hover {
    background-image: url(../images/3-col-hover.png);
	width: 293px;
    height: 183px;
}
.fourcol-portfolio .portfolio-hover {
    background-image: url(../images/4-col-hover.png);
	width: 217px;
    height: 136px;
}
.fivecol-portfolio .portfolio-hover {
    background-image: url(../images/5-col-hover.png);
	width: 172px;
    height: 108px;
}
.sixcol-portfolio .portfolio-hover {
    background-image: url(../images/6-col-hover.png);
	width: 141px;
    height: 88px;
}
.grid-portfolio .portfolio-hover {
    background-image: url(../images/grid-hover.png);
	width: 99px;
    height: 62px;
}

/*****************************************************
19.  AJAX ONLY CSS
******************************************************/
body.ajax .content-inner {
    display: none;
}
.plain-black.clearfix .portfolio.colorbox-portfolio.fourcol-portfolio.fourcol-colorbox-portfolio.clearfix {
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 4%;
}
