*********************************************************************************************

Theme Name: OriginMag
Theme URI: http://www.wpzoom.com/themes/originmag
Version: 2.1.6
Private: true
Author: WPZOOM
Author URI: http://www.wpzoom.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

The PHP code portions of this WPZOOM theme are subject to the GNU General Public
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the WPZOOM Proprietary Use License below.

**********************************************************************************************

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead
add your styles in Customizer > Additional CSS.

**********************************************************************************************

1. Toolbox CSS  -----------------------  All Theme Files
2. Global Styles  ---------------------  All Theme Files
3. Header  ----------------------------  header.php
4. Homepage  --------------------------  index.php
5. Archive Posts ----------------------  loop.php
6. Single Post ------------------------  single.php
7. Sidebar & Widgets ------------------  sidebar.php
8. Comments ---------------------------  comments.php
9. Footer  ----------------------------  footer.php

**********************************************************************************************/

/* Reset & General Styling */



article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {

	display: block;

}
body {
	overflow-x: hidden !important;
}

html {

	font-size: 100%;

	overflow-y: scroll;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;
	overflow-x: hidden !important;

}
img {
	max-width: 100%;
	height: auto;
}
abbr[title] {

	border-bottom: 1px dotted;

}

b, strong {

	font-weight: bold;

}

blockquote {

	margin: 1em 40px;

}

dfn {

	font-style: italic;

}

hr {

	border: 0;

	border-top: 1px solid #ccc;

	display: block;

	margin: 1em 0;

	padding: 0;

}

ins {

	background: #ff9;

	color: #000;

	text-decoration: none;

}

mark {

	background: #ff0;

	color: #000;

	font-style: italic;

	font-weight: bold;

}

pre, code, kbd, samp {

	font-family: monospace, monospace;

	_font-family: 'courier new', monospace;

	font-size: 1em;

}

pre, code {

	white-space: pre;

	white-space: pre-wrap;

	word-wrap: break-word;

}

q {

	quotes: none;

}

q:before, q:after {

	content: "";

	content: none;

}

small {

	font-size: 85%;

}

sub, sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

sup {

	top: -0.5em;

}

sub {

	bottom: -0.25em;

}

ul, ol {

	margin: 0;

	padding: 0;

	list-style-position: inside;

}

ul ul, ol ol, ul ol, ol ul {

	margin: 0;

}

dd {

	margin: 0 0 0 40px;

}

img {

	border: 0;

	-ms-interpolation-mode: bicubic;

	vertical-align: middle;

}

svg:not(:root) {

	overflow: hidden;

}

figure, form {

	margin: 0;

}
fieldset {

	border: 0;

	margin: 0;

	padding: 0;

}

legend {

	border: 0;

 *margin-left: -7px;

	padding: 0;

}

label {

	cursor: pointer;

}

button, input, select, textarea {

	font-size: 100%;

	margin: 0;

	vertical-align: baseline;

 *vertical-align: middle;

}

button, input {

	line-height: normal;

 *overflow: visible;

}

table button, table input {

 *overflow: auto;

}

button, input[type=button], input[type=reset], input[type=submit] {

	cursor: pointer;

	-webkit-appearance: button;

}

input[type=checkbox], input[type=radio] {

	box-sizing: border-box;

}

input[type=search] {

	-webkit-appearance: textfield;

	-moz-box-sizing: content-box;

	-webkit-box-sizing: content-box;

	box-sizing: content-box;

}

 input[type="search"]::-webkit-search-decoration {

 -webkit-appearance: none;

}

 button::-moz-focus-inner, input::-moz-focus-inner {

 border: 0;

 padding: 0;

}

textarea {

	overflow: auto;

	vertical-align: top;

	resize: vertical;

}

 input:valid, textarea:valid {

}

 input:invalid, textarea:invalid {

 background-color: #f0dddd;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}

th {

	text-align: left;

}

tr, th, td {

	padding-right: 1.625em;

	border-bottom: 1px solid #EAE7DE;

}

td {

	vertical-align: top;

}

/* Smart clearfix */















.clear, .cleaner {

	clear: both;

	height: 0;

	overflow: hidden;

}

.clearfix:before, .clearfix:after {

	content: "";

	display: table;

}

.clearfix:after {

	clear: both;

}

.clearfix {

	zoom: 1;

}

/* Headings */















h1, h2, h3, h4, h5, h6 {

	margin: 0;

	padding: 0;

}

h1 {

	font-size: 26px;

}

h2 {

	font-size: 22px;

}

h3 {

	font-size: 16px;

}

h4 {

	font-size: 16px;

}

h5 {

	font-size: 14px;

}

h6 {

	font-size: 12px;

}

.floatleft {

	float: left;

}

.floatright {

	float: right;

}

.sticky, .bypostauthor {

}

span.error {height:0px;}
.success {order: 1px solid; margin: 0; padding: 10px; text-align: center; color: #4F8A10; background-color: #ebf6d9; border-color: #DFF2BF;}
span.vfb-required-asterisk { color:#BC1212;}


/* Text Selection Color */












.font13 { font-size:13px;}


::-moz-selection {

 background: #05C;

 color: #fff;

 text-shadow: none;

}

::selection {

	background: #05C;

	color: #fff;

	text-shadow: none;

}

 img::-moz-selection {

 background: transparent;

}

img::selection {

	background: transparent;

}

/* Navigation */















div.navigation {

	border-top: 1px solid #E5E5E5;

	text-transform: uppercase;

	padding-bottom: 15px;

	text-align: center;

	margin: 0 0 10px;

	font-size: 12px;

}

div.navigation a {

	font-weight: normal;

	padding: 0 10px;

	line-height: 50px;

}

div.navigation span.current {

	padding: 0 10px;

	color: #ea6c35;

	font-weight: bold;

}

div.navigation span.pages {

	margin-right: 10px;

	display: none;

}

div.navigation .alignleft, div.navigation .alignright {

	margin: 0;

}

div.navigation .prev {

	float: left;

}

div.navigation .next {

	float: right;

}

/* Forms */















input, textarea {

	font-size: 13px;

	padding: 7px 6px;

	border: 1px solid #D9D6D6;

	color: #000;

	background: #fff;

	font-family: "Lato", "Myriad Pro", "Arial", sans-serif;

}

input:focus, textarea:focus {

	border-color: #999;

}

button, input[type=button], input[type=reset], input[type=submit] {

	background: #848484;

	padding: 8px 11px;

	border: none 0;

	color: #fff;

}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {

	background: #222;

	cursor: pointer;

	-webkit-transition-duration: 0.2s;

	-moz-transition-duration: 0.2s;

	transition-duration: 0.2s;

}

input#s {

	float: left;

	margin: 0 5px 0 0;

}

/* Meta separator */















.separator {

	color: #e5e5e5;

	font-size: 11px;

	margin: 0;

}

/*********************************************************************************************















2. Global Styles















*********************************************************************************************/















body {

	color: #fff;

	font-family: "Lato", "Myriad Pro", "Arial", sans-serif;

	font-size: 14px;

	overflow-x: hidden !important;

	line-height: 1.5;

	margin: 0;

	padding: 0;

	background: #0199ec;
	
	/*min-width:1052px;*/
	
	/*width:100%;*/

	/* background: #f2f2f2; */

}

/* Links */





/*

MOBILE MENU STUFF

*/
.nav-mob {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,1);
	padding: 20px;
	height: 100%;
	overflow-y:auto;
	z-index: 9999;
}
.cliick {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 99999;
	display: none;
}
.cliick.fa {
	display: none;
	font-size: 35px;
}
.nav-mob li {
	display: block;
	text-align: center;
	float: none;
	font-size: 16px;
	border-bottom: 1px solid #222;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.nav-mob .sub-menu li {
	border-bottom: 0px;
	font-size: 15px;
	margin-bottom: 2.5px;	
	text-transform: capitalize;
}
.nav-mob li a {
	color: hotpink;
}
.fa-bars {
	background: hotpink;
	padding: 15px;
	color: rgba(255,255,255,1);
	cursor: pointer;
}









a {

	color: #191919;

	text-decoration: none;
	/*-webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
  	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;*/

}

a:hover {

	text-decoration: none;

	color: #ea6c35

}

a:focus {

	outline: none;

}

a:hover, a:active {

	outline: none;

}

p {

	margin: 0 0 15px;

	padding: 0;

}

.inner-wrap {

	margin: 0 auto;

	/*width: 980px;*/

	background-color: #ffffff;

	padding: 0 15px;

	z-index: 999;
	max-width: 100%;

}
.container {
	max-width: 980px;
}
/*********************************************************************************************















3. Header  -------------------------  header.php















*********************************************************************************************/















#navbar {

	border-bottom: 0px solid #666666;

	border-top: 0px solid #666666;

}

