/* #######################################################################

	Theme Name: Tipi
	Theme URI: http://themes.madebysupa.com/wp/tipi
	Description: Tipi - A WordPress Blogging Theme
	Author: Made by Supa
	Author URI: http://madebysupa.com/
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.1.8
	Tags: light, white, gray, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, theme-options, translation-ready

########################################################################


/* ==========================================================================
Table of Contents
========================================================================== */

/*

    1.  Defaults
    2.  Global - Headers
    3.  Global - Text Elements
    4.  Global - Common Text Classes
    5.  Global - Layout
    6.  Global - Columns
    7.  Global - Buttons
    8.  Global - Menu Overlay
    9.  Homepage - Preloader
    10. Homepage - Main Layout
    11. Homepage - Blog
    12. Homepage - About
    13. Homepage - Gallery
    14. Homepage - Stats Counter
    15. Homepage - Image Panel
    16. Article - Comments
    17. Global - Footer
    18. Global - Forms
    19. Global - Tables
    20. Common ID & Classes
    21. Wordpress Defaults
    22. OwlSlider
    23. Media Queries

 */


/* ==================================================================
1. Defaults
================================================================== */
body,html
{
	height:100%;
}

body
{
	background-color:#f2f2f2;
}

body,ul,ol,dl,td,th,caption,pre,p,blockquote,input,textarea,label
{
	color:#333;
	font-weight:400;
	font-size:16px;
	font-family:"PT Serif",Verdana,Arial,Tahoma,sans-serif;
}

/* ==================================================================
2. Global - Headers
================================================================== */
h1,h2,h3,h4,h5,h6,
.blog-title,
#wp-calendar caption
{
	font-family:"Oswald",Helvetica,Arial,sans-serif;
}

h1,
.blog-title
{
	padding-bottom:18px;
	font-size:52px;
}

h1 span
{
	display:block;
	font-size:70%;
}

h1.title
{
	padding-bottom:36px;
	font-size: 36px;
}

h2
{
	margin-bottom:36px;
	font-size:32px;
}

h2.title
{
	position:relative;
	display:inline-block;
	padding:0 10px;
	line-height:40px;
}

h2.title::before
{
	position:absolute;
	top:50%;
	left:-20px;
	width:20px;
	height:2px;
	content:'';
}

h2.title::after
{
	position:absolute;
	top:50%;
	right:-20px;
	width:20px;
	height:2px;
	content:'';
}

h3
{
	margin-bottom:18px;
	font-size:28px;
	line-height:40px;
}

h4
{
	margin-bottom:18px;
	font-size:26px;
}

h5
{
	margin-bottom:18px;
	font-size:22px;
}

h6
{
	margin-bottom:18px;
	font-size:18px;
}

/* ==================================================================
3. Global - Text Elements
================================================================== */
p,ul,ol
{
	margin:0 0 36px;
}

ul
{
	list-style:disc;
}

ol
{
	list-style:decimal;
}

article ul,article ol
{
	margin:0 0 36px 60px;
}

li
{
	margin-bottom:9px;
}

article li ul
{
	margin:9px 0 9px 60px;
	list-style:circle;
}

article li ol
{
	margin:9px 0 9px 60px;
	list-style:lower-alpha;
}

a,a:visited
{
	color:#333;
	text-decoration:underline;
	-webkit-transition:color .25s ease-in;
	-moz-transition:color .25s ease-in;
	-o-transition:color .25s ease-in;
	transition:color .25s ease-in;
}

a:hover
{
	text-decoration:none;
}

.blog-title a,
.blog-title a:hover {
	text-decoration: none !important;
}

strong
{
	font-weight:700;
}

em
{
	font-style:italic;
}

abbr
{
	border-bottom:1px dotted #999;
	cursor:help;
}

hr
{
	display:block;
	margin:3.2em 0;
	padding:0;
	height:1px;
	border:0;
	border-top:1px solid #cbd2d6;
}

blockquote
{
	padding:36px 40px;
	quotes:"\201C""\201D""\2018""\2019";
	text-align:center;
}

blockquote p
{
	display:inline;
	font-size:18px;
	line-height:1.5em;
	padding: 0 5px;
}

blockquote:before
{
	color:#ccc;
	content:open-quote;
	vertical-align:-.4em;
	font-size:4em;
	line-height:.1em;
}

blockquote:after
{
	color:#ccc;
	content:close-quote;
	vertical-align:-.6em;
	font-size:4em;
	line-height:.1em;
}

code,tt
{
	padding:1px 3px;
	border-radius:2px;
	background-color:#222;
	color:#ecf0f1;
	white-space:pre;
	font-size:14px;
	font-family:Inconsolata,monospace,sans-serif;
}

pre
{
	overflow:auto;
	margin:36px 0;
	padding:10px;
	width:100%;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#333;
	color:#ecf0f1;
	white-space:pre;
	font-family:Inconsolata,monospace,sans-serif;
}

pre code,tt
{
	padding:0;
	border:none;
	background:transparent;
	white-space:-moz-pre-wrap;
	white-space:pre-wrap;
	font-size:inherit;
}

article img
{
	max-width:100%;
	height:auto;
}

/* ==================================================================
4. Global - Common Text Classes
================================================================== */
p.last
{
	margin-bottom:0;
}

