/*
Theme Name: deTube2015
Theme URI: http://dedepress.com/themes/detube/
Description: A Professional Video/News/Magazine WordPress Theme.
Author: Cloud Stone
Author URI: http://dedepress.com
Version: 1.3.7
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: theme-options
*/

/*= Table of Content
 * 
 *= Reset,Base and Common 
 *= Structure 
 *= Header 
 *= Main Navigation 
 *= General Content Style
 *= Archive Content Style
 *= Featured Content Style
 *= Singular Content Style
 *= Widgets (Sidebar & Footbar) 
 *= Footer (Footbar & Colophon) 
 *= Comments & Response
 *= Plugins Style
 *= Browser Specific 
 *==================================================================*/


/*= Reset,Base and Common
 *==================================================================*/
html {
	background:#FFF;
	color:#555;
}
body {
	margin:0;
	font:13px sans-serif;
	line-height:1.615;
	/*
	text-shadow: 0 1px 0 #FFF;
	*/
	font-family:"open-sans",sans-serif;
	font-weight: 100;
}

@font-face {
    font-family: 'BrandonGrotesque-Light';
    src: url('fonts/brandongrotesque-light.eot');
    src: url('fonts/brandongrotesque-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandongrotesque-light.woff') format('woff'),
         url('fonts/brandongrotesque-light.ttf') format('truetype'),
         url('fonts/brandongrotesque-light.svg#brandongrotesque-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonGrotesque-Bold';
    src: url('fonts/brandongrotesque-bold.eot');
    src: url('fonts/brandongrotesque-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandongrotesque-bold.woff') format('woff'),
         url('fonts/brandongrotesque-bold.ttf') format('truetype'),
         url('fonts/brandongrotesque-bold.svg#brandongrotesque-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/*== HTML5 Elements
 *=================================*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

/*== Typography Elements
 *=================================*/
iframe {
	display:block
}
a img {
	border:0
}
:focus {
	outline:0
}
a {
	color: #547980;
	text-decoration:none;
	outline:0;
	-webkit-transition:background-color .15s linear,color .15s linear;
	-moz-transition:background-color .15s linear,color .15s linear;
	-o-transition:background-color .15s linear,color .15s linear;
	-ms-transition:background-color .15s linear,color .15s linear;
	transition:background-color .15s linear,color .15s linear;
}
a:hover {
	color:#e43b51;
	text-decoration:underline;
}
ul,ol {
	list-style:none;
	margin:0;
	padding:0;
}
ul,ol,p,table,form,pre {
	margin:0 0 20px
}
h1,h2,h3,h4,h5,h6 {
	color:#111;
	margin:0 0 15px;
}
h1,h2,h3 {
	line-height:1.25
}
h1 {
	font-size:24px
}
h2 {
	font-size:20px
}
h3 {
	font-size:16px
}
h4 {
	font-size:14px
}
h4,h5,h6 {
	font-size:13px
}
blockquote {
	background:url(images/quote.png) no-repeat 0 5px;
	margin-left:10px;
	padding-left:40px;
	color:#777;
	font-family:"Droid Serif",serif;
}
hr{
clear:both;
height:0;
background:none;

}
abbr[title],acronym[title] {
	border-bottom:1px dotted #666;
	cursor: help;
}

/*== Code Elements
 *=================================*/
pre,code,kbd,samp,var {
	font: 12px "Courier New",monospace,serif normal
}
pre {
	padding:20px 20px;
	nowhitespace:afterproperty;
	background:#FFF url(images/pre-code-bg.png);
	line-height:20px;
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	border:1px solid #DDD;
	
/* CSS-3 */
	white-space:-o-pre-wrap;
	
/* Mozilla,since 1808080 */
	word-wrap:break-word;
	
/* Opera 4-6 */;
	
/* IE 5.5+*/
}

/*== Table Elements
 *=================================*/
table {
	width:100%;
	nowhitespace:afterproperty;
	border-collapse:collapse;
	border-spacing:0;
	
/* tables still need 'cellspacing="0"' in the markup */
}
th,td,caption {
	padding:5px 10px
}
caption {
	font-weight:bold
}
th,td {
	border: 1px solid #CCC;
}
th{background:#E7E7E7;}
td{background:#FFF;}
tr:nth-of-type(odd) td, tr.odd td { background: #FBFBFB }

/*== Form Elements
 *=================================*/
label,input,textarea,select,button,.btn {
	font:13px sans-serif;
	line-height:19px;
}
input,textarea,select,button,.btn {
	display:inline-block;
	padding:4px;
	margin:0;
	outline:none;
	background-color:#FFF;
	border:1px solid #D7D7D7;
	-webkit-border-radius:3px;
	border-radius:3px;
}
input[type="text"],input[type="password"],textarea {
	-webkit-box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
	box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
	-webkit-transition:background .15s;
	-moz-transition:background .15s;
	-ms-transition:background .15s;
	-o-transition:background .15s;
	transition:background .15s;
}
input[type="text"],input[type="password"] {
	height:19px;
}
textarea {
	overflow:auto;
}
select {
	height:29px;
}
input[type="checkbox"],input[type="radio"] {
	vertical-align:text-top;
	padding:0;
	margin:1px 0 0;
	border:0;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus {
	outline:0;
	color:#333;
	border-color:#BBB;
	-webkit-box-shadow:inset 0 1px 30px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 3px rgba(0,0,0,.05);
}

input[type=text],input[type=password], textarea {
	-webkit-appearance:none;
}

/*== Button Style
 *=================================*/
input[type="submit"]{
	cursor:pointer;
	cursor:hand;
}

button,
.button,
.btn,
input[type=submit],
input[type=button],
input[type=reset]{
	display:inline-block;
	margin:0;
	outline:none;
	-webkit-border-radius:3px;
	border-radius:3px;
	outline:none;
	font:13px sans-serif;
	line-height:19px;
	cursor:pointer;
	width:auto;
	text-align:center;
	font-weight:bold;
	padding:4px 12px;
}

button:hover,
.button:hover,
.btn:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover{
	border-color:#BBB;
	background-color:#EAEAEA;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#F2F2F2),to(#EAEAEA));
	background-image:-moz-linear-gradient(#F2F2F2,#EAEAEA);
	background-image:-ms-linear-gradient(#F2F2F2,#EAEAEA);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#F5F5F5),color-stop(100%,#EAEAEA));
	background-image:-webkit-linear-gradient(#F2F2F2,#EAEAEA);
	background-image:-o-linear-gradient(#F2F2F2,#EAEAEA);
	background-image:linear-gradient(#F2F2F2,#EAEAEA);
}

.btn a,
.button a,
a.btn,
a.button{
	text-decoration:none;
}

.btn-green,
.btn-black,
.btn-red,
.btn-blue,
.btn-lightblue,
.btn-green:hover,
.btn-black:hover,
.btn-red:hover,
.btn-blue:hover,
.btn-lightblue:hover {
	color:#FFF;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
}

.btn-green {
	background:#ea6d30;
}
.btn-green:hover,.btn-green:active,.btn-green.active {
	background:#547980;
}

.btn-black,
input.btn-black{
	background-color:#547980;
}
.btn-black:hover,
.btn-black:active,
.btn-black.active,
input.btn-black:hover,
input.btn-black:active,
input.btn-black.active {
	background:#222222;
}

.btn-red,
input.btn-red {
	border-color:#bd362f #bd362f #802420 !important;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-ms-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(top,#ee5f5b,#bd362f);
}
.btn-red:hover,
.btn-red:active,
.btn-red.active,
input.btn-red:hover,
input.btn-red:active,
input.btn-red.active {
	background:#bd362f;
}

.btn-lightblue,
.btn-lightblue {
	border-color:#2f96b4 #2f96b4 #1f6377 !important;
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(top,#5bc0de,#2f96b4);
}
.btn-lightblue:hover,
.btn-lightblue:active,
.btn-lightblue.active,
input.btn-lightblue:hover,
input.btn-lightblue:active,
input.btn-lightblue.active {
	background:#2f96b4;
}

.btn-blue,
input.btn-blue {
	border-color:#0055cc #0055cc #003580 !important;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
	background-color:#0074cc;
	background-image:-moz-linear-gradient(top,#0088cc,#0055cc);
	background-image:-ms-linear-gradient(top,#0088cc,#0055cc);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0055cc));
	background-image:-webkit-linear-gradient(top,#0088cc,#0055cc);
	background-image:-o-linear-gradient(top,#0088cc,#0055cc);
	background-image:linear-gradient(top,#0088cc,#0055cc);
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
input.btn-blue:hover,
input.btn-blue:active,
input.btn-blue.active {
	background:#0055cc;
}

/*== Mini Arrow */
.mini-arrow-down,
.mini-arrow-right{
display:inline-block;
width:0;
height:0;
line-height:0;
border-style:dashed;
}
.mini-arrow-down{
border-width:4px;
border-top-style:solid;
border-color:transparent;
border-top-color:#000;
}
.mini-arrow-right{
display:inline-block;
width:0;
height:0;
line-height:0;
border-width:3px;
border-color:transparent;
border-left-style:solid;
border-left-color:#000;
}

/*== Common CSS Class Style
 *=================================*/
.alignleft,.left {
	float:left;
	margin:0 20px 10px 0;
}
.alignright,.right {
	float:right;
	margin:0 0 10px 20px;
}
.aligncenter,.center {
	display:block;
	margin:0 auto 20px auto;
}
.alignnone {
	margin:0 0 20px
}
.required {
	color:red
}
.none,.hidden {
	display:none;
	margin:0;
	padding:0;
	border: 0;
}

/*== Clear Floated Elements
 *=================================*/

/* Clear Fix */
.cf:before,.cf:after {
	content:'020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.cf:after {
	clear:both;
}
.cf {zoom: 1;}/* IE < 8 */

/* Clear Float */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height: 0;
}

/*== WP Style
 *=================================*/
img.alignleft,
img.alignright {
	display:block
}
blockquote.alignleft,
blockquote .alignright {
	width:33%
}
.wp-caption img {
	display:block
}
.wp-caption-text {
	padding:5px 10px;
	color:#777;
	text-align:center;
	font-family:"Droid Serif",serif;
}
img.wp-smiley {
	border:0 !important;
	background:transparent !important;
}
.gallery {
	display:block;
	text-align:center;
	margin-bottom: 20px;
}
.gallery-caption{color:#777;}
.sticky{}

/*== Common Rich Content Style
 *=================================*/
.rich-content{
overflow:hidden;
margin-top: 30px;
font-size: 14px;
}
.rich-content ul,
.rich-content ol {
	margin:0 0 1.625em 2.5em;
}
.rich-content ul {
	list-style:square;
}
.rich-content ol {
	list-style-type:decimal;
}
.rich-content ol ol {
	list-style:upper-alpha;
}
.rich-content ol ol ol {
	list-style:lower-roman;
}
.rich-content ol ol ol ol {
	list-style:lower-alpha;
}
.rich-content ul ul,ol ol,ul ol,ol ul {
	margin-bottom: 0;
}
.rich-content img, 
.rich-content audio, 
.rich-content video{
max-width:100%;
height:auto;
}
.rich-content object,
.rich-content embed,
.rich-content iframe{
max-width:100%;
}

/*== Common Pagination Style
 *=================================*/
.pag-nav {
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
}
.pag-nav a,.pag-nav span {
	color:#555;
	margin:0 4px 4px;
	border:1px solid #CCC;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	padding:4px 8px;
	background-color:#E7E7E7;
	background-image:-ms-linear-gradient(top,#EEE,#E7E7E7);
	background-image:-moz-linear-gradient(top,#EEE,#E7E7E7);
	background-image:-o-linear-gradient(top,#EEE,#E7E7E7);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#EEE),to(#E7E7E7));
	background-image:-webkit-linear-gradient(top,#EEE,#E7E7E7);
	background-image:linear-gradient(top,#EEE,#E7E7E7);
	-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 1px rgba(0,0,0,.1);
	box-shadow:inset 0 1px 0 #fff,0 1px 1px rgba(0,0,0,.1);
}
.pag-nav a:hover {
	background-color:#D7D7D7;
	border:1px solid #999;
	color:#000;
	text-decoration:none;
	-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.2);
	box-shadow:inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.2);
}
.pag-nav span {
	color:#999
}
.pag-nav .current {
	background:#F7F7F7;
	border:1px solid #BBB;
	-webkit-box-shadow:inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
}

/*= Structure
 *=============================================================================*/
body {
	min-width:960px;
	background:#fff;
}
#page {
	overflow:hidden;
}
.boxed-wrap #page{
	width: 1200px;
	margin: 0 auto;
	background: #FFF;
	-webkit-box-shadow: 0 0 10px rgba(120,120,120,0.5);
	box-shadow:0 0 10px rgba(120,120,120,0.5);
}
.wrap {
	width:1200px;
	margin:0 auto;
	position: relative;
}
#header {
	position:relative;
	height: 90px;
}


#header .widget-area {
	position: absolute;
	right: 0;
	top: 90px;
	z-index: 99999;
	display: none;
}

#header .widget-area .login, #header .widget-area .signin {
	display: none;
}

#header .widget-area .pad {
	position: relative;
}

#header .widget-area .pad .widget-header {
	display: none;
}

#header .widget-area .pad .top {
	position: absolute;
	right: 25px;
	top: -20px;
	background: url(images/login_arrow.png) no-repeat;
	width: 36px;
	height: 21px;	
}

#header .widget-area .pad .top.s {
	right: 114px;	
}

#header .widget-area .signin {
	display: none;
}

#header .widget-area .form {
	border: 1px solid #61bdba;
	background: #f7f7f7;
	padding: 30px;
	border-radius: 8px;
	width: 280px;
}

#header .widget-area .form label {
	color: #537b83;
	font-family:'Open Sans',sans-serif;
	font-size: 14px;
}

#header .widget-area .form .title {
	color: #537b83;
	font-family: 'BrandonGrotesque-Light';
	font-size: 24px;
}

#header .widget-area .form .login-button, #header .widget-area .form .register, #header .widget-area .form input[type=submit] {
	background: #61bdba;
	border: 0;
	border-radius: 8px;
	color: #fff;
	font-family: 'BrandonGrotesque-Bold';
	font-size: 16px;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
}

#header .widget-area .form .title2 {
	color: #537b83;
	font-family:'Open Sans',sans-serif;
	font-size: 16px;
}

#header .widget-area .form br {
	display: none;
}

#header .widget-area .form #username, #header .widget-area .form #pwd, #header .widget-area .form #pwd2, #header .widget-area .form #email, #header .widget-area .form input[name=avatar] {
	width: 219px;
	height: 40px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 10px;
} 

#header .widget-area label { /*display: block;*/ }

.s8_form.login_form, .s8_form.register_form {
	display: none;
}

#main {
	padding:30px 0;
	background:url(images/bg-grad.png) repeat-x;
	border-top:2px solid #FFF;
	min-height: 700px;
}

#main.pad {
	padding-left: 21px;
}

#content {
	width:620px;
	float:left;
}

body.home #content {
	width: 1200px;
}

body.home .more-link {
	display: none;
	
}

body.home .section-box .more {
	text-align: left;
	padding-bottom: 10px;
}

body.home .section-box .more a {
	/*display: inline-block;*/
	width: 150px;
	height: 10px;
	/*border-radius: 5px;*/
	color: #666;
	font-size: 15px;
	text-transform: uppercase;
	/*background: #9FDFDE;*/
	text-align: left;
	line-height: 5px;
	text-decoration: none;
	font-family: 'BrandonGrotesque-Bold';
	margin:0 0 0 22px;
}

#sidebar {
	width:378px;
	float:right;
	margin-top: 30px;
}
#footer {
	background:#537b83;

}
.full-width #content,.widecolumn{
	width:100%;
	float:none;
}

