/*
Theme Name: Artist Profile
Theme URI:
Description: WordPress theme starter pack for faster design and development.
Author: Robin
Author URI: http://www.nextmedia.com.au
Version: 1.42
Tags: Artist Profile

*/

/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
@font-face {
    font-family: 'Conv_LeagueGothic-Regular';
    src: url('fonts/LeagueGothic-Regular.eot');
    src: url('fonts/LeagueGothic-Regular.woff') format('woff'), url('fonts/LeagueGothic-Regular.ttf') format('truetype'), url('fonts/LeagueGothic-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'League Gothic';
    src: url('leaguegothic-regular-webfont.eot');
    src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('leaguegothic-regular-webfont.woff') format('woff'),
         url('leaguegothic-regular-webfont.ttf') format('truetype'),
         url('leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.spacer {
	float: left;
	width: 100%;
}

html
{
    margin: 0;
    padding: 0;
}
body
{
    background: #fff;
    margin: 0;
}
body, input, textarea
{
    color: #222;
    font-family: 'Georgia', serif;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    clear: both;
}
hr
{
    background-color: #999;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
pre
{
    font: 11px Monaco, monospace;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
code
{
    font: 11px Monaco, monospace;
}
p
{
    margin:0 0 21px 0;
    font-size:13px;
}
a
{
    color:#000000;
    text-decoration:none;
}
a.more{
    font-weight:bold;
    color:#000000;
    white-space: nowrap;
}
a img{
    border:none;
    outline: none;
}
a:hover
{
    color: #999999 !important;
}
a:visited
{
    color: #000000;
}
.clear{
    clear:both;
    height:0;
    line-height:0;
}


/* EVENTS ****** */

a.button.book-now {
    /* float: left; */
    padding: 13px 20px;
    background-color: black;
    color: white;
    font-family: Oswald;
    clear: both;
    font-size: 30px;
    line-height: 32px;
    border-radius: 5px;
    min-width: 250px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
    display: inline-block;
}

.post-social {
    clear: both;
}

/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */
.wrapper{
    width:1120px;
    padding:0 10px;
    margin:-12px auto 0;
    background: #ffffff;
    cursor: default;
}
.wide-gallery, .wide-leading-img, .wide-video, .normal-field{
    margin: 0 0 21px 0;
}
.wide-leading-img img{
    width:1120px;
}
div#main
{
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 1100px;
    cursor: default;
}
div#content
{
    float: left;
    margin: 0;
    padding: 0;
    width:100%;
}
.more-content {font-family: Oswald;}
/*** HEADER : OTHER ***/



/*** CONTENT : POSTS AND PAGES ***/

/* Entry and Page Titles */
h1.entry-title
{
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    margin:0;
    color:#000000;
    line-height:30px;
}
.page h1.entry-title{
    margin-bottom:12px;
}
.entry-title a{
    color: #000000;
    font-family: Oswald;
    font-size: 25px;
    margin-bottom:0;
    line-height:30px;
    font-weight:bold;
    padding:10px 0;
}

h2{
    font-family: Oswald;
    font-size: 26px;
    margin:0;
    color:#000000;
    line-height:30px;
}
h2.entry-title a
{

}
h1.page-title
{
    color: #000000;
    font-family: Oswald;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    padding: 10px 0;
}

/* Media Alignment */
.alignright
{
    /* Style for right-aligned images in posts */
    padding: 8px 0 8px 8px;
    float: right;
}
.alignleft
{
    /* Style for left-aligned images in posts */
    padding: 8px 8px 8px 0;
    float: left;
}

/* Entry Content */
.article_introduction{
    margin:0 0 18px 0;
}

.post .leading-img{
    margin:10px 0 15px 0;
}
.post .leading-img img{
    width:750px;
}
.entry-content{
    /* Style that affects actual entry/post content */
}
.entry-content .post{
    width:780px;
    margin:0 0 0 0px;
    float:left;
}
.post.type-post p,.entry-info .post-author,.entry-info .post-date, #video-comments p{
    font-size:14px;
    line-height:24px;
}
.entry-content img{
	width:100%;
	height: auto !important;
}

.entry-content .wp-caption {
    width: 100% !important;
    height: auto !important;
}
#attachment_26558 {max-width: 278px;}
#attachment_26558 p {font-style: normal; color: #000000; font-size: 18px !important;margin: 10px 0 10px !important;}
.entry-content p a img{
    margin:15px 0 5px 0;
}
.entry-content a{
   color:#2092C8;
}
.entry-content a:hover{

}
.entry-content h1, h2, h3, h4, h5
{

}
.entry-content ol li
{

}

.entry-utility
{
    /* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.entry-meta
{
    /* Style for the entry metadata (author, etc.) */
}
.skip-link
{
    /* Style for the skip link */
    /*position: absolute;
    left: -9000px;*/
}
.navigation
{
    /* Style for the navigation links (next/previous post) on a given post */
}

/*.subscribe-button{
    color: #000000 !important;
    text-decoration: none;
    background-color: #fedd01;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-style: solid;
    border-width: 0px 0px 2px;
    border-radius: 5px;
    border-color: #ffc107;
    font-weight: bold;
}*/
.subscribe-button{
    color: #ffffff !important;
    text-decoration: none;
    background-color: #000000;
    padding: 10px 20px;
    font-family: Oswald;
    font-size: 16px;
    text-transform: uppercase;
    border-style: solid;
    border-width: 0px 0px 2px;
    border-radius: 5px;
    border-color: #cccccc;
    font-weight: bold;
}

.subscribe-button:hover{
    color: #000000 !important;
    /*background-color: #f6da3d !important;*/
    background-color: #999999 !important;
}


/*** CONTENT : COMMENTS ***/

div#comments
{
    /* Style that affects the DIV containing all the comments */
}
.comments h3
{
    /* H3 header style for comments */
}
.comments ol
{
    /* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}
.comments ol li
{
    /* Style each list item in the comments ordered list */
}
.comments img
{
    /* Style for the user avatar beside each comment */
    float: left;
    margin: 0 12px 8px 0;
}
.comments .comment
{
    /* Style that applies to each individual comment in a series of comments */
}

.children ul li
{
    /* A style that refers to the children (as in, responses to) any given comment */
}

.comment-reply-link
{
    /* Style for the "Reply" link on a comment */
}
.comment-meta
{
    /* Style for metadata for a comment */
}
div#respond
{
    /* DIV that contains the comment response form */
}
div#respond h3
{
    /* H3 header for the comment response form */
}


/*** CONTENT : SIDEBAR ***/
div#primary
{
    /* Primary Widget Area DIV */
}
div#secondary
{
    /* Secondary Widget Area DIV */
}
.widget-area
{
    float: right;
    width: 300px;
    margin-top: 14px;
}
.xoxo
{
    /* Class that applies to each item in each widget area (an unordered list class) */
    list-style:none;
    margin:0;
    padding:0;
}
.xoxo ul li {float: left;}

/*** FOOTER ***/
div#tracks-footer{
    background:#ffffff;
    clear: both;
    width: 1100px;
    margin:0 auto;
    padding:0 10px;
}

div#sponsor{
    width: 1120px;
    height: 118px;
    background:url(img/bg-footer.gif) no-repeat;
    padding: 0px 0 10px 0;
    border-bottom: 2px solid #C7C7C6;
}

div#partners{
    padding:10px 0;
    overflow:hidden;
    cursor: default;
}

#partners a{
    color:#000000;
    font-size:12px;
}
#partners a:hover{
    color:#999999;
}