p.large
{
	margin:18px 0;
	font-size:21px;
}

/* ==================================================================
5. Global - Layout
================================================================== */
#container
{
	position:relative;
	padding:0 12px;
	width:100%;
}

#logo
{
	padding:54px 0 36px;
}

.logo img
{
	max-width: 100%;
	height: auto;
}

.row
{
	position:relative;
	z-index:10;
	padding:72px 0;
	width:100%;
	text-align:center;
}

.nopadding
{
	padding:0;
	width:100%;
}

.row header
{
	padding:0 10%;
}

.inner
{
	clear:both;
	margin:0 auto;
	max-width:1020px;
	width:100%;
	text-align:center;
}

.photosetgrid
{
	margin-bottom:36px;
}

.contentwrap
{
	position:relative;
}

.parallax
{
	position:relative;
}

/** Page border **/
#tborder,#bborder,#lborder,#rborder
{
	position:fixed;
	z-index:999;
	background:#fff;
}

#lborder,#rborder
{
	top:0;
	bottom:0;
	width:12px;
}

#lborder
{
	left:0;
}

#rborder
{
	right:0;
}

#tborder,#bborder
{
	right:0;
	left:0;
	height:15px;
}

#tborder
{
	top:0;
}

#bborder
{
	bottom:0;
}

.widget, .widget.col
{
	margin-bottom: 36px;
}


/* ==================================================================
6. Global - Columns
================================================================== */
.col
{
	display:inline-block;
	margin:0 1%;
	vertical-align:top;
	margin-right: -4px;
}

/** Grid of Four **/
.span4of4
{
	width:98%;
}

.span3of4
{
	width:74.5%;
}

.span2of4
{
	width:46%;
}

.span1of4
{
	width:22.5%;
	padding: 0 10px;
}

/** Grid of Three **/
.span3of3
{
	width:95%;
	margin: 0 2.5%;
}

.span2of3
{
	width:66%;
}

.span1of3
{
	width:31%;
}

.span1of3 img
{
	display:block;
	width:100%;
	height:auto;
}

.one_half {
	width:48%;
}

.one_third {
	width:30.66%;
}

.two_third {
	width:65.33%;
}

.one_fourth {
	width:22%;
}

.three_fourth {
	width:74%;
}

.one_fifth {
	width:16.8%;
}

.two_fifth {
	width:37.6%;
}

.three_fifth {
	width:58.4%;
}

.four_fifth {
	width:67.2%;
}

.five_sixth {
	width:82.67%;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position:relative;
	float:left;
	margin-right:4%;
}

.last {
	clear:right;
	margin-right:0 !important;
}

div.clearboth {
	display:block;
	clear:both;
	width:100%;
	height:0;
	font-size:0;
	line-height:0;
}

div.clear {
	display:block;
	float: left;
	clear:both;
	width:100%;
}

div.clear-inline {
	display: inline-block;
	clear: both;
	width: 100%;
}

.largetext
{
	background-color: #fff;
	padding-top: 36px;
}

.largetext p
{
	font-size: 24px;
}

.largetext blockquote
{
	padding-top: 0;
}


/* ==================================================================
7. Global - Buttons
================================================================== */
a.btn,
span.btn a,
#container .form-submit input,
.tagcloud a
{
	position:relative;
	z-index:1;
	display:inline-block;
	margin:18px 0;
	padding:0 15px;
	height:42px;
	outline:none;
	border:2px solid #2c2c2c;
	color:#2c2c2c;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	font-family:"Oswald",Helvetica,Arial,sans-serif;
	line-height:40px;
	-webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
}

a.btn:hover,a.btn:focus,
span.btn a:hover, span.btn a:focus
{
	color:#999;
	border:2px solid #999;
}

.tagcloud a {
	font-size: 12px !important;
	border-color: #2c2c2c;
	color: #2c2c2c;
	padding: 7px;
	line-height: 1em;
	height: auto;
	margin: 0 0 9px;
}

.tagcloud a:hover {
	opacity: 0.7
}

/** Button  - Dark **/
a.btndark,
span.btndark a
{
	border-color:#2c2c2c;
	color:#2c2c2c;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

a.btndark:hover,
span.btndark a:hover,span.btndark a:focus,a.btndark:focus
{
	color:#999;
	border-color:#999;
}

/** Button - Down **/
#cover a.down {
	color: #fff;
	border-color: #fff;
}

#cover a.down:hover,#cover a.down:focus {
	color: #fccc20;
	border-color: #fccc20;
}

#cover a.down,#cover a.down:hover,#cover a.down:focus
{
	border-bottom:none;
}

#cover a.down::before,#cover a.down::after
{
	position:absolute;
	top:100%;
	z-index:-1;
	width:55%;
	height:2px;
	background:#fff;
	content:'';
	-webkit-transition:-webkit-transform 0.3s,all .3s;
	-moz-transition:-moz-transform 0.3s,all .3s;
	transition:transform 0.3s,all .3s;
	pointer-events:none;
}

#cover a.down::before
{
	left:-2px;
}

#cover a.down::after
{
	right:-2px;
}

#cover a.down:hover::before,#cover a.down:focus::before
{
	top:130%;
	left:29%;
	width:25%;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	background: #fccc20
}

#cover a.down:hover::after,#cover a.down:focus::after
{
	top:130%;
	right:29%;
	width:25%;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	background: #fccc20
}