.widecolumn{padding:30px 0;}

/*= Header
 *=============================================================================*/
#header .wrap {
	position:relative;
	padding: 20px 0 0 0;
}

/*== Branding
 *=================================*/
#branding {
	float:left
}

#branding .logo, #header .nav {
	float: left;	
	/*margin-left: 17px;*/
}

#branding .searchform-div {
	display: none;
}	

#header .nav {
	 margin: 0 0 0 50px;
}

#header .nav li {
	display: inline-block;
}

#header .nav .photos a {
	background: url(images/btn_photos.png) center 3px no-repeat;
}
#header .nav .photos a:hover, #header .nav .photos.active a {
	background: url(images/btn_photos_on.png) center 3px no-repeat;
	color: #9FDFDE;
}
#header .nav .videos a {
	background: url(images/btn_videos.png) center 5px no-repeat;
}
#header .nav .videos a:hover, #header .nav .videos.active a {
	background: url(images/btn_videos_on.png) center 5px no-repeat;
	color: #9FDFDE;
}
#header .nav .community a {
	background: url(images/btn_community.png) center top no-repeat;
}
#header .nav .community a:hover, #header .nav .community.active a {
	background: url(images/btn_community_on.png) center top no-repeat;
	color: #9FDFDE;
}

#header .nav li a {
	color: #537b83;
    font-family: 'BrandonGrotesque-Bold';
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 40px;
    margin-right: 55px;
}

#site-title {
	font-size:24px;
	line-height:24px;
	margin:0;
	font-family:"open-sans",sans-serif;
	text-transform:uppercase;
}
#site-title a {
	color:#333;
	text-decoration:none;
}
#site-description {
	margin:5px 0 0;
	font-size:10px;
	color:#AAA;
	text-transform:uppercase;
}
#site-logo {
	display:block;
	height: 80px;
	width: 300px;
	
}
#site-logo img {
	display: none;
} 
.image-branding #site-title,
.image-branding #site-description {
	display: none
}

/*== Search Form
 *=================================*/
#top-search {
	float:left;
	width:350px;
	margin-left:80px;
	margin-top: 25px;
	display: none;
}
.searchform {
	position:relative;


	margin:0;
	
}



body.home .searchform input {
	width: 100px;
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	font-size: 18px;
	line-height: 32px;
	color:#333!important;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	box-shadow: none!important;
	height: 32px!important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #333;
}

#header .searchform-div ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ed6d23;
}
#header .searchform-div :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ed6d23;
   opacity:  1;
}
#header .searchform-div ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ed6d23;
   opacity:  1;
}
#header .searchform-div :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #ed6d23;
}

body.home .search-text-div {
	padding:0 0px 0px 57px;
	
	display: inline-block;
	background: #fff;
	position: relative;
}

body.home .search-text-div .action {
	position: absolute;
	left: 0;
	top: 0;
	background:url(images/homesearch_noir.png) no-repeat 5px center !important;
	width: 29px;
	height: 24px;
	cursor: pointer;
	text-indent: -10000px;	
}
input.search-text {
}
.search-submit-div {
	width:57px;
	height:27px;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	padding:0;
	background: none!important;
	border: none!important;
	display: none!important;
}
input.search-submit {
	background:url(images/homesearch.png) no-repeat !important;
	display: none!important;
	width:50px;
	padding:0;
	border:0;
	height:27px;
	overflow:hidden;
	line-height:999em;
	display:block;
	color: transparent;
}

#header .searchform-div {
	float: right;
}

#header .search_left .searchform-div {
	margin-right: 20px;
}

#header .searchform-div input.search-text {
	width: 89px;
	border-radius: 11px;
	border: 1px solid #ed6d23;
	color: #ed6d23;
	
	padding-left: 32px;
	height: 20px;
	margin-top: 11px;
	margin-left: 11px;
}

#header .nolog .searchform-div input.search-text {
	width: 100px;
}

#header .search-text-div {
	position: relative;
}

#header .searchform-div .action {
	background: url(images/p_search.png) left top no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 22px;
	top: 18px;
	text-indent: -10000px;
	border: 0;
	
}

/*== User Navigation
 *=================================*/
.user-nav {
	float:right;
	margin-top: 11px
}
.user-nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.user-nav>ul>li {
	float:left;
	position:relative;
}
.user-nav a {
	font-size: 12px;
}

/* Login navigation for the user is NOT logged in */
#login-nav .register-link,
#login-nav .login-link {
	float:left;
}

#login-nav .login-link {
	width: 90px;	
	height: 30px;
	line-height: 30px;
	background: url(images/bt_login.png) no-repeat;
	font-size: 12px;
	font-family:"open-sans",sans-serif;
	color: #fff;
	text-decoration: none;
	padding-left: 39px;
}

#login-nav .register-link {
	
	line-height: 30px;
	font-family: 'BrandonGrotesque-Bold';
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
	padding-bottom: 3px;
	margin-right: 10px;
}

#login-nav .login-link {
	margin-left:10px;
	position:relative;
}
#login-nav .dropdown {
	float:left;
	position:relative;
	height:29px;
}
#login-nav .dropdown-content {
	position:absolute;
	right:0;
	top:34px;
	background:#FFF;
	width:230px;
	padding:15px 15px 5px;
	border:1px solid #D7D7D7;
	-webkit-border-radius:3px 0 3px 3px;
	border-radius:3px 0 3px 3px;
	visibility:hidden;
	opacity:0;
}
#loginform {
	margin:0;
}
#loginform p {
	margin:0 0 10px;
}
#loginform .login-username label,
#loginform .login-password label {
	display:block;
}
#loginform .login-username input,
#loginform .login-password input {
	width:220px;
}
#loginform .login-remember label {
	line-height:19px;
	font-size:12px;
}
#loginform .lost-password {
	float:right;
	line-height:19px;
	font-size:12px;
}
#login-nav .dropdown:hover .login-link,
#login-nav .dropdown:hover .login-link:hover {
	padding-bottom:11px;
	background:#FFF;
	color:#777;
	border:1px solid #D7D7D7 !important;
	border-bottom:0 !important;
	text-shadow:none;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	position:relative;
	z-index:999;
}
#login-nav .dropdown:hover .dropdown-content {
	visibility:visible;
	opacity: 1;
	z-index:998;
}

#topSubmitPicture {
	float: right;
	display: inline-block;
	background: #ed6d23 url(images/p_submit.png) no-repeat 15px center;
	border-radius: 6px;
	color: #fff;
	font-family:'Open Sans',sans-serif;
	font-size: 12px;
	padding: 5px 14px 5px 44px;
	text-decoration: none;
	cursor: pointer;
	margin: 10px 40px 0 0;
}

/* Account navigation for the user is logged in */
#account-nav {
	float:right;
	position:relative;
	height:29px;
}

#account-nav .display-name {
	border: 0;
}

#account-nav a{text-decoration:none;}
#account-nav .dropdown-handle {
	position:relative;
}
#account-nav .dropdown-handle .avatar {
	width:25px;
	height:25px;
	padding:1px;
	border:1px solid #CCC;
	background:#FFF;
	-webkit-border-radius:3px;
	border-radius:3px;
	vertical-align:middle;
	float:left;
	margin-right:4px;
}
#account-nav .dropdown-handle .display-name {
	float:left;
	display:inline-block;
	vertical-align:middle;
	position:relative;
}
#account-nav .dropdown-handle .arrow-down {
	float:left;
}
#account-nav .dropdown-handle .mini-arrow-down{
	float:left;
	margin:8px 0 0 4px;
	vertical-align:middle;
}
#account-nav .dropdown-content {
	width:100%;
	position:absolute;
	right:0;
	top:34px;
	opacity:0;
	visibility:hidden;
}
#account-nav .dropdown-content-inner {
	border:1px solid #61bdba;
	background: #f7f7f7;
	border-radius:3px 0 3px 3px;
	width: 180px;
	margin-left: 15px;
}
#account-nav .dropdown-content ul {
	padding:0;
}
#account-nav .dropdown-content li {
	padding:0;
}

#account-nav .dropdown-content li a {
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	font-family:'Open Sans',sans-serif;
}

#account-nav .dropdown-content li a:hover {
	background: #61bdba;
	color: #fff;	
}

#account-nav .dropdown-content li:first-child {
	border-top:0;
}
#account-nav .dropdown-content li:last-child {
	border-bottom:0;
}
#account-nav:hover .display-name {
	padding-bottom:11px;
	border-bottom:0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
#account-nav:hover .dropdown-handle{
	z-index:9999999;
}
#account-nav:hover .dropdown-content {
	visibility:visible;
	opacity: 1;
	z-index:9999998;
}

/*= Main Navigation
 *==================================================================*/
#main-nav {
	/*background: url(images/nav.png) repeat-x;*/
	background-color: #9FDFDE;
	position:relative;
	height: 50px;
	border-radius: 10px;
}
#main-nav ul {
	text-shadow: none;
	list-style:none;
	font-weight: 500;
	margin:0;
	padding:0;
}
#main-nav li {
	position:relative
}
#main-nav li a {
	display:block;
	text-decoration: none;
}

/* Top Level */
#main-nav .menu {
	text-align: center;
}

#main-nav .menu>li {
	display: inline-block;
}

#main-nav .menu ul li {
	text-align: left;
}

#main-nav .menu>li>a {
	float:left;
	position:relative;
	color: #547D86;
	padding:0 12px 0 14px;
	line-height:50px;
	display: block;
	height: 50px;
	font-weight:bold;
}
#main-nav .menu>li>a:hover {
	color:#fff;
}
#main-nav .menu>li.current-menu-item, #main-nav .menu>li.current-post-ancestor {
	/*background: url(images/nav_on.png) repeat-x;*/
	background-color:#547D86;
}
#main-nav .menu>li.current-menu-item>a, #main-nav .menu>li.current-post-ancestor>a {
	color:#FFF;
	position:relative;
	
	
}

/* Sub Levels */
#main-nav ul ul {
	width:160px;
	background:#547D86;
	position:absolute;
	top:100%;
	left:1px;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	-ms-transition:all .15s;
	-o-transition:all .15s;
	transition:all .15s;
	opacity:0;
	display:none;
	visibility:hidden;
	border-top:1px solid #222;
}
#main-nav ul ul li {
	border-top:1px solid #444;
	border-bottom:1px solid #222;
	border-left:1px solid #4E4E4E;
	background:#9FDFDE;
}
#main-nav ul ul li a {
	padding:5px 14px;
	color:#547D86;
	border-left:3px solid transparent;
}
#main-nav ul ul li a:hover {
	color:#fff;
	background:#547D86;
	border-left:3px solid #666;
}
#main-nav ul ul li.current-menu-item>a {
	border-left:3px solid #B70000
}
#main-nav ul ul ul {
	left:100%;
	top:-2px;
}
#main-nav li:hover>ul {
	opacity:1;
	visibility: visible;
	display:block;
	z-index:999;
}
#main-nav li:hover{
}