.tracks-seo{
    float:left;
}
.tracks-footer{
    float:right;
}
.tracks-partener{
    margin-top:10px;
    float:left;
    background: url(img/bg-partner.jpg) no-repeat;
    width:100%;
    height:65px;
    position:relative;
    clear:both;
    cursor:default;
}
.partner-artfair{
    display: block;
    position: absolute;
    top:5px;
    left:220px;
}
.partner-garage{
    display: block;
    position: absolute;
    top:18px;
    left:905px;
}

/*** YOUR CSS ***/
#header-wrapper{
    background: #ffffff none repeat scroll 0 0;
    cursor: default;
    padding: 0px 0 10px;
    position: relative;
}
#logo{
	float:left;
	background:#ffffff;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
#logo img{
	width: 600px;
}
#header-sidebar{
    float:right;
    color: #000000;
    font-family: Oswald;
    font-size: 16px;
    line-height: 17px;
    margin-top:85px;
    text-transform: uppercase;
}
#masthead{
    clear:both;
    width: 100%;
	background:#000000;
}
#masthead.fixed{
	position:fixed;
	top:0;
	z-index:9999999;
}
#access{
    height: 36px;
    /*width: 1120px; FULL WIDTH */
    width: 670px;
    margin: 0 auto;
}

/*** HEADER : MENU ***/
#access .menu-header{
    float:left;
    margin-top: 9px;
}
#access ul#menu-mainmenu
{
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}
#access ul#menu-mainmenu li
{
    display: inline;
    float: left;
    line-height:17px;
    position:relative;
}

#access ul#menu-mainmenu ul{
    display:none;
    margin:0;
    padding:0;
}

#access ul#menu-mainmenu li:hover ul{
    display:block;
    z-index:999999;
}

#access ul#menu-mainmenu li.menu-item a
{
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    text-transform:uppercase;
    padding:12px 12px 11px 12px;
    font-family: 'Oswald', sans-serif;
	font-weight:300;
}
#access ul#menu-mainmenu li#menu-item-10883 a {
    border-right: none;
    padding: 0 0 0 10px;
}
#access ul#menu-mainmenu li.menu-item ul.sub-menu li a{
    font-size:12px;
    padding:0 25px 0 15px !important;
    white-space:nowrap;
}
#access ul#menu-mainmenu ul li a{
    border:none !important;
}
#access ul#menu-mainmenu li.menu-item a:hover, #access ul#menu-mainmenu li.current-menu-item a, #access ul#menu-mainmenu li.current-menu-parent a,  #access ul#menu-mainmenu li.current-menu-parent ul li.current-menu-item a{
    color: #999999;
}
#access ul#menu-mainmenu li.current-menu-item ul li a,  #access ul#menu-mainmenu li.current-menu-parent ul li a{
    color:#ffffff;
}
#access ul#menu-mainmenu ul{
    position:absolute;
    left:0;
    top:26px;
    z-index:10;
}
#access ul#menu-mainmenu ul li{
    float: none;
    height: 27px;
    line-height: 27px;
    display:list-item;
    list-style:none;
    z-index:999999;
    background:url(img/bg-menu.png) 100% 0 no-repeat;
}
.align-right ,.social-icon{
	float:right;
	color:#ffffff;
	position:relative;
	padding-right: 14px;
}
.align-right i{
	color:#ffffff;
	font-size:18px;
	padding: 8px 5px;
}
.align-right .right-menu{
    float:left;
    color:#ffffff;	
}
.align-right .right-menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
.align-right .right-menu ul li{
	line-height:34px;
	float:left;
}
.align-right .right-menu ul li a{
	color:#ffffff;
	font-size:14px;
	font-family: 'Oswald', sans-serif;
	padding:12px 16px 11px 16px;
	font-weight:300;
}
.social-icon .fa.fa-search {
    position: relative;
}
.social-icon .fa-search, .social-icon .fa-envelope{
    cursor: pointer;
}
.screen-reader-text{
	display:none;
}
.search-box {
    right:0;
	z-index:999;
    position: absolute;
    top: 35px;
    width: 203px;
	background:#000;
	padding:2px 0 2px 5px;
}
.newsletter-box {
    right:0;
	z-index:999;
    position: absolute;
    top: 35px;
    width: 203px;
	background:#000;
	padding:2px 0 2px 5px;
}
.search-box #searchform #s, .newsletter-box #emailadd{
    border:none;
	padding:0;
}

.search-box #searchform #searchsubmit,.newsletter-box #emailsubmit{
    cursor:pointer;
	padding:0 5px;
}

#search .screen-reader-text{
    display:none;
}

#ad-wrapper{
    float: left;
    width: 100%;
}
#ad-wrapper #advertisement{
    float:left;
}
#ad-wrapper #newsletter{
    border: 1px solid #a5a5a4;
    float: right;
    width:375px;
    height:89px;
    z-index: 10;
}
#ad-wrapper .newsletter-top{
    height:24px;
    border-bottom:1px solid #a5a5a4;
    padding:10px;
}
#ad-wrapper .newsletter-top img{
    float:left;
    margin-right:10px;
}
#ad-wrapper .newsletter-top span{
    float:left;
    font-size:14px;
    font-weight:bold;
}

#ad-wrapper #mailinglist{
    width:100%;
    height:44px;
    position:relative;
    z-index:10;
}

.contentwrappedad {
    float: left;
    width: 100%;
    margin: 6px 0px 0px 0px;
    background-color: #e8e8e8;
}

.contentwrappedad .advertisement {
    float: left;
    width: 100%;
}

.contentwrappedad div#advertisement {
    float: left;
    width: 100%;
    height: 62px;
}

#newsletter #emailadd{
    border: 1px solid #a5a5a4;
    left: 10px;
    position: relative;
    width:315px;
    height:20px;
    padding-left:10px;
    color:#a5a5a4;
    top: 10px;
}

#newsletter #emailsubmit{
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #ffffff;
    height: 24px;
    left: 340px;
    position: absolute;
    top: 10px;
    width: 26px;
    padding:3px;
}

#slider{
    margin:0px auto 0;
    padding:0;
    width:1120px;
}
.slideshow-title{
    /*height: 450px;*/
    color: #ffffff;
	background-color: rgba(0,0,0,0.7);
    padding:15px !important;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
    position: absolute;
    bottom: 42%;
    right: 0;
    z-index: 999;
	text-align:center;
	margin-right: 100px !important;
    /*padding-left: 10px !important;
	padding-right: 30px !important;
    width: 400px;*/
}
#home-instapress{
    margin:0 auto;
    padding:0;
    width:1120px;
    position: relative;
}

#home-instapress .instapress-shortcode{
    overflow: hidden;
    height:190px;
    background: #F1F1F1;
    padding: 0 17px;
}
.instapress-shortcode-pager, .instapress-gallery {
    background: #F1F1F1;
}
.slideshow_container{
    margin:0 auto;
}

.slideshow_button.slideshow_transparent{
    display:block;
    z-index:999999 !important;
    position:absolute;
    left:50% !important;
    top:0;
    height: 65px !important;
    margin-top: -20px;
    width: 32px!important;
}
.slideshow_previous {
    margin-left:-552px;
    background: url(img/previous.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0)!important;

}

.slideshow_next {
    margin-left:531px;
    background: url(img/next.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
}

.slideshow_view .play-btn{
    width:113px;
    height:76px;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-38px;
    margin-left:-56px;
    opacity: 0.8;
    z-index:2;
}
.slideshow_view .play-btn img{
    width:113px !important;
    height:76px !important;
}
.slideshow_view .play-btn:hover{
    opacity:1;
}

.slideshow_content{
    position:relative;
    z-index:0;
}

.container{
    float:left;
    width:780px;
    position:relative;
    float: left;
    margin:15px 0 0 0;
    padding-right: 10px;
}
#primary{
    float:right;
    width:300px;
    margin-top:14px;
}
#primary .widget_text, #widget_sp_image-2{
	float: left;
    padding:0px 0 10px 0;
    margin:0px 0 10px 0;
}