/** Button - Up **/
a.up
{
	position:fixed;
	right:40px;
	bottom:36px;
	z-index:99;
	display:none;
	padding:0;
	width:40px;
	height:42px;
	outline:none;
	border:2px solid #fff;
	border-top:none;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	font-family:"Oswald",Helvetica,Arial,sans-serif;
	line-height:40px;
}

a.up::before,a.up::after
{
	position:absolute;
	top:0;
	z-index:-1;
	width:20px;
	height:2px;
	background:#fff;
	content:'';
	-webkit-transition:-webkit-transform 0.3s,all .3s;
	-moz-transition:-moz-transform 0.3s,all .3s;
	transition:transform 0.3s,all .3s;
	pointer-events:none;
}

a.up::before
{
	left:-2px;
}

a.up::after
{
	right:-2px;
}

a.up:hover::before,a.up:focus::before
{
	top:-30%;
	left:29%;
	width:10px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

a.up:hover::after,a.up:focus::after
{
	top:-30%;
	right:29%;
	width:25%;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}

a.up:active,a.up:focus
{
	top:auto;
}

/** Button Prev **/
a.prev,
span.prev a, a.prev:hover, span.prev a:hover, a.prev:focus, span.prev a:focus
{
	border-left:none;
}

a.prev::before,a.prev::after,
span.prev a::before, span.prev a::after
{
	position:absolute;
	z-index:-1;
	width:2px;
	height:50%;
	background:#2c2c2c;
	content:'';
	-webkit-transition:-webkit-transform 0.3s,all .3s;
	-moz-transition:-moz-transform 0.3s,all .3s;
	transition:transform 0.3s,all .3s;
	pointer-events:none;
}

a.prev::before,
span.prev a::before
{
	top:0;
	left:0;
}

a.prev::after,
span.prev a::after
{
	top:50%;
	left:0;
}

a.prev:hover::before,a.prev:focus::before,
span.prev a:hover::before,span.prev a:focus::before
{
	top:8px;
	left:-7px;
	height:13px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	background:#999;
}

a.prev:hover::after,a.prev:focus::after,
span.prev a:hover::after,span.prev a:focus::after
{
	top:16px;
	left:-7px;
	height:13px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	background:#999;
}

/** Button Next **/
a.next,
span.next a, a.next:hover, span.next a:hover, a.next:focus, span.next a:focus
{
	border-right:none;
}

a.next::before,a.next::after,
span.next a::before,span.next a::after
{
	position:absolute;
	z-index:-1;
	width:2px;
	height:50%;
	background:#2c2c2c;
	content:'';
	-webkit-transition:-webkit-transform 0.3s,all .3s;
	-moz-transition:-moz-transform 0.3s,all .3s;
	transition:transform 0.3s,all .3s;
	pointer-events:none;
}

a.next::before,
span.next a::before
{
	top:0;
	right:0;
}

a.next::after,
span.next a::after
{
	top:50%;
	right:0;
}

a.next:hover::before,a.next:focus::before,
span.next a:hover::before,span.next a:focus::before
{
	top:8px;
	right:-7px;
	height:13px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	background:#999;
}

a.next:hover::after,a.next:focus::after,
span.next a:hover::after,span.next a:focus::after
{
	top:16px;
	right:-7px;
	height:13px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	background:#999;
}

/** Button More **/

#blog .col a.btn.load {
	color: #fff;
	border-color: #fff;
}

#blog .col a.btn.load:hover, #blog .col a.btn.load:focus {
	color: #fccc20;
	border-color: #fccc20;
}

/** Category Menu **/

#category-menu {
	text-align: center;
}

#category-menu li {
	font-size: 14px;
	border: 2px solid #fff;
	color: #fff;
	padding: 5px 10px;
	line-height: 1em;
	height: auto;
	margin: 0 2px 9px;
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
}

#category-menu li:hover, #category-menu li.active {
	color: #fccc20;
	border-color: #fccc20;
}

#category-menu li {
	cursor: pointer;
	list-style: none;
}



/* ==================================================================
8. Global - Menu Overlay
================================================================== */
#navtrigger
{
	position:fixed;
	top:36px;
	right:40px;
	z-index:9999;
	display:block;
	width:40px;
	height:28px;
	cursor:pointer;
}

#navtrigger span
{
	position:absolute;
	display:block;
	width:100%;
	height:6px;
	background-color:#fff;
	-webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	transition:all .25s ease-in;
}

#navtrigger:hover span
{
	background-color:#fccc20;
}

#navtrigger:hover span.top,#navtrigger:hover span.bottom
{
	background-color: #fccc20;
	opacity: 0.3;
}

#navtrigger span.middle,#navtrigger span.middlecopy
{
	top:11px;
}

#navtrigger span.bottom
{
	bottom:0;
}

#navtrigger.selected span.top,#navtrigger.selected span.bottom
{
	opacity: 0;
}

#navtrigger.selected span.middle
{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

#navtrigger.selected span.middlecopy
{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}

#menuoverlay
{
	position:fixed;
	top:200%;
	left:0;
	z-index:999;
	overflow: auto;
	padding:108px 12px 72px;
	width:100%;
	background-color:#2c2c2c;
	text-align:left;
	-webkit-transition:all .5s ease-in;
	-moz-transition:all .5s ease-in;
	-o-transition:all .5s ease-in;
	transition:all .5s ease-in;
	-webkit-overflow-scrolling: touch;
}

#menuoverlay .widget {
	text-align: center;
}