#main-nav .select-div{display:none;}

/*= General Content Style
 *==================================================================*/

/*== Fluid Width Video
 *=================================*/
video {
  width: 100%    !important;
  height: auto   !important;
}
.video-wrap{
	position:relative !important;
	padding-bottom:56.25% !important; /* video dimensions - width/height for 16:9 videos, use 75% for 4:3 */
	height:0 !important;
	overflow:hidden !important;
	background:#333 !important;
}
.video-wrap iframe,
.video-wrap embed,
.video-wrap object,
.video-wrap video{
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height: 100% !important;
}
.video-wrap video{
-webkit-transform:none !important;
transform:none !important;
}




/* JW Player Fixed */
.video-wrap > div{position:static !important;width:100% !important;height:100% !important;}
.jwcontrolbar{left:8px !important;right:8px !important;width:auto !important;margin-left:0 !important;max-width:none !important;}
.ltas_adspot iframe{position:static !important;}

/*== Common Thumbnail Style
 *=================================*/
 
/* Absolute Center(Vertical & Horizontal) Image */
.thumb {
	position:relative;
	background:#000;
	overflow:hidden;
	vertical-align:bottom;
	_line-height:0;
	display:inline-block;
	border-radius: 6px;
	}
.thumb .clip-link {
	position:absolute;
	_position:static;
	bottom:-100px;
	top:-100px;
	left:-100px;
	right:-100px;
	text-align:center;
	white-space:nowrap;
	word-break:normal;
}
.thumb .clip {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.thumb .clip img,.thumb .vertical-align {
	display:inline-block;
	vertical-align:middle;
}
.thumb .clip .vertical-align {
	height:100%;
}

/* Basic Overlay style */
.thumb .overlay {
	position:absolute;
	border:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	background-image:url(images/icon-plus-24.png);
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0;
	-webkit-transition:.25s;
	-moz-transition:.25s;
	-ms-transition:.25s;
	-o-transition:.25s;
	transition:.25s;
}
.thumb:hover .overlay {
	cursor:pointer;
	z-index:998;
	opacity:1;
}

.thumb:hover .options {
	cursor:pointer;
	z-index:999;
	opacity:1;
}

.thumb:hover .edit {
	cursor:pointer;
	z-index:999;
	opacity:1;
}


.thumb .edit
{
	position: absolute;
	left: 10px;	
	top: 10px;
	z-index: 99999;
	opacity:0;
}

.thumb .edit > li
{
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin-bottom: 10px;
}

.thumb .edit > li a
{
	display: block;
	width: 100%;
	height: 100%;
}

.thumb .edit > li.editpost
{
	background: url(images/btn_editpost.png) no-repeat center center;
}
.thumb .edit > li.editpicture
{
	background: url(images/btn_editpicture.png) no-repeat center center;
}
.thumb .edit > li.delete
{
	background: url(images/btn_delete.png) no-repeat center center;
}

.thumb .options
{
	position: absolute;
	right: 10px;	
	top: 10px;
	z-index: 99999;
	opacity:0;
}

#sidebar .thumb .options
{
	display: none;
}

#sidebar .thumb .edit, .carousel-list .thumb .edit
{
	display: none;
}

#nantespage .wpuf_customs
{
	display: none;
}


.thumb .options > li
{
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin-bottom: 10px;
}



.thumb .options > li.like
{
	background: #9FDFDE url(images/p_thumb.png) no-repeat center center;
	opacity: 1;
}

.thumb .options > li.like.liked
{
	background: #537B83 url(images/p_thumb.png) no-repeat center center;
}

.thumb .options > li.like.liking
{
	background: #9FDFDE url(images/ajax-loader_green.gif) no-repeat center center;
}


.thumb .options > li.like span, .thumb .options > li span.favorite
{
	display: block;
	height: 40px;
	text-indent: -10000px;
}

.thumb .options .flare-button-icon, #actions .share .flare-button-icon
{
	display: none;
}

.thumb .options > li.star
{
	background: #ea364f url(images/p_star.png) no-repeat center center;
	opacity: 1;
}

.thumb .options > li.star.liking
{
	background: #ea364f url(images/ajax-loader_pink.gif) no-repeat center center;
}


.thumb .options > li.share
{
	background: url(images/p_share.png) no-repeat center top;
	cursor: default;
	padding-top: 40px;
	height: auto;
}

.thumb .options > li.like.hover, .thumb .options > li.star.hover
{
	opacity: 0.7;
}

.author_right .thumb .options, .author_right .thumb .edit
{
	display: none;
}
/*
.author_right .thumb .options > li.like,.author_right .thumb .options > li.like.liked,.author_right .thumb .options > li.star
{
	width: 20px;
	height: 20px;
	background-size: 12px 12px;
}
*/

.thumb .options > li.share div, #actions .share .bg
{
	background: url(images/p_networks_mask.png);
	padding-top: 5px;
}

.thumb .options > li.share a, #actions .share a
{
	width: 40px;
	height: 23px;	
	display: block;
	cursor: pointer;
	margin-bottom: 3px;
}

#actions .share a
{
	margin-bottom: 0px;
}

#actions .share
{
	position: relative;
}

#actions .share .bg
{
	display: inline-block;
}

#actions .share > div
{
	/*
	position: absolute;
	left: -250px;
	top: 60px;
	*/
	margin-left: -250px;
	background: none;
	white-space: nowrap;
	width: 300px;
	padding-top: 8px;
	text-align: right;
	display: none;
}


#actions .share a
{
	display: inline-block;
	margin-left: 0px;
	margin-top: 3px;
}

#actions .share
{
	background: url(images/p_share_r.png) no-repeat center top;
	cursor: default;
	padding-top: 50px;
	height: auto;
	float: right;
	width: 50px;
	margin-left: 10px;
}

.thumb .options > li.share a:hover {
	opacity: 0.7;
}

.thumb .options > li.share .tumblr, #actions .share .tumblr
{
	background: transparent url(images/p_networks.png) no-repeat center 5px;
}

.thumb .options > li.share .facebook, #actions .share .facebook
{
	background: transparent url(images/p_networks.png) no-repeat center -23px;
}

.thumb .options > li.share .twitter, #actions .share .twitter
{
	background: transparent url(images/p_networks.png) no-repeat center -50px;
}
.thumb .options > li.share .pinterest, #actions .share .pinterest
{
	background: transparent url(images/p_networks.png) no-repeat center -74px;
}
.thumb .options > li.share .google, #actions .share .google
{
	background: transparent url(images/p_networks.png) no-repeat center -96px;
}

/*

.thumb .options > li.share .tumblr:hover, #actions .share .tumblr:hover
{
	background: transparent url(images/p_networks_on.png) no-repeat center 5px;
}

.thumb .options > li.share .facebook:hover, #actions .share .facebook:hover
{
	background: transparent url(images/p_networks_on.png) no-repeat center -23px;
}

.thumb .options > li.share .twitter:hover, #actions .share .twitter:hover
{
	background: transparent url(images/p_networks_on.png) no-repeat center -50px;
}
.thumb .options > li.share .pinterest:hover, #actions .share .pinterest:hover
{
	background: transparent url(images/p_networks_on.png) no-repeat center -74px;
}
.thumb .options > li.share .google:hover, #actions .share .google:hover
{
	background: transparent url(images/p_networks_on.png) no-repeat center -96px;
}
*/

.ie .thumb .overlay{visibility:hidden;}
.ie .thumb:hover .overlay{visibility:visible;}
.item-video .thumb .overlay{
	background-image:url(images/icon-play-24.png);
}

.thumb img{width:100%;}

/*== Common Item Style
 *=================================*/
.item h2,.item p {
	margin:0
}
.item img,
.item video,
.item object {
	max-width:100%;
	height: auto;
}
.item .thumb {
	margin:0 0 5px;
}
.item .screen {
	background:#333;
	margin:0 0 10px;
}
.item .item-wrap,
.item .item-wrap iframe {
	background:#333;
}
.item .entry-title {
	font-size:13px;
	margin: 5px 0;
	height: 20px;
	overflow: hidden;
}

.item .entry-meta,.item .stats {
	font-weight: 500;
	font-size:12px;
	line-height:15px;
	margin:0 0 5px;
	height:15px;overflow:hidden;
}
.item .stats i {
	font-style:normal;
}
.item .stats a {
	color:#AAA
}
.item .stats a:hover {
	color:#555
}
.item .stats .views,
.item .stats .likes,
.item .stats .comments {
	margin-right:15px;
	padding-left:22px;
	height: 15px;
	display: inline-block;
}
.item .stats .views {
	padding-left:25px;
	background:url(images/p_stats_view.png) no-repeat;
}
.item .stats .comments {
	background:url(images/p_stats_comment.png) no-repeat;
}
.item .stats .comments:hover {

}
.item .stats .likes {
	background:url(images/p_stats_like.png) no-repeat;
}
.item .stats .liked {
	background:url(images/p_stats_like_on.png) no-repeat;
}
.item .entry-summary {
	line-height:1.5;
	font-size:12px;
	overflow:hidden;
	width:100%;
	padding: 5px 0 0;
}

.mostviewed h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'BrandonGrotesque-Bold';
	font-size: 24px;
	color: #ed6d23;
	margin-bottom: 25px;
	
}

.photos h1 {
	text-align: center;
	color: #537b83;
	font-weight: normal;
	font-size: 48px;
	font-family: 'BrandonGrotesque-Bold';
	margin: 40px 0;
}

body.search .photos h1 {
	font-size: 38px;	
}

.photos .sort {
	text-align: center;
	margin: 25px 0 50px 0;
}

.photos .sort .selectboxit-container .selectboxit {
	border: 1px solid #ed6d23;
	min-width: 200px!important;
}

.photos .sort .selectboxit-container .selectboxit-options {
	border-radius: 0;
	border: 1px solid #ed6d23;
	color: #ed6d23;
	text-align: center;
	min-width: 170px!important;
	margin-left: 15px;
}

.photos .sort .selectboxit-btn {
	background: none;
	
}

.photos .sort .selectboxit-text, #photos .sort .selectboxit-option-anchor {
	font-family:"open-sans",sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #ed6d23;
}

.photos .sort .selectboxit-list .selectboxit-option-anchor {
	color: #ed6d23;
}

.photos .sort .selectboxit-option, .photos .sort .selectboxit-optgroup-header {
	text-indent: 0;	
}

.photos .sort .selectboxit-text {
	max-width: none!important;
	float: none;
	text-indent: 0;
}

.photos .sort .selectboxit-arrow-container {
	display: none;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff!important;
  background: #ed6d23;
  
}

.selectboxit-container span {
	height: 40px;
	line-height: 40px;
}

.mostviewed {
	margin-bottom: 15px;
}

.mostviewed .post {
	
	
}

/*== Regular Post Style
 *=================================*/
.item-post{} 
 
/*== Video Post Style
 *=================================*/
.item-video{}
 
/*== List View with Small Thumbnial
 *=================================*/
.list-small p {
	margin:0 0 5px
}
.list-small .item {
	border-top:1px solid #FFF;
	border-bottom:1px solid #DDD;
	margin:0;
	padding:15px 0;
}
.list-small .item:first-child {
	padding-top:0;
	border-top:0;
}
.list-small .item:last-child {
	border-bottom:0
}
.list-small .thumb {
	float:left;
	width:196px;
	height:108px;
	margin:0;
}
.list-small .thumb img {
	width:196px;
}
.list-small .item-post .thumb .overlay {
	background-image:url(images/icon-plus-32.png)
}
.list-small .item-video .thumb .overlay {
	background-image:url(images/icon-play-32.png)
}
.list-small .data {
	margin-left:214px
}
.list-small .entry-title {
	margin:0 0 5px;
}
.list-small .entry-meta {
	float:left
}
.list-small .stats {
	float:right
}
.list-small .stats .views,
.list-small .stats .likes,
.list-small .stats .comments {
	margin:0 0 0 10px
}
.list-small .suffix {
	display:none
}
.list-small .entry-summary {
	padding: 0;
}

/*== List View with Medium Thumbnial
 *=================================*/
.list-medium .item {
	border-top:1px solid #FFF;
	border-bottom:1px solid #DDD;
	margin:0;
	padding:15px 0;
}
.list-medium .item:first-child {
	padding-top:0;
	border-top:0;
}
.list-medium .item:last-child {
	border-bottom:0
}
.list-medium .thumb {
	float:left;
	width:300px;
	height:168px;
	margin:0;
}
.list-medium .thumb img {
	width:300px;
}
.list-medium .item-post .thumb .overlay {
	background-image:url(images/icon-plus-48.png)
}
.list-medium .item-video .thumb .overlay {
	background-image:url(images/icon-play-48.png)
}
.list-medium .data {
	margin-left:320px
}
.list-medium .entry-title {
	margin: 0 0 5px;
}

/*== List View with Large Thumbnial
 *=================================*/