#navbarsecond {

	margin-bottom: 21px;

	border-top: 2px solid #666666;

	border-bottom: 2px solid #666666;

}

#logo {

	text-align: left;

	margin-left: -34px;

	padding: 10px 0;
	max-width: 250px;

}

#logo.left-align {

	text-align: left;

	float: left;

}

#logo.left-align span {

	text-align: left;

}

#logo a {

	font-size: 66px;

	font-weight: bold;

	display: block;

	line-height: 1.2;

}

#logo span {

	color: #848484;

	font-size: 14px;

	display: block;

	text-align: center;

	font-weight: normal;

}

.adv {

	float: right;

	margin: 20px 0px;

}

/* Header Social Icons */















#navsocial {

	float: right;

	display: block;

	margin-top: 20px;

	font-size: 12px;

	margin-right: -3px;

}

#navsocial li {

	float: left;

	display: inline;

	margin-left: 13px;

	line-height: 20px;

}

#navsocial li a {

	color: #848484;

}

#navsocial li a:hover {

	color: #ea6c35;

}

#navsocial img {

	float: left;

	display: inline;

	margin-right: 3px;

}

/* Dropdown menu */















.dropdown, .dropdown * {

	margin: 0;

	padding: 0;

	list-style: none;

}

.dropdown {

	line-height: 1.0;

}

.dropdown ul {

	position: absolute;

	top: -999em;

	width: 170px; /* left offset of submenus need to match (see below) */

}

.dropdown ul li {

	width: 100%;

}

.dropdown li:hover {

	visibility: inherit; /* fixes IE7 'sticky bug' */

}

.dropdown li {

	float: left;

 *float:none;

	display: inline;

	position: relative;

}

.dropdown a {

	position: relative;

}

.dropdown li:hover ul, .dropdown li.sfHover ul {

	left: 0;

	top: 43px; /* match top ul list item height */

	z-index: 99;

}

ul.dropdown li:hover li ul, ul.dropdown li.sfHover li ul {

	top: -999em;

}

ul.dropdown li li:hover ul, ul.dropdown li li.sfHover ul {

	left: 170px; /* match ul width */

	top: 0;

}

ul.dropdown li li:hover li ul, ul.dropdown li li.sfHover li ul {

	top: -999em;

}

ul.dropdown li li li:hover ul, ul.dropdown li li li.sfHover ul {

	left: 170px; /* match ul width */

	top: 0;

}

#navbarsecond .dropdown ul {

	position: absolute;

	top: -999em;

	width: 170px; /* left offset of submenus need to match (see below) */

}


#navbarsecond .dropdown li:hover ul, #navbarsecond .dropdown li.sfHover ul {

	left: 0;

	top: 47px; /* match top ul list item height */

	z-index: 99;

}

#navbarsecond ul.dropdown li:hover li ul, #navbarsecond ul.dropdown li.sfHover li ul {

	top: -999em;

}

#navbarsecond ul.dropdown li li:hover ul, #navbarsecond ul.dropdown li li.sfHover ul {

	left: 170px; /* match ul width */

	top: -10px;

}

#navbarsecond ul.dropdown li li:hover li ul, #navbarsecond ul.dropdown li li.sfHover li ul {

	top: -999em;

}

#navbarsecond ul.dropdown li li li:hover ul, #navbarsecond ul.dropdown li li li.sfHover ul {

	left: 170px; /* match ul width */

	top: -10px;

}

.dropdown {

	float: right;

}

.dropdown a {

	padding: 12px 10px 15px;

	margin: 0 0px 0 0;

	text-decoration: none;

	line-height: 1.2;

	font-size: 14px;

	color: #848484;

	display: block;

 *display:inline;

}

.dropdown a:hover {

	background: #ededed;

	color: #ea6c35;

}

.dropdown ul {

	text-align: left;

	margin: 0;

	background: #ededed;

	border-top: none;

	z-index: 999;

	padding: 10px 0 10px;

}

#navbar .dropdown ul ul {

	top: -10px;

	padding: 10px 0 10px;

}