.menuoverlayinner select,
.menuoverlayinner input,
.menuoverlayinner img {
	max-width: 100%;
	height: auto;
}

.menuoverlayinner .wp-caption-text {
	color: #333;
}

.widget ul
{
	margin: 0;
}

.widget ul li,
.menuoverlayinner,
.menuoverlayinner p,
.menuoverlayinner ul,
.widget a {
	color: #fff;
	text-decoration: none;
}

#menuoverlay.active
{
	top:0!important;
	display:block;
}

#menuoverlay h3
{
	color:#fff;
}

#menuoverlay li
{
	margin-bottom:9px;
	list-style:none;
}

#menuoverlay li a
{
	color:#fff;
	text-decoration:none;
	font-size:16px;
	-webkit-transition:color .25s ease-in;
	-moz-transition:color .25s ease-in;
	-o-transition:color .25s ease-in;
	transition:color .25s ease-in;
}

#menuoverlay li a:hover
{
	color:#fccc20;
}

#contact .fa
{
	display:block;
	margin-bottom:18px;
	color:#fff;
	font-size:42px;
}

#contact,#contact a
{
	color:#fff;
	text-decoration:none;
	word-spacing:10px;
	font-size:18px;
}

#contact a:hover
{
	color:#fccc20;
}

/* ==================================================================
9. Homepage - Preloader
================================================================== */
.no-js #preloader {
    display: none;
}

#preloader
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:999;
	background-color:#fff;
}

#loading-animation
{
	position:absolute;
	top:50%;
	left:50%;
	margin:-100px 0 0 -100px;
	width:200px;
	height:200px;
	text-align: center
	/*
background-image:url(assets/img/loading-animation.gif);
	background-position:center;
	background-repeat:no-repeat;
*/
}

/* ==================================================================
10. Homepage - Main Layout
================================================================== */
#cover
{
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	display:block;
	overflow:hidden;
	padding:0;
	width:100%;
	height:100%;
}

#cover h1,
.blog-title,
.blog-title a
{
	letter-spacing:.1em;
	font-size:50px;
	line-height:62px;
	}

.blog-title a {
	font-size: 40px;
	
}

#cover h1,#cover p,
.blog-title a,
.blog-title,
.blog-tagline,
.blog-tagline a
{
	color:#fff;
}

.blog-title a:hover {
	color: #000;
}

.coverimg
{
	position:fixed;
	bottom:0;
	left:0;
	z-index:10;
}

#cover .inner {
	position: relative;
	z-index: 11;
}

#home
{
	display:block;
	width:100%;
	background:none;
}

#contentwrap
{
	position:relative;
	z-index:99;
}

#contentwrap img 
{
	max-width: 100%;
	height: auto;
}

/* ==================================================================
11. Homepage - Blog
================================================================== */
#blog,
.blog-panel
{
	background-color:#2c2c2c;
}

#blog::before,
.blog-panel::before
{
	position:absolute;
	top:-20px;
	left:50%;
	margin-left:-40px;
	width:0;
	height:0;
	border-right:40px solid transparent;
	border-bottom:20px solid #2c2c2c;
	border-left:40px solid transparent;
	content:'';
}

#blog .col h2,
.blog-panel .col p, .blog-panel .col span
{
	color:#fff;
}

#blog h2::before,#blog h2::after,
.blog-panel h2::before,.blog-panel h2::after
{
	background-color:#fff;
}

#blog .textblock,
.blog-panel .textblock
{
	margin:0 20%;
	width:60%;
}

.articlelist
{
	margin-bottom: 0;
	text-align:center;
}

#blog .item,
.blog-panel .item
{
	position:relative;
	display:inline-block;
	overflow: hidden;
	margin:0 1% 22px;
	width:314px;
	height:314px;
	text-align:center;
}

#blog .item footer,
.blog-panel .item footer
{
	padding:9px 5%;
	color:#fff;
	text-align:left;
}

#blog .item .owl-controls, .blog-panel .item .owl-controls
{
	padding:9px 5%;
	color:#fff;
	text-align: center;
}

#blog .item footer a,
.blog-panel .item footer section a {
	color: #fff;
	text-decoration: none;
}

#blog .view footer,
.blog-panel .view footer, #blog .view .owl-controls, .blog-panel .view .owl-controls
{
	position:absolute;
	bottom:-42px;
	z-index:99;
	width:100%;
	height:42px;
	background-color:rgba(0,0,0,0.4);
	-webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	transition:all .25s ease-in;
}

.view footer .fa
{
	margin-right:5px;
}

#blog .view:hover footer,
.blog-panel .view:hover footer, #blog .view:hover .owl-controls, .blog-panel .view:hover .owl-controls
{
	bottom:0;
}

#blog .view footer .fa,
.blog-panel .view footer .fa
{
	color:#fff;
}

.view
{
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	background-color:#383430;
	text-align:center;
}

.view h3, .format-link .itemcontent, .format-quote .itemcontent, .format-status .itemcontent
{
	position:absolute;
	bottom:36px;
	left:0;
	z-index:99;
	width:100%;
	color:#fff;
	text-align:center;
	font-size:22px;
	padding-left: 20px;
	padding-right: 20px;
}