#primary ul li#text-16{
    margin:8px 0 10px 0;
}
#tracks-travel{
    position: relative;
    height:241px;
}
#tracks-travel .wp-post-image{
    width:300px !important;
    height:196px !important;
}
#tracks-travel .travel-bottom{
    position: absolute;
    top: 174px;
    left: 0;
}
.post .news-heading-wrapper{
    float:none;
}
#primary #text-13, #primary #text-17{
	width: 100%;
    border:none;
    margin:0;
    padding:0;
}
#primary #text-8, #primary #text-9 {
	margin-bottom: 10px;
	padding:0;
}

.news-heading-wrapper {
    /*border-bottom:15px solid #F4F4F4;*/
    color: #000000;
    width: 100%;
    background:#ffffff;
    font-size:16px;
    font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	padding-bottom:20px;
	padding-top:10px;
}
.news-heading-wrapper #related-heading{
    font-weight:bold;
}
.most-heading{
    float:left;
}
#news-wrapper{
    background:#ffffff;
}
#social-wrapper{
    float:right;
    width:311px;
}

#social-wrapper a{
    float:left;
    margin:5px 0px;
}
#social-wrapper a.social-middle{
    margin:5px 20px;
}

.news-heading-wrapper a{
    line-height:42px;
}
.news-heading-wrapper a:hover, #related-post-wrap .most-wrapper a.actived{
    color: #000000;
}
.news-heading{
    float:left;
}

.video-cat .news-heading {
    margin-left: 10px;
}

.news-heading h1, .news-heading-wrapper h1, .news-heading-wrapper h2{
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    font-family: Oswald;
}

#icon-category{
    margin:10px 0 10px 0;
    width: 100%;
}

.most-wrapper{
    float:right;
}
.most-wrapper .query-form{
    float:left;
    margin-top: 10px;
    line-height:20px;
}

.most-wrapper .most-submit{
    border:none;
    color: #999999;
    font-family: Oswald;
    font-size: 13px;
    background:none;
    font-weight:normal;
    float:left;
    padding:0 1px;
}

.most-wrapper .most-submit:hover{
    cursor:pointer;
}
#news-wrapper .latest-news,.related-news{
    width:254px;
    float:left;
    margin:0 0 15px 0;
    /*border-bottom:1px solid #C7C7C6;*/
    height:390px;
    position:relative;
}
#news-wrapper.news-page .latest-news,.related-news{
    width:254px;
    float:left;
    margin:0 0 15px 0;
    border-bottom:1px solid #C7C7C6;
    height:310px;
    position:relative;
}
#news-wrapper .big-news{
	float:left;
}
#news-wrapper .big-news .entry{
	margin-top: 10px;
}
.home-grown .latest-news{
    height:210px !important;
}

.video-container #post-news-1, .video-container #post-news-2, .video-container #post-news-3{
    margin-top: 0 !important;
}

.post .related-news{
    border:none;
}
/* thumbnail hover change color to black */
.latest-news .thumb-box{
    position:relative;
    /*display:table-cell;*/display:block;
    width:254px;
    height:254px;
	/*vertical-align:middle;*/
	background:#cccccc;
	max-height:254px;
}
.latest-news .news-thumb-box{
    position:relative;
    display:table-cell;
    width:254px;
    height:166px;
	vertical-align:middle;
	background:#cccccc;
}
.home-big-thumb{
    position:relative;
    display:block;
    width:268px;
    height:316px;
}
/*
.big-news .heading-img-box{
    position:relative;
    display:block;
    width:780px;
    height:438px;
}
*/
.big-news .heading-img-box{
    position:relative;
    display:block;
    width:780px;
    /* height:438px; */
}
.big-thumb-box{
    width:375px !important;
    height:375px;
    position:relative;
    display:block;
}
.first-news-box .thumb-box{
	width:375px;
    height:250px;
    position:relative;
    display:block;
}
.post-small-news-box .thumb-box{
	width:150px;
    height:98px;
    position:relative;
    display:block;
}
.latest-news .thumb-box img.wp-post-image, .latest-news .news-thumb-box img.wp-post-image{
    width:100%;
}
.latest-news .thumb-box:after, .latest-news .thumb-box:before,
.big-news .heading-img-box:after, .big-news .heading-img-box:before,
.latest-news .news-thumb-box:after, .latest-news .news-thumb-box:before,
.home-big-thumb:after ,.home-big-thumb:before,
.first-news-box .thumb-box:after ,.first-news-box .thumb-box:before,
.post-small-news-box .thumb-box:after ,.post-small-news-box .thumb-box:before,
.big-thumb-box:after, .big-thumb-box:before{
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.latest-news .thumb-box:after, .news-thumb-box:after,.home-big-thumb:after, 
.big-thumb-box:after,
.first-news-box .thumb-box:after,
.post-small-news-box .thumb-box:after,
.big-news .heading-img-box:after{
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
}
.latest-news .thumb-box:before, .news-thumb-box:before, .home-big-thumb:before, .big-thumb-box:before{
    content: attr(data-content);
    width:100%;
    color:#fff;
    z-index:1;
    top:45%;
    padding:4px 10px;
    text-align:center;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    font-family: Oswald;
    font-size: 20px;
    line-height: 1.2em;
}
.latest-news .thumb-box:hover:after, .latest-news .thumb-box:hover:before,
.latest-news .news-thumb-box:hover:after, .latest-news .news-thumb-box:hover:before,
.home-big-thumb:hover:after, .home-big-thumb:hover:before,
.big-thumb-box:hover:after, .big-thumb-box:hover:before,
.first-news-box .thumb-box:hover:after, .first-news-box .thumb-box:hover:before,
.post-small-news-box .thumb-box:hover:after, .post-small-news-box .thumb-box:hover:before,
.big-news .heading-img-box:hover:after, .big-news .heading-img-box:hover:before{
    opacity:1;
}
.latest-news .play-btn{
    position:absolute;
    top:70px;
    left:110px;
    z-index:2;
}
.latest-news .featured-image{
    position:absolute;
    bottom:0px;
    left:0px;
    z-index: 2;
}
.instagram-box .play-btn{
    background: url("img/btn-play.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 30px;
    left: 30px;
    position: absolute;
    top: 35px;
    width: 46px;
    z-index: 1;
}
#home-instapress .instagram-box .play-btn {
    left: 45px;
    top: 53px;
}

/*home carousel*/
.gallery-box {
    position:relative;
    width:1120px;
    height:632px;
}
.gallery-box img {
    width:100%;
    vertical-align:top;
}
.gallery-box:after, .gallery-box:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gallery-box:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.2);
    cursor: pointer;
}
.gallery-box:hover{
    cursor: pointer;
}
.gallery-box:hover:after, .gallery-box:hover:before {
    opacity:1;
}
.related-header{
    margin-top:15px;
    border-top:2px solid #C7C7C6;
    padding-top:10px;
    font-family: Oswald;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
#news-wrapper #post-news-2, #news-wrapper #post-news-5, #news-wrapper #post-news-8,  #news-wrapper #post-news-12, #news-wrapper #post-news-15, #news-wrapper #post-news-18, #news-wrapper #post-news-21,  #news-wrapper #post-news-24{
    margin:0px 9px 15px 9px;
}
.related-2, .related-5{
    margin:15px 19px 0px 19px !important;
}
.latest-news .related-img{
    margin-bottom:10px;
}
.latest-news .post-title a, .latest-news .post-title, .related-news .related-title a{
    font-family: 'Oswald', sans-serif;
    font-size:16px;
    font-weight:bold;
    color:#000000;
    line-height:16px;
}
.latest-news .post-title a:hover, .related-news .related-title a:hover{
    color:#999999;
}
.latest-news .post-info{
    margin-top: 2px;
}
.latest-news .excerpt {
    margin-top: 0px;
}
.home-grown .latest-news .post-title, .home-grown .entry-title a{
    float:left;
    font-family: Oswald;
    font-weight:normal;
    font-style: normal;
}
.home-grown .post-title{
    width:140px;
}
.home-grown .post-title a{
    margin:0 !important;
}
.home-grown .social-wrapper{
    float:right;
}
.latest-news .post-title a,.related-news .related-title a{
    display: block;
}
.buzz-box .post-title{
    max-width:300px;
}
.buzz-box .post-title a{
    color: #000000;
    font-family: Oswald;
    font-size: 20px;
    line-height: 17px;
    margin:0;
}
.buzz-box p {
    font-size: 12px;
    line-height: 18px;
    margin: 2px 0 10px;
}
.buzz-box .latest-news{
    text-align:center;
    padding:20px;
    height:49px;
}
.buzz-box .read-more{
    color:#000000 !important;
}
.latest-news .post-info, .related-news .related-info{
    font-size:13px;
	color:#666666;
}