.dropdown .current_page_item a, .dropdown .current-cat a, .dropdown .current-menu-item a, .dropdown .current_page_item a, .dropdown .current-cat a, .dropdown .current-menu-item a {

	outline: 0;

	color: #848484;

	font-weight: 900;

}

.dropdown .current_page_item ul a, .dropdown .current-cat ul a, .dropdown .current-menu-item ul a, .dropdown .current_page_item ul a, .dropdown .current-cat ul a, .dropdown .current-menu-item ul a {

	outline: 0;

	font-weight: normal;

	color: #c0c0c0;

}

.dropdown li ul li {

	float: left;

	margin: 0;

	padding: 0;

}

.dropdown li ul li a {

	color: #ea6c35;

	margin: 0;

	padding: 3px 10px;

}

.dropdown li:hover a {

	color: #ea6c35;

	background: #ededed;

}

.dropdown li:hover ul a {

	color: #848484;

}

.dropdown li:hover li a:hover {

	color: #ea6c35;

}

.dropdown a.sf-with-ul {

	min-width: 1px;

}

.sf-sub-indicator {

	display: block;

	margin: 0;

	height: 10px;

	width: 100%;

	float: left;

	text-indent: -999em;

	overflow: hidden;

	background: url('images/downt.png') no-repeat center;

}

.dropdown li:hover li .sf-sub-indicator {  /* give all except IE6 the correct values */

	background: url('images/rightt.png') no-repeat right; /* 8-bit indexed alpha png. IE6 gets solid image only */

	width: 10px;

	float: right;

	margin: 5px 0 0 5px;

}

#navbarsecond .sf-sub-indicator {

	display: block;

	margin: 0;

	height: 10px;

	width: 100%;

	float: left;

	text-indent: -999em;

	overflow: hidden;

	background: url('images/down.png') no-repeat center;

}

#navbarsecond .dropdown li:hover .sf-sub-indicator {

	background: url('images/downh.png') no-repeat center;

}

#navbarsecond .dropdown li:hover li .sf-sub-indicator {  /* give all except IE6 the correct values */

	background: url('images/right.png') no-repeat right; /* 8-bit indexed alpha png. IE6 gets solid image only */

	width: 10px;

	float: right;

	margin: 5px 0 0 5px;

}

#navbarsecond .dropdown a {

	color: #000;

	font-size: 14px;
padding: 14px 10px;
	line-height: 1.2;

}

#navbarsecond .dropdown a:hover {

	background: #242423;

	color: #fff;

}

#navbarsecond .dropdown ul {

	background: #242423;

	padding: 10px 0 10px;

}

#navbarsecond .dropdown ul ul {

	top: -10px;

	padding: 10px 0 10px;

	background: #242423;

}

#navbarsecond .dropdown li ul li {

	color: #000;
	padding: 0px;

}

#navbarsecond .dropdown li ul li a {

	color: #000;

	padding: 4px 10px;
	display: block;

}

#navbarsecond .dropdown li:hover a {

	color: #fff;

	background: #ef0088;

}

#navbarsecond .dropdown li:hover ul a {

	color: #fff;

}

#navbarsecond .dropdown li:hover li a:hover {

	color: #ea6c35;

}

/*********************************************************************************************















4. Homepage    -------------------------  index.php















*********************************************************************************************/















#content {

	float: left;

	width: 650px;

}

/* Featured Slider -- wpzoom-slider.php */















#slider {

	margin: 0 0 25px;

	position: relative;

	/*width: 980px;*/

	height: 550px;
	max-width: 100%;

}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {

	outline: none;

}

.slides, .flex-control-nav, .flex-direction-nav {

	margin: 0;

	padding: 0;

	list-style: none;

}

.flexslider {

	margin: 0;

	padding: 0;

}

.flexslider .slides > li {

	display: none;

	-webkit-backface-visibility: hidden;

} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flex-pauseplay span {

	text-transform: capitalize;

}

.slides:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;

}

html[xmlns] .slides {

	display: block;

}

* html .slides {

	height: 1%;

}

.no-js .slides > li:first-child {

	display: block;

}

.flexslider {

	margin: 0 0 15px;

	position: relative;

	zoom: 1;

}

.flex-viewport {

	max-height: 2000px;

	-webkit-transition: all 1s ease;

	-moz-transition: all 1s ease;

	transition: all 1s ease;

}

.loading .flex-viewport {

	max-height: 550px;

}

.flexslider .slides {

	zoom: 1;

}

.carousel li {

	margin-right: 5px

}

/* Direction Nav */















#slider .flex-direction-nav a {

	height: 36px;

	width: 36px;

	position: absolute;

	right: 15px;

	top: 15px;

	display: block;

	cursor: pointer;

	font-size: 1px;

	text-indent: -2000px;

	background: url("images/arrows_big.png") no-repeat 0 0;

}

#slider .flex-direction-nav .flex-next {

	background-position: -41px 0;

}

#slider .flex-direction-nav .flex-prev {

	right: 57px;

}

#slider .flex-next:hover {

	background-position: -41px -40px;

}

#slider .flex-prev:hover {

	background-position: 0 -40px;

}

#slider .flex-viewport li .postcontent {

	height: 100%;

	overflow: hidden;

}

#slider .slide_content {

	padding: 10px 10px;

	overflow: hidden;

	font-size: 16px;

	color: #fff;

	position: absolute;

	background: url(images/75.png) repeat;

	bottom: 0px;

	right: 0px;

	width: 465px;

}

#slider .slide_content p {

	margin-bottom: 5px;

}

#slider h2 {

	line-height: 1.3;

	margin: 0 0 7px;

}

#slider h2 a {

	color: #fff;

	font-size: 36px;

	font-weight: bold;

}

#slider .slides li {

	list-style-type: none;

	display: none;

	position: relative;

}

#slider h3 {

	text-transform: uppercase;

	font-size: 16px;

}

#slider h3 a {

	color: #fff;

}

#slider.small-size {

	width: 100%;

	height: 450px;

}

#slider.small-size .slide_content {

	padding: 20px 15px;

	overflow: hidden;

	font-size: 14px;

	color: #fff;

	position: absolute;

	background: url(images/75.png) repeat;

	bottom: 0px;

	left: 0px;

	width: 464px;

}

#slider.small-size h2 a {

	color: #fff;

	font-size: 26px;

	font-weight: bold;

}

#slider.small-size h3 {

	text-transform: uppercase;

	font-size: 12px;

}