.view h3 a
{
	color:#fff;
	text-decoration:none;
}

.view:hover h3 a
{
	color:#fccc20;
}

.view a.btn,.view a.btn:visited
{
	position:absolute;
	top:-100%;
	left:50%;
	margin-left:-50px;
	width:100px;
	color: #fff;
	border-color: #fff;
}

.view a.btn:hover, .view a.btn:focus
{
	color: #fccc20;
	border-color: #fccc20;
}

.view:hover a.btn
{
	top:9px;
	z-index:99;
	-webkit-animation-name:bounceInDown;
	animation-name:bounceInDown;
}

.view.format-standard img, .view.format-link img, .view.format-status img, .view.format-quote img, .view.format-audio img, .view.format-video img, .gallery-panel .view img
{
	position:relative;
	z-index:10;
	display:block;
	width:100%;
	height:auto;
	opacity:.4;
	filter:alpha(opacity=40);
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-ms-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
}

.view.format-standard:hover img, .view.format-link:hover img, .view.format-status:hover img, .view.format-quote:hover img, .view.format-audio:hover img, .view.format-video:hover img, .gallery-panel .view img:hover
{
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}

.format-quote a.itemcontent blockquote p, .format-status a.itemcontent p, .format-link .itemcontent a {
	font-family:"Oswald",Helvetica,Arial,sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	word-wrap: break-word;
	text-decoration: none;
	color: #fff;
	-webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	transition:all .25s ease-in;
}

.view a.itemcontent {
	text-decoration: none;
	margin-bottom: 18px;
}

.view:hover a.itemcontent, .view:hover.format-link .itemcontent a, .view:hover.format-quote .itemcontent blockquote p, .view:hover.format-status .itemcontent p
{
	color:#fccc20;
}

.view.format-status .itemcontent p {
	margin-bottom: 0;
}

.view h3 .fa {
	display: block;
	margin-bottom: 9px;
}

.format-link .itemcontent .fa, .format-quote a.itemcontent .fa, .format-status a.itemcontent .fa, .view h3 .fa
{
	color: #fff;
	font-size: 24px;
	margin-bottom: 9px;
	-webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	transition:all .25s ease-in;
}

.view:hover.format-link .itemcontent .fa, .view:hover.format-quote .itemcontent .fa, .view:hover.format-status .itemcontent .fa, .view:hover h3 .fa
{
	color: #fccc20;
}

.view .itemcontent p {
	margin-bottom: 18px
}

.view.format-quote blockquote:before, .view.format-quote blockquote::after {
	content: "";
}

.view.format-quote blockquote {
	padding: 0;
}


/* ==================================================================
12. Homepage - About
================================================================== */
#about,
.about-panel
{
	background-color:#f2f2f2;
}

#about::before,
.about-panel::before
{
	position:absolute;
	top:-20px;
	left:50%;
	margin-left:-40px;
	width:0;
	height:0;
	border-right:40px solid transparent;
	border-bottom:20px solid #f2f2f2;
	border-left:40px solid transparent;
	content:'';
}

#about h2::before,#about h2::after,
.about-panel h2::before, .about-panel h2::after
{
	background-color:#2c2c2c;
}

/* ==================================================================
13. Homepage - Gallery
================================================================== */
.gallery-panel ul
{
	margin:0;
}

.gallery-panel ul li.item
{
	position:relative;
	float:left;
	overflow: hidden;
	margin:0;
	padding-bottom:25%;
	width:25%;
	height:0;
	list-style:none;
}

.gallery-panel ul li.item .view
{
	position:absolute;
	width:100%;
	height:100%;
}

.gallery-panel .view img
{
	opacity:1;
	filter:alpha(opacity=100);
}

.gallery-panel .view:hover img
{
	opacity:.4;
	filter:alpha(opacity=40);
}

.gallery-panel .view:hover a
{
	top:50%;
	margin-top:-21px;
}

.blog-panel,
.about-panel {
	background-attachment:fixed;
	background-position: 50%;
	background-size:cover;
	background-repeat: no-repeat;
}

/* ==================================================================
14. Homepage - Stats Counter
================================================================== */
.stats-panel
{
	background-attachment:fixed;
	background-position: 50%;
	background-size:cover;
	background-repeat: no-repeat;
}

.statsinner
{
	display:block;
	height:100%;
	background-color:rgba(52,41,39,0.55);
}

.stats
{
	display:inline-block;
	padding:18px 0;
	width:24%;
	color:#fff;
	text-align:center;
	font-size:18px;
}

.stats span
{
	display:block;
	font-size:52px;
	font-family:"Oswald",Helvetica,Arial,sans-serif;
}

.stats .fa
{
	color:#fff;
	margin-right:5px;
}

.stats-panel h2
{
	color:#fff;
}

.stats-panel h2::before,.stats-panel h2::after
{
	background-color:#fff;
}

/* ==================================================================
15. Homepage - Image Panel
================================================================== */
.image-panel
{
	background-position: 0;
	background-size:cover;
	background-repeat: repeat;
	background-attachment: scroll;
	padding: 72px 5%;
	background-color: #fff;
}

/* ==================================================================
16. Article & Subpages
================================================================== */