.latest-news .post-info .post-author, .latest-news .post-info .post-date, .related-news .related-info .related-author, .related-news .related-info .related-date{
    float:left;
}

.latest-news .social-wrapper, .related-news .social-wrapper{
    display:block;
    position:absolute;
    top:298px;
    left:0;
    width:100%;
}
.latest-news .share-this,.related-news .share-this{
    color: #bbbbbb;
    float: left;
    font-size: 10px;
    width: 130px;
}
.latest-news .share-this-icon, .related-news .share-this-icon{
    float:left;
}

.share-comment{
}

.share-comment .news-share {
    float:right;
}

.share-comment .news-comment{
    width:31px;
    height:23px;
    background:url(img/bg-news-comment.gif) no-repeat;
    text-align: center;
    float: right;
    font-family: Oswald;
}
.share-comment .dsq-postid{
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
}
.latest-news .entry{
    margin-top:15px;
}
.latest-news .thumbnail-template .entry{
    margin-top:10px;
}
.home-grown .latest-news .entry{
    margin-top:5px;
}
.latest-news .icon-category, .related-news .icon-category{
    position:absolute;
    right:0;
    top:173px;
}
.post-title{

}

.latest-news .post-date{
    margin-left:5px;
}

.latest-news .excerpt{
    font-size:12px;
    min-height:65px;
    line-height: 16px;
}
.latest-news .read-more{
    font-size:12px;
    color:#999999;
    font-weight:bold;
    white-space: nowrap;
}
.icon-more{
    vertical-align:text-bottom;
    line-height:12px;
}
.after{
    clear:both;
}
#media-wrapper{
    position:absolute;
    top:1025px;
    left:0;
    width:780px;
}

#box-1{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #C7C7C6;
}

.vimeography-bugsauce {
    clear: both;
    margin: 5px auto !important;
    width: 100%;
    background:#E2E2E2;
    padding-bottom:22px;
}
#instagram{

}

#box-2{
    padding-bottom: 10px;
    border-bottom: 2px solid #C7C7C6;
}
#travel-banner, #home-grown{
    float:left;
}
#tracks-banner{
    margin:15px 0 0px 0;
}
#tracks-sound{
    float:left;
    margin:0 12px 0 12px
}
#tracks-home-grown{
    width:300px;
    height:329px;
    background: url("img/home-grown.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    position:relative;
}
#tracks-home-grown .home-grown-link{
    position: absolute;
    display: block;
    width:170px;
    height:80px;
    top:22px;
    left:130px;
}
#tracks-home-grown .home-grown-category{
    position: absolute;
    display: block;
    width:108px;
    height:66px;
    top:28px;
    left:0px;
}
#tracks-home-grown a.tracks-home-grown{
    position: absolute;
    display: block;
    border:1px solid #DFDFDF;
    top:113px;
    left:0px;
}
#tracks-home-grown .banner-home-grown{
    margin-top:10px;
}

#tracks-home-grown a img{
    width:300px !important;
    height:196px !important;
}

/* Home Grown */
/* --------------- home grown --------------------*/

#home-grown{

}

#home-grown .post{
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    margin: 0 5px 10px 5px;
    padding: 0px;
    text-align:center;
    float:left;
    clear:none;
}

#home-grown #big-img{
    text-align:center;
}

#home-grown #big-img a img{
    width:780px;
}

#home-grown .post .thumb-img a img{
    width:254px;
}

#home-grown #big-img h2{
    text-align:center;
    margin-bottom:20px;
}

#home-grown .post h2{
    text-align:center;
    margin:5px 0;
    width:110px;
}

#home-grown .post h2 a, #home-grown #big-img h2 a{
    color:#000000;
    font-size:14px;
    line-height:14px;
}

#home-grown #home-grown-content{
    width:720px;
    padding:0 40px;
}
#pagination{
    clear:both;
    padding: 15px 0 0;
    font-size:12px;
    display: table;
    margin:0 auto;
}
#pagination .page-numbers{
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 15px;
    padding: 0 6px;
    line-height: 20px;
    float:left;
    margin:0 2px;
	font-family:Oswald, helvetica;
}
#pagination .dots{
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
}
#pagination .current{
    color:#999999;
}
#pagination a.first{
    margin-right:10px;
}
#pagination .prev{
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    font-size:27px;
    padding:0;
}
#pagination a.last{
    margin-left:10px;
}
#pagination .next{
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    font-size:27px;
    padding:0;
}

/* Instagram */
.instagram-page-title{
    overflow: hidden;
}
#instapress_author{
    padding: 0 18px 0 10px;
    width: 172px;
}
.instapress-author-pic{
    float:left;
    margin-right: 10px;
}
.instapress-author-pic img{
    width:46px;
}
.instapress-author-fullname{
    float:left;
    font-family: Oswald;
    font-size: 20px;
    width: 115px;
}
.instapress-author-username{
    float:left;
    font-size:12px;
    color:#999999;
}
#instapress_title {
    float:left;
    width:172px;
    padding: 0 18px 0 10px;
    font-size:13px;
}
#instapress_comment{
    float:left;
    width:172px;
    padding:0 18px 10px 10px;
    font-size:12px;
}
#instapress_box{
    height:600px;
    overflow-x: hidden;
    overflow-y: auto;
    float:right;
    width:200px;
}
#instagress_wrap1{
    overflow: hidden;
    border-top: 2px solid #A5A5A4;
    border-bottom: 2px solid #A5A5A4;
    margin:15px 0;
}
#instagress_wrap2{
    overflow: hidden;
    padding:16px 0;
    margin:3px 0;
    border-top: 1px solid #A5A5A4;
    border-bottom:1px solid #A5A5A4;
}
#instapress_navigator {
    background: none repeat scroll 0 0 #F1F1F1;
    height: 138px;
    position: relative;
    width: 780px;
    overflow: hidden;
}
#home-intapress .instapress-shortcode .instapress-shortcode-image {
    display: block;
    float: left;
    margin-right: 0 !important;
    margin-top: 0 !important;
}
.instapress-shortcode-image .instagram-box {
    border: 1px solid #F1F1F1;
    display: block;
    margin: 8px;
    position: relative;
}
#home-instapress .instapress-shortcode-image .instagram-box {
    margin: 10px;
}
.instapress-shortcode .instapress-shortcode-image.odd {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 13px 0 0 9px !important;
}
.instapress-shortcode .instapress-shortcode-image.even {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 13px 0 0 10px !important;
}
#home-instapress .instapress-shortcode .instapress-shortcode-image.odd, #home-instapress .instapress-shortcode .instapress-shortcode-image.even {
    margin: 16px 0 0 20px !important;
}
.featured .instapress-shortcode-image img {
    margin: 0;
}
#instagram .instapress-shortcode .instapress-shortcode-image {
    float: left;
    margin: -2px 0 0 -4px;
}
#instapress_navigator .instapress-shortcode-image {
    float: left;
    margin: 12px 5px !important;
}
.instapress-comment , .instapress-likes, .instapress-video, .instapress-shortcode-image .instapress-comment-title, .instapress-author{
   display:none;
}
.instapress-shortcode-pager .prev-page-instapress {
    float: left;
}