.list-large .item {
	border-top:1px solid #FFF;
	border-bottom:1px solid #DDD;
	margin:0;
	padding:20px 0;
}
.list-large .item:first-child {
	padding-top:0;
	border-top:0;
}
.list-large .item:last-child {
	border-bottom:0
}
.list-large .thumb {
	width:620px;
	height:348px;
	margin:0 0 10px;
}
.list-large .thumb img {
	width:620px;
}
.list-large .item-post .thumb .overlay {
	background-image:url(images/icon-plus-64.png)
}
.list-large .item-video .thumb .overlay {
	background-image:url(images/icon-play-64.png)
}
.list-large .thumb.loading .overlay {
	background:rgba(0,0,0,.75) url(images/loading-bert.gif) no-repeat center center !important;
	visibility:visible;
	opacity:1;
}
.list-large .entry-title {
	font-size:21px;
	margin:0 0 5px;
}
.list-large .entry-title a:hover {
	text-decoration:none;
}
.list-large .entry-meta {
	float:left
}
.list-large .stats {
	float:right
}
.list-large .stats .views,.list-large .stats .likes,.list-large .stats .comments {
	margin:0 0 0 10px
}
.list-large .entry-summary {
	clear: left;
}

/*== Grid View with Small Thumbnial
 *=================================*/
.grid-small .nag {
	margin:0 -10px
}
.grid-small p {
	margin:0
}
.grid-small .item {
	width:180px;
	float:left;
	margin:0 15px 20px 0;
}
.grid-small .thumb {
	width:180px;
	height:137px;
}
.grid-small .thumb img {
	height:137px;
	width: auto;
}
.grid-small .item-post .thumb .overlay {
	background-image:url(images/icon-plus-32.png)
}
.grid-small .item-video .thumb .overlay {
	background-image:url(images/icon-play-32.png)
}
.grid-small .entry-title a {
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:16px;
	color: #333;
	font-family: 'BrandonGrotesque-Light';
}
.grid-small .suffix,.grid-small .entry-meta,.grid-small .entry-summary {
	display: none
}

/*== Grid View with Medium Thumbnial
 *=================================*/
.grid-medium .nag {
	margin:0 -11px;
}

body.home .grid-medium .nag {
	margin: 0;	
}

.grid-medium p {
	margin:0
}
.grid-medium .item {
	width:390px;
	float:left;
	margin:0 15px 20px 0;
}

.grid-medium .item.m3 {
	margin-right: 0;
}

.grid-medium .thumb {
	width:390px;
	height:292px;
}
.grid-medium .thumb img {
	height:292px;
	width: auto;
}
.grid-medium .item-post .thumb .overlay {
	background-image:url(images/icon-plus-48.png)
}
.grid-medium .item-video .thumb .overlay {
	background-image:url(images/icon-play-48.png)
}
.grid-medium .entry-title, #main.author .grid-medium h2.entry-title {
	line-height:20px;
	font-size:16px;
	font-family: 'BrandonGrotesque-Light';
	margin: 10px 0 10px 0;
}

.grid-medium .entry-title a, #main.author .grid-medium h2.entry-title a {
	color: #000;
	font-weight: normal;
}
.grid-medium .entry-meta,.grid-medium .suffix,.grid-medium .entry-summary {
	display: none
}

#main.author .grid-medium {
	margin-top: 50px;
}

#main.author .author_left {
	margin-left: -10px;
}

#main.author #main-nav, #main.author .author-box {
	margin-left: -10px;
	margin-right: 10px;
}

body.author #footer {
	/*margin-left: 10px;	*/
}

/*== Grid View with Mini Thumbnial
 *=================================*/
.grid-mini .nag {
	margin:0 -10px
}
.grid-mini p {
	margin:0
}
.grid-mini .item {
	width:116px;
	float:left;
	margin:0 7px 20px;
}
.grid-mini .thumb {
	width:116px;
	height:86px;
}
.grid-mini .thumb img {
	/*width:179px;*/
}
.grid-mini .item-video .thumb .overlay {
	background-image:url(images/icon-play-24.png)
}
.grid-mini .entry-title {
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:12px;
}
.grid-mini .suffix,.grid-mini .entry-meta,.grid-mini .comments,.grid-mini .entry-summary {
	display: none
}

/*== Common Section Box Style
 *=================================*/
.section-box {
	margin:0 0 0;
}
.section-box img {
	vertical-align:middle;
}
.section-before {
	margin:0 0 20px;
}
.section-after {
	margin: -10px 0 20px;
}
.section-header {
	margin-bottom:10px;
	border-bottom:1px solid #FFF;
	font-weight:bold;
	text-transform:uppercase;
}
.section-title {
	display:block;
	line-height:20px;
	font-size:24px;
	color: #9FDFDE;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:6px;
	text-align: left;
	margin-top: 0px;
}
.section-title a {
	color: #9FDFDE;
	text-decoration: none;
	margin:0 0 0 22px;
}

.section-subtitle, .section-subtitle strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	text-align: center;
	font-style: italic;
	text-transform: none;
	font-weight: normal!important;
}