.triangletop::before
{
	position:absolute;
	top:-20px;
	left:50%;
	margin-left:-40px;
	width:0;
	height:0;
	border-right:40px solid transparent;
	border-bottom:20px solid #f2f2f2;
	border-left:40px solid transparent;
	content:'';
}

#comments
{
	background-color:#2c2c2c;
}

#comments::before
{
	position:absolute;
	top:-20px;
	left:50%;
	margin-left:-40px;
	width:0;
	height:0;
	border-right:40px solid transparent;
	border-bottom:20px solid #2c2c2c;
	border-left:40px solid transparent;
	content:'';
}

#comments .col *
{
	color:#fff;
}

#comments h2::before,#comments h2::after
{
	background-color:#fff;
}

.sharelinks ul
{
	text-align:center;
}

.sharelinks li
{
	display:inline-block;
	margin:0 7px;
	list-style:none;
}

.page404,
.error404
{
	background-attachment:fixed;
	background-position: 50%;
	background-size:cover;
	background-repeat: no-repeat;
}

.load-panel
{
	opacity: 0;
}

.commentlist, .commentlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.commentlist {
	margin-bottom: 54px;
	text-align: left;
}


.commentlist li {
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #fff;
}

.commentlist ul {
	position: relative;
	display: block;
	padding: 40px;
}

.commentlist li:first-child {
	border-top: none;
}

.commentlist ul li:last-child {
	margin-bottom: -20px;
	padding-bottom: 0;
}

.commentlist li:first-child li,
.commentlist ul li {
	border-top: 1px dotted #fff;
}

.commentlist .author-avatar {
	float: left;
	border: 1px solid #fff;
	border-radius: 50%;
}

.commentlist .comment-date, .post-tags.tag {
	display: block;
	margin-bottom: 9px;
	font-size: 14px;
	opacity: 0.5;
}

.comment-body a {
	text-decoration: none;
}

.comment-body .comment-author-name {
	font-family:"Oswald",Helvetica,Arial,sans-serif;
}

.post-tags.tag {
	font-size: 13px;
	font-size: 1.3rem;
}

.commentlist .comment-body {
	padding-left: 80px;
}

.author-avatar img {
	display: block;
	margin: 2px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

#container .comment-body p {
	margin: 0 0 5px;
}

.comment-reply-link {
	display:inline-block;
	margin:18px 0;
	padding:2px 10px;
	outline:none;
	border:2px solid #fff;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:15px;
	font-family:"Oswald",Helvetica,Arial,sans-serif;
	-webkit-transition:color .3s;
	-moz-transition:color .3s;
	transition:color .3s;
}

.comment-notes {
	display: block;
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment {
	text-align: left;
}

.comment-form-left, .comment-form-right {
	display: inline-block;
	margin: 0;
	width: 49.8%;
	vertical-align: top;
}

.author-wrap {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 18px;
	margin-bottom: 18px;
	text-align: center;
}

.author-wrap .author-avatar img {
	margin: auto;
}

.articleheader
{
	background-color: #333;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align:center;
	height: 500px;
}

#comments
{
	padding-top:54px;
}

.meta
{
	padding-bottom:36px;
	color:#666;
	font-size:14px;
	font-family:"Oswald",Helvetica,Arial,sans-serif;
}

.meta .tags
{
	display:block;
	padding-top: 9px;
	word-spacing:5px;
}

.tags a {
	padding: 3px 3px 0 3px;
}

.fullwidth .articlecontent
{
	width: 95%;
	margin: 0 2.5%;
}

.contentleft .articlecontent
{
	width: 67%;
	margin-right: 3%;
	margin-left: 1%;
	float: left;
}

.contentright .articlecontent
{
	width: 65.5%;
	margin-right: 2.5%;
	margin-left: 3%;
	float: right;
}

.contentright .sidebar
{
	width: 26.5%;
	float: left;
	margin-left: 2.5%;
	border-right: 1px solid #ddd;
	padding-right: 3%;
	padding-bottom: 36px;
}

.contentleft .sidebar
{
	width: 26.5%;
	float: right;
	margin-right: 2.5%;
	border-left: 1px solid #ddd;
	padding-left: 3%;
	padding-bottom: 36px;
}

.sidebar .widget
{
	padding-bottom: 36px;
	text-align: left;
}

.sidebar .widget h3
{
	font-size: 18px;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.sidebar .widget *
{
	color: inherit;
}

.sidebar .widget ul
{
	list-style: none;
	margin: 0;
}

.sidebar .widget ul li
{
	margin-bottom: 0;
}

.envirabox-overlay { background: rgba(0,0,0,1) !important; }

.sidebar .widget a:hover
{
	text-decoration: underline;
}

.sidebar .widget .post-date
{
	opacity: 0.5;
}

.sidebar .widget select
{
	width: 90%;
}

.ad-widget-header
{
	margin: 0 auto 36px;
}

.ad-widget-footer
{
	margin: 36px auto 0;
}



/* ==================================================================
17. Global - Footer
================================================================== */
#footer
{
	background-color:#fccc20;
}

#footer::before
{
	position:absolute;
	top:-20px;
	left:50%;
	margin-left:-40px;
	width:0;
	height:0;
	border-right:40px solid transparent;
	border-bottom:20px solid #fccc20;
	border-left:40px solid transparent;
	content:'';
}

#footer.row
{
	z-index: 99;
	padding:36px 0;
}

#footer header *, #footer, #footer a
{
	color:#2c2c2c;
}

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

/** Social Links **/
.sociallinks ul
{
	text-align:center;
}

.sociallinks li
{
	display:inline-block;
	margin:0 7px;
	list-style:none;
}

.sociallinks a {
	color: #2c2c2c;
	border-color: #2c2c2c;
}

.sociallinks a:hover {
	color: #333;
	border-color: #333;
}

/* ==================================================================
18. Global - Forms
================================================================== */

#menuoverlay label
{
	color: #fff;
}

input[type="text"],input[type="email"],input[type="password"],
input[type="url"],input[type="tel"]
{
	display: inline-block;
	margin:0 0 9px 0;
	padding:8px 10px;
	max-width:300px;
	width: 100%;
	border:none;
	border-bottom: 2px solid #2c2c2c;
	background:none;
}

#menuoverlay input[type="text"],#menuoverlay input[type="email"],#menuoverlay input[type="password"],#menuoverlay
input[type="url"],#menuoverlay input[type="tel"]
{
	border-color: #fff;
	color: #fff;
}

textarea
{
	display: block;
	margin:18px 0;
	padding:8px 10px;
	max-width:624px;
	width: 100%;
	height:192px;
	border: 2px solid #2c2c2c;
	background:none;
}

input[type="submit"]
{
	margin:0 0 18px !important;
	padding:0 15px;
	height:42px;
	outline:none;
	border:2px solid #2c2c2c;
	background:none;
	color:#2c2c2c;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	font-family:"Oswald",Helvetica,Arial,sans-serif;
	line-height: 40px;
	cursor:pointer;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

#menuoverlay input[type="submit"]
{
	border-color: #fff;
	color: #fff;
	width: 100%;
}

input[type="submit"]:hover,input[type="submit"]:focus
{
	color:#999;
}

#menuoverlay input[type="submit"]:hover,#menuoverlay input[type="submit"]:focus
{
	color:#fccc20;
}

.searchsubmit {
	display: none !important;
}

#comments label {
	display: none;
}

#comments input[type="text"], #comments input[type="email"], #commentsinput[type="password"],
#comments input[type="url"], #comments input[type="tel"] {
	max-width: 90%;
}

#comments input[type="text"], #comments input[type="email"], #commentsinput[type="password"],
#comments input[type="url"], #comments input[type="tel"], #comments textarea {
	display: block;
	width: 100%;
	border-color: #fff;
	font-weight: normal;
}