#instapress_navigator .instapress-shortcode-page{
    margin-left: 28px;
    float:left;
}
#instapress_box .instapress-comment-title{
    float: left;
    margin: 0 0 0 10px;
    padding: 0 10px 0 20px;
    color: #000000;
    font-family: 'Conv_LeagueGothic-Regular';
    font-size:16px;
    background:url(img/icon-comments.gif) no-repeat scroll 0 5px rgba(0, 0, 0, 0);
}
#instapress_likes{
    background: url("img/icon-likes.gif") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    float: left;
    color: #000000;
    font-size: 16px;
    margin: 0 0 0 10px;
    padding: 0 10px 0 16px;
    font-family: 'Conv_LeagueGothic-Regular';
}
.instapress-shortcode-pager #nav-prev {
    position: absolute;
    left: 10px;
    top: 50px;
}
.instapress-shortcode-pager #nav-next {
    position: absolute;
    right: 10px;
    top: 50px;
}
#home-instapress .instapress-shortcode-pager #nav-prev {
    position: absolute;
    left: 9px;
    top: 107px;
}
#home-instapress .instapress-shortcode-pager #nav-next {
    position: absolute;
    right: 9px;
    top: 107px;
}
.instapress-shortcode-pager a.prev-page-instapress:hover, .instapress-shortcode-pager a.next-page-instapress:hover {
    opacity: 0.5;
}
#instapress_container{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 14px solid #F1F1F1;
    float: left;
    width:571px;
    height:571px;
    overflow: hidden;
}

#instapress_container img, #instapress_container video{
    width: 540px;
    margin:15px;
    border:1px solid #b1b1b1;
}
#loading {
    float: left;
    margin-left: 300px;
    margin-top: 150px;
}
/* Gallery page */
.entry-info{
    color:#000000;
    font-size:12px;
	margin-bottom: 15px;
}
.leading-img .image-caption{
    font-size:13px;
    font-family: Oswald;
    font-style: italic;
    color:#666666;
}
.entry-info .post-author{
    float:left;
}
.entry-info .post-date{ display: none;
    float:left;
}
.entry-info .social-wrapper{
    float:right;
}
.entry-info .post-social{
    margin: 10px 0;
    clear:both;
    float:left;
    width:100%;
}
.entry-info .post-social .share-comment{
    float:right;
    width: 135px;
}
.entry-info .share-this-icon{
    line-height:12px;
    float:left;
}
.entry-info .share-this-icon .icon-share{
    float:left;
    margin:3px 0 0 0
}
.entry-info .share-this-icon .icon-facebook{
    margin: 0 10px 0 10px;
}

#disqus_thread {display: none;}

#video-loading{
    width:780px;
    height:630px;
    text-align:center;
}
#video-loading img{
    margin-top:280px;
}
#related-post-wrap{
    background: none repeat scroll 0 0 #FFFFFF;
   /* margin-top: -66px; */
	margin-top: 60px;
    min-height: 100px;
    position: relative;
    width: 100%;
    z-index: 3;
}
#related-post-wrap .news-heading-wrapper{
    padding:0;
	margin:10px 0 10px 0;
	/*border-top: 15px solid #F4F4F4;*/
}
.showreel-image{
    margin-bottom:10px;
}
#big-img .entry-title a{
    line-height: 28px;
    margin: 0;
    padding: 0;
}
#big-img .entry-title a:hover{
    color:#999999;
}
#most-viewed-submit, #most-commented-submit{
    border:none;
    margin:0 0 20px 0;
    color: #3EC1E4;
    font-style: italic;
    font-size:13px;
    background:none;
}
#most-viewed-submit:hover, #most-commented-submit:hover{
    pointer:cuser;
}
#video-player, #gallery-player{
    margin-bottom:10px;
    float: left;
    width: 100%;
}

#video-content{
    width:780px;
    float:left;
    min-height: 2400px;
    border-right: 1px solid #C7C7C6;
    padding-right: 10px;
    margin-right: 9px;
}

#video-content .entry-content{
}

.video-side{
    position:absolute;
    top:640px;
    right:0;
}
.heading-img{
    position:relative;

}
.heading-img img.leading-img{
    width:780px;
    display:block;
    margin-bottom:15px
}
.heading-img .play-btn{
    position:absolute;
    top:47%;
    left:372px;
    opacity: 0.7;
}
.video-container, .gallery-container{
    width:100%;
}
/* default post */
.post-header{
    border-bottom: 1px solid #C7C7C6;
    border-top: 1px solid #C7C7C6;
    font-family: Oswald;
    height: 40px;
}
.post-header .icon-category{
    float: left;
    margin-top: 9px;
}
.post-header .breadcrumb{
    color: #999999;
    float: left;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    margin-top: 13px;
}
.video-wrapper{
    margin-bottom: 10px;
}
.entry-content strong{
    font-size:14px;
    line-height:19.6px;
}

.entry-content em{
    color:#000000;
    font-size:14px;
    line-height:19.6px;
    font-style: italic;
}

#nav-below{
    display:none;
}

#video-related{
    margin: 0;
    position: relative;
    z-index: 999999;
    background: none repeat scroll 0 0 #FFFFFF;
    min-height:100px;
}

#video-related .most-wrapper a.actived{
    color:#000000;
}

.related-content{
    background: none repeat scroll 0 0 #FFFFFF;
}

.related-content #related-loading{
    float:left;
    width:100px;
    height:340px;
    margin:150px 0 0 300px;
}