/*
.section-title a:hover {
	background:url(images/s.png) no-repeat right -463px;
	padding:0 16px 0 0;
	text-decoration:none;
	color:#B70000;
}
*/
.section-header .more-link {
	float:right;
	margin-top:-32px;
	vertical-align:middle;
	display:inline-block;
	line-height:20px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:0 10px;
	font-size:11px;
	background:#F7F7F7;
	background-image:-ms-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-moz-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-o-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#F0F0F0));
	background-image:-webkit-linear-gradient(top,#FFF,#F0F0F0);
	background-image:linear-gradient(top,#FFF,#F0F0F0);
	border:1px solid #DDD;
	color:#e43b51;
}
.section-header .more-link span {
}
.section-header .more-link .mini-arrow-right{
	border-left-color:#B70000;
	position:relative;
	top:-1px;
}
.section-header .more-link:hover {
	border-color:#BBB;
	text-decoration:none;
	color:#333;
}
.section-header .more-link:hover .mini-arrow-right{
	border-left-color:#333;
}
.section-content {
	margin:0 0 0 30px;
	padding-bottom:0px;
}

/*== jPlayer Skin
 *=================================*/
.jp-media {
	margin:0 auto;
	overflow:hidden;
}
.jp-media img {
	position: absolute;
	z-index:1;
	left: 0;
	top: 0;
	width:100% !important;
	height:100% !important;
}
.jp-gui,.jp-gui a,.jp-progress,.jp-seek-bar,.jp-play-bar,.jp-volume-bar,.jp-volume-bar-value {
	background-image:url(images/s-jplayer.png);
	background-repeat:repeat-x;
}
.jp-seek-bar,.jp-play-bar,.jp-volume-bar,.jp-volume-bar-value {
	-webkit-border-radius:1px;
	border-radius:1px;
}
.jp-gui {
	width:100%;
	position:absolute;
	z-index:2;
	bottom:0px;
	height:0px;
	opacity:0;
	visibility:hidden;
	background-position:0 -270px;
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.4);
	box-shadow:0px 1px 1px rgba(0,0,0,0.4);
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	-ms-transition:all .15s;
	-o-transition:all .15s;
	transition:all .15s;
}
.jp-player:hover .jp-gui {
	opacity:1;
	visibility:visible;
	bottom:0;
	height:30px;
}

.jp-gui a {
	display:inline-block;
	outline:none;
	text-indent:-999em;
	background-repeat:no-repeat;
}
.jp-control {
	width:33px;
	height:30px;
	padding-right:2px;
	background:url(images/s-jplayer.png) no-repeat right -300px;
	position:absolute;
	top:0;
	left:0;
}
.jp-play,.jp-pause {
	width:33px;
	height:30px;
	position:absolute;
	top:0;
	left:0;
}
.jp-play {
	background-position:0 0
}
.jp-play:hover {
	background-position:-33px 0
}
.jp-pause {
	background-position:0 -30px;
	display:none;
}
.jp-pause:hover {
	background-position:-33px -30px
}
.jp-progress-container {
	margin:0 95px 0 34px;
	height:8px;
	padding:12px 12px 10px 10px;
	background:url(images/s-jplayer.png) no-repeat right -300px;
}
.jp-progress {
	height:5px;
	padding:1px 1px 2px;
	background-position:0 -240px;
	position:static;
}
.jp-seek-bar {
	width:0px;
	height:5px;
	background-position:0 -210px;
	cursor:pointer;
}
.jp-play-bar {
	width:0px;
	height:5px;
	background-position:0 -180px;
}
.jp-mute,.jp-unmute {
	width:17px;
	height:13px;
	position:absolute;
	top:9px;
	right:70px;
}
.jp-mute {
	background-position:-10px -68px
}
.jp-mute:hover {
	background-position:-43px -68px
}
.jp-unmute {
	background-position:-10px -98px
}
.jp-unmute:hover {
	background-position:-43px -98px
}
.jp-volume-bar {
	width:40px;
	height:5px;
	padding:1px 1px 2px;
	background-position:0 -240px;
	cursor:pointer;
	position:absolute;
	top:12px;
	right:25px;
}
.jp-volume-bar-value {
	width:0px;
	height:5px;
	background-position: 0 -180px;
}
.jp-full-screen,.jp-restore-screen {
	width:17px;
	height:13px;
	position:absolute;
	top:8px;
	right:0;
}
.jp-full-screen{
background-position:-10px -128px
}
.jp-full-screen:hover{
background-position:-43px -128px
}
.jp-restore-screen{
background-position:-10px -158px
}
.jp-restore-screen:hover{
background-position:-43px -158px
}
.jp-video-full {
position:fixed;
width:100%;
height:100%;
left:0;
top:0;
background:#000;
z-index:999;
}
.jp-video-play{
position:absolute;top:0;left:0;width:100%;height:100%;
background:url(images/icon-play-64.png) no-repeat center center;
text-indent:-5555em;
overflow:hidden;
cursor:pointer;
}

/*= Featured Content Style
 *==================================================================*/
.wall {
	padding:30px 0;
	background: #e8e8e8;
	position:relative;
	text-shadow: none;
}

/*== Default Featured Carousel with 6 visible items
 *=================================*/
.fcarousel {

}
.fcarousel .carousel-container {
	position:relative;
	/*margin:0 35px;*/
}

.fcarousel .carousel-container .thumb .options {
	display: none;
}

.fcarousel .carousel-clip{position:relative;overflow:hidden;height:146px;width:100%;margin:0 auto;}
.fcarousel ul {
	width:999em;
	position:absolute;
}
.fcarousel li {
	float:left;
	width:179px;
	height:146px;
	margin:5px 10px 20px 10px;
	overflow:visible !important;
	position:relative;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	-ms-transition:all .25s;
	-o-transition:all .25s;
	transition:all .25s;
}

.fcarousel, .mostviewed, .photos h1, .photos .sort
{
	margin-left: -10px;
}

.fcarousel .item-post, .fcarousel .item-video {
	width:179px;
	float:left;
	margin:0 25px 0 0px;
}

.fcarousel .thumb {
	width:179px;
	height:138px;
}
.fcarousel .thumb img {
	/*width:150px;*/
}
.fcarousel li:hover {
	border-color:#555;
}
.fcarousel li.current {
	border-color:#086081;
}
.fcarousel li.current .overlay {
	visibility:visible;
	opacity: 1;
}
.fcarousel .carousel-prev,
.fcarousel .carousel-next {
	display:inline-block;
	width:27px;
	height:90px;
	margin:5px 0;
	cursor:pointer;
	text-indent:-5555em;
	overflow:hidden;
	background:url(images/s.png) no-repeat -150px -80px;
	position:absolute;
	top:0;
}
.fcarousel .carousel-prev {
	left:-30px;
}
.fcarousel .carousel-next {
	background-position:-200px -80px;
	right:-30px;
}
.fcarousel .carousel-prev:hover {
	background-position:-150px -180px;
}
.fcarousel .carousel-next:hover {
	background-position: -200px -180px;
}


/* Featured Carousel with 5 visible items */ 
.fcarousel-6 .carousel-clip {
	height:86px;
}
.fcarousel-6 li {
	width:124px;
	height:70px;
	margin:5px 8px 20px 8px;
}
.fcarousel-6 .thumb {
	width:124px;
	height:70px;
}
.fcarousel-6 .thumb img {
	width:124px;
}
.fcarousel-6 .carousel-prev,
.fcarousel-6 .carousel-next {
	height:76px;
	background:url(images/s.png) no-repeat -50px -80px;
}
.fcarousel-6 .carousel-next {
	background-position:-100px -80px;
}
.fcarousel-6 .carousel-prev:hover {
	background-position:-50px -180px;
}
.fcarousel-6 .carousel-next:hover {
	background-position: -100px -180px;
}

/*== Home Featured Content with Full Width
 *=================================*/
 
.pubhome { margin: 30px 0; }


/*== Home Featured Content with Standard Layout
 *=================================*/
.home-featured .stage{float:left;width:620px;height:348px;overflow:hidden;
	background: #333 url(images/loading-bert.gif) no-repeat center center;
	position:relative;

} 
.home-featured .carousel-list{
width: 20000em;
position: absolute;
}
.home-featured .stage .item{
width:620px;
height:348px;
position:relative;
float:left;
}
.home-featured .stage .thumb {
	width:620px;
	height:348px;
	float:left;
}
.home-featured .stage .thumb img {
	width:620px;
}
.home-featured .stage .thumb.loading .overlay {
	background:rgba(0,0,0,.75) url(images/loading-bert.gif) no-repeat center center !important;
	visibility:visible;
	opacity:1;
}
.home-featured .stage .caption{width:100%;position:absolute;bottom:0;height:37px;
background:#333;
background:rgba(0,0,0,0.5);
border-top:1px solid rgba(255,255,255,0.1);
}
.home-featured .stage .entry-title{font-size:13px;line-height:27px;padding:0 10px;}
.home-featured .stage .entry-title a{color:#EEE;}
.home-featured .stage .entry-title a:hover{color:#FFF;}
.home-featured .stage .item-post .thumb .overlay {
	background-image:url(images/icon-plus-64.png)
}
.home-featured .stage .item-video .thumb .overlay {
	background-image:url(images/icon-play-64.png)
}


.home-featured .nav {
	width:300px;
	float:right;
	border:1px solid #e9e9e9;
	background: #333;
}
.home-featured .nav .carousel{
	float:right;
	width:305px;
	overflow:hidden;
}
.home-featured .nav .carousel-clip{height:320px;overflow:hidden;position:relative;}
.home-featured .nav .carousel-list{height:999em;position:absolute;}
.home-featured .nav li {
	width:300px;
	margin-left:5px;
	background: #fff;
	height:78px;
	border-top:1px solid #e9e9e9;
	
	
}
.home-featured .nav a{text-decoration:none;}
.home-featured .nav .inner{
	padding:10px 10px;
	height:58px;
}
.home-featured .nav li:hover{
	background-color:#303030;
}
.home-featured .nav li:hover a{color:#FFF;}
.home-featured .nav .thumb {
	width:100px;
	height:56px;
	float:left;
}
.home-featured .nav .thumb img {
	width:124px;
}

.home-featured .nav .inner .data p.meta span.time {
	color: #44aca7;
}

.home-featured .nav li.item-post.active .inner .data p.meta span.time {
	color: #fff;
}


.home-featured .nav .data{margin-left:110px;}
.home-featured .nav .entry-title{font-size:12px;margin:0 0 5px;height:30px;overflow:hidden;}
.home-featured .nav .entry-title a{color:#555;}
.home-featured .nav .entry-title a:hover{color:#FFF;}
.home-featured .nav li.active{background: #ea6d30;}
.home-featured .nav li.active .inner{
	border-left:4px solid #ea6d30;
	margin-left:-4px;
}
.home-featured .nav li.active a{color:#FFF;}
.home-featured .nav li.active .overlay {
	visibility:visible;
	opacity: 1;
}

.home-featured .nav .carousel-prev, 
.home-featured .nav .carousel-next {
	display:inline-block;
	width:149px;
	float:left;
	height:27px;
	cursor:pointer;
	vertical-align:middle;
	text-indent:-5555em;
	overflow:hidden;
	background:#44aca7 url(images/s.png) no-repeat center 8px;
	border-top:1px solid #e9e9e9;
}
.home-featured .nav .carousel-prev {
	border-right:1px solid #44aca7;
	margin-left:5px;
}
.home-featured .nav .carousel-next {
	background-position:center -22px;
	border-left:1px solid #547980;
}
.home-featured .nav .carousel-prev:hover, 
.home-featured .nav .carousel-next:hover{
	background-color:#3A3A3A;
}


/*= Archive Content Style
 *==================================================================*/

#main.author
{
	border: 0;
	padding-top: 0;
}

/*== Author Box
 *=================================*/
.author-box {
	/*background: url(images/cover.jpg);*/
	background: #537B83;
	height: 400px;
	position: relative;
}

.author-box .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.author-box .cover img {
	max-height: 100%;
}

.author-box .score {
	float: right;
	width: 146px;
	height: 146px;
	background: url(images/score.png) no-repeat;
	font-size: 10.6px;
	
	font-family: 'BrandonGrotesque-Bold';
	color: #fff;
	text-align: center;
	margin: 220px 30px 0 0;
	position: relative;
	z-index: 1;
}

.author-box .score.eagle {
	cursor: pointer;
}

.author-box .score .img {
	display: none;
}

.author-box .score .note {
	line-height: 35px;
	font-size: 48px;
	padding-top: 10px;
}

.author-box .score .legend {
	padding-top: 37px;
	font-size: 18px;
}

.author-box .score.eagle .img {
	width: 74px;
	height: 74px;
	background: url(images/score_1.png) no-repeat;
	margin-top: 12px;
	display: inline-block;
}

.author-box .score.eagle .note {
	padding-top: 0px;
	font-size: 30px;
}

.author-box .score.eagle .legend {
	padding-top: 0px;
	font-size: 10.6px;
	line-height: 11px;
}

.author-box .table {
	
	display: table;
	margin: 220px 0 0 80px;
	float: left;
	position: relative;
	z-index: 1;
}

.author-box .avatar {
	float:left;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.author-box .row {
	display: table-row;
}

.author-box .col {
	display: table-cell;	
	vertical-align: top;
}


.author-box .col img.avatar {
	margin-right: 0;	
}

.author-box .row2 .col1 span {
	display: block;
}

.author-box .col .link_follow {
	margin-left: 0!important;
	display: block!important;
	width: 100%;
}

.author-box .col1 {
	vertical-align: middle;
}

.author-box .col2 {

	padding-left: 25px;
}

.author-box .col2 h1 {
	color: #fff;	
	font-family: 'BrandonGrotesque-Bold';
	font-size: 36px;
	margin-bottom: 5px;
	font-weight: normal;
}

.author-box .row2 .col {
	padding-top: 15px;
}

.author-box .stats {
	color: #fff;
	font-size: 16px;
}

.author-box .stats span {
	padding-right: 15px;
}

.author-box .networks a {
	display: inline-block;
	width: 33px;
	height: 33px;
	margin-right: 8px;
}

.author-box .networks .facebook {
	background: url(images/author_facebook.png);
}
.author-box .networks .twitter {
	background: url(images/author_twitter.png);
}

.row:after
{
	clear: both;
	content: '';
	display: table;
}

body.home #community 
{
	margin-top: 50px;
}

#community a
{
	float: left;
	width: 241px;
	height: 241px;
	margin-right: 75px;
	margin-bottom: 75px;
	text-align: center;
	padding-top: 136px;
	font-family:"BrandonGrotesque-Bold",sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 30px;
}

#community h1
{
	margin-bottom: 25px;
	margin-top: 25px;
}

#community a.pilots
{
	background: url(images/comm_pilots.png) no-repeat;
}
#community a.pilots:hover
{
	background: url(images/comm_pilots_on.png) no-repeat;
}


#community a.photos
{
	background: url(images/comm_photos.png) no-repeat;
	color: #9FDFDE;
}
#community a.photos:hover
{
	background: url(images/comm_photos_on.png) no-repeat;
}

#community a.videos
{
	background: url(images/comm_videos.png) no-repeat;
	color: #ed6d23;
}
#community a.videos:hover
{
	background: url(images/comm_videos_on.png) no-repeat;
}

#community a.map
{
	background: url(images/comm_map.png) no-repeat;
	color: #ea364f;
}
#community a.map:hover
{
	background: url(images/comm_map_on.png) no-repeat;
}

#community a.book
{
	background: url(images/comm_book.png) no-repeat;
}
#community a.book:hover
{
	background: url(images/comm_book_on.png) no-repeat;
}

#community a.forum
{
	background: url(images/comm_forum.png) no-repeat;
	color: #9FDFDE;
}
#community a.forum:hover
{
	background: url(images/comm_forum_on.png) no-repeat;
}

#community a.contest
{
	background: url(images/comm_contest.png) no-repeat;
	color: #ed6d23;
}
#community a.contest:hover
{
	background: url(images/comm_contest_on.png) no-repeat;
}

#community a.blog
{
	background: url(images/comm_blog.png) no-repeat;
	color: #ea364f;
}
#community a.blog:hover
{
	background: url(images/comm_blog_on.png) no-repeat;
}


#community a.idx4, #community a.idx8
{
	margin-right: 0;
}
#community a:hover
{
	text-decoration: none;
	color: #fff;
}

#networks
{
	text-align: center;
	margin-bottom: 50px;
}

#networks a
{
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-right: 44px;
	vertical-align: top;
}

#networks .facebook
{
	background: url(images/facebook.png) no-repeat;
}

#networks .twitter
{
	background: url(images/twitter.png) no-repeat;
}

#networks .pinterest
{
	background: url(images/pinterest.png) no-repeat;
	margin-right: 0px;
}

.navUpload {
	margin: 0 0 50px 0;
}

.navUpload a {
	display: inline-block;
}

.navUpload, .navUpload a {
	font-family: 'BrandonGrotesque-Bold';
	font-size: 48px;
	color: #537b83;
}

.navUpload a.current {
	color: #9FDFDE;
}

ul.wpuf-post-form {
	
	float: left;
	width: 580px;
	background: #f7f7f7;
	padding: 40px;
	margin: 0;
	list-style-type: none;
}

.wpuf-profile .col1, .wpuf-profile .col2 {
	float: left;
	width: 580px;
}

.wpuf-profile h1 {
	font-family: 'BrandonGrotesque-Bold';
	color: #537b83;
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 30px;
}

.wpuf-profile .col1 {
	margin-right: 40px;
}

.wpuf-profile ul.wpuf-post-form {
	float: none;
	width: 100%;
	margin-bottom: 40px;	
}

.wpuf-profile ul.wpuf-post-form li {
	margin-bottom: 30px;		
}

.wpuf-profile ul.wpuf-post-form label {
	margin-bottom: 10px;	
}

#sdna-ft-upload-dropzone #sdna-ft-upload-pickfiles, #wpuf_new_post_form .wpuf_submit, #content .wpuf-profile .wpuf-submit {
	background: #61bdba;
	color: #fff;
	border: 0;
	border-radius: 8px;
	font-family: 'BrandonGrotesque-Bold';
	font-size: 16px;
	text-transform: uppercase;
	padding: 0px 22px;
	font-weight: normal;
	height: 40px;
	line-height: 42px;
	margin-top: 20px;
}

#content .wpuf-profile .wpuf-submit {
	margin-top: 0;
}

#pass-strength-result
{
	margin-top: 0;
	float: none;
	width: 100%;
}

.wpuf-profile ul.wpuf-post-form .legend {
	font-family: 'BrandonGrotesque-Light';
	font-size: 36px;
	color: #537b83;
	margin-top: 0;
}

.wpuf-post-form input[type=text], .wpuf-post-form input[type=password], .wpuf-post-form textarea, .wpuf-post-form select {
	width: 100%;
	height: 41px;
	background: #fff;
	outline: none;
	border: 1px solid #e6e6e6;
	
}

.wpuf-post-form p.description {
	padding: 3px 0 3px 3px;
}



.wpuf-post-form textarea {
	height: 100px;
	resize: none;	
}

.wpuf-post-form.uploadform_right {

	margin-left: 37px;
}

#wpuf-post-area:after {
	clear: both;
	content: '';
	display: table;
}

#wpuf-post-area {
	margin-bottom: 20px;
}

.wpuf-post-form li {
	margin-bottom: 40px;
}

.wpuf-post-form label {
	
	cursor: default;
	float: none;
	
	padding: 0;
	display: block;
	font-size: 18px;
	color: #537b83;
	font-family:'Open Sans',sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
}

.wpuf-post-form .wpvp_file_error {
	margin: 20px;
	color: red;
}

/*== Loop Header
 *=================================*/
.loop-header {
	margin:0 0 10px;
}
.loop-title {
	font-size:15px;
	font-family:"open-sans",sans-serif;
	text-transform:uppercase;
	margin:0;
	line-height:24px;
}
.loop-title .prefix {
	color:#AAA;
	font-weight:normal;
}
.loop-title em {
	font-style:normal;
}
.loop-desc {
	font-size:11px;
	color:#999;
	float:right;
	margin:-24px 0 0 10px;
	line-height:24px;
}
.loop-desc i {
	font-style:normal;
	color:#111;
	font-weight:bold;
}
.below-no-actions {
	margin:0 0 15px;
	border-bottom:1px solid #FFF;
}
.below-no-actions .loop-title {
	border-bottom:1px solid #DDD;
	padding-bottom:6px;
}
.below-no-actions .loop-desc {
	margin-top: -30px;
}

/*== Loop Actions
 *=================================*/
.loop-actions {
	margin:0 0 20px;
	height:21px;
	line-height:21px;
	padding:5px 10px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:inset 0 1px 0 #F7F7F7;
	box-shadow:inset 0 1px 0 #F7F7F7;
	background:#e9e9e9;
	
}
.loop-actions div,.loop-actions span,.loop-actions a,.loop-actions i {
	vertical-align:middle;
	display:inline-block;
	float:left;
	height:21px;
	line-height:21px;
	overflow:hidden;
	color: #e43b51;
}
.loop-actions a {
	text-decoration:none;
}
.loop-actions i {
	font-style:normal;
}
.loop-actions .prefix {
	margin-right:5px;
	color:#777;
}
.loop-actions .sep {
	color:#CCC;
	margin:0 8px;
}
.loop-actions .orderby .current {
	color:#111
}
.loop-actions .asc,.loop-actions .desc{
	width:11px;
	margin:0 8px;
	text-indent:-5555em;
}
.loop-actions .asc {
	background:url(images/view.png) no-repeat 0 -15px
}
.loop-actions .desc {
	background:url(images/view.png) no-repeat -20px -15px
}
.loop-actions .view {
	float:right;
}
.loop-actions .view a {
	width:11px;
	height:11px;
	padding:4px;
	line-height:11px;
	border:1px solid transparent;
}
.loop-actions .view i {
	display:inline-block;
	width:11px;
	height:11px;
	background-image:url(images/view.png);
	background-repeat:no-repeat;
}
.list-small-link i {
	background-position:0 0
}
.list-medium-link i {
	background-position:-20px 0
}
.list-large-link i {
	background-position:-40px 0
}
.grid-medium-link i {
	background-position:-60px 0
}
.grid-small-link i {
	background-position:-80px 0
}
.grid-mini-link i {
	background-position:-100px 0
}
.loop-actions .view a.current {
	background:#FFF;
	border: 1px solid #DDD;
}
.loop-actions .orderby-select{
display:none;
}

/*== Loop Navigation
 *=================================*/
.loop-nav {
	border-top:1px solid #DDD;
}
.loop-nav-inner {
	border-top:1px solid #FFF;
	padding: 20px 0;
}

/*= Single Content Style
 *==================================================================*/
#screen {
	color:#FFF;
	margin:0 0 20px;
	/*position:relative;*/
	/*overflow: hidden;*/
	background: #333 url(images/loading-bert.gif) no-repeat center center;
}
#screen .thumb{
	width:950px;
	height:540px;
}
#screen .thumb .overlay{
	background-image: url(images/icon-plus-64.png);
}

/*== Headline
 *=================================*/
#headline {
	margin:0 0 15px;
	position:relative;
	border-bottom:1px solid #FFF;
}
#headline .inner{
	padding:0 0 10px;
}
#headline h1, #headline h2{margin-bottom:0;}