#comments textarea {
	margin-top: 0;
}

#comments .form-submit input[type="submit"] {
	border-color: #fff;
	color: #fff
}

#comments .form-submit input[type="submit"]:hover,#comments .form-submit input[type="submit"]:focus {
	border-color: #fccc20;
	color: #fccc20;
}

.placeholder {
	color: #aaa;
}

#cover input[type="text"] {
	border-color: #ffffff;
	color: #ffffff;
}

#cover ::-webkit-input-placeholder {
    color: #ffffff;
}
#cover :-moz-placeholder { 
   color:  #ffffff;
   opacity: 1;
}
#cover ::-moz-placeholder { 
   color: #ffffff;
   opacity: 1;
}
#cover :-ms-input-placeholder {
   color: #ffffff;
}

/* ==================================================================
19. Global - Tables
================================================================== */
table
{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:36px 0;
	max-width:100%;
	width:100%;
	background-color:transparent;
}

table th,table td
{
	padding:8px;
	vertical-align:top;
	text-align:left;
	line-height:20px;
}

table th
{
	color:#222;
	font-family:"Oswald",Helvetica,Arial,sans-serif;
}

table caption + thead tr:first-child th,table caption + thead tr:first-child td,table colgroup + thead tr:first-child th,table colgroup + thead tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td
{
	border-top:0;
}

table table table
{
	background-color:#fff;
}

table tbody > tr:nth-child(odd) > td,table tbody > tr:nth-child(odd) > th
{
	background-color:#f9f9f9;
}

/* ==================================================================
20. Common ID & Classes
================================================================== */
#skip
{
	display:none;
}

.clear
{
	clear:both;
}

.hide
{
	display:none;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.textleft
{
	text-align:left;
}

.textright
{
	text-align:right;
}

.textcenter
{
	text-align:center;
}

.visible
{
	visibility:visible;
}

.fixed
{
	position:fixed;
}

.nopaddingbtm
{
	padding-bottom:0;
}

.divider
{
	clear:both;
	padding:18px 0;
	width:100%;
	border-top:1px solid #ccc;
}

/* ==================================================================
21. Wordpress Defaults
================================================================== */

.alignnone {
	margin:5px 0 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.aligncenter,
 div.aligncenter,
 .aligncenter {
	display:block;
	clear: both;
	margin:5px auto;
}

.alignright,
 a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft,
 a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.wp-caption.aligncenter {
	text-align: center;
}

.wp-caption.alignleft {
	text-align: left;
}

.wp-caption.alignright {
	text-align: right;
}

.sticky {
}

.gallery-caption {
	font-style: normal;
	font-size: 80%;
}

.bypostauthor .avatar {
	border-color: #ccc;
}

.wp-caption {
	display: inline-block;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.wp-caption img {
	border: 1px solid #ccc;
}

.wp-caption p {
	margin: 0;
	padding: 0;
}

/* calendar widget */
#wp-calendar {
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}

/*#wp-calendar td,
#wp-calendar th,
#wp-calendar caption {
	color: #fff;
}*/

#wp-calendar caption {
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
}

.sidebarleft #wp-calendar caption, .sidebarright #wp-calendar caption
{
	text-align: left;
}

#wp-calendar thead {
	font-size: 12px;
}