/* Featured Category Widgets on Homepage */






.home_widgets {
	float: left;
}








.home_widgets .home_column {

	width: 310px;

	margin: 0 25px 0 0;

	float: left;

}

.home_widgets .home_column.last {

	margin: 0;

}

.home_widgets .home_column h4.title,
.row-1 h4.title {

	border-top: 1px solid #E5E5E5;

	/*border-bottom-width: 6px;

	border-bottom-style: solid;*/

	font-size: 11px;

	line-height: 1.3;

	margin: 0 0 0 0;

	padding: 10px 0 4px;

	text-transform: uppercase;

	color: #212121;

	font-weight: normal;

}

.featured-post {

	margin: 0 0 20px;

	height: 380px;

}

.featured-post-big {

	margin: 0 20px 20px 0;

	height: 370px;

	width: 310px;

	float: left;

}
.row-1 .featured-post,
.row-1 .featured-post-big {
	max-width: 50%;
	float: left;
	padding: 10px;
	margin: 0 0 10px 0;
	box-sizing:border-box;
}
.row-1 .featured-post p,
.row-1 .featured-post-big p {
	font-size: 13px;
}
.row-1 .featured-post h3,
.row-1 .featured-post-big h3 {
	margin-bottom: 10px;
}
.home_column h3 {

	margin: 0 0 8px;

}

.home_column h3 a {

	font-size: 16px;

}

.home_column .post-thumb {

	margin: 0 0 10px;

}

/*********************************************************************************************















5. Archive posts styling -------------------------  loop.php
















*********************************************************************************************/



h1.archive_title {

	font-size: 16px;

	line-height: 1.1;

	margin: 0 0 15px;

	padding: 0 0 15px;

	text-transform: uppercase;

	color: #000;

	border-bottom: 1px solid #E5E5E5;

}

.archiveposts h3.title {

	border-bottom: 1px solid #E5E5E5;

	font-size: 14px;

	line-height: 1.3;

	margin: 0;

	padding: 8px 0;

	text-transform: uppercase;

	color: #666;

	font-weight: normal;

}

/* Grid view */
.bold {color: #000000;font-weight: bold;}
/*.recent-post {

	border-top: 1px solid #E5E5E5;

	margin: -1px 22px 20px 0;

	padding-top: 15px;

	width: 200px;

	float: left;

}*/

.recent-post {
	width: 33.3%;
	float: left;
}

.archive .recent-post, .search .recent-post {

	margin-top: 0px;

}

.recent-post.last {

	margin-right: 0;

}

.recent-post .post-thumb {

	margin: 0 0 10px;

	position: relative;

}

.recent-post h4.title {

	font-size: 11px;

	line-height: 1.3;

	margin: 0 0 0 0;

	padding: 0 0 4px 0;

	text-transform: uppercase;

	color: #212121;

	font-weight: normal;

	/*border-bottom: 6px solid #00c7fd;*/

}

.recent-post h2 {

	line-height: 1;

	margin-bottom: 10px;

	font-weight: bold;

}

.recent-post h2 a {

	font-size: 13px;

}

.recent-post .post-content {

	padding: 0;

	overflow: hidden;
	width:200px;

}

.recent-post .entry p {

	font-size: 12px;

}

.recent-meta {

	margin: 0 0 5px;

	font-size: 11px;

	color: #A8A8A8;

}

.recent-meta a {

	color: #A8A8A8;

}

.recent-meta a:hover {

	color: #ea6c35;

}

.recent-meta span {

	margin-right: 4px;

}

/* List view */















.list-view .recent-post {

	width: 100%;

	margin: -1px 0 25px 0;

	border-top: 1px solid #E5E5E5;

}

.archive .list-view .recent-post {

	margin-top: -16px;

}

.list-view .recent-post .post-thumb {

	float: left;

	margin: 0 15px 0 0;

}

/* Read more button */















a.more-link {

	margin: 5px 0 0;

	text-align: left;

	font-weight: bold;

}

/*********************************************************************************************















6. Single Posts Styling  ---------------------------------  single.php, page.php















*********************************************************************************************/















.col_main {

	width: 620px;

	float: left;

}

.col_meta {

	width: 620px;

	float: left;

}

.category_link {

	text-transform: uppercase;

	font-size: 12px;

	/*border-top: 6px solid #E5E5E5;*/

	width: 620px;

}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {

	margin-bottom: 12px;

	line-height: 1.3;

}

.entry p {

	margin-bottom: 14px;

}

.entry img.alignnone, .entry img.aligncenter, .entry img.alignleft, .entry img.alignright, .entry img.attachment-fullsize {

	margin-bottom: 20px;

	max-width: 620px;

	width: auto;

	height: auto;

}

.full-width .entry img.alignnone, .full-width .entry img.aligncenter, .full-width .entry img.alignleft, .full-width .entry img.alignright, .full-width .entry img.attachment-fullsize {

	margin-bottom: 10px;

	max-width: 846px;

	width: auto;

	height: auto;

}

.entry ul, .entry ol {

	margin: 0 0 14px 14px;

}

.entry li ul, .entry li ol {

	margin-bottom: 0;

}

.entry li {

	list-style-position: inside;

}

.entry ul li {

	list-style-type: square;

}

.entry ol li {

	list-style-type: decimal;

}

.entry blockquote {

	color: #8E8E8E;

	border-left: solid 3px #ececec;

	padding: 0 15px;

	margin: 10px;

}

h1.title {

	margin: 0 0 10px;

	line-height: 1.3;

	font-size: 32px;

	font-weight: bold;

}

h1.title a {

	color: #222;

}

.post-meta {

	margin: 0 0 15px;

	padding: 0 0 13px;

	color: #656565;

	border-bottom: 1px solid #e5e5e5;

}

.col_meta h3 { /*border-bottom: 1px solid #E5E5E5;*/

	font-size: 14px;

	line-height: 1.3;

	margin: 0;

	padding: 10px 0;

	text-transform: uppercase;

	color: #666;

	font-weight: normal;

	float: left;

}

.prevnext {

	margin: 0 17px 11px 0; /*padding: 5px 0 0;*/

	color: #656565;

	font-size: 12px;

	font-weight: bold;

	width: 110px;

	float: left;

}

.prevnext .next_link {

	float: right;

}

.prevnext .separator {

	margin-left: 4px;

}

/* Related Posts */















.related_posts {

	margin: 0 0 15px;

}

.related_posts ul li {

	list-style-type: none;

	padding: 0 0 10px;

	margin: 0 0 10px;

	display: block;

	font-size: 11px;

}

.related_posts ul li a {

	font-weight: bold;

	display: block;

	font-size: 14px;

}

/* Sharing buttons */















.share_box .share_btn {

	margin: 0 0 5px 15px;

	float: left;

}

.share_box {

	width: 390px;

	float: left;

}

.share_box h3 {

	display: inline-block;

	position: relative;

	margin-top: -9px;

}

/* Tags */















.tag_list {

	margin: 0 0 12px;

	color: #63676A;

}

.tag_list a {

	font-weight: bold;

}

.tags_wrap {

	overflow: hidden;

}

/* [gallery] shortcode */















.entry .gallery .gallery-item {

	max-width: 150px;

	display: -moz-inline-stack;

	display: inline-block;

	vertical-align: top;

	zoom: 1;

 *display: inline;

	margin: 10px;

}

.entry .gallery {

	clear: both;


	margin: auto;

	text-align: center;

}

.entry .gallery a:hover {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

	filter: alpha(opacity=90);

	opacity: 0.6;

	transition: opacity .25s ease-in-out;

	-moz-transition: opacity .25s ease-in-out;

	-webkit-transition: opacity .25s ease-in-out;

}

.gallery img {

	width: 150px;

	height: auto;

}

/* Images align */















.entry .aligncenter, div.aligncenter {

	display: block;

	clear: both;

	margin-left: auto;

	margin-right: auto;

}

.alignleft, .entry .alignleft {

	float: left;

	margin-right: 15px;

}

.alignright, .entry .alignright {

	float: right;

	margin-left: 15px;

}

/* Caption for images */















.entry .wp-caption {

	max-width: 100% !important;

	width: auto;

	text-align: center;

}

.entry .wp-caption img {

	background: none;

	margin: 0;

	border: 0 none;

	max-width: 100%;

	width: auto;

	height: auto;

}

.entry .wp-caption-text, .gallery-caption {

	color: #A7A3A3;

	font-size: 11px;

	margin: 0;

	padding: 4px 0 0;

	text-align: center;

}

.entry .wp-caption.aligncenter {

	margin: 0 auto 15px;

}

img.wp-smiley {

	border: none;

	padding: 0;

}

.thumbnails {

	clear: both;

	float: left;

	font-size: 11px;

	line-height: 1.6em;

}

.thumbnails img {

	height: 100px;

	margin: 0 20px 15px 0;

	width: 100px;

}

.thumbnails .active img {

	border: 3px solid #FFCB65;

}

/* Template: Sidebar on the left */















.side-left #content {

	float: right;

	border-right: 0;

}