/* Title */
h1.entry-title {
	color:#547980;
	font-size:30px;
	font-weight: 100;
	margin:20px 170px 0 0;
	line-height:1.5em;
}
h1.entry-title a {
	color:#333;
	text-decoration:none;
}
h1.entry-title a:hover {
	color:#B70000;
}

/* Actios */
#actions {
	float:right;
	margin:-70px 0 0 20px;
	height:24px;
}
#actions a {
	text-decoration:none;
}
#actions .dp-like-post, #actions .dp-favorite-post, #actions .dp-share {
	float:left;
	margin-left:10px;
	position:relative;
}

#actions .dp-like-post {
	background: url(images/p_thumb_r.png);
	cursor: pointer;
}
#actions .dp-favorite-post {
	background: url(images/p_star_r.png);
	cursor: pointer;
}


#actions .dp-like-post > .like, #actions .dp-like-post, #actions .dp-favorite-post > .favorite, #actions .dp-favorite-post {
	width: 50px;
	height:50px;
	line-height:50px;
	display:block;
	text-indent: -10000px;
	
}

#actions .dp-like-post.liked, #actions .dp-like-post a.like:hover {
	background:url(images/p_thumb_r_on.png);
}

#actions .dp-favorite-post.favorited, #actions .dp-favorite-post a.favorite:hover {
	background:url(images/p_star_r_on.png);
}

#actions .dp-favorite-post.liking
{
	background: #ea364f url(images/ajax-loader_pink.gif) no-repeat center center;
	border-radius: 60px;
}

#actions .dp-like-post.liking
{
	background: #9FDFDE url(images/ajax-loader_green.gif) no-repeat center center;
	border-radius: 60px;
}


/* Share Button */
#actions .dp-share{}
#actions .dp-share .dropdown-handle {
	display:block;
	background: url(images/actions.png) no-repeat 10px -145px;
	position:relative;
}
#actions .dp-share .dropdown-content {
	background:#F7F7F7;
	color:#555;
	position:absolute;
	top:28px;
	right:-999px;
	width:150px;
	border:1px solid #BBB;
	-webkit-border-radius:3px 0 3px 3px;
	border-radius:3px 0 3px 3px;
	opacity:0;
	display:none;
	visibility:hidden;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	-ms-transition:all .15s;
	-o-transition:all .15s;
	transition:all .15s;
}
#actions .dp-share .dropdown-content ul {
	list-style:none;
	margin:0;
	padding:0;
}
#actions .dp-share .dropdown-content li {
	border-top:1px solid #FFF;
	border-bottom:1px solid #DDD;
	padding:5px 10px;
	min-height:20px;
	height:auto !important;
	height:20px;
	display:block;
}
#actions .dp-share .dropdown-content li:first-child {
	border-top:0;
}
#actions .dp-share .dropdown-content li:last-child {
	border-bottom:0
}
#actions .dp-share:hover{
-webkit-border-radius:3px 3px 0 0;
border-radius:3px 3px 0 0;
}
#actions .dp-share:hover .dropdown-handle {
	padding-bottom:5px;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	color:#111;
	background:#F7F7F7 url(images/actions.png) no-repeat 10px -145px;
	z-index:999;
}
#actions .dp-share:hover .dropdown-content {
	right:-1px;
	opacity:1;
	display:block;
	visibility: visible;
	z-index:998;
}

/*== on Wall
 *=================================*/
 
/* Headline */
.wall #headline{border-bottom:0;}
.wall #headline .inner{border-bottom:0;padding-bottom:0;}
.wall h1.entry-title{color:#547980;font-size:30px;font-weight:100;background:url(images/icon-play-16.png) no-repeat left 18px;padding-left:24px;text-shadow:none;}
.wall h1.entry-title a{color:#AAA;}
.wall h1.entry-title a:hover{color:#FFF;}

/* Actions */
.wall #actions .dp-like-post,.wall #actions .dp-share {
	background:#555;
	border:0;
	color:#FFF;
}
.wall #actions .dp-like-post a,.wall #actions .dp-share .dropdown-handle {
	color: #FFF;
}

/* Share Button */
.wall #actions .dp-share .dropdown-handle {
	background:url(images/actions.png) no-repeat 10px -115px;
}
.wall #actions .dp-share .dropdown-content {
	border:0;
	right:0;
}
.wall #actions .dp-share:hover .dropdown-handle {
	padding-bottom:5px;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	color:#333;
	background:#F7F7F7 url(images/actions.png) no-repeat 10px -145px;
}

/* Like Button */
.wall #actions .dp-like-post .like {
	background:#555 url(images/actions.png) no-repeat 10px 6px;
}
.wall #actions .dp-like-post .liked {
	background:#F7F7F7 url(images/actions.png) no-repeat 10px -84px;
	color:#555;
}
.wall #actions .dp-like-post .like:hover,.wall #actions .dp-like-post .liked:hover {
	background:#F7F7F7 url(images/actions.png) no-repeat 10px -24px;
	color: #333;
}

/*== Video Detatils
 *=================================*/
#details .section-content {
	padding:0 0 20px;
}
#info {
	overflow:hidden
}


.entry-meta {
	color:#999;
	font-size:11px;
	margin:0 0 10px;
}

.entry-meta img, .entry-meta a, .entry-meta span {
	display: inline-block;
	vertical-align: middle;
}

.entry-meta .sep {
	padding:0 3px
}
#extras {
	font-size:11px;
	margin-top: 25px;
	float: left;
	width: 387px;
	margin-right: 34px;
}

#extrasright {
	float: left;
	margin-top: 25px;
	width: 359px;
}

#extrasright .post-categories li {
	display: inline-block;
	margin-bottom: 16px;
}

#extrasright .post-categories a {
	
	background: #61bdba;
	border-radius: 10px;
	color: #fff;
	padding: 5px 15px;
	margin-right: 10px;	
	font-family:'Open Sans',sans-serif;
	font-size: 14px;
	text-decoration: none;
	
}

#extrasright .tags a {
	
	background: #537b83;
	border-radius: 10px;
	color: #fff;
	padding: 5px 15px;
	margin-right: 10px;	
	margin-bottom: 10px;	
	font-family:'Open Sans',sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
}


#extras h4 {
	font-size:11px;
	margin: 4px 0 0;
}

#main.author .author_left {
	float: left;	
	width: 587px;
}

#main.author .author_right {
	float: left;	
	width: 587px;
	margin-left: 35px;
}

#main.author .more {
	float: right;
	margin-right: 15px;
}


#main.author .orange_button {
	min-width: 150px;
	text-align: center;
}


#main.author .users, #main.author .loop-content, #main.author .no-results {
	min-height: 400px;
}

#main.author .users .user {
	width: 58px;
	height: 58px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

#main.author .users .grid-medium .user {
	width: 285px;
	height: 200px;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	overflow: hidden;
	background: #f7f7f7;
	border: 1px solid #e6e6e6;
	padding: 12px 9px 0 9px;
}

#main.author .users .grid-medium .user.m4 {
	margin-right: 0;	
}

#main.author .users .grid-medium .user .left {
	float: left;
	width: 100px;
	margin: 0 15px 0 0;
}

#main.author .users .grid-medium .user .left span {
	display: block!important;
}

#main.author .users .grid-medium .user .left button {
	margin-left: 0!important;
	margin-top: 5px!important;
	width: 100%;
}

#main.author .users .grid-medium .user .right {
	float: left;	
	width: 145px;
	margin: 0;
}

#main.author .users .grid-medium .user .name {
	margin-bottom: 8px;
}

#main.author .users .grid-medium .user .name a {
	color: #537b83;
	font-size: 21px;
	font-family: 'BrandonGrotesque-Bold';	
	word-wrap: break-word;
	line-height: 22px;
}

#main.author .users .grid-medium .user .right .stats > div , #main.author .users .grid-medium .user .right .stats > a {
	width: 56px;
	height: 55px;
	float: left;
	background: url(images/author_stats.png) no-repeat;
	font-family: 'Open Sans';
	color: #537b83;
	text-align: center;
	padding-top: 32px;
	margin-right: 20px;
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
}

#main.author .users .grid-medium .user .right .stats .score .i {
	background: url(images/author_stats_score_1.png) center center no-repeat;
	height: 30px;
	padding-top: 25px;
	
}

#main.author .users .grid-medium .user .right .stats > .score {
	padding-top: 5px;
}

#main.author .users .grid-medium .user .right .stats > .videos {
	background: url(images/author_stats_videos.png) no-repeat;
	margin-right: 0;
}

#main.author .users .grid-medium .user .right .stats > .photos {
	background: url(images/author_stats_photos.png) no-repeat;
}

#main.author .users .grid-medium .user .right .stats > .likes {
	background: url(images/author_stats_likes.png) no-repeat;
	margin-right: 0;
}



#main.author .users .grid-medium .avatarLink {
	width: 100px
	height: 100px;
	overflow: hidden;
}

#main.author .users .user img {
	display: block;	
	padding: 0;
	box-shadow: none;
}

#main.author .mapp-layout {
	margin-top: 30px;
}

body.single h2, body.single h3, body.author .author_left h2, #main.author h2 {
	font-size: 30px;
	font-weight: normal;
	color: #537b83;
	font-family: 'BrandonGrotesque-Bold';
	margin-top: 20px;
}

body.single h2, #commentform h2,  body.author .author_left h2, #main.author h2 {
	
	margin-top: 35px;
	margin-bottom: 25px;
}

body.single h2.first {
	margin-top: 0;
	line-height: 27px;
}

body.author .author_left h2, #main.author .author_right h2 {
	margin-top: 35px;
	margin-bottom: 15px;
	text-align: left;
	text-transform: none;
}

#main.author .grid-small .data {
	display: none;
}

#main.author .grid-small .nag {
	margin: 0;
}

#main.author .section-header {
	margin: 0;
}

body.single #content {
	width: 100%;
}

body.single #content > .row > .post {
	float: left;
	width: 782px;
	margin-right: 40px;
}


body.single #sidebar h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

body.single #sidebar h3 .name {	
	color: #9FDFDE;
}


#thumb{margin:0 0 20px;}