.tracks-video img:hover{
    cursor: pointer;
}
/* tracks company */
.archive-meta{
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}
.travel-news{
    margin:10px 0 10px 0;
    float:left;
    width:100%;
}
.travel-news .travel-image{
    float:left;
    margin-right:10px;
}
.travel-news .travel-image a{
    font-size:0;
    display: block;
    height: 166px;
    width: 254px;
}
#world-surfairs a{
    background-image: url("img/travel/world-safaris-photo.jpg");
}
#world-surfairs a:hover{
    background-image: url("img/travel/world-safaris-logo.jpg");
}
#banyaksurf a{
    background-image: url("img/travel/bankyak-surf-image.jpg");
}
#banyaksurf a:hover{
    background-image: url("img/travel/banyaksurfing-logo.jpg");
}
#nomadsurfers a{
    background-image: url("img/travel/nomadsurfers-image.jpg");
}
#nomadsurfers a:hover{
    background-image: url("img/travel/nomadsurfers-logo.gif");
}
#soulsafarissurftravel a{
    background-image: url("img/travel/soul-safaris-image.jpg");
}
#soulsafarissurftravel a:hover{
    background-image: url("img/travel/soul-safaris-logo.jpg");
}
#surftheearth a{
    background-image: url("img/travel/surftheearth-image.jpg");
}
#surftheearth a:hover{
    background-image: url("img/travel/surftheearth-logo.jpg");
}
#freelinesurf a{
    background-image: url("img/travel/freelinesurf-image.jpg");
}
#freelinesurf a:hover{
    background-image: url("img/travel/freelinesurf-logo.gif");
}
#surftravel a{
    background-image: url("img/travel/surftravel-image.jpg");
}
#surftravel a:hover{
    background-image: url("img/travel/surftravel-logo.jpg");
}
#theperfectwave a{
    background-image: url("img/travel/theperfectwave-image.jpg");
}
#theperfectwave a:hover{
    background-image: url("img/travel/theperfectwave-logo.jpg");
}
#sumatran-surfaris a{
    background-image: url("img/travel/sumatran-surfaris-image.jpg");
}
#sumatran-surfaris a:hover{
    background-image: url("img/travel/sumatran-surfaris-logo.jpg");
}
#atolltravel a{
    background-image: url("img/travel/atolltravel-image.jpg");
}
#atolltravel a:hover{
    background-image: url("img/travel/atolltravel-logo.jpg");
}
#newzealandski a{
    background-image: url("img/travel/newzealandski-image.jpg");
}
#newzealandski a:hover{
    background-image: url("img/travel/newzealandski-logo.jpg");
}
#japansnowaccommodation a{
    background-image: url("img/travel/japansnowaccommodation-image.jpg");
}
#japansnowaccommodation a:hover{
    background-image: url("img/travel/japansnowaccommodation-logo.jpg");
}
#abrolhosislandcharters a{
    background-image: url("img/travel/abrolhosislandcharters-image.jpg");
}
#abrolhosislandcharters a:hover{
    background-image: url("img/travel/abrolhosislandcharters-logo.gif");
}
#thegrandholidays a{
    background-image: url("img/travel/thegrandholidays-image.jpg");
}
#thegrandholidays a:hover{
    background-image: url("img/travel/thegrandholidays-logo.gif");
}
#surfdesertstorm a{
    background-image: url("img/travel/surfdesertstorm-image.jpg");
}
#surfdesertstorm a:hover{
    background-image: url("img/travel/surfdesertstorm-logo.gif");
}
#banyakislands a{
    background-image: url("img/travel/banyakislands-image.jpg");
}
#banyakislands a:hover{
    background-image: url("img/travel/banyakislands-logo.gif");
}
#simeulue a{
    background-image: url("img/travel/simeulue-image.jpg");
}
#simeulue a:hover{
    background-image: url("img/travel/simeulue-logo.gif");
}
#stradbrokegetaways a{
    background-image: url("img/travel/stradbrokegetaways-image.jpg");
}
#stradbrokegetaways a:hover{
    background-image: url("img/travel/stradbrokegetaways-logo.gif");
}
#maldivestravelonline a{
    background-image: url("img/travel/maldivestravelonline-image.jpg");
}
#maldivestravelonline a:hover{
    background-image: url("img/travel/maldivestravelonline-logo.gif");
}

.travel-news .post-title a{
    font-size:13px;
    font-family: Oswald;
    font-style:italic;
    font-weight:bold;
    color: #999999;
}
.entry-content h3{
    font-size:16px;
    font-family: Oswald;
    color: #999999;
    margin-bottom:4px;
    clear:none;
}
.travel-content{
    font-size:12px;
    line-height:20px;
}
/*back issue*/
#back-issue .back-news{
    float:left;
	width:138px;
	height:185px;
    margin:10px 15px 10px 0;
}
.back-news .back-title{
    text-align:center;
}
.back-news .back-title a{
    font-size:16px;
    font-family: Oswald;
}

/* slideshow */
#vimeo-video,#youtube-video,#red-video{
    width:100%;
    height:636px;
    background:#000000;
}

.slideshow_container .slideshow_view .left-edge{
    position:absolute;
    left:0;
    top:0;
    width:80px;
    z-index:1;
    height:636px;
    display:none;
}

.slideshow_container .slideshow_view .right-edge{
    position:absolute;
    right:0;
    top:0;
    width:80px;
    z-index:1;
    height:636px;
    display:none;
}

#sponsor .thumb-block{
    float:right;
    margin: 13px 13px 0 0;
}

/* buzz sidebar */
.buzz-box{
    width:300px;
    height:340px;
    background:url(img/buzz-bg.gif) no-repeat;
}
.buzz-logo{
    width:300px;
    height:103px;
}

.buzz-content{
    width:300px;
    height:218px;

    position:relative;
}
.buzz-box .buzz-all{
    position:absolute;
    left:86px;
    bottom:8px;
}
.buzz-wrapper .latest-news{
    width:100%;
    clear:both;
    float:left;
}
.buzz-wrapper .thumbnail-box{
    float:left;
    margin-right:10px;
}
.buzz-wrapper .post-title{
    max-width:100%;
}
.buzz-wrapper .share-comment {
    border-bottom: 1px solid #B1B1B1;
    border-top: 1px solid #B1B1B1;
    clear: both;
    margin: 10px 0;
    padding: 10px 0;
    width:100%;
}
.buzz-wrapper .share-comment a{
    color:#000000;
    line-height: 21px;
}
#slideshow-wrapper{
    margin:10px 0!important;
}
/* small image gallery
#slideshow-wrapper{
        margin:10px 0!important;
        width:780px !important;
}
#slideshow-wrapper #fullsize {
    height: 532px !important;
    width: 780px !important;
}
#slideshow-wrapper .imgnav {
    height: 532px !important;
}
#slideshow-wrapper #imglink {
    height: 532px !important;
}
*/
.latest-news .excerpt p{
    margin-bottom:0;
}
.gallery-container #slideshow-wrapper .imgnav {
    height:640px !important;
}

.gallery-container #slideshow-wrapper #fullsize {
    height: 640px !important;
}

#long-ads.fixed{
    /*position: fixed;
    top: 40px;*/
}
#long-ads.absoluted{
    position: absolute;
    bottom:0;
}
.entry-content .wp-caption-text{
    color: #999999;
    font-family: Oswald;
    font-size: 12px !important;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.category-home-grown .home-grown-wrap{
    width:100%;
    background: #F0F0F0;
    position:relative;
    overflow:hidden;
    margin-bottom:20px;
}
.home-grown-wrap .home-grown-link{
    float:left;
    margin:19px 0 0 12px;
}
.home-grown-wrap .home-grown-sponsor{
    float:right;
    margin:12px 14px 0 0;
}
.category-home-grown #leadingimg{
    background: none repeat scroll 0 0 #FFFFFF;
    float:left;
    margin:9px 14px 14px;
    padding: 26px 12px 12px 12px;
}
.category-home-grown #leadingimg img.featured-img{
    width:750px;
}
#home-grown-nav{
    position: absolute;
    top:50%;
    left:0;
    width:100%;
}
#home-grown-nav .prev-link{
    float:left;
    margin-left:57px;
}
#home-grown-nav .next-link{
    float:right;
    margin-right:56px;
}
/* vimeo setting */
.vimeography-bugsauce .vimeography-thumbnails .vimeography-slides li.vimeography-bugsauce-active-slide img {
    opacity: 0.5 !important;
}
.vimeography-bugsauce-viewport{
    overflow: hidden;
}
.vimeography-gallery-2{
    max-width: 780px;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    height: 406px !important;
    width: 719px !important;
    top:52px !important;
    left:26px !important;
    padding:15px;
    background:#ffffff;
}
.vimeography-bugsauce .vimeography-main {
    height: 480px !important;
    position: relative;
    width:780px;
}
.vimeography-main .vimeograhy-title{
    position:absolute;
    top:18px;
    left:25px;
    display:none;
}
.vimeography-main .vimeograhy-sponsor-title{
    position:absolute;
    top:22px;
    left:536px;
}
.vimeography-main .vimeograhy-sponsor{
    position:absolute;
    top:18px;
    left:648px;
}
.vimeography-bugsauce .vimeography-thumbnails {
    padding: 0 24px 0 20px !important;
}
.vimeography-bugsauce .vimeography-bugsauce-viewport {
    margin-left: 0 !important;
}
.vimeography-bugsauce .vimeography-thumbnails .vimeography-slides li img {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 8px;
    position:absolute;
    height: 91px !important;
    width: 160px !important;
    background:#ffffff;
}
.vimeography-bugsauce .vimeography-thumbnails .vimeography-slides li {
    margin:0 4px 0 4px !important;
}
.vimeography-bugsauce .vimeography-thumbnails .vimeography-bugsauce-direction-nav .vimeography-bugsauce-next {
    background-position: none !important;
    right: -2px !important;
}
.vimeography-bugsauce .vimeography-thumbnails .vimeography-bugsauce-direction-nav .vimeography-bugsauce-prev {
    background-position: none !important;
    left: 5px !important;
}
#sponsor img{
    width:290px !important;
}
.page .leading-img{
    margin-bottom:10px;
    text-align: center;
}
.entry-content ul{
     margin: 0 0 10px 0;
}
.entry-content ul li{
    font-size: 14px;
}
/* nextgen gallery view*/
.ngg-gallery-list li img {
    height: 75px !important;
    width: 100px !important;
}
.ngg-galleryoverview .pic{
    position: relative;
}
.pic .img-des{
    position: absolute;
    bottom:0;
    left:0;
    background:rgba(0,0,0,0.7) ;
    color:#ffffff;
    font-family: Oswald;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    margin: 0 !important;
    padding: 4px 8px;
}
li.ngg-next, li.ngg-prev {
    font-size: 3.5em;
    height: 75px !important;
    width: 10px !important;
}
ul.ngg-gallery-list{
    float:left;
    margin: 5px 0 0 0;
}
.galleria-iframe{
}
.wide-gallery{
    margin-top:10px;
}