.side-left #sidebar {

	float: left;

}

/* Template: Full-width */















.full-width #content {

	width: 980px;

}

.full-width .col_main {

	width: 846px;

}

.full-width h1.archive_title {

	width: 980px;

}

.full-width .entry, .page .entry {

	float: none;

	display: block;

	padding-right: 0;

}

.full-width .entry img {

	max-width: 846px;

}

/* Template: Archives */















.post .col_arch {

	float: left;

	width: 100%;

	margin: 10px 0;

	border-bottom: 1px solid #ececec;

	padding-bottom: 15px;

}

.post .col_arch .left {

	display: block;

	text-transform: uppercase;

	font-size: 12px;

	font-weight: bold;

}

.post .col_arch .right {

	float: left;

	margin-top: 12px;

}

.post .col_arch .right ul {

	margin-left: 0;

}

.post .col_arch .right ul li a {

	font-weight: normal;

}

.post .col_arch .right ul li {

	width: 30%;

	float: left;

	margin: 0 10px 5px 0;

	list-style-type: none;

}

.post .col_arch:last-child {

	border-bottom: none;

}

/*********************************************************************************************















7. Sidebar & Widgets -------------------------  sidebar.php















*********************************************************************************************/














#sidebar {

	float: right;

	max-width: 300px;

	font-size: 12px;

	color: #5C5C5C;

}

.archive #sidebar, .page #sidebar, .search #sidebar {

	margin-top: 20px;

}

#sidebar .widget {

	margin-bottom: 26px;

}

.widget h3.title {

	border-bottom: 1px solid #E5E5E5;

	font-size: 14px;

	line-height: 1.3;

	margin: 0 0 15px 0;

	padding: 8px 0;

	text-transform: uppercase;

	color: #666;

	font-weight: normal;

}

.home_column .widget h3.title {

	border-top: 1px solid #E5E5E5;

	border-bottom: none;

	font-size: 13px;

	line-height: 1.3;

	margin: 0 0 10px 0;

	padding: 10px 0 0;

	text-transform: uppercase;

	color: #212121;

	font-weight: normal;

}

.widget {

	/*float: left;*/

	line-height: 1.5;

	width: 100%;

}

.widget ul {

	clear: both;

	margin: 5px 0;

	line-height: 2.0;

}

.widget ul li {

	list-style-type: none;

}

.widget ul ul {

	margin: 0;

	padding: 0;

	border-top: none;

}

.widget ul ul li {

	border: none;

}

.widget #cat, .widget select {

	width: 100%;

	background: #F7F7F7;

	border: 1px solid #cdcfd4;

	color: #333333;

	display: inline;

	padding: 5px;

	line-height: 1.5;

	clear: both;

	float: left;

}

.side_ad {

	text-align: center;

	margin: 25px 0 10px;

}

/* Category Widget */















.widget_categories ul li {

	color: #8B8A8A;

	text-align: right;

	font-weight: normal;

	padding: 2px 0;

	clear: both;

}

.widget_categories ul li li {

	padding-left: 10px;

}

.widget_categories ul li a {

	text-align: left;

	float: left;

}

/* Video Widget */















.wpzoom_media .open .description {

	margin: 10px 0 5px;

	font-size: 12px;

	line-height: 16px;

}

.wpzoom_media .hide {

	display: none;

}

.wpzoom_media ul {

	text-align: center;

}

.wpzoom_media li {

	text-align: center;

	display: inline;

	list-style-type: none;

	font-size: 14px;

	padding: 8px 2px;

	line-height: 20px;

}

.wpzoom_media li a {

	color: #ccc;

	font-weight: bold;

}

.wpzoom_media li a.active {

	color: #ea6c35;

}

/* Recent Comments */















.recent-comments-list .avatar {

	margin-right: 8px;

	float: left;

}