/* Info Toggle */
.info-arrow {
	display:none;
	width:8px;
	height:10px;
	line-height:10px;
	vertical-align:text-top;
	margin:6px 0 0 2px;
}
.info-arrow-more {
	background:url(images/s.png) no-repeat 0 -50px !important;
}
.info-arrow-less {
	background:url(images/s.png) no-repeat 0 -70px !important;
}
.info-toggle {
	text-align:center;
	margin-top:-21px;
}
.info-more,.info-less {
	display:none;
	background:#F7F7F7;
	background-image:-ms-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-moz-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-o-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#F0F0F0));
	background-image:-webkit-linear-gradient(top,#FFF,#F0F0F0);
	background-image:linear-gradient(top,#FFF,#F0F0F0);
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	padding:3px 10px;
	border:1px solid #DDD;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	border-top:0;
	min-width:70px;
	color:#555;
}
.info-more:hover,.info-less:hover {
	border-color:#BBB;
	color:#333;
	text-decoration: none;
}

/*= Widgets,Sidebar and Footbar
 *==================================================================*/

 

 
/*== Basic Widget Style
 *=================================*/
.widget {
	margin-bottom:30px;
	overflow:hidden;
}
.widget-header {
	margin:0 0 8px;
}
.widget-title {
	display:block;
	color: #547980;
	line-height:24px;
	font-size:15px;
	margin:0;
	font-family:"Brandon-Grotesque",sans-serif;
	padding-bottom:6px;
}

.widget>ul,.widget>ol {
	margin-top:-8px;
	margin-bottom:-2px;
}
.widget li {
	padding:4px 0 4px 12px;
	background:url(images/s2.png) no-repeat -292px 12px;
	position:relative;
	top:-1px;
}
.widget p{
	margin:0 0 10px;
}
.widget select {
	width:100%;
	border: 1px solid #CCC;
}

/*== Widget Tag Cloud
 *=================================*/
.widget_tag_cloud {
}
.widget_tag_cloud .tagcloud {
	overflow:hidden;
}
.widget_tag_cloud a {
	display:inline-block;
	font-size:12px !important;
	color:#111;
	background:#E7E7E7;
	padding:3px 10px;
	margin:0 4px 5px 0;
	-webkit-border-radius:10px;
	border-radius:10px;
	line-height:15px;
	text-shadow:none;
	word-wrap:break-word;
}
.widget_tag_cloud a:hover {
	background:#547980;
	color:#FFF;
	text-decoration: none;
}

/*== Widget Archive & Widget Categories
 *=================================*/
.widget_archive ul,.widget_categories ul {
	overflow:hidden;
	width:120%;
	font-size:11px;
	margin-top:-8px;
	margin-left:-8px;
	margin-bottom:-2px;
}
.widget_archive li,.widget_categories li {
	text-align:right;
	overflow:hidden;
	width:122px;
	height:29px;
	line-height:29px;
	float:left;
	padding:0 20px;
	position:relative;
	top:-1px;
	background:url(images/s2.png) no-repeat -284px 11px;
}
.widget_archive li:hover,.widget_categories li:hover {
	background:url(images/s2.png) no-repeat -234px -39px;
}
.widget_archive li a,.widget_categories li a {
	float:left;
	text-align: left;
	margin-right:5px;
	font-size: 13px;
}

/*== Widget Calendar
 *=================================*/
table#wp-calendar{
width:100% !important;
margin:0 !important;
}
 
 /*== Widget Comments
 *=================================*/
.widget-comments li {
	background: url(images/s2.png) no-repeat -189px -90px !important;
	padding:5px 0 5px 16px;
	overflow:hidden;
}
.widget-comments .author {
	font-size:12px;
}
.widget-comments .date {
	color:#999;
	font-size:11px;
}
.widget-comments .excerpt {
	display:block;
	color:#555;
	margin:0;
}
.widget-comments .has-avatar li {
	background:none;
	padding:8px 0;
}
.widget-comments .has-avatar .avatar {
	float:left;
	display:block;
	width:48px;
	height:48px;
	padding:4px;
	background:#FFF;
	float:left;
	position:relative;
	border:1px solid #DDD;
	-webkit-box-shadow:0 0 3px #D7D7D7;
	box-shadow:0 0 3px #D7D7D7;
}
.widget-comments .has-avatar .data {
	margin-left:68px;
	display: block;
}

/*== Widget Tweets
 *=================================*/
.widget-tweets ul {
	margin:0 0 10px;
}
.widget-tweets li {
	background: url(images/s2.png) no-repeat -139px -139px !important;
	padding:5px 0 5px 18px !important;
}
.widget-tweets .tweet-meta {
	color:#AAA;
	display:block;
}
.widget-tweets .twitter-follow-button {
	margin: 10px 0 0 18px;
}

/*== Widget Single Video Stats
 *=================================*/
 
.widget-single-post-stats
{
	background: #61bdba;
	color: #fff;
	font-family: 'BrandonGrotesque-Bold';
	text-align:center;
}
 
.widget-single-post-stats .views,.widget-single-post-stats .comments,.widget-single-post-stats .likes {
	width:30%;
	display:inline-block;
	text-align:center;
	line-height:1.25;
	padding: 25px 0;
}
.widget-single-post-stats i {
	font-size:40px;
	display:block;
	font-style: normal;
}
.widget-single-post-stats .suffix {
	font-size:18px;
	text-transform:uppercase;
}

/*== Widget Ad
 *=================================*/
.widget-ad img{
display:block;
}

/*== Widget Posts
 *=================================*/
.widget-posts ul {
	overflow:hidden
}
.widget-posts ul li {
	list-style:none;
	background:none;
}
.widget-posts .post-grid-2 .entry-title,
.widget-posts .post-grid-3 .entry-title {
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:12px;
}
.widget-posts .entry-meta,.widget-posts .stats {
	font-size:11px
}
.widget-posts .author {
	display:none
}
.widget-posts .suffix {
	display: none
}

/* List Style */
.widget li {
	padding:10px 0;
	overflow:hidden;
	margin:0 3px 0 0;
	display: inline-block;
}
.widget .thumb {
	width:120px;
	height:67px;
	float:left;
	margin:0;
}
.widget .thumb img {
	width:120px;
}
.widget .post-list .data {
	margin-left:130px
}
.widget .post-list .entry-title {
	margin-bottom:5px
}
.widget .post-list .entry-meta {
	margin-bottom: 5px
}

/* List Full Style */
.widget-posts .post-list-full li {
	padding:10px 0;
	border-bottom:1px solid #DDD;
	border-top:1px solid #FFF;
	overflow:hidden;
	margin:0;
}
.widget-posts .post-list-full .thumb {
	width:300px;
	height:100px;
}
.widget-posts .post-list-full .thumb img {
	width:300px;
}
.widget-posts .post-list-full .entry-title {
	margin-bottom:5px
}
.widget-posts .post-list-full .entry-meta {
	margin-bottom: 5px
}

/* Grid Style with 2 Columns */
.widget-posts .post-grid-2 {
	margin:0 -10px -10px;
	overflow:hidden;
}
.widget-posts .post-grid-2 li {
	width:140px;
	float:left;
	margin:0 10px 10px;
	border:0;
}
.widget-posts .post-grid-2 .thumb {
	width:140px;
	height:78px;
}
.widget-posts .post-grid-2 .thumb img {
	width:140px;
}
.widget-posts .post-grid-2 .entry-meta,
.widget-posts .post-grid-2 .comments {
	display: none
}

/* Grid Style with 3 Columns */
.widget-posts .post-grid-3 {
	margin:0 -6px -10px
}
.widget-posts .post-grid-3 li {
	overflow:hidden;
	width:92px;
	float:left;
	border:0;
	margin:0 6px 10px;
}
.widget-posts .post-grid-3 .thumb {
	width:92px;
	height:52px;
}
.widget-posts .post-grid-3 .thumb img {
	width:92px;
}
.widget-posts .post-grid-3 .stats {
	display: none
}

/*== Sidebar
 *=================================*/
#sidebar {
}

/*== Footbar
 *=================================*/

#footbar .widget-col {
	float:left;
	width:140px;
	height:auto !important;
	height:40px;
	margin-right:20px;
}
#footbar .widget-col-5 {
	margin-right:0;
	width:300px;
}
#footbar .widget-header {
	border:0
}
#footbar .widget-title {
	border:0;
	padding:0;
	font-size:12px;
	color:#333;
}
#footbar li {
	border:0;
}
.widget-col-links {
	color:#999;
}
.widget-col-links ul {
	margin:0;
}
.widget-col-links li {
	background:none !important;
	padding:2px 0;
}
.widget-col-links li a {
	color:#777;
}
.widget-col-links li a:hover {
	color: #111;
}

/*= Colophon
 *==================================================================*/
#colophon {
	font-size:12px;
	color:#AAA;
}
#colophon .wrap {
	padding:15px 0;
}
body.home #colophon .wrap {
	padding:30px 0;
}
#colophon a {
	color:#777
}
#copyright,#credits {
	font-size:11px;
	margin:0;
	display: inline;
}

/*== Footer Navigation
 *=================================*/
#footer-nav {
	margin:0 0 2px;
}
#footer-nav ul {
	overflow:hidden;
	margin:0;
	text-align: center;
}
body.home #footer-nav ul {
	/*text-align: left;*/
}

#footer-nav li {
	display:inline-block;
	padding:0 10px;
}
#footer-nav li:first-child {
	padding-left:0;
	border-left:0;
}

body.home #footer-nav li a {
	font-size: 18px;
}

#footer-nav li a {
	color: #fff;
	text-decoration:none;
	font-size: 14px;
	font-weight: normal;
}

/*== Social Navigation
 *=================================*/
#social-nav {
	float:right;
	text-align:right;
}
#social-nav .desc {
	display:block;
	margin:-3px 0 3px;
}
#social-nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#social-nav li {
	display:inline;
	margin:0 0 0 8px;
}
#social-nav a {
	display:inline-block;
	height:24px;
	width:24px;
	text-indent:-987em;
	overflow:hidden;
	line-height:987em;
	background:url(images/social.png) no-repeat 0 0;
}
#social-nav a:hover {
	background-color:none;
	opacity:0.75;
	filter:alpha(opacity=85);
}
#social-nav .facebook a {
	background-position:0 -30px;
}
#social-nav .gplus a {
	background-position:0 -60px;
}
#social-nav .rss a {
	background-position:0 -90px;
}
#social-nav .news a {
	background-position: 0 -120px;
}
#social-nav .youtube a {
	background-position:0 -150px;
}
#social-nav .vimeo a {
	background-position: 0 -180px;
}

.post-shares #social-nav {
	float: none;
	display: inline-block;
}

.post-shares #social-nav a {
	vertical-align: middle;
}

/*= Comments & Respond
 *==================================================================*/
#comments {
	margin:20px 0
}
#comments .section-header {
	margin: 0
}

/*== Comment List
 *=================================*/
.comment-list p,.comment-list ul,.comment-list ol,.comment-list blockquote {
	margin-bottom:10px
}
.comment-list {
	border-bottom:1px solid #FFF;
	margin:-1px 0 0;
}
.comment-list .children {
	margin-bottom:0;
}
.comment-div {
	border-top:1px solid #FFF;
	border-bottom:1px solid #DDD;
	padding:10px 0;
}
.comment-meta,.comment-content,.comment-actions {
	margin-left:72px
}

img.avatar {
	display: inline-block;
	vertical-align: top;
}

.widget-single-post-stats .widget-header  { display: none; }

#headline h1 .right, #headline h1 a {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
}

#headline h1 .right {
	float: none;
	margin-left: 10px;
}

#headline img.avatar {
	margin-right: 0;
}

#headline .author {
	margin-top: 10px;
}

#headline .author, #headline .author a {
	
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #333;
}

#headline .author button, #main.author .author-box .col button, .orange_button, #toppilots .author-box .col button, #main.author .users .grid-medium .user .left button {
	background: #ed6d23;
	color: #fff;
	border-radius: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 7px 10px;
	border: 0;
	margin-left: 7px;
	text-transform: uppercase;
	opacity: 1;
}

#headline .author button:hover, #main.author .author-box .col button:hover, .orange_button, #toppilots .author-box .col button:hover, #main.author .users .grid-medium .user .left button:hover {
	opacity: 0.7;
}

.orange_button, .orange_button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;	
	text-decoration: none;
	color: #fff;
}

#details {
	color: #000;
}

#details .wpuf_customs {
	display: none;
}

#details .mapp-layout {
	width: 99%!important;
}

#details #extras label {
	float: left;
	width: 200px;
	
}

#details #extras label, #details #extras .value, body.author .author_left .item {
	font-size: 18px;
	font-family:'Open Sans',sans-serif;
	font-weight: 300;
	line-height: 30px;
}



img.avatar{
	/*padding:1px;*/
	background:#FFF;
	float:left;
	position:relative;
	margin-right:15px;
	border:1px solid #DDD;
	-webkit-box-shadow:0 0 3px #D7D7D7;
	box-shadow:0 0 3px #D7D7D7;
}

#commentsNotificationArea {
	position: absolute;
	left: 100%;
	margin-top: 10px;	
}

#commentsNotificationArea.bottom {
	margin-top: 30px;
}

#commentsNotificationArea .pad {
	position: relative;	
	padding-left: 20px;
}

#commentsNotificationIcon {
	display: inline-block;
	width: 30px;
	height: 20px;
	line-height: 16px;
	background: url(images/comments.png) no-repeat;
	background-size: 18px;
	cursor: pointer;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 22px;
}

#commentsNotification {
	position: absolute;
	right: 25px;
	top: 20px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #fff;
	z-index: 9999999;
	width: 250px;
	display: none;
	box-shadow: 1px 1px 2px #ccc;
	padding: 10px;
}

#commentsNotification .title
{
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	line-height: 35px;
	
}
#commentsNotification .title span
{
	float: right;
	color: #9FDFDE;
	cursor: pointer;
}

#commentsNotification .over {
	max-height: 250px;
	overflow: auto;
}

#commentsNotification ul {
	margin: 0;
	padding: 0;
}