/* poll function */
.yop-poll-forms .yop-poll-question{
    font-weight:bold;
}
.yop-poll-forms .yop-poll-name{
    display:none;
}

/* Your Friend the enemy */
.enemy-body{

}
#the-enemy{
    padding-top:48px;
}
#the-enemy .wrapper{
    background: #fffff;
    cursor: default;
    margin: 0 auto;
    padding: 0px;
    width: 1002px;
}
#the-enemy #header-wrapper{
    height:283px;
    position:relative;
    width:1002px;
}
#logo-artist{
    position:absolute;
    top: 32px;
    left: 15px;
    width: 261px;
    height: 47px;
}
#logo-yourfriend{
    position:absolute;
    top:24px;
    left: 337px;
    width: 309px;
    height: 250px;
}
#logo-lg{
    position:absolute;
    top: 0px;
    left: 757px;
    width: 221px;
    height: 133px;
}
#enemy-social{
    position:absolute;
    top: 244px;
    left: 813px;
    width: 151px;
    height: 34px;
    background:url("img/enemy-social.jpg") no-repeat;
}
#enemy-facebook,#enemy-twitter,#enemy-youtube,#enemy-instagram{
    float:left;
    width:37px;
    height:34px;
}
#menu-your-friend-the-enemy{
    list-style:none;
    margin:0 auto;
    width:640px;
    padding:0;
    height:39px;
}
#menu-your-friend-the-enemy li:last-child a{
    border:none;
}
#menu-your-friend-the-enemy li{
    float:left;
    display:inline;
}
#menu-your-friend-the-enemy li a{
    border-right: 1px solid #999999;
    color: #999999;
    display: block;
    font-size: 18px;
    margin: 10px 0 10px;
    padding: 0 10px;
    line-height:18px;
	font-family: oswald;
}
#menu-your-friend-the-enemy li.current-menu-item a{
    color: #2092c8;
}
#the-enemy #news-wrapper {
    border-right: none;
    float: none;
    margin: 0 auto;
    padding-right: 0px;
    position: relative;
    width: 780px;
    padding-bottom:20px;
}
#bg3{
    width:1072px;
    margin:0 auto;
    padding-top:42px;
     background: url("img/bg-tp.jpg") no-repeat top center;
}
#bg0{
    padding-bottom:42px;
    width:1072px;
    margin:0 auto;
     background: url("img/bg-bt.jpg") no-repeat bottom center;
}
#bg1{
    width:1072px;
    margin:0 auto;
    background:url('img/bg-left.jpg') 0 0px repeat-y;
}
#bg2{
    width:1072px;
    background:url('img/bg-right.jpg') 1037px 0 repeat-y;
}
 #the-enemy #main {
    cursor: default;
    margin: 0 auto;
    padding: 0px;
    width: 1002px;
}
#the-enemy .entry-content{
    overflow:hidden;
}
#enemy-footer{
    width:1002px;
    margin:0 auto;
    height:100px;
    background: #D3D3D2;
    margin-bottom:30px;
    overflow:hidden;
    position:relative;
}
#enemy-footer .winsor{
    width:720px;
    height:51px;
    top:25px;
    left:220px;
    position:absolute;
    background:url('img/logo-winsor-long.png') no-repeat;
}
.menu-your-friend-the-enemy-container{
    border-bottom: 2px solid #a5a5a4;
    border-top: 2px solid #a5a5a4;
}
#enemy-footer-title{
    font-family:Oswald;
    font-size:32px;
    line-height:40px;
    float:left;
    margin:30px;
}
#the-enemy .related-content #related-loading {
    float:none;
}
#the-enemy .entry-content .post {
    float: left;
    margin: 0;
    width: 800px;
}
#the-enemy h1.entry-title{
    margin-bottom:20px;
}
#widget_sp_image-2 h3{
    display:none;
}
.tracks-partener{
	display:none;
}
.slideshow_container_style-light .slideshow_button{
	margin-top:-34px !important;
}

.home-box{
	float:left;
    margin-bottom: 10px;
}

.addisplay {
    /*display: block !important;*/
    /*background-color: #e8e8e8;*/
}

.archive_loadedissues .addisplay {
    float: left;
    margin-left: 22px !important;
    margin-bottom: 17px;
}

.home-ad {
    display: block !important;
    float: left;
    background-color: #e8e8e8;
}

.home-box.smaller .home-big-thumb {
    width: 236px;
    height: 250px;
    overflow: hidden;
}

.home-box.smaller .home-big-thumb img {
    max-width: 100%;
}

.home-ad.leftad {
    margin-right: 9px;
}

.home-ad.rightad {
    margin-left: 9px;
}

.middle-box{
	/*border-bottom: 15px solid #F4F4F4;*/
	padding-bottom:15px;
}
.big-thumbnail-template{
	float:left;
}
#big-thumb-1{
	margin:0 20px 20px 0;
}
#big-thumb-2{
	margin:0 0 20px 0;
}
#big-thumb-3{
	margin:0 20px 0 0;
}
.first-news-box, .new-box-right{
	float:left;
	width:375px;
}
.first-news-box{
	margin-right:20px;
}
.first-news-box .post-title{
	
}
.first-news-box .post-info{
	font-size:13px;
	line-height:110%;
	color:#666666;
	margin-bottom:5px;
}
.small-latest-news img{
	width:150px;
}
.small-latest-news{
	float:left;
	clear:both;
	margin-bottom:10px;
}
.small-latest-news .entry{
	float:left;
	width: 58%;
}
.big-news .post-title a{
	line-height: 130% !important;
	font-size: 20px !important;
	font-family:'Oswald', sans-serif;
}
.small-latest-news .entry a, .entry .post-title a{
	line-height: 110%;
	font-size: 17px;
	font-family:'Oswald', sans-serif;
	font-weight:300;
}
 .first-news-box .post-title a{
	 font-size:17px;
	 line-height:1.5em;
 }
.small-latest-news .entry p{
	font-size:12px;
	line-height:120%;
}
.small-latest-news .thumbnail-template{
	float:left;
	width:42%;
}
.search-page p{
	margin: 0 0 5px 0;
}
.search-page .post{
	margin: 0 0 20px 0;
}
#emailadd, #s{
	width:156px;
}
div.post p iframe{
	width:100%;
}

/* ADDED ARCHIVE STYLES ****** */

.archive_issue {
    float: left;
    width: 31.333%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.archive_issue .issueimg {
    float: left;
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: 100%;
    margin-bottom: 10px;
    transition: 0.3s;
    position: relative;
}
    
.archive_issue .issueimg.cover {
    padding-bottom: 118%;
}

.archive_issue p {
    text-transform: uppercase;
    font-size: 16px;
    font-family: Oswald;
    color: black;
    margin-bottom: 4px;
    clear: none;
    text-align: center;
    float: left;
    width: 100%;
}

.archive_issue .issueimg::after {
    content: "";
    background-color: black;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.1;
    transition: 0.3s;
    
}
    
.archive_issue .issueimg::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    transition-delay: 0.2s;
    transition: 0.3s;
    z-index: 1;
    background-image: url(img/search_icon_b.png);
    background-position: center;
    background-size: 0px;
    background-repeat: no-repeat;
}

.archive_issue:hover .issueimg::after {
    background-color: white;
}
    
.archive_issue:hover .issueimg::before {
    opacity: 1;
    background-size: 40px;
}

.archive_issue:hover .issueimg {
    background-size: 103%;
}
    
@keyframes scrollBG {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 100%;
  }
}
    
.archive_search {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    background: black;
    height: 400px;
    background-image: url("img/cover-montage-web.jpg");
    background-position: center;
    background-size: 120%;
    background-repeat: repeat-y;
    animation: scrollBG 20s linear infinite alternate;
    margin-top: 20px;
    margin-bottom: 20px;
}

.archive_search.smallerstatic {
    height: auto !important;
    animation: none;
    background-size: 85%;
    background-repeat: repeat;
}

.archive_search.smallerstatic  a.button.big {
    color: white;
    padding: 19px 0px;
    border: 1px solid white;
    display: table;
    font-size: 26px;
    margin: auto;
    transition: 0.3s;
    font-family: Oswald;
    z-index: 5;
    position: relative;
    width: calc(100% - 100px);
    margin-bottom: 50px;
    margin-top: 50px !important;
}

.archive_search.smallerstatic a.button.big:hover {
    background-color: white;
    color: black !important;
    opacity: 1;
}
    
.archive_search.larger {
    height: 800px;
    animation: scrollBG 10s linear infinite alternate;
    margin-top: 0px;
}
.archive_search::after {
    content: "";
    background-color: black;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
    z-index: 0;

}

.archive_search form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform-origin-y: -50%;
    -ms-transform: translateY(-50%);
    -ms-transform-origin-y: -50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 2;
}
    
.archive_search.larger form {
    top: 35%;
}

.archive_search h1 {
    color: white;
    border-bottom: 0.5px solid white;
    width: auto;
    float: none;
    margin: auto;
    display: table;
    margin-bottom: 14px;
        font-family: Oswald;
    font-size: 26px;
}
    
.archive_search .inputfield {
    width: 70%;
    margin: auto;
    display: table;
}
    

.archive_search .inputfield input[type="submit"] {
    border: 0px !important;
    border-radius: 0px;
    background-color: black;
    width: 35px;
    height: 35px;
    margin: 0px;
    padding: 0px;
    float: left;
    background-image: url(img/search_icon_w.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.archive_search .inputfield input[type="text"] {
    width: calc(100% - 59px);
    float: right;
    height: 35px;
    font-size: 17px;
    padding: 0px 12px;
    border: 0px !important;
}
    
.archive_search form .button {
    color: white;
    padding: 7px 20px;
    border: 1px solid white;
    display: table;
    font-size: 12px;
    margin: auto;
    margin-top: 15px !important;
    transition: 0.3s;
    font-family: Oswald;
}
/*
.archive_search .button.viewall {
    color: white;
    padding: 7px 20px;
    border: 1px solid white;
    font-size: 12px;
    margin: auto;
    margin-top: 15px !important;
    transition: 0.3s;
    font-family: Oswald;
    position: absolute;
    bottom: 40px;
    left: 0px;
    margin: auto;
    right: 0px;
    z-index: 100;
    width: 200px;
}
*/    
.archive_search .button.viewall {
    color: white;
    padding: 7px 20px;
    border: 1px solid white;
    font-size: 12px;
    margin: auto;
    margin-top: 15px !important;
    transition: 0.3s;
    font-family: Oswald;
    bottom: 40px;
    left: 0px;
    margin: auto;
    right: 0px;
    z-index: 100;
    width: 200px;
	margin-top: 100px !important;
}
    
.archive_search form .button:hover {
    background: white;
    color: black !important;
}
    
.archive_loginform form h2 {
    color: white;
    text-align: center;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.archive_loginform {
    background-color: #f7f7f7;
    text-align: center;
    color: white;
    float: left;
    width: 100%;
}

.archive_loginform form {
    min-width: 0px;
    float: left;
    width: 60%;
}

.archive_loginform form .register {
    font-size: 10px;
    text-decoration: underline;
    color: white;
    margin: auto;
    display: table;
    margin-top: 24px !important;
}

.archive_loginform form input[type="text"] {
    height: 35px;
    padding: 0px 10px;
    border: 1px solid white;
    margin-top: 3px;
}

.archive_loginform form input[type="submit"] {
    border-radius: 0px !important;
    border: 1px solid white;
    text-transform: uppercase;
    font-family: Oswald;
    color: white;
    background-color: transparent;
    height: 38px;
    line-height: 0px;
    padding: 0px 15px;
}

.archive_loginform form .error {
    background-color: #fa5252;
    width: auto;
    display: table;
    margin: auto;
    padding: 8px;
    margin-top: 17px;
    margin-bottom: -10px;
    text-transform: capitalize;
}

.readcurrentissue {
    float: right;
    width: 30%;
    display: inline-block;
    margin-left: 30px;
}

.readcurrentissue .archive_issue {
    width: 100%;
}

.registerside {
    float: left;
    margin: 0% 25%;
    width: 50%;
    text-align: center;
    color: black;
    margin-bottom: 10px;
}

.registerside h2 {
    color: black;
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 10px;
}

.registerside a.register {
    border-radius: 0px !important;
    border: 1px solid black;
    text-transform: uppercase;
    font-family: Oswald;
    color: black;
    background-color: transparent;
    line-height: 0px;
    padding: 11px 15px;
    font-size: 11px;
    line-height: inherit;
    display: table;
    margin: auto;
}

.flipbookcontrols {
    position: absolute;
    bottom: 42px;
    left: 0px;
    right: 0px;
    width: 169px;
    margin: auto;
}
.flipbookcontrols input#pageFld {
    height: 29px;
    width: 40px;
    border: 0px;
    outline: 0px;
    float: left;
    background-color: transparent;
}

.flipbookcontrols button {
    width: 30px;
    height: 30px;
    background-color: black;
    border: 0px !important;
    border-radius: 100%;
    color: white;
    padding: 0px !important;
    line-height: 30px;
    transition: 0.3s;
    margin-left: 4px;
    -webkit-highlight: none;
    border: 0px;
    outline: 0px;
    cursor: pointer;
    float: left;
}

.flipbookcontrols button:hover {
    opacity: 0.5;
}

p#loadingnotification {
    text-align: center;
    padding: 20px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    margin-top: 26%;
}

/*
#div-gpt-ad-1588756865178-0, #div-gpt-ad-1588756914288-0 {
 display:none !important;
}
*/