.recent-comments-list li {

	padding: 6px 0 10px;

	margin: 0 0 5px;

	border-bottom: 1px solid #eee;

	line-height: 1.4;

}

.recent-comments-list li a {

	font-weight: bold;

}

/* Recent Posts  */















.widget .feature-posts-list br {

	display: none;

}

.widget .feature-posts-list img {

	margin: 4px 12px 5px 0;

	float: left;

}

.widget .feature-posts-list small {

	font-size: 12px;

	color: #8B96A0;

	margin: 2px 0 4px;

	display: block;

}

.widget .feature-posts-list .post-excerpt {

	display: block;

}

.widget .feature-posts-list li {

	padding: 6px 0;

	margin: 0;

	border-bottom: 1px solid #ececec;

	line-height: 1.4;

}

.widget .feature-posts-list li a {

	font-weight: bold;

}

/* Flickr widget */















.widget .flickr_badge_image {

	margin-right: 10px;

	margin-bottom: 12px;

	float: left;

}

.widget .flickr_badge_image img {

	width: 64px;

	height: 64px;

}

.widget .flickr_badge_image img:hover {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

	filter: alpha(opacity=60);

	opacity: 0.6;

	transition: opacity .25s ease-in-out;

	-moz-transition: opacity .25s ease-in-out;

	-webkit-transition: opacity .25s ease-in-out;

}

/* Social widget */















.wpzoomSocial li {

	float: left;

	margin: 0 0 15px 2px;

	width: 49%;

}

.wpzoomSocial li img {

	margin: 0 7px 0 0;

	float: left;

}

.wpzoomSocial li a {

	font-size: 13px;

}

/* Twitter widget */















.widget .twitter-list li {

	padding: 0 0 7px;

	margin: 0 0 7px;

}

.widget .twitter-list li a {

	font-weight: normal;

}

.widget .twitter-list .twitter-timestamp {

	display: block;

	color: #A8A8A8;

	font-size: 11px;

	font-style: normal;

}

.widget .follow-user {

	margin: 0;

	padding: 5px 0;

}

/* Popular Posts Widget */















.popular-news .comments {

	color: #A9A9A9;

}

.popular-news li {

	padding: 0 0 6px;

}

/* Tag cloud Widget */















.widget_tag_cloud div a {

	padding: 0 3px;

}

/* Calendar widget */















#wp-calendar {

	width: 100%;

}

#wp-calendar caption {

	text-align: right;

	font-weight: bold;

	font-size: 12px;

	margin-top: 10px;

	margin-bottom: 15px;

}

#wp-calendar thead {

	font-size: 10px;

}

#wp-calendar thead th {

	padding-bottom: 10px;

}

#wp-calendar tbody {

	color: #aaa;

}

#wp-calendar tbody td {

	background: #EFEEEE;

	text-align: center;

	padding: 8px;

}

#wp-calendar tbody td:hover {

	background: #E8E8E8;

}

#wp-calendar tbody .pad {

	background: none;

}

#wp-calendar tfoot #next {

	font-size: 10px;

	text-transform: uppercase;

	text-align: right;

}

#wp-calendar tfoot #prev {

	font-size: 10px;

	text-transform: uppercase;

	padding-top: 10px;

}

/* Archive widget */















.widget_archive li {

	width: 49%;

	float: left;

	display: block;

	margin: 0;

	padding: 0 0 6px;

}

/*********************************************************************************************















8. Comments  -------------------------  comments.php
















*********************************************************************************************/















#comments {

	clear: both;

}

#comments h3 {

	border-top: 1px solid #E5E5E5;

	font-size: 14px;

	line-height: 1.3;

	margin: 0;

	padding: 10px 0;

	text-transform: uppercase;

	color: #666;

	font-weight: normal;

}

#comments .navigation {

	padding: 0 0 18px 0;

}

.commentlist {

	list-style: none;

	margin: 0;

}

.commentlist li.comment {

	border-bottom: 1px solid #dedede;

	font-size: 12px;

	line-height: 1.7;

	margin: 0 0 24px 0;

	padding: 0 0 0 76px;

	position: relative;

}

.commentlist li:last-child {

	border-bottom: none;

	margin-bottom: 0;

}

#comments .comment-body ul, #comments .comment-body ol {

	margin-bottom: 18px;

}

#comments .comment-body p:last-child {

	margin-bottom: 6px;

}

#comments .comment-body blockquote p:last-child {

	margin-bottom: 24px;

}

.commentlist ol {

	list-style: decimal;

}

.commentlist .avatar {

	position: absolute;

	top: 4px;

	left: 0;

}

.comment-author {

	margin-bottom: 3px;

}

.comment-author cite {

	color: #B1B1B1;

	font-weight: bold;

	font-style: normal;

	font-size: 14px;

}

.comment-author .says {

	display: none;

}

.comment-meta {

	font-size: 12px;

	margin: 0;

	float: right;

}

.comment-meta a:link, .comment-meta a:visited {

	color: #888;

	text-decoration: none;

}

.comment-meta a:active, .comment-meta a:hover {

	color: #333;

}

.reply {

	font-size: 12px;

	padding: 0 0 24px 0;

}

.commentlist .children {

	list-style: none;

	margin: 0;

}

.commentlist .children li {

	border: none;

	margin: 0;

}

.nopassword, .nocomments {

	display: none;

}

#comments .pingback {

	border-bottom: 1px solid #dedede;

	margin-bottom: 18px;

	padding-bottom: 18px;

}

.commentlist li.comment+li.pingback {

	margin-top: -6px;

}

#comments .pingback p {

	color: #888;

	display: block;

	font-size: 12px;

	line-height: 18px;

	margin: 0;

}

#comments .pingback .url {

	font-size: 13px;

	font-style: italic;

}

.comment-notes {

	display: none;

}

/* Comments form */















#respond {

	margin: 24px 0;

	overflow: hidden;

	position: relative;

}


#respond p {

	margin: 0;

}

#respond .comment-notes {

	margin-bottom: 1em;

}

.form-allowed-tags {

	line-height: 1em;


}

.children #respond {

	margin: 0 48px 0 0;

}

.commentlist #respond {

	clear: both;

	display: block;

}

#comments-list #respond {

	margin: 0 0 18px 0;

}

#comments-list ul #respond {

	margin: 0;

}

#cancel-comment-reply-link {

	font-size: 12px;

	font-weight: normal;

	line-height: 18px;

}