#commentsNotification li, #notifications li {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	position: relative;
}

#commentsNotification li.even {
	background: #eee;
}


#commentsNotification .all {
	text-align: center;
	padding-top: 10px;
}



#commentsNotification a {
	color: #9FDFDE;
	text-decoration: none;
}

#commentsNotification a:hover {
	text-decoration: underline;		
}


#commentsNotification li:after {
	clear: both;
	content: '';
	display: table;
}

#commentsNotification li a {
	font-size: 13px;
	color: #000;
	line-height: 18px;
}

#commentsNotification img.avatar {
	border: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 6px;
}

#commentsNotification li .read {
	display: none;
	background: #9FDFDE;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 15px;
}

#commentsNotification li.unread .read {
	display: block;
}

#commentsNotification li span {
	color: #9FDFDE;
	font-size: 13px;
}

#commentsNotification li div, #notifications li div {
	color: #bbb;
	font-size: 13px;
}

#notif_private_message span {
	right: auto;
	left: 22px;
	top: 0;
}

.comment-avatar{float:left;}
.comment-avatar img, 
.activity-avatar img{
width:48px;
height:48px;
}


.comment-meta {
	color:#AAA;
	font-size:11px;
	margin-bottom:5px;
}
.comment-meta .sep {
	color:#CCC
}
.comment-meta .fn {
	font-size:12px;
	font-style:normal;
	color:#555;
}
.comment-meta .comment-time {
	color:#AAA
}
.comment-meta .comment-time:hover {
	color: #555
}
.comment-actions {
	margin-top:-5px;
	text-align:right;
}
.comment-reply-link {
	font-size:12px;
	padding:0 0 0 18px;
	background:url(images/s.png) no-repeat 0 -108px;
}
.comment-reply-link:hover {
	background-position:0 -128px
}
.comment-reply-login {
	display:none;
}
#cancel-comment-reply-link {
	font-size:11px;
	text-transform:none;
	font-weight:normal;
	font-family:sans-serif;
	background:url(images/s.png) no-repeat 0 -150px;
	width:12px;
	height:12px;
	display:inline-block;
	text-indent:-5555em;
	overflow:hidden;
	margin-left:4px;
	position:relative;
	top:1px;
}
#cancel-comment-reply-link:hover {
	background-position: 0 -170px;
}
.comment-list .bypostauthor .comment-avatar img{
	background:#333;
	border:1px solid #000;
}
.comment-list .bypostauthor .fn a:hover{
	color:#B70000;
}

/*== Comment Navigation
 *=================================*/
.comment-nav {
	margin: 20px 0;
}

/*== Comment Form
 *=================================*/
#respond {
	margin:20px 0;
	overflow:hidden;
}
#commentform {
	width:640px
}
.comment-form-author,.comment-form-email,.comment-form-url {
	width:194px;
	float:left;
	margin:0 19px 10px 0;
}
#author,#email,#url,#comment {
	display:block;
	padding:5px 4px;
}

#comment {
	width:610px;
	height:100px;
	overflow:auto;
}
.comment-notes,.form-allowed-tags,.logged-in-as {
	color:#AAA;
	font-size:12px;
}
.must-log-in,.comments-closed {
	background:#FEFFC2;
	padding:7px 10px;
	border: 1px solid #e1e2a3;
}

/*== Comment Children
 *=================================*/
.comment-list .depth-2 .comment-inner {
	padding-left:20px;
	background: url(images/s2.png) no-repeat -84px -188px;
}
.comment-list .depth-2 .comment-avatar {
	width:32px;
	height:32px;
	padding:2px;
}
.comment-list .depth-2 .comment-avatar img {
	width:32px;
	height:32px;
}
.comment-list .depth-2 .comment-meta,.comment-list .depth-2 .comment-content,.comment-list .depth-2 .comment-actions {
	margin-left:58px;
}
.comment-list .depth-3 .comment-inner {
	margin-left:52px
}
.comment-list .depth-4 .comment-inner {
	margin-left:72px
}
.comment-list .depth-5 .comment-inner {
	margin-left:92px
}
.comment-list #respond {
	border-top:1px solid #FFF;
	border-bottom:1px solid #D7D7D7;
	margin:0;
	padding:20px 0;
}
.comment-list #respond .section-header {
	margin: 0 0 8px
}

/*= Plugins Style
 *==================================================================*/
.wpcf7-form textarea{width:90%;}
.wpcf7-submit{min-width:100px;}

/*= Browser Specific
 *==================================================================*/
#ie8 img {
	width: auto
}

/* Replace "Open Sans" with "Droid Sans" in IE. 
 * Because "Open Sans" look like is not good in IE */
.ie #site-title,.ie .section-title,.ie .widget-title,.ie .loop-title {
	font-family: "Droid Sans",sans-serif;
}

/*= BuddyPress
 *==================================================================*/
form#whats-new-form{margin:0 !important;}
#buddypress form#whats-new-form textarea{width:96% !important;}
#buddypress form#whats-new-form p.activity-greeting{line-height:1em !important;}
#buddypress #whats-new-options{overflow:hidden !important;}
#buddypress{font-size:14px !important;}

/**
 * New style replacin 'Sort' by 'Explore' feature
 */
.loop-actions .sort, .loop-actions .sort .orderby {
    overflow: visible;
}
.loop-actions .sort .orderby .order {
    float: none;
}
.loop-actions .sort .orderby {
    position: relative;
    z-index: 1000;
    height: auto;
    background:#E7E7E7;
    background-image:-ms-linear-gradient(top,#EEE,#E7E7E7);
    background-image:-moz-linear-gradient(top,#EEE,#E7E7E7);
    background-image:-o-linear-gradient(top,#EEE,#E7E7E7);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#EEE),to(#E7E7E7));
    background-image:-webkit-linear-gradient(top,#EEE,#E7E7E7);
    background-image:linear-gradient(top,#EEE,#E7E7E7);
    margin-right: 5px;
}

.loop-actions .sort .orderby.open {
    border:1px solid #DDD;
    border-bottom:1px solid #CCC;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:inset 0 1px 0 #F7F7F7;
    box-shadow:inset 0 1px 0 #F7F7F7;
    top: -1px;
    left: -1px;
    margin-right: 3px;
}
.loop-actions .sort .orderby > a {
    display: none;
    clear: both;
    float: none;
}
.loop-actions .sort .orderby.open > a {
    display: block;
}
.loop-actions .sort .orderby.open > a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
}
.loop-actions .sort .orderby > a, .loop-actions .sort .orderby > span {
    padding: 0 6px;
}

/**
 * Style Image Dashboard
 */
 
 .dashboard_container table tbody tr td img {
 	border: 5px #E7E7E7 solid;
 }

/*
.s8_form.register_form label {
	
	display: inline-block;
	width: 100px;
	margin-bottom: 10px;
	height: 31px;
	line-height: 31px;
}

.s8_form.register_form #email {
	display: inline-block;
}*/

#overallcache {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	background: #000;
	opacity: 0.7;
	filter : alpha(opacity=70);
	position: absolute;
	z-index: 999999998;
	display: none;
}

#popup_favourite_places {
	background: url(images/pop-up-favourite-places.jpg) no-repeat;	
	width: 571px;
	height: 380px;
	position: absolute;
	left: 189px;
	top: 50px;
	z-index: 999999999;
	max-width: 100%;
	text-align: center;
}

@media only screen and (max-width:959px) {
	#popup_favourite_places
	{
		left: 0;
	}
}

#popup_favourite_places .body {
	position: relative;
}

#popup_favourite_places .close {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 25px;
	height: 24px;
	background: url(images/pop-up-favourite-places_close.png) no-repeat;
	cursor: pointer;
}

#popup_favourite_places .inner {
	display: table;	
}

#popup_favourite_places .top {
	display: table-row;
	height: 44px;
}

#popup_favourite_places .top .l {
	width: 5%;
	display: table-cell;
	padding-top: 81px;
}

#popup_favourite_places .top .r {
	width: 5%;
	display: table-cell;
	padding-top: 81px;
}

#popup_favourite_places .top .l img, #popup_favourite_places .top .r img {
	max-width: 100%;
}

#popup_favourite_places .top .c {
	display: table-cell;
	color: #e43c58;
	font-size: 33px;
	width: 90%;
	line-height: 31px;
	padding-top: 81px;
}

#popup_favourite_places .field {
	width: 70%;
	margin-bottom: 10px;
	
}

#popup_favourite_places .more {
	display: none;
}

#popup_favourite_places .middle {
	font-weight: bold;
	margin: 20px 0;
	color: #000;
}

#popup_favourite_places .email {
	display: block;
	margin: 5px 0!important;
	
}

@media screen and (max-width: 720px) {
  .pubhome {
    display: none;
  }
}

#home #hss-pager
{
	bottom: -40px;
	margin-top: 0;
	right: auto;
	text-align: center;
	width: 100%;
}

#home #hss-pager a
{
	color: #666;
	margin-right: 5px;
}

#home #hss-pager a.cycle-pager-active
{
	color: #000;
}

#home #home-slideshow
{
	margin-bottom: 45px;
}

#home #hss-nav
{
	display: none;
}

#home .intro
{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#home .intro img
{
	max-width: 100%;
}

#home .intro .content
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 999;
}

#home .intro .content h1
{
	text-transform: uppercase;
	font-family: 'BrandonGrotesque-Bold';
	font-size: 48px;
	color: #fff;
	margin-top: 210px;
}

#home .bx-wrapper .bx-viewport
{
	border: 0;
	left: 0;
	box-shadow: none;
}

@media screen and (max-width: 1599px) {
	
	#home .intro
	{
		width: 100%;
	}
}

#toppilots .author-box {
	height: auto;
	background: none;
	color: #537b83;
}

#toppilots .author-box:after {
	clear: both;
	content: '';
	display: table;
}

#toppilots .author-box h2 {
	margin-bottom: 0;
}

#toppilots .author-box h2 a {
	color: #537b83;
}

#toppilots .author-box .score {
	margin: 0;
	float: left;
	color: #537b83;
	background: url(images/score2.png) no-repeat;
	margin-right: 50px;
	font-weight: normal;
}

#toppilots .author-box .networks .facebook {
	background: url(images/top_facebook.png);
}
#toppilots .author-box .networks .twitter {
	background: url(images/top_twitter.png);
}

#toppilots .thumb .options, #toppilots .data {
	display: none;
}

#toppilots .section-box {
	float: left;
	margin: 0;
}

#toppilots .infos {
	float: left;
	width: 400px;
}

#toppilots .section-header {
	display: none;
}

#toppilots .section-header.main {
	display: block;
}

#toppilots .author-box .score.eagle .img {
	width: 74px;
	height: 74px;
	background: url(images/score2_1.png) no-repeat;
	margin-top: 12px;
	display: inline-block;
}

#toppilots .author-box .stats {
	color: #537b83;
	font-size: 14px;
	background: url(images/top_geo.png) no-repeat left top;
	padding-left: 20px;
	margin-top: 5px;
	font-weight: normal;
}

#toppilots .author-box .networks {
	margin-top: 10px;
}

#toppilots .author-box .row {
	display: block;
}

#toppilots .author-box button {
	display: inline-block;
	margin-left: 0!important;
	width: 100px;
}

#toppilots img.avatar {
	margin-right: 0;
}

#toppilots .author-box .presection {
	display: none;	
	clear: both;
}

#pm-header, #pm-content {
	border: 0;
	padding: 0;
}

#pm-menu {
	margin-top: 20px;
}

#pm-notify {
	background-color: #9FDFDE;
	color: #fff;
}

#pm-notify a {
	color: #fff!important;
	text-decoration: underline;
}

#pm-header .avatar {
	margin-right: 20px!important;
	margin-left: 0!important;
	margin-top: 0!important;
}

#pm-wrapper a, #pm-header a, #pm-header, #pm-header strong, #pm-header p {
	color: #537b83!important;
}

#pm-notify a {
	color: #fff!important;
}

.contestzone {
	background: #61BDBA;
	border-radius: 10px;
	color: #fff;
}

.contestzone .pad {
		padding: 20px;
}

.contestzone .label {
	font-size: 25px;
	font-weight: bold;	
}

.contestzone label {
	color: #fff;
}

.margehaut { height: 210px; }

@media screen and (max-width: 1233px) {
	#branding .logo {
		margin-left: 10px;
	}	
	
}

@media screen and (max-width: 1199px) {
	#toppilots .author-box .score {
		top: 0;
	}	
	
	#toppilots .author-box .section-box {
		margin: 20px 0;	
	}
	
	
}

@media screen and (max-width: 700px) {
	
	#toppilots .author-box .presection {
		display: block;
	}
	
	#toppilots .author-box {
		text-align: center;
	}
	
	#toppilots .author-box .score {
		top: 0;	
		position: relative;
		right: auto;
		display: inline-block;
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
	}
	
	#toppilots .author-box .infos, #toppilots .section-box, #toppilots .section-box .grid-small .item {
		display: inline-block;
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 639px) {
	#header .nav {
		margin-left: 0!important;	
	}
}

@media screen and (max-width: 760px) { 
.takeover {display: none; } 
.habillage { display:none; }
.margehaut { display:none; }
.contestbanners  { display:none; }
}