#wp-calendar thead th, #wp-calendar td {
	border: none;
}

#wp-calendar thead th {
	padding: 8px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #ddd;*/
	background: none;
	text-align: center;
	font-weight: 700;
}

table#wp-calendar td {
	background: none;
}

#wp-calendar tbody td {
	padding: 5px;
	border: none;
	background: none;
	text-align: center;
}

#wp-calendar td a {
	display: inline-block;
	display: block;
	margin: auto;
	margin-top: -2px;
	padding: 4px;
	width: 25px;
	height: 25px;
	background: #ccc;
	line-height: 19px;
}

#wp-calendar td#today {
	position: relative;
	padding-top: 6px;
}

#wp-calendar td#today:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 2px auto 0 auto;
	padding: 0;
	width: 28px;
	height: 25px;
	border-radius: 50px;
	color: #000;
	content: '';
	line-height: 20px;
}

#wp-calendar tfoot a {
	display: inline-block;
	padding: 0;
	background: none;
}

#wp-calendar tbody tr td.pad:hover {
	background: none;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
	white-space: nowrap;
}

#wp-calendar tfoot #prev a {
	white-space: nowrap;
}

/* ==================================================================
22. Owlslider
================================================================== */

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  	-webkit-transform: translate3d(0,0,0);
  	-moz-transform: translate3d(0,0,0);
  	-ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fccc20;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


.owl-carousel .slide img
{
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto;
}

/* ==================================================================
23. Media Queries
================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width : 64em) {

	.stats-panel, .image-panel {
		background-attachment: scroll;
	}

}

@media only screen and (max-width : 64em) {
	/* Smaller than 1024px */

	.home #cover
	{
		position:absolute;
		top:0;
		left:0;
		z-index:0;
		display:block;
		overflow:hidden;
		padding:0;
		width:100%;
		height:100%;
	}

	.coverimg
	{
		display: none;
	}

	a.up
	{
		border-top: 2px solid #fff;
	}

	a.down
	{
		border-bottom: 2px solid #fff;
	}

	a.down:hover {
		border-bottom: 2px solid #fccc20;
	}

	a.down::before,a.down::after,a.up::before,a.up::after
	{
		display: none;
	}

	.stats-panel
	{
		background-attachment:scroll;
		background-size:cover;
	}

}


@media only screen and (max-width : 48em) {
	/* Smaller than 768px */

	.contentleft .articlecontent, .contentright .articlecontent, .articlecontent
	{
		width: 95%;
		margin: 0 2.5%;
		float: none;
	}

	.contentright .sidebar, .contentleft .sidebar
	{
		width: 95%;
		float: none;
		margin: 0 2.5%;
		border-right: none;
		padding-right: 0;
		padding-bottom: 0;
	}

	.sidebar .widget
	{
		text-align: center;
	}
}

@media only screen and (max-width : 40em) {
	/* Smaller than 640px */

	#tborder,#bborder,#lborder,#rborder,#cover .down
	{
		display: none;
	}

	#navtrigger
	{
		top: 9px;
		right: 10px;
	}

	#menuoverlay
	{
		padding: 18px 0;
		min-height: 100%;
	}

	#contact.row
	{
		padding: 0;
	}

	#contact a
	{
		display: block;
	}

	#cover h1,
	.blog-title,
	.blog-title a
	{
		font-size: 30px;
		line-height: normal;
	}

	.blog-title a {
		font-size: 24px;
	}

	.comment-form-left, .comment-form-right {
		display: block;
		width: 100%;
	}

	#comments input[type="text"], #comments input[type="email"], #commentsinput[type="password"],
	#comments input[type="url"], #comments input[type="tel"] {
		max-width: 100%;
	}

	#container
	{
		padding: 0;
	}

	.inner
	{
		width: 95%;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}

	.span2of4
	{
		width:95%;
	}

	.span1of4
	{
		width: 95%;
	}

	.stats
	{
		width:49%;
	}

	a.up
	{
		right:10px;
		bottom: 9px;
	}

	.articleheader
	{
		height: 350px;
	}

	.contentleft .sidebar
	{
		border: none;
	}
}

@media only screen and (max-width : 30em) {
	/* Smaller than 480px */

	.gallery-panel ul li.item
	{
		padding-bottom:50%;
		width:50%;
	}

	#blog .item,
	.blog-panel .item
	{
		display: block;
		overflow: hidden;
		margin:0 0 20px;
		width:100%;
		height:316px;
		list-style:none;
		text-align:center;
	}

	article ul,article ol
	{
		margin:0 0 36px 40px;
	}

	.sociallinks li
	{
		margin-bottom: 0;
	}

	.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		width:98%;
		margin: 0 1px;
	}

	.articleheader
	{
		height: 270px;
	}
}