#respond .required_lab {

	font-weight: bold;

}

#respond label {

	font-size: 14px;

}

#respond input {

	margin: 0 0 9px;

}

#respond textarea {

	width: 96%;

	height: 145px;

}

#respond .form-allowed-tags {

	color: #888;

	font-size: 12px;

	line-height: 18px;

	display: none;

}

#respond .form-allowed-tags code {

	font-size: 11px;

}

#respond .form-submit {

	text-align: left;

	margin-top: 10px;

}

#respond .form_fields {

	float: left;

	width: 36%;

	margin-right: 5%;

}

#respond .form_fields p {

	margin-bottom: 7px;

}

#respond .form_fields input {

	width: 100%;

}

#respond .comment-form-comment {

	width: 80%;

	float: left;

}

#respond .form_fields input, #respond textarea {

	clear: both;

	display: block;

	margin: 3px 0 0;

}

/*********************************************************************************************
















9. Footer  -------------------------  footer.php















*********************************************************************************************/















#footer {

	padding: 15px 0 0;

}

#footer div.column {

	display: inline;

	float: left;

	margin-right: 25px;

	width: 310px;

}

#footer div.last {

	margin-right: 0;

}

#footer .widget-area {

	padding: 0 0 15px;

	margin: 0 0 15px;

	border-bottom: 3px solid #ececec;

}

#footer .column .widget {

	width: 310px;

	float: left;

	line-height: 1.7;

	overflow: hidden;

	margin-bottom: 15px;

}

#footer .widget h3.title {

	border-top: 1px solid #E5E5E5;

	border-bottom: 0 none;

	font-size: 14px;

	line-height: 1.3;

	margin: 0 0 10px 0;

	padding: 12px 0 0;

	text-transform: uppercase;

	color: #666;

	font-weight: normal;

}

.copyright {

	font-size: 11px;

	min-height: 80px;

	width: 100%;

}

.copyright .left {

	margin: 10px 0;

	float: left;

}

.copyright .right {

	float: right;

	margin: 10px 0;

}

p.wpzoom {

	display: inline;

	float: right;

	line-height: 16px;

}

p.wpzoom img {

	display: inline;

	float: right;

	padding: 0 0 0 2px;

}
/* hacks */

/*div.mso_backing {
    position: absolute;
    width: 1618px;
    height: 904px;
    top: 0;
    left: 50%;
    margin-left: -809px;
    z-index: 1;
}*/

div.mso_backing {
    position: fixed;
    width: 1618px;
    height: 904px;
    top: 0;
    left: 50%;
    margin-left: -809px;
    z-index: 1;
}




/*
MIKE EDITS
*/


.nav-big {
	float: left;
	/*border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;*/
	font-size: 14px;
}
.nav-big li {
	list-style-type: none;
	float: left;
}
.nav-big li a {
    display: block;
    padding: 10px;
    color: #222;
}
.nav-big li a:hover {
	background: black;
	color: white;
}
.nav-big .sub-menu {
	display: none;
	position: absolute;
	background: #ED008C;
	z-index: 999;
}
.nav-big .sub-menu li {
	float: none;
	border-bottom: 1px solid #fff;
}
.nav-big .sub-menu li a {
	color: #fff;
}
.menu-item-has-children:hover .sub-menu {
	display: block;
}
.sub-menu li {
	list-style-type: none;
}
.show {
	display: block;
}
.search-bar {
	float: left;
}
.top-bit-big {
	display: block;
}
.top-bit-small {
	display: none;
}
#featured-events {
	margin-bottom: 25px;
}
#featured-events #slides li {
	width: 25%;
	height: 150px;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	padding: 5px;
	box-sizing:border-box;
}
.slide-content {
	background: #000;
	color: #fff;
	padding: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.add-event {
	font-size: 16px;
	padding: 10px 0;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;*/
}
span.wpcf7-list-item {
	margin: 0 0 0 0em !important;
}
.wpcf7-list-item-label {
	margin-right: 25px;
}

/*********************************************************************************************















9. Media Queries















*********************************************************************************************/






/* Tablet Landscape */
/* IPAD 1 */

@media screen and (max-width: 1200px) {
	
}


@media screen and (max-width: 1060px) {

/*body {
	border-top:pink 1px dashed;
	min-width: 100%;
	min-width:1100px;
	width:100%;

}*/

.inner-wrap {

	/*width: 90%;*/

	padding: 0 3%;
	
	/*min-width: 1000px;*/

}

div.mso_backing {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0%;
    margin-left: 0;
    z-index: 1;
	display:none;
}


#content {

	width: 66%;

}


#slider {

	/*width: 100%;*/

	height: auto;

	padding: 0;

}

#slider li img {

	width: 100%;

}

#slider li img {

	width: 100%;

	height: auto;

}

#slider .slide_content {

	width: 60%;

}

#slider.small-size .slide_content {

	width: 70%;

}

#slider h2 a {

	font-size: 22px;

}

/*.home_widgets .home_column {

	width: 32%;

	margin: 0 2% 0 0;

}*/

.home_widgets .home_column img {

	width: auto;

	max-width: 100%;

	height: auto;

}

.recent-post {

	/*width: 100%;*/
	width: 200px;

	float: left;

}

.recent-post .post-thumb {

	float: left;

	margin: 0 10px 0 0;

}

.col_main, .full-width .col_main {

	width: 100%;

}

.col_meta, .full-width .col_meta {

	width: 16%;

}

/*#sidebar {

	width: 30%;

}*/

#sidebar .widget {

	width: 100%;

	margin-right: 2%;

	float: left;

}

.cover {

	position: relative;

	padding-bottom: 56.25%;

	display: block;

	padding-top: 30px;

	height: 0;

	overflow: hidden;

	width: 100%;

	max-width: 100%;

}

.cover iframe, .cover object, .cover embed {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

/* Template: Full-width */


.full-width #content {

	width: 100%;

}

.full-width h1.archive_title {

	width: 100%;

}

.full-width .entry img {

	max-width: 100%;

}

.full-width .entry .wp-caption {

	max-width: 100%;

}

#footer div.column {

	margin-right: 2%;

	width: 31%;

}

#footer .column .widget {

	width: 100%;

}

.entry img.alignnone, .entry img.aligncenter, .entry img.alignleft, .entry img.alignright, .entry img.attachment-fullsize {

	margin-bottom: 10px;

	max-width: 100%;

	width: auto;

	height: auto;

}

.full-width .entry img.alignnone, .full-width .entry img.aligncenter, .full-width .entry img.alignleft, .full-width .entry img.alignright, .full-width .entry img.attachment-fullsize {

	margin-bottom: 10px;

	max-width: 100%;

	width: auto;

	height: auto;

}

.most-viewed {

	width: 100% !important;
	
	max-width:645px;

	height: 250px;

	padding: 0;

}

.most-viewed li img {

	width: 100%;

}

.most-viewed li img {

	width: 100%;

	height: auto;

}

#slides {

	width: 100% !important;

	overflow: hidden !important;

}














 















/* Tablet Portrait */
/* IPAD */














@media screen and (max-width: 768px) {

#slider.small-size .slide_content {

	display: none;

}

.col_main, .full-width .col_main {

	width: 100%;

}

.col_meta, .full-width .col_meta {

	width: 100%;

}

.share_box .share_btn {

	float: left;

	width: 30%;

}

.widget_archive li {

	width: 100%;

}

.share_box .share_btn:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

#logo img {

	max-width: 100%;

	width: 100%;

	height: auto;

}
/*.recent-post {
		width: 50%;
		float: left;
	}*/
#sidebar {
	float: none;
	clear: both;
}


}















/* All Mobile Sizes (devices and browser) */















@media screen and (max-width: 640px) {

/*.inner-wrap {

	width: 94%;

	padding: 0 3%;

}*/

#content {

	width: 100%;

}

#slider .slide_content {

	display: none;

}

.home_widgets {

	margin-left: 0%;
	float: none;
	overflow-y:hidden;
	

}

.recent-post .post-content {

	/*overflow: visible;*/

}

.recent-post .post-thumb {

	width: 100%;

	margin-right: 0;

}

.recent-post .post-thumb img {

	max-width: 100%;

	height: auto;
	text-align: center;

}

#respond .form_fields {

	width: 97%;

	margin: 0;

}

#respond .comment-form-comment {

	width: 99%;

}

#respond .form_fields input {

	width: 98%;

}

.children #respond {

	margin-right: 0;

}

#sidebar {

	width: 100%;

	margin-left: 0%;

}

#sidebar .widget {

	width: 100%;

	margin-right: 0%;

	float: none;

}

#footer div.column {

	margin-right: 0;

	width: 100%;

}

#footer .column .widget {

	width: 100%;

}

}

.color-bar {

	height: 6px;

	background: #096;

	width: 620px;

	margin-bottom: 10px;

}

/*11-Jul-13*/















.most-viewed {

	width: 645px;

	float: left;

	position: relative;

	height: 250px;

	border-top: 1px solid #E5E5E5;

}

.controls {

	float: right;

	margin: 10px 2px 0 0;

	display: block;

}

.most-viewed ul {

	list-style: none;

}

.most-viewed ul li {

	float: left;

	padding: 10px 6px;

}

.most-viewed ul li a {

	float: left;

	display: block;

	width: 150px;

	margin: 0 15px 0 0;

	border-top: #999 6px solid;

	overflow: hidden;

}

.most-viewed h3 {

	font-size: 11px;

	line-height: 1.3;

	margin: 0 0 -20px 0;

	padding: 10px 0 0px;

	text-transform: uppercase;

	font-weight: normal;

}

.most-viewed h3 {

	color: 656565 !important;

}

.pre-btn {

	height: 20px;

	width: 20px;

	cursor: pointer;

	font-size: 1px;

	text-indent: -2000px;

	background: url("images/view-next.png") no-repeat;

	display: block;

	float: right;

}

.nxt-btn {

	background-position: -41px 0;

}

.nxt-btn {

	height: 20px;

	width: 20px;

	cursor: pointer;

	font-size: 1px;

	text-indent: -2000px;

	background: url("images/view-previous.png") no-repeat;

	display: block;

	float: left;

}

#slides {

	overflow: hidden;

	position: relative;

	width: 645px;

	height: 220px;

}

#slides ul {

	position: relative;

	left: 0;

	top: 0;

	list-style: none;

	margin: 0;

	padding: 8px 0 0;

	width: 1992px;

}

#slides li {

	width: 664px;

	height: 220px;

	float: left;

	overflow: hidden;

	padding: 0;

	margin: 0;

}

.no-margin {

	margin: 0 !important;

}

.ft-posts {

	width: 700px;

}

/* hacks */
.viewall{float:right;margin-top:-3px}
.lch{float:right; background: none repeat scroll 0 0 #fff !important;
    color: black !important;
    padding: 5px;
    text-transform: uppercase;
}
.category .event-category {
display: none;
}

#mrec3{margin-top:10px}


.download-wrapper {
    text-align: center;
    margin-top: 30vh;
    width: 100%
}
#download-title {
    font-size: 3em;
}
.download-img {
    display: inline-block;
}
/*.download-content, download-main, .download-wrap, body#download-body { width: 100% !important; background-color: black !important; }*/


@media screen and (max-width: 940px) {
    .download-img {
       display: block;
    }
    /*.download-content, .download-main, .download-wrap, body#download-body { margin-left: -50px !important;}*/ 
}



@media screen and (max-width: 728px) {
	#download-title {
	    font-size: 1.75em;
	}
   /*.download-content, .download-main, .download-wrap, body#download-body { margin-left: -105px !important;}*/ 
   
/*
MIKE EDITS
*/
   	.row-1 .featured-post,
	.row-1 .featured-post-big,
	.recent-post {
		float: none;
		padding: 10px;
		margin: 0 0 10px 0;
		height: auto;
		width: auto;
		max-width: 100%;
		box-sizing:border-box;
	}
	#navsocial {
		float: none;
	}
	.search-bar {
		float: none;
	}
	.adv {
		float: none;
		max-width: 100%;
	}
	#logo {
		float: none;
	}
	.cliick {
		display: block;
	}
	.cliick.fa {
		display: inline-block;
	}
	.nav-big {
		display: none;
	}
	.top-bit-big {
		display: none;
	}
	.top-bit-small {
		display: block;
	}
	/*#featured-events #slides li {
		width: 200px;
		height: 200px;
		float: none;
		overflow: auto;
		padding: 0;
		margin: 0;
		position: relative;
		padding: 5px
	}*/
	.home_column_full {
	    width: 100% !important;
	}
	.leaderboard {
		display: none;
	}
}

/*@media screen and (m-width: 700px) {
	
}*/