/*
    Basix Style
================================================== 

    1. CSS Reset & Clearfix
    2. Document Setup
    3. Document Style
    4. Header
    5. Main Content Style
    6. Shortcodes
    7. Sidebar
    8. Footer
    9. Browser Fixes
    10. Responsive
    


/*  1.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body{line-height:1;} ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:''; content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;} .clearfix{display:inline-block;} /* Hide from IE Mac \*/ .clearfix{display:block;} /* End hide from IE Mac */ .none{display:none;} /* End Clearfix */



/*  2.	Document Setup (body, common classes, vertical rhythm, structure etc)
================================================== */

body{
    font:13px/20.8px 'Open Sans', 'Sans Serif';
    background-color: #252525;
    background-image: url(../images/IBRBG.png);
    color:#000;
    height:100%;
    -webkit-font-smoothing: antialiased;
}

/*homepage hack*/
body.home div#content .content-preview .content-image{
	width: 295px;
	height: 74px;
	margin-bottom: 8px;
}
body.home div#content .content-preview .content-image{
        width: 100%;
        height: 74px;
}
body.home div#content .content-preview .content-image .content-rating:hover{
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.8);
}
body.home div#content .content-preview .content-image .content-rating{
	height:74px;
}
body.home div#content .alternative-small-preview h2.ci-no-rev.blogHome {
    margin-top: -13px;
}
body.home div#content .alternative-small-preview span.meta {
    margin-bottom:0px;
    margin-top:-10px;
    display:block;
}
body.home div#content .alternative-small-preview {
    margin-top: 20px;
    margin-bottom: 20px;
}

input, 
textarea,
select, 
div#sidebar .widget .soc-slogan{font-family:'Open Sans', 'Sans Serif';}

.hidden{display:none;}

.alignleft{float:left;}

.alignright{float:right;}

.aligncenter{
	text-align:center;
    margin-left:auto;
    margin-right:auto;
    clear:both;
	display:block;
}

.clear{
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    width:100%;
}

a{
	color:#202222;
	text-decoration:none; 
}

a:hover{color:#aeaeae;}

a 

img{border:none;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

img.expanded {
    max-width: 150%;
}

a > img{vertical-align:bottom;
	margin-right:9px;
	margin-left:9px; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio{
	margin-bottom:20px; 
	padding:0;
}

.hentry,
.navigation-links,
.hfeed,
.pinglist{margin-bottom:40px;}

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul{margin-bottom:0;}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family:'Archivo Narrow', 'Sans Serif';
    color:#2d2d2d;
    font-weight:100;
    padding:0;
    line-height:1.2em;
}

h1{
    font-size:30px;
    margin-bottom:15px;
}

h2{
    font-size:26px;
    margin-bottom:15px;
}

h3{
    font-size:22px;
    margin-bottom:12px;
}

h4{
    font-size:18px;
    margin-bottom:12px;
}

h5{
    font-size:13px;
    margin-bottom:12px;
}

h6{
    font-size:10px;
    margin-bottom:12px;
}

div.center{
    margin :0 auto;
    text-align :left;
}

div.clear{clear :both;}

/*Custom Document Stuff*/

h1#title_text, h1#slider_title{text-transform:uppercase;}
div#content div#recent-post div div a img{
        margin-left:0px;
}

/*RSS Popup*/

/*.rss-popup{
    display: none;
}*/

div#rssJS{
    position: relative;
    background-color: #FFFFFF;
    width:100%;
    display:normal;
    z-index:1000;
    background:#fff;
    /*box-shadow: 0px 0px 20px #2d2d2d;*/
    /*overflow: scroll;*/
    font-family: 'Archivo Narrow', sans-serif;
    font-size: smaller;
}

/*#rssJS h1{
    background-color: #006b4e;
    color: #FFFFFF;
    font:  inherit;
}*/

div#rssJS .centre{
    background-color: #006b4e;
    color: #FFFFFF;
    font-weight: lighter;
    font-family: 'Archivo Narrow', sans-serif;
    font: 'Open Sans';
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: solid 5px rgba(0, 0, 0, 0.6);
    text-shadow: 2px 2px 0px #000000;
    -webkit-font-smoothing: antialiased;
    
}

div.category{
    padding-left: 6px;
    border-bottom: solid 1px rgb(197,197,197);
    padding-top:  4px;
    padding-bottom: 4px;
    font-weight: bold;
}

div.category:hover{
    border-bottom: solid 1px rgb(197,197,197);
    padding-top:  4px;
    padding-bottom: 4px;
    font-weight: bold;
    background-color: #006b4e;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

span.rss-heading{
    color:#2d2d2d;
	background-color:#fff;
	font-weight:bold;
	padding:0px 13px;
	font-size:16px;
	margin-left:10px;
	text-transform:uppercase;
}
.button-container{
    padding-bottom: 25px; 
    padding-top: 10px;
    padding-left: 20px;
}




/*  3.	Document Style
================================================== */


.container{
	width:960px;
	margin:0 auto;

}


.wrap_container{
	width: 990px;
	margin: 10px auto;
	background: #FFFFFF;
	padding-bottom: 0;
	box-shadow: 0px 0px 25px #888;
	/*padding-bottom: 80px*/
}

#blog-container{
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
}

div#content{
	width:620px;
	float:left;
    margin-right: 15px;
    padding-right: 20px;
    border-right: 1px 
        solid #ddd;
    margin-bottom: 5px;
}
.the_body{
        /*background: #FFFFFF;*/
}

/*Archive custom formatting*/
div#content-archive{
        width:616px;
        float:left;
        margin-right:39px;
	height:100%;
	min-height:700px;
}
div#teaser-window{
	width: 304px;
	float:left;
	height: 99%;
	min-height:650px;
	background-color:#f0f0f0;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	/*box-shadow: 0px 0px 25px #888;*/
}
div#teaser-img{
	width: 100%
}
.archive-link{
	display:inline-block;
	width:98.8%;
	float:right;
	margin-right:-47.5px;
}
.archive-link span{
	position:relative;
	float:right;
	color:#FFF;
	z-index:0;
}
.archive-link span:hover {
	z-index:2;
}
.archive-link:hover{
	background-color:#f0f0f0;
	color:#000000;
	margin-right:-50px;
	width:100%;
}
.archive-link:hover span{
	z-index:2;
	color:#000;
}
.arrow-left{
	width: 0; 
	height: 0;
	float:right;
	position:relative;
	margin:-39px; 
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent; 
	border-right:40px solid transparent;
	z-index:1;
	margin-right: -40px;
}
/*Team page custom formatting*/
div#content-team{
        width:623px;
        float:left;
        margin-right:39px;
	height:100%;
	min-height:700px;
}
div#teaser-window-team{
        width: 297px;
        float: left;
        height: 99%;
	background-color:#f0f0f0;
	position:absolute;
        top:0;
        right:0;
        bottom:0;
	/*box-shadow: 0px 0px 25px #888;*/

}
div#teaser-img{
        width:100%;
}
span.bio_script{
       	width:75%;
       	float:right;
	display: inline-block;
}
span.bio{
	float:left;
	width:20%;
}
img.bio_img{
	margin-right:1em;
	width:100%;
	margin-bottom:1em;
}
.archive-link-team{
        display:inline-block;
        width:101%;
        float:right;
}
.archive-link-team span{
        position:relative;
        float:right;
        color:#FFF;
        z-index:2;
}
.archive-link-team:hover span, .archive-link-team:hover{
        background-color:#f0f0f0;
        color:#000000;
}
/*both teasers*/
div#loading-img{
	display:none;
	position:relative;
	right:-15%;
}
div#loading-img span{
	position:relative;
	right:1.5%;
}

/*custom post regular standard */

span.meta span.preview-author-meta{
	font-style:normal;
	float:right;
}

/*related article sidebar formatting */
div.related-box{
	width:100%;
	/*border:1px solid rgb(170, 170, 170);*/
	border-radius:2px;
	/*background-color:rgb(235,235,235);*/
    margin-top:-19px;
}
div.related-box span.meta, div.related-box div.related-content a{
	font-style: normal;
	font-size: 11px;
	color: #2d2d2d;
}
div.related-box span#title-related a{
	font-style:normal;
	font-size:13px;
	font-weight:bold;
}
/*div.related-box a:hover, div.related-box span.meta a:hover, div.related-box div.related-content a:hover{
        color: #006b4e;
}*/

div.related-content{
	width:100%;
	padding: 5px 0px 5px 1px;
	height:70px;
	overflow:hidden;
	border-bottom:solid 1px rgb(197,197,197);
    display:table;
}
div.related-box div:last-child {
    border-bottom:none;
}
div.related-content, div.related-content span{
    -webkit-transition: background-color 0.3s ease-out;
       -moz-transition: background-color 0.3s ease-out;
        -ms-transition: background-color 0.3s ease-out;
         -o-transition: background-color 0.3s ease-out;
            transition: background-color 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
div.related-content:hover {
    background-color:#006b4e;
}
div.related-content:hover span, div.related-content:hover span a{
    color: #fff;
}

div.related-content.related-current, 
div.related-content.related-current span.meta a,
div.related-content.related-current span.meta,
div.related-content.related-current span#title-related a {
    color:#fff;
}

div.related-box div.clearfix{
	border-bottom: 1px solid rgb(255,255,255);
	minimum-height:325px;
}
div.related-box div.clearfix:last-child{
	border-bottom:0px;
}
div.related-box img{
	float:left;
	width:45px;
	height:45px;
	margin:0 0 0 7px;
    border-radius:50%;
	/*filter: url(../js/filters.svg#grayscale);*//* Firefox 3.5+ */
    	/*filter: gray; *//* IE6-9 */
    	/*-webkit-filter: grayscale(1); *//* Google Chrome & Safari 6+*/*/
}
div.related-holder > div > a {
    display: inline-block;
    width: 20%;
    float: left;
}
div.related-content:hover img{
	/*filter: none; *//* Firefox 3.5+ */
        /*filter: none; *//* IE6-9 */
        /*-webkit-filter: none; *//* Google Chrome & Safari 6+*/
	color:#006b4e;

}
div.related-holder {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
div.related-img {
    display: inline-block;
    width: 20%;
    vertical-align:middle;
}
div.related-text{
	display: inline-block;
    width: 76%;
    vertical-align:middle;
    margin-right:7px;
}

/*collective custom formatting*/

div.collective-content-preview.clearfix.source.isotope-item{
background-color:#ddd !important;
position:absolute;
left: 0px;
top: 0px;
-webkit-transform: translate3d(30px, 30px, 0px);
}
/*Custom single-standard css*/
div#content .custom-icon .twitter{background:url(../images/control.png) no-repeat -4px -1285px;}
div#content .custom-icon .twitter:hover{background:url(../images/control.png) no-repeat -4px -1324px;}
div#content .custom-icon .facebook{background:url(../images/control.png) no-repeat -4px -1366px;}
div#content .custom-icon .facebook:hover{background:url(../images/control.png) no-repeat -4px -1405px;}
div#content .custom-icon .linkedin{background:url(../images/linkedin-circle-icon.png) no-repeat 0px -2px; background-size:30px;}
div#content .custom-icon .linkedin:hover{background:url(../images/linkedin-circle-icon.png) no-repeat 0px -36px; background-size:30px;}
div#content .custom-icon .email{background:url(../images/control.png) no-repeat -4px -1522px;}
div#content .custom-icon .email:hover{background:url(../images/control.png) no-repeat -4px -1562px;}
div#content .custom-icon .rss{background:url(../images/control.png) no-repeat -4px -1445px;}
div#content .custom-icon .rss:hover{background:url(../images/control.png) no-repeat -4px -1481px;}
.printomatic{background:url(../images/printer.png) no-repeat 0px 0px;}
.printomatic:hover{background:url(../images/printer.png) no-repeat 0px -36px;}
.print{background:url(../images/printer.png) no-repeat 0px -1px;}
.print:hover{background:url(../images/printer.png) no-repeat 0px -36px;}
div#print_large{background:url(../images/printerlarge.png) no-repeat 0px 0px;}
div#print_large:hover{background:url(../images/printerlarge.png) no-repeat 0px -36px;}
.pdf{background:url(../images/pdf.png) no-repeat 0px -1px;}
.pdf:hover{background:url(../images/pdf.png) no-repeat 0px -36px;}
.pdf2{background:url(../images/pdf2.png) no-repeat 0px -1px;}
.pdf2:hover{background:url(../images/pdf2.png) no-repeat 0px -36px;}


div#content .custom-icon .twitter, 
div#content .custom-icon .facebook,
div#content .custom-icon .linkedin,
div#content .custom-icon .email,
div#content .custom-icon .gplus,
div#content .custom-icon .rss,
div#content .custom-icon .print,
div#content .custom-icon .pdf,
div#content .custom-icon .pdf2{
	display: block;
	float:  right;
	opacity:1;
	width: 30px;
	height: 31px;
	margin-right: 4px;
	margin-top: -10px;
	margin-bottom : 5px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;

}
div#content .custom-icon{
	width: 100%;
	margin-top: 0px;
	height:32px;
}
div#content .custom-icon .authors{
	float:left;
}
div#content .custom-icon .icons{
	float:right;
}
/*Custom single-standard footer css*/
div#content .custom-icon-foot .twitter{background:url(../images/control.png) no-repeat -4px -1285px;}
div#content .custom-icon-foot .twitter:hover{background:url(../images/control.png) no-repeat -4px -1324px;}
div#content .custom-icon-foot .facebook{background:url(../images/control.png) no-repeat -4px -1366px;}
div#content .custom-icon-foot .facebook:hover{background:url(../images/control.png) no-repeat -4px -1405px;}
div#content .custom-icon-foot .linkedin{background:url(../images/linkedin-circle-icon.png) no-repeat 0px -2px; background-size:30px;}
div#content .custom-icon-foot .linkedin:hover{background:url(../images/linkedin-circle-icon.png) no-repeat 0px -36px; background-size:30px;}
div#content .custom-icon-foot .email{background:url(../images/control.png) no-repeat -4px -1522px;}
div#content .custom-icon-foot .email:hover{background:url(../images/control.png) no-repeat -4px -1562px;}
div#content .custom-icon-foot .rss{background:url(../images/control.png) no-repeat -4px -1445px;}
div#content .custom-icon-foot .rss:hover{background:url(../images/control.png) no-repeat -4px -1481px;}
.printomatic{background:url(../images/printer.png) no-repeat 0px 0px;}
.printomatic:hover{background:url(../images/printer.png) no-repeat 0px -36px;}
.print{background:url(../images/printer.png) no-repeat 0px -1px;}
.print:hover{background:url(../images/printer.png) no-repeat 0px -36px;}
div#print_large{background:url(../images/printerlarge.png) no-repeat 0px 0px;}
div#print_large:hover{background:url(../images/printerlarge.png) no-repeat 0px -36px;}
.pdf{background:url(../images/pdf.png) no-repeat 0px -1px;}
.pdf:hover{background:url(../images/pdf.png) no-repeat 0px -36px;}
.pdf2{background:url(../images/pdf2.png) no-repeat 0px -1px;}
.pdf2:hover{background:url(../images/pdf2.png) no-repeat 0px -36px;}


div#content .custom-icon-foot .twitter,
div#content .custom-icon-foot .facebook,
div#content .custom-icon-foot .linkedin,
div#content .custom-icon-foot .email,
div#content .custom-icon-foot .gplus,
div#content .custom-icon-foot .rss,
div#content .custom-icon-foot .print,
div#content .custom-icon-foot .pdf,
div#content .custom-icon-foot .pdf2{
        display: block;
        float:  right;
        opacity:1;
        width: 30px;
        height: 31px;
        margin-right: 4px;
        /*margin-top: 23px;*/
        margin-bottom : 5px;
        -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;

}
div#content .custom-icon-foot{
        width: 100%;
        margin-top: 0px;
	margin-bottom:15px;
        height:32px;
}
div#footer-holder{
	background-image: url(../images/IBRBG_fade.png);
	background-size:auto 100%;
}


/*print*/
.printomatic{	
	width: 32px;
	height: 32px;
	cursor: pointer;
	float: right;
	margin-right: 4px;
        margin-top: -11px;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;

}
div#bottom.printomatic{
        width: 32px;
        height: 32px;
        cursor: pointer;
        float: right;
        margin-right: 4px;
        margin-top:-1px;
        margin-bottom: 5px;
        -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;

}

/*comments*/
#disqus_thread h4{
	display: none;

}


div#content h1.page-title,
div#content-fullwidth h1.page-title { line-height:1.22em; margin-bottom: 10px; }

div#content p.page-subtitle,
div#content-fullwidth p.page-subtitle{ font-weight:300; font-style:italic; color:#727272; }

div#content .stripe.below-title,
div#content-fullwidth .stripe.below-title{ margin: 0 0 25px 0; }

div#content-fullwidth.not-found{ margin: 90px 0; }

div#content-fullwidth{width:100%;}

div#content-fullwidth .page-content{
	margin-top:27px;
}

form#searchform input#s{
	color: #B8B8B8;
	font-size: 20px;
	height: 37px;
	width: 510px;
	padding: 0px 13px;
	float: left;
	border: 1px solid #EBEBEB;
}
form#searchform input#searchsubmit{
	color:#ffffff;
	padding:6px 13px;
	display:inline-block;
	border:0px;
	cursor:pointer;
	height: 39px;
	margin: 0 0 0 6px;
	width:auto;
	font-weight:300;
	font-size:13px;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	background-color:#2d2d2d;
	text-transform:uppercase;
}

div#sidebar{
	width:300px;
	float:left;
	margin-top: -2px;
}

div#footer-holder{
	/*background-color:#252525;*/
}
div#footer-copyright div#container *{
	color:#2d2d2d;
}

div#footer-widget{
	/*width:100%;*/
	width:990px;
	margin:-10px auto;
	background-color:#2d2d2d;
	box-shadow:0px 6px 15px #000;
	position:relative;
	margin-bottom:10px;
}

div#footer-copyright{
	width:990px;
	margin:auto;
	/*background-color:#252525;*/
	/*background-image:url(../images/IBRBG.png);*/
	color:#2d2d2d;
}

/*  4.	Header
================================================== */
#vloader{	
	height:20px;
	width:20px;
	position:absolute;
	right:-30px;
	margin-top:12px;
	display:none;
	background:url("../images/vloader.gif") no-repeat center;
	-webkit-transition:all 0.8s ease-out;
	   -moz-transition:all 0.8s ease-out;
		-ms-transition:all 0.8s ease-out;
		 -o-transition:all 0.8s ease-out;
			transition:all 0.8s ease-out;
}
/*Next Article Popup*/
div#nextArticle {
        width:400px;
        height:200px;
        position:fixed;
        right: -490px;
        bottom:10px;
        background:white;
        box-shadow: 0px 0px 25px #888;
        z-index:1000;
}
div#nextArticle div#close {
    position: absolute;
    top: 0px;
    right: 7px;
    cursor:pointer;
    color:#fff;
    line-height:200%;
}
div#nextArticle div#close:hover {
    color:#bbb;
}
div#nextArticle ul.flex-direction-nav {
    position: relative;
    left: -20px;
    bottom: 26px;
    width: 120px;
    margin: 0px 0px 0px 30px;
}
div#nextArticle a.flex-prev{
    float:left;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #006b4e;
    background: transparent;
}
div#nextArticle a.flex-next{
    float:right;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #006b4e;
    background: transparent;
}
/*div#nextArticle .flex-direction-nav li a {
    width:15px;
    height:15px;
}*/
div#nextArticleTitle {
    font-size:19px;
    padding:5px;
    cursor:default;
    color:#fff;
}
div#nextArticle a > img {
    margin:0;
}
.flex-control-nav li a.active {
    background-position: 0 0;
}
div#nextArticle .flex-control-nav {
    z-index: 999;
    position: absolute;
    margin: 0 auto;
    padding: 0;
    margin-top: 25px;
    display: block;
    bottom: 1px;
    left: 7px;
    max-width: 220px;
}
div#nextArticle .flex-control-nav li a {
    display: block;
    width: 38px;
    height: 5px;
    background: #bababa;
    overflow: hidden;
    cursor: pointer;
    border: none;
    text-indent: -9999px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
p.flex-caption {
    position: absolute;
    top: 0px;
    right: -5px;
    width: 260px;
    margin-bottom: 0px;
    height:100%;
}

p.flex-caption span#nextTitle {
    font-size:17px;
    width:100%;
    position:relative;
    top:-2px;
}
div#nextArticle ul.slides li.slide {
    width: 100%;
    float: left;
    margin-right: -100%;
    position: relative;
    overflow:hidden;
}
#nextArticle a.link-button {
    position: absolute;
    bottom: 4px;
    right: 4px;
    color: #ffffff;
    padding: 6px 13px;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    line-height: 17px;
    width: auto;
    font-weight: 300;
    font-size: 11px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #2d2d2d;
    text-transform: uppercase;
}
span#excerpt{
    /*max-height: 37px;*/
    overflow: hidden;
    display: block;
    font-size:12px;
}
div#nextArticle span.meta {
    font-style: italic;
    font-size: 11px;
    color: #2d2d2d;
    position:relative;
    top:-5px;
}
/*  Navigation & Menus  ----------------------------------------------------*/


div#navigation-top ul,
div#navigation-main ul{
	display:block;
    list-style :none;
	margin:0;
}

div#navigation-top{
	background-color:#f7f7f7; 
	font-size:12px;
}

div#navigation-top #menu-top{display:block;}
div#navigation-top #menu-top a{font-weight:normal;}
div#navigation-main{
background-color:#2d2d2d;
font-size:12px;
}

div#navigation-top ul li,
div#navigation-main ul li{
	float:left;
    position:relative;
}

div#navigation-main ul li{border-right:1px solid #3b3b3b;}
div#navigation-main > #menu-main > ul > li > a{font-weight: bold; text-transform: uppercase;}

div#navigation-top ul li a,
div#navigation-main ul li a{
	display:block;
	text-decoration:none;
    -webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
}

div#navigation-top ul li a{
	border-right:1px solid #ebebeb;
	color :#999;
	padding:7px 13px 7px 13px;
	width: auto;
}

div#navigation-main ul li a{
    color :#e5e5e5;
	background-color:#2d2d2d;
	padding:6px 17px 6px 17px;
}

div#navigation-top ul ul,
div#navigation-main ul ul{
	position:absolute;
	display:none;
}

div#navigation-top ul ul{
	background-color:#fff;
	z-index:9999;
	-webkit-box-shadow:0px 0px 20px 5px rgba(0, 0, 0, 0.1);
            box-shadow:0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

div#navigation-main ul ul{z-index:8888;}

div#navigation-top ul ul li{
	float: none;
	width: 170px;
	border-left:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}

div#navigation-main ul ul li{
	width:180px;
	border-left:1px solid #3b3b3b;
	border-bottom:1px solid #3b3b3b;
}

div#navigation-top .news{
	float:left;
}

div#navigation-top .news .strong{
	float:left;
	margin:0px 10px 0px 0px;
	color:#999898;
}

.news .breaking{width:330px; float: left; }
.news .breaking ul li{ display: inline-block; margin-right: 20px; }
div#navigation-top > .news > .breaking > ul > li > a{ width: 80%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news {
	height : 34px;
	overflow : hidden;
	cursor: pointer;
	float : left;
}

.news .strong{
	height : 20px;
	float : left;
	clear : both;
	margin-left: 10px;
	padding: 7px 16px 7px 13px;
	font-weight: bold;
	position: relative;
}
.news .strong .breaking_next{
	height: 12px;
	width: 11px;
	background: url(../images/control.png) no-repeat -33px -98px;
	position: absolute;
	right: 0;
	top: 3px;
}
.news .strong .breaking_prev{
	height: 12px;
	width: 11px;
	background: url(../images/control.png) no-repeat -33px -120px;
	position: absolute;
	right: 0;
	top: 19px;
}

.news > div.active {
	height : 100px;
	overflow : auto;
	position : absolute;
	top : 28px;
	overflow-x: hidden;
	z-index : 99;
	width:400px;
}

.news > div.active li{
	padding : 6px 0;
}

.news ul {
	list-style : none;
	float : left;
}

.news ul li {
	float : left;
	width : 100%;
}

.news ul li > p{
	margin : 0 10px;
}

div#navigation-top .date{
	float:right;
	color :#999;
	padding:7px 17px 7px 17px;
	border-left:1px solid #ebebeb;
}

div#navigation-top ul li a:hover,
div#navigation-top ul li a.current{background-color:#fff;}

div#navigation-top ul ul li a:hover,
div#navigation-top ul ul li a.current{background-color:#f7f7f7;}

div#navigation-main ul li.current_page_item > a,
div#navigation-main ul li.current-menu-item > a, 
div#navigation-main ul li.current-menu-ancestor > a, 
div#navigation-main ul li.current-menu-parent > a, 
div#navigation-main ul li.current_page_parent > a, 
div#navigation-main ul li.current_page_ancestor > a, 
div#navigation-main ul li a:hover,
div#navigation-main ul li > a.current{background-color:#42bad8;}

/* navigasi responsive 3&4 sembunyi*/
.mobilenav-top,
.mobilenav-main,
.mobilenav-custom{
	display: none;
}

/* Touch Top */
div#navigation-top #touch-top{
	display: none;
	height: 34px;
	width: 50px;
	border-right: 1px solid #EBEBEB;
	cursor: pointer;
	text-align: center;
	float: left;
	background: url(../images/control.png) no-repeat 18px -40px;
	
	/* Transisi taro d parent paling atas */
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
}

div#navigation-top #touch-top:hover{ background: #FFFFFF url(../images/control.png) no-repeat 18px -40px; }

.mobilenav-top > ul,
.mobilenav-top > ul ul,
.mobilenav-top > ul ul ul,
.mobilenav-main > ul,
.mobilenav-main > ul ul,
.mobilenav-main > ul ul ul,
.mobilenav-custom > ul, .mobilenav-custom-headings > ul,
.mobilenav-custom > ul ul, .mobilenav-custom-headings > ul ul,
.mobilenav-custom > ul ul ul, .mobilenav-custom-headings  > ul ul ul{
	display: block !important;
	margin: 0;
	background-color: #F7F7F7;
}

.mobilenav-top > ul li a,
.mobilenav-top > ul ul li a,
.mobilenav-top > ul ul ul li a,
.mobilenav-main > ul li a,
.mobilenav-main > ul ul li a,
.mobilenav-main > ul ul ul li a,
.mobilenav-custom > ul li a, .mobilenav-custom-headings > ul li a,
.mobilenav-custom > ul ul li a, .mobilenav-custom-headings > ul ul li a,
.mobilenav-custom > ul ul ul li , .mobilenav-custom-headings > ul ul ul li a{
	display: block;
	font-weight: normal;
	color: #999;
	padding: 7px 13px 7px 13px;
	border-bottom: 1px solid #EBEBEB;
	-moz-transition: height .25s, line-height .25s, background .25s, visibility .25s;
	-ms-transition: height .25s, line-height .25s, background .25s, visibility .25s;
	-o-transition: height .25s, line-height .25s, background .25s, visibility .25s;
	-webkit-transition: height .25s, line-height .25s, background .25s, visibility .25s;
	transition: height .25s, line-height .25s, background .25s, visibility .25s;
}

.mobilenav-custom-headings > ul li a,
.mobilenav-custom-headings > ul ul li a,
.mobilenav-custom-headings > ul ul ul li a{
        display: inline-block;
        font-weight: normal;
        color: #999;
        padding: 7px 13px 7px 13px;
        border-bottom: 1px solid #EBEBEB;
        -moz-transition: height .25s, line-height .25s, background .25s, visibility .25s;
        -ms-transition: height .25s, line-height .25s, background .25s, visibility .25s;
        -o-transition: height .25s, line-height .25s, background .25s, visibility .25s;
        -webkit-transition: height .25s, line-height .25s, background .25s, visibility .25s;
        transition: height .25s, line-height .25s, background .25s, visibility .25s;
}

.mobilenav-top > ul li a:hover{
	background: #FFFFFF;
}

.mobilenav-top > ul li li a,
.mobilenav-main > ul li li a,
.mobilenav-custom > ul li li a, .mobilenav-custom-headings > ul li li a{
	padding-left: 27px;
}

/* Touch Main */
div#navigation-main #touch-main{
	display: none;
	padding: 12px 242px 12px 17px;
	border-right: 1px solid #393939;
	cursor: pointer;
	text-align: center;
	float: left;
	
	/* Transisi taro d parent paling atas */
	-webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
		-ms-transition:all 0.2s ease-out;
		 -o-transition:all 0.2s ease-out;
			transition:all 0.2s ease-out;
}

div#navigation-main #touch-main a{ color: #E5E5E5; background: url(../images/control.png) no-repeat -35px -77px; padding-left: 25px; }

div#navigation-main #touch-main:hover{ background: #42BAD8; }

.mobilenav-main > ul,
.mobilenav-main > ul ul,
.mobilenav-main > ul ul ul{
	background: #FFFFFF;
}

.mobilenav-main > ul li a,
.mobilenav-main > ul ul li a,
.mobilenav-main > ul ul ul li a{
	color: #393939;
}

.mobilenav-main > ul li a:hover{
	background-color: #F7F7F7;
}

/* Touch Custom */
div#navigation-custom{
	margin-top:-10px;
}

div#navigation-custom #touch-custom{
        display: none;
        padding: 12px 242px 12px 17px;
	background-color:#2d2d2d;
	width:25.1%;
        cursor: pointer;
        text-align: center;
        float: left;

        /* Transisi taro d parent paling atas */
        -webkit-transition:all 0.2s ease-out;
           -moz-transition:all 0.2s ease-out;
                -ms-transition:all 0.2s ease-out;
                 -o-transition:all 0.2s ease-out;
                        transition:all 0.2s ease-out;
}

div#navigation-custom #touch-custom a{ color: #E5E5E5; background: url(../images/control.png) no-repeat -35px -77px; padding-left: 25px; }

div#navigation-custom #touch-custom:hover{ background: #006b4e; }

.mobilenav-custom > ul, .mobilenav-custom-headings > ul,
.mobilenav-custom > ul ul, .mobilenav-custom-headings > ul ul,
.mobilenav-custom > ul ul ul, .mobilenav-custom-headings > ul ul ul{
        background: #FFFFFF;
}

.mobilenav-custom > ul li a, .mobilenav-custom-headings > ul li a,
.mobilenav-custom > ul li a, .mobilenav-custom-headings > ul ul li a,
.mobilenav-custom > ul li a, .mobilenav-custom-headings > ul ul ul li a{
        color: #393939;
}

.mobilenav-custom > ul li a, .mobilenav-custom-headings > ul li a:hover{
        background-color: #F7F7F7;
}


/*  Make sub menus appear -------------------------------------------------*/

div#navigation-top ul li:hover ul,
div#navigation-top ul li.sfHover ul{
	display:block;
	top:36px;
	left:-1px;
}

div#navigation-main ul li:hover ul,
div#navigation-main ul li.sfHover ul{
	top:32px;
	left:-1px;
}


/* Hide all subs subs (4 levels deep) -------------------------------------*/

#navigation-top ul li:hover li ul,
#navigation-top ul li.sfHover li ul,
#navigation-top ul li li:hover li ul,
#navigation-top ul li li.sfHover li ul,
#navigation-top ul li li li:hover li ul,
#navigation-top ul li li li.sfHover li ul,
#navigation-main ul li:hover li ul,
#navigation-main ul li.sfHover li ul,
#navigation-main ul li li:hover li ul,
#navigation-main ul li li.sfHover li ul,
#navigation-main ul li li li:hover li ul,
#navigation-main ul li li li.sfHover li ul{display:none;}


/* Displays all subs subs (4 levels deep) ---------------------------------*/

#navigation-top ul li li:hover ul,
#navigation-top ul li li.sfHover ul,
#navigation-top ul li li li:hover ul,
#navigation-top ul li li li.sfHover ul,
#navigation-top ul li li li li:hover ul,
#navigation-top ul li li li li.sfHover ul{
	position:absolute;
    left:154px;
	top:0px;
}

#navigation-main ul li li:hover ul,
#navigation-main ul li li.sfHover ul,
#navigation-main ul li li li:hover ul,
#navigation-main ul li li li.sfHover ul,
#navigation-main ul li li li li:hover ul,
#navigation-main ul li li li li.sfHover ul{
	position:absolute;
    left:180px;
	top:0px;
}


/* top level skin ---------------------------------------------------------*/


/* 2nd level skin --------------------------------------------------------*/


/* 3rd level skin --------------------------------------------------------*/


/* Logo & Banner --------------------------------------------------------*/

div#logo-banner{padding:10px 0px 0px 0px;}
div#logo-banner #logo{float:left; margin: 0 0 0 0; width:100%;}
div#logo a img{margin: 0 0 0 0; width:100%;}
div#logo-banner #banner{float:right;}
div#logo-banner #banner img{width:100%; border: 4px solid #F7F7F7;}


/* Search Panel ----------------------------------------------------*/

div#navigation-main #search{
	float:right;
	width:32px;
	height:32px;
	background:url(../images/control.png) no-repeat 7px 5px;
	display:block;
}

div#navigation-main #search:hover{cursor:pointer;}

#search-form{
	margin:	0;
	display:none;
}

#search-form #search-box{
    
        background-color: #2d2d2d;
        color: #e5e5e5;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        height: 26px;
        width: 230px;
        padding: 0px 13px 0px 13px;
        border: 1px solid #e5e5e5;
        position: relative;  
        top: 2px;

}

#search-form #search-box:focus{
    color:#e5e5e5;
    cursor:text;
}



/*  5. Main Content Style
================================================== */

address{font-style:italic;}

abbr[title],
acronym[title],
dfn[title]{
    cursor:help;
    border-bottom:1px dotted #666;
}

blockquote,
.entry-content blockquote{
    font-family: Georgia;
	font-style: italic;
	line-height: 1.6em;
	background-color: #F7F7F7;
	padding: 27px 24px 26px 30px;
}
.entry-content blockquote p{ margin-bottom: 0; }

strong{font-weight:bold;}

em,
dfn,
cite{font-style:italic;}

dfn{font-weight:bold;}

sup{
    font-size:11px;
    vertical-align:top;
}

sub{
    font-size:11px;
    vertical-align:bottom;
}

small{font-size:11px;}

del{text-decoration:line-through;}

ins{text-decoration:underline;}

code,
pre{line-height:18px;}

var,
kbd,
samp,
code,
pre{
    font:12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
    background:#f7f7f8;
}

kbd{font-weight:bold;}

samp,
var{font-style:italic;}

pre{
    white-space:pre;
    overflow:auto;
    margin-left:50px;
    margin-right:50px;
    padding:10px;
    clear:both;
}

code{padding:3px;}

ul,
ol,
dl{margin-left:30px;}

table{
    border:1px solid #ccc;
    border-width:1px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
    padding:0 5px;
}

table .even{background:#ddd;}

caption{text-align:left;}

tr{border-bottom:1px solid #ccc;}

th,
td{
    padding:5px;
    vertical-align:middle;
    text-align:center;
}

/* WP Standard */
.wp-caption{ text-align: center; margin: 10px 20px 20px 20px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; max-width: 100%; }
.wp-caption-text{margin: 0; padding: 5px;}
.sticky{}
.gallery-caption{font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; margin-left: 0; }
.bypostauthor{}
.wp-smiley { max-height: 13px; margin: 0 !important; }

hr.light,
hr.dark{
	border:none;
	height:1px;
}

hr.light{background-color:#ebebeb;}
hr.dark{background-color:#3b3b3b;}


/* Divider */
.tiny-divider{ border-bottom:1px solid #ebebeb; margin:24px 0 24px 0; }
.bold-divider{ border-bottom:5px solid #2d2d2d; border-left:0px !important; margin:0 0 0 0; }


/* Elastislide ------------------------------------------------------------------ */
.elastislide-list li{border-top: #2d2d2d 5px solid; cursor: pointer;}
.elastislide-list li.current-img{border-top-color: #42bad8; background: #2d2d2d;}
.elastislide-list li div.thumb_title{
	display: block;
	float: left;
	white-space: normal;
	font-size: 12px;
	text-align: center;
	color: #2d2d2d;
	line-height: 16px;
	padding: 9px 9px 12px 9px;
	border-left: 1px solid #e4e4e4;
	margin-top: -5px;
}
.elastislide-list li:last-child div.thumb_title{border-right: 1px solid #e4e4e4;}
.elastislide-list li.current-img div.thumb_title{ color: #ffffff; border: 0px; }
.elastislide-list li span.title,
.elastislide-list li span.url,
.elastislide-list li span.desc{display: none;}

.elastislide-horizontal {background-color: transparent;}
.elastislide-horizontal.elastislide-loading {background-image: url(../images/loading_dark.gif);}
.elastislide-carousel ul li a{}
.elastislide-carousel ul li a img {border: none; margin:0;}
.elastislide-wrapper nav span {background-color: #666;}
.elastislide-wrapper nav span {display:none !important;}
.elastislide-horizontal nav span{ top: 42px; left: 6px; }
.elastislide-carousel ul li a { display : block !important; }
.elastislide-horizontal nav span.elastislide-next {right: 6px; left: auto;}
.image-preview {height: 342px;}
.image-preview,
.image-preview img,
.image-preview .slide-vignette {width: 100%;}
.image-preview .img_big{
	display:none;
	opacity:0;
}
.image-preview .img_big.current-preview{
	display:block;
}

.image-preview .slide-vignette {
	position:absolute;
	height:342px;
	z-index:333;
	background:url(../images/vignette-slider.png) no-repeat bottom left;
	/*display:none;*/
}

.image-preview .slide-vignette .slider_cap {
	position: absolute;
	bottom: 20px;
	padding-left: 25px;
}

.image-preview .slide-vignette h1 {
	color:#fff;
	font-size:23px;
	line-height: 1.2em;
	margin-bottom: 8px;
	-webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
		-ms-transition:all 0.2s ease-out;
		 -o-transition:all 0.2s ease-out;
			transition:all 0.2s ease-out;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}
.image-preview .slide-vignette span#slider_desc { 
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1)
}

.image-preview .slide-vignette h1:hover {color:#42bad8;}

.lt-ie8 .elastislide-list {display: none;}

.js .gallery {
	width: 100%;
	margin:0 0px 15px 0px;
	position: relative;
	background-color: #2d2d2d;
}

.link-button{  }


/* Heading Categories ------------------------------------------------------------------*/

div#content .cat-navigation{	
	width:100%;
	margin-bottom:25px;
}
body.home div#content .cat-navigation {
    margin-bottom:0;
}

div#content #cat-menu{display:none;}

div#content .cat-name, 
div#content #cat-menu, 
div#sidebar .widget .soc-value, 
div#content #cat-half #cat-half-container .cat-half-preview p, 
div#content #recent-post #recent-post-container .recent-post-preview p, 
div#sidebar .widget-name, 
div#sidebar .widget .collective-text p, 
div#footer-widget .widget-bottom .widget-bottom-name, 
div#content #regular-content .review-overview span.heading-review, 
div#content .regular-content .share-tags-box .share-tags span.heading, 
div#content .regular-content .author-text span, 
div#content .regular-content .comment-text span, 
.tabs ul.nav li a{font-family:"Archivo Narrow", "Sans Serif";}

div#content .cat-name,
div#sidebar .widget-name{
	color:#2d2d2d;
	background-color:#fff;
	font-weight:bold;
	padding:0px 13px;
	font-size:16px;
	margin-left:10px;
	text-transform:uppercase;
}

div#content h1.cat-name{
	display:inline-block;
	margin-top:-2px;
}

div .cat-stripe.heading-category{margin-top:-28px;}

div .stripe,
div .cat-stripe,
div .widget-stripe{
	height:5px;
	background-color:#2d2d2d;
	margin-top:-13px;
}

div#content #cat-menu{
	font-size:16px;
	font-style:normal;
	float:right;
	margin-right:50px;
}

div#content #cat-menu  > li{
	margin-top:-6px;
	position:absolute;
	height:30px;
	width:50px;
	z-index:7777;
	cursor:pointer;
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
}

div#content #cat-menu  > li > a{
	width:30px;
	height:20px;
	background:#fff url(../images/control.png) no-repeat 9px -40px;
	display:block;
	margin-left:10px;
}

div#content #cat-menu:hover > li{
	background-color:#fff;
	border-bottom:1px solid #ebebeb;
	-webkit-box-shadow:0px 0px 20px 5px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow:0px 0px 20px 5px rgba(0, 0, 0, 0.1);
		-ms-box-shadow:0px 0px 20px 5px rgba(0, 0, 0, 0.1);
		 -o-box-shadow:0px 0px 20px 5px rgba(0, 0, 0, 0.1);
            box-shadow:0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

div#content #cat-menu ul{
	display:none;
	position:absolute;
	z-index:6666;
	-webkit-box-shadow:0px 0px 20px 5px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow:0px 0px 20px 5px rgba(0, 0, 0, 0.1);
		-ms-box-shadow:0px 0px 20px 5px rgba(0, 0, 0, 0.1);
		 -o-box-shadow:0px 0px 20px 5px rgba(0, 0, 0, 0.1);
			box-shadow:0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

div#content #cat-menu li li{
	background-color:#fff;
	width:175px;
	border-bottom:1px solid #ebebeb;
}

div#content #cat-menu li ul li a{
	display:block;
	font-weight:normal;
	padding:11px 17px 11px 17px;
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
}

div#content #cat-menu li ul li a:hover, 
div#content #cat-menu li ul li a.current{
	background-color:#f7f7f7;
	color:#2d2d2d;
}

div#content #cat-menu li:hover ul,
div#content #cat-menu li.sfHover ul{
    left:-155px;
	top:31px;
}

/* Categories Preview ------------------------------------------------------------------*/
.wrap-content-preview {position: relative;}
div#content .list-cat-one,
div#content .list-cat-two,
div#content #content-box{width:654px; margin-top: 10px;}

div#content .content-preview, 
div#content .archive-preview{
	margin:0px 28px 28px 0px;
	width:295px;
	display: inline-block;
	float: left;
}

div#content .content-preview .content-image{
	width:295px;
	height:/*202p*/163px;
	margin-bottom:15px;
	//filter: url(../js/filters.svg#grayscale); /* Firefox 3.5+ */
    	//filter: gray; /* IE6-9 */
    	//-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
	overflow:hidden;
}

div#content .content-preview .content-image img{
	width:100%;
	height:auto;
}
div#content span.meta span.post-date{
	position: absolute;
	top: 163px;
	left: 0;	
}
div#content h2.standard-title{
	position: absolute;
	bottom: 0px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

div#content .content-preview .content-image .content-rating{
	text-align:right;
	float:right;
	position:absolute;
	/*width:282px;
	height:192px;
	padding:10px 13px 0px 0px;*/
	width:295px;
	height:163px;
	/*z-index:5555;*/
	/*background:url(../images/vignette-content.png) no-repeat top right;*/
	-webkit-transition:all 0.15s ease-out;
	   -moz-transition:all 0.15s ease-out;
		-ms-transition:all 0.15s ease-out;
		 -o-transition:all 0.15s ease-out;
			transition:all 0.15s ease-out;
}

div#content .content-preview .content-image .content-rating:hover,
div#content .alternative-small-preview .alternative-small-image .shadow:hover {
	-webkit-box-shadow: inset 0px 0px 80px 60px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: inset 0px 0px 80px 60px rgba(0, 0, 0, 0.8);
		-ms-box-shadow: inset 0px 0px 80px 60px rgba(0, 0, 0, 0.8);
		 -0-box-shadow: inset 0px 0px 80px 60px rgba(0, 0, 0, 0.8);
			box-shadow: inset 0px 0px 80px 60px rgba(0, 0, 0, 0.8);
}

div#content .content-preview .content-image .content-rating .review{color:#fff;}

div#content .content-preview .content-image .content-rating .point{
	color:#42bad8;
	font-weight:bold;
	font-size:0px;
}

div#content .content-preview .content-image .content-rating .percent{
	float:right;
	margin-top:-3px;
	color:#42bad8;
	font-style:italic;
	font-size:11px;
}

div#content .content-preview .content-image .content-rating:hover .center-img{
	display:block;
	width:22px;
	height:22px;
	margin:41px 0px 0px 137px;
	background:url(../images/control.png) no-repeat -1px -148px;
	cursor:pointer;
}
div#content .content-preview .content-image .content-rating:hover .center-img.ci-no-rev{ margin-top: 82px; }

div#content .content-preview .content-image:hover {
	filter: none;
        -webkit-filter: grayscale(0);
}
div#content div#content-box.isotope div.content-preview.isotope-item a#comments-preview{
	position:absolute;
	top:163px;
	right:0px;
}

div#content-box div.comment {
    display:none;
    background-image: url(../images/speech_bubble.png);
    background-size:25px;
    width: 22px;
    height: 18px;
    text-align:center;
    float:right;
    font-weight:normal;
    -webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
}
div#content-box div.comment:hover, div#sidebar div.comment:hover {
    display:none;
    background-image: url(../images/speech_bubble_green.png);
}
div#sidebar div.comment {
    display:none;
    background-image: url(../images/speech_bubble.png);
    background-size:25px;
    width: 22px;
    height: 18px;
    text-align:center;
    float:left;
    font-weight:normal;
    -webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;    
}
div#content-box div.comment > span, div#sidebar div.comment > span{
    display:none;
    vertical-align: top;
    margin-top: -2px;
    display: inline-block;
    color:#fff;
}

div#content .content-preview .content-image a{padding:0px;}

div#content .content-preview h2{line-height:.82em; margin-bottom: 0px;/*9px*/}

div#content .content-preview h2 a{
	font-size:18px;
	font-weight:100;
	text-transform:uppercase;
	padding:0px;
	color:#2d2d2d;
	background-color:#fff;
	-webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
		-ms-transition:all 0.2s ease-out;
		 -o-transition:all 0.2s ease-out;
			transition:all 0.2s ease-out;
}
div#content .content-preview h2.standard-title a{
        font-size:18px;
        font-weight:100;
        text-transform:uppercase;
        padding:0px;
        color:#fff;
	opacity:1;
        background-color:transparent;
        -webkit-transition:all 0.2s ease-out;
           -moz-transition:all 0.2s ease-out;
                -ms-transition:all 0.2s ease-out;
                 -o-transition:all 0.2s ease-out;
                        transition:all 0.2s ease-out;
}
div#content div#content-box.isotope .content-rating:hover div#content .content-preview h2.standard-title a{
	color:#006b4e;
	background:transparent;
}
div#content div#content-box.isotope div.standard-vignette{
	position:absolute;
	top:0;
	height: 163px;
	z-index:500;
	background: url(../images/vignette-slider-small.png) no-repeat bottom left;
	width: 295px;
	pointer-events:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/vignette-slider-small.png', sizingMethod='scale');
	/*background:none !important;*/
}

div#content .content-preview h2 a:hover{
	color:#42bad8;
	background-color:#fff;
}

div#content .content-preview > span.meta{
	font-style:italic;
	font-size:11px;
	color:/*#b6b6b6*/#2d2d2d;
}

div#content .content-preview > span.meta a{
	padding:0;
	background:none;
	color:/*#b6b6b6*/#2d2d2d;
}
div#content .content-preview > span.meta a:hover{ color: #42bad8; }

div#content .content-preview p{
	margin:3px 0px 19px 0px;
	color:#393939;
	font-size:13px;
}

div#content .content-preview a, 
div#content .alternative-small-preview .alternative-small-text > p > a{
	font-size:11px;
	padding:5px 10px 5px 10px;
	color:#fff;
	background-color:#2d2d2d;
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
}


div#content .content-preview a:hover{
	color:#FFFFFF;
	background-color:#42BAD8
}

div#content a.link-image{padding:0px;}


/* Content Advertise ------------------------------------------------------------------*/
div#content #content-ads{
	text-align:center;
	margin-bottom:40px;
}


/* Half Categories ------------------------------------------------------------------*/
div#content #cat-half #cat-half-container{width:644px;}

div#content #cat-half #cat-half-container .cat-half-box{
	float:left;
	margin:0px 28px 28px 0px;
	width:294px;
}

div#content #cat-half #cat-half-container .cat-half-heading{margin-bottom:25px;}

div#content #cat-half #cat-half-container .cat-half-preview,
div#content #recent-post .recent-post-preview{
	margin:19px 0px 19px 0px;
	padding-bottom: 19px;
	border-bottom: 1px solid #ebebeb;
}

div#content #cat-half #cat-half-container .cat-half-preview:last-child,
div#content #recent-post .recent-post-preview:last-child{
	border-bottom: 0px;
}

div#content #cat-half #cat-half-container .cat-half-img,
div#content #recent-post .recent-post-img{
	float:left;
	width:99px;
	height:69px;
	margin-right:10px;
}

div#content #cat-half #cat-half-container .cat-half-img .shadow,
div#content #recent-post .recent-post-img .shadow{
	width:100px;
	height:69px;
	position:absolute;
	-webkit-transition:all 0.15s ease-out;
	   -moz-transition:all 0.15s ease-out;
		-ms-transition:all 0.15s ease-out;
		 -o-transition:all 0.15s ease-out;
			transition:all 0.15s ease-out;
}

div#content #cat-half #cat-half-container .cat-half-img .shadow:hover,
div#content #recent-post .recent-post-img .shadow:hover{
	-webkit-box-shadow:inset  0px 0px 40px 25px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow:inset  0px 0px 40px 25px rgba(0, 0, 0, 0.8);
		-ms-box-shadow:inset  0px 0px 40px 25px rgba(0, 0, 0, 0.8);
		 -0-box-shadow:inset  0px 0px 40px 25px rgba(0, 0, 0, 0.8);
			box-shadow:inset  0px 0px 40px 25px rgba(0, 0, 0, 0.8);
}

div#content #cat-half #cat-half-container .cat-half-img .shadow:hover > span.center-img,
div#content #recent-post .recent-post-img .shadow:hover > span.center-img{
	display:block;
	width:22px;
	position:absolute;
	height:22px;
	margin:24px 40px;
	z-index:5555;
	background:url(../images/control.png) no-repeat -1px -148px;
}

div#content #cat-half #cat-half-container .cat-half-text{
	float:left;
	width:185px;
}

div#content #recent-post .recent-post-text{
	float:left;
	width:510px;
}

div#content #cat-half #cat-half-container .cat-half-preview span.point-numeric,
div#content #recent-post .recent-post-preview span.point-numeric{
	display:inline-block;
	font-weight:bold;
	color:#fff;
	padding:1px 6px 1px 6px;
	background-color:#42bad8;
}

div#content #cat-half #cat-half-container .cat-half-preview span.point-numeric.ci-no-rev,
div#content #recent-post .recent-post-preview span.point-numeric.ci-no-rev{
	display : none;
}

div#content #cat-half #cat-half-container .cat-half-preview span.point-star-1,
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-2,
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-3,
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-4,
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-5,
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-6,
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-7,
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-8,
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-9,
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-10,
div#content #recent-post .recent-post-preview span.point-star-1,
div#content #recent-post .recent-post-preview span.point-star-2,
div#content #recent-post .recent-post-preview span.point-star-3,
div#content #recent-post .recent-post-preview span.point-star-4,
div#content #recent-post .recent-post-preview span.point-star-5,
div#content #recent-post .recent-post-preview span.point-star-6,
div#content #recent-post .recent-post-preview span.point-star-7,
div#content #recent-post .recent-post-preview span.point-star-8,
div#content #recent-post .recent-post-preview span.point-star-9,
div#content #recent-post .recent-post-preview span.point-star-10{
	display:inline-block;
	width:64px;
	height:14px;
}

div#content #cat-half #cat-half-container .cat-half-preview span.point-star-1,
div#content #recent-post .recent-post-preview span.point-star-1{background:url(../images/stars-content.png) no-repeat 1px 1px;}
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-2,
div#content #recent-post .recent-post-preview span.point-star-2{background:url(../images/stars-content.png) no-repeat 1px -12px;}
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-3,
div#content #recent-post .recent-post-preview span.point-star-3{background:url(../images/stars-content.png) no-repeat 1px -25px;}
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-4,
div#content #recent-post .recent-post-preview span.point-star-4{background:url(../images/stars-content.png) no-repeat 1px -38px;}
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-5,
div#content #recent-post .recent-post-preview span.point-star-5{background:url(../images/stars-content.png) no-repeat 1px -51.5px;}
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-6,
div#content #recent-post .recent-post-preview span.point-star-6{background:url(../images/stars-content.png) no-repeat 1px -64px;}
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-7,
div#content #recent-post .recent-post-preview span.point-star-7{background:url(../images/stars-content.png) no-repeat 1px -77.5px;}
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-8,
div#content #recent-post .recent-post-preview span.point-star-8{background:url(../images/stars-content.png) no-repeat 1px -90px;}
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-9,
div#content #recent-post .recent-post-preview span.point-star-9{background:url(../images/stars-content.png) no-repeat 1px -103.5px;}
div#content #cat-half #cat-half-container .cat-half-preview span.point-star-10,
div#content #recent-post .recent-post-preview span.point-star-10{background:url(../images/stars-content.png) no-repeat 1px -116px;}

div#content #cat-half #cat-half-container .cat-half-preview span.review, 
div#content #cat-half #cat-half-container .cat-half-preview span.meta,
div#content #cat-half #cat-half-container .cat-half-preview span.meta a,
div#content #recent-post .recent-post-preview span.review, 
div#content #recent-post .recent-post-preview span.meta,
div#content #recent-post .recent-post-preview span.meta a{
	font-size:11px;
	font-style:italic;
	color: #b6b6b6;
	-webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
		-ms-transition:all 0.2s ease-out;
		 -o-transition:all 0.2s ease-out;
			transition:all 0.2s ease-out;
}

div#content #cat-half #cat-half-container .cat-half-preview h2,
div#content #recent-post .recent-post-preview h2{
	font-size:14px;
	font-weight:bold;
	line-height:1.4em;
	margin:9px 0px 5px 0px;
	-webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
		-ms-transition:all 0.2s ease-out;
		 -o-transition:all 0.2s ease-out;
			transition:all 0.2s ease-out;
}

div#content #recent-post .recent-post-preview span.meta a:hover,
div#content #cat-half #cat-half-container .cat-half-preview h2:hover,
div#content #recent-post .recent-post-preview h2:hover{color:#42bad8;}


/* Alternative Page Small Preview ------------------------------------------------------------------*/
div#content .alternative-small-preview{
	position:relative;
	margin-top: 30px;
	/*padding-bottom: 30px;
	border-bottom: 1px solid #EBEBEB;*/
}
div#content .alternative-small-preview:last-child{ border-bottom: 0px; margin-bottom: 30px; }

div#content .alternative-small-text a.link-button{
	position:absolute;
	bottom:-10px;
	right:0;
}

div#content .alternative-small-preview .alternative-small-image{
	float:left;
	width:/*229*/170px;
	/*height:207px;*/
	position:relative;
	margin:0px 19px 0px 0px;
}

div#content .alternative-small-preview .alternative-small-image img{
	width:100%;
	height:/*100%*/auto;
}

div#content .alternative-small-preview .alternative-small-image .shadow{
	/*width:229px;
	height:207px;*/
	top:0;
    bottom:5px;
	right:0;
	left:0;
	position:absolute;
	-webkit-transition:all 0.15s ease-out;
	   -moz-transition:all 0.15s ease-out;
		-ms-transition:all 0.15s ease-out;
		 -o-transition:all 0.15s ease-out;
			transition:all 0.15s ease-out;
}

div#content .alternative-small-preview .alternative-small-image .shadow:hover span.center-img{
	display:block;
	width:22px;
	height:22px;
	margin:90px auto;
	background:url(../images/control.png) no-repeat -1px -148px;
}

div#content .alternative-small-preview .alternative-small-text{
	float:left;
	width:/*372*/431px;
}

div#content .alternative-small-preview span.review{ font-style: italic; color: #B6B6B6; }

div#content .alternative-small-preview span.point{
	font-style:italic;
	font-weight:bold;
	color:#42bad8;
}


div#content .alternative-small-preview span.star-1,
div#content .alternative-small-preview span.star-2,
div#content .alternative-small-preview span.star-3,
div#content .alternative-small-preview span.star-4,
div#content .alternative-small-preview span.star-5,
div#content .alternative-small-preview span.star-6,
div#content .alternative-small-preview span.star-7,
div#content .alternative-small-preview span.star-8,
div#content .alternative-small-preview span.star-9,
div#content .alternative-small-preview span.star-10, 
.content-preview .content-rating span.star-1,
.content-preview .content-rating span.star-2,
.content-preview .content-rating span.star-3,
.content-preview .content-rating span.star-4,
.content-preview .content-rating span.star-5,
.content-preview .content-rating span.star-6,
.content-preview .content-rating span.star-7,
.content-preview .content-rating span.star-8,
.content-preview .content-rating span.star-9,
.content-preview .content-rating span.star-10,
div#content .regular-content .review-overview .star-review .star-1, 
div#content .regular-content .review-overview .star-review .star-2, 
div#content .regular-content .review-overview .star-review .star-3, 
div#content .regular-content .review-overview .star-review .star-4, 
div#content .regular-content .review-overview .star-review .star-5, 
div#content .regular-content .review-overview .star-review .star-6, 
div#content .regular-content .review-overview .star-review .star-7, 
div#content .regular-content .review-overview .star-review .star-8, 
div#content .regular-content .review-overview .star-review .star-9, 
div#content .regular-content .review-overview .star-review .star-10,
div#content #cat-half-container .cat-half-preview span.star-1,
div#content #cat-half-container .cat-half-preview span.star-2,
div#content #cat-half-container .cat-half-preview span.star-3,
div#content #cat-half-container .cat-half-preview span.star-4,
div#content #cat-half-container .cat-half-preview span.star-5,
div#content #cat-half-container .cat-half-preview span.star-6,
div#content #cat-half-container .cat-half-preview span.star-7,
div#content #cat-half-container .cat-half-preview span.star-8,
div#content #cat-half-container .cat-half-preview span.star-9,
div#content #cat-half-container .cat-half-preview span.star-10{
	display:inline-block;
	width:77px;
	height:15px;
}

.content-preview .content-rating span.star-1,
div#content #cat-half-container .cat-half-preview span.star-1,
div#content .alternative-small-preview span.star-1, 
div#content .regular-content .review-overview .star-review .star-1{background:url(../images/stars-singlepost.png) no-repeat 1px 0px;}
.content-preview .content-rating span.star-2,
div#content #cat-half-container .cat-half-preview span.star-2,
div#content .alternative-small-preview span.star-2, 
div#content .regular-content .review-overview .star-review .star-2{background:url(../images/stars-singlepost.png) no-repeat 1px -15px;}
.content-preview .content-rating span.star-3,
div#content #cat-half-container .cat-half-preview span.star-3,
div#content .alternative-small-preview span.star-3, 
div#content .regular-content .review-overview .star-review .star-3{background:url(../images/stars-singlepost.png) no-repeat 1px -30px;}
.content-preview .content-rating span.star-4,
div#content #cat-half-container .cat-half-preview span.star-4,
div#content .alternative-small-preview span.star-4, 
div#content .regular-content .review-overview .star-review .star-4{background:url(../images/stars-singlepost.png) no-repeat 1px -45px;}
.content-preview .content-rating span.star-5,
div#content #cat-half-container .cat-half-preview span.star-5,
div#content .alternative-small-preview span.star-5, 
div#content .regular-content .review-overview .star-review .star-5{background:url(../images/stars-singlepost.png) no-repeat 1px -60px;}
.content-preview .content-rating span.star-6,
div#content #cat-half-container .cat-half-preview span.star-6,
div#content .alternative-small-preview span.star-6, 
div#content .regular-content .review-overview .star-review .star-6{background:url(../images/stars-singlepost.png) no-repeat 1px -75px;}
.content-preview .content-rating span.star-7,
div#content #cat-half-container .cat-half-preview span.star-7,
div#content .alternative-small-preview span.star-7, 
div#content .regular-content .review-overview .star-review .star-7{background:url(../images/stars-singlepost.png) no-repeat 1px -90px;}
.content-preview .content-rating span.star-8,
div#content #cat-half-container .cat-half-preview span.star-8,
div#content .alternative-small-preview span.star-8, 
div#content .regular-content .review-overview .star-review .star-8{background:url(../images/stars-singlepost.png) no-repeat 1px -105px;}
.content-preview .content-rating span.star-9,
div#content #cat-half-container .cat-half-preview span.star-9,
div#content .alternative-small-preview span.star-9, 
div#content .regular-content .review-overview .star-review .star-9{background:url(../images/stars-singlepost.png) no-repeat 1px -120px;}
.content-preview .content-rating span.star-10,
div#content #cat-half-container .cat-half-preview span.star-10,
div#content .alternative-small-preview span.star-10, 
div#content .regular-content .review-overview .star-review .star-10{background:url(../images/stars-singlepost.png) no-repeat 1px -135px;}

div#content .alternative-small-preview .alternative-small-text span a{
	font-weight:normal;
}

div#content .alternative-small-preview .alternative-small-text span a:hover{color:#2d2d2d;}

div#content .alternative-small-preview h2{
	font-weight:bold;
	font-size:24px;
	line-height:1.2em;
	margin:11px 0 8px 0;
}
div#content .alternative-small-preview h2,
div#content .alternative-small-preview span.meta a{
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

div#content .alternative-small-preview h2:hover,
div#content .alternative-small-preview span.meta a:hover{color:#42bad8;}

div#content .alternative-small-preview h2.ci-no-rev{ margin-top: 0; }

div#content .alternative-small-preview span.meta{
	display:inline-block;
	font-size:12px;
	font-style:italic;
	color:#b6b6b6;
	margin-bottom:11px;
}

div#content .alternative-small-preview span.meta a{ color: #b6b6b6; }


/* Alternative Page Big Preview ------------------------------------------------------------------*/
div#content .alternative-big-preview{
	margin-top: 30px;
	padding-bottom: 29px;
	border-bottom: 1px solid #EBEBEB;
}
div#content .alternative-big-preview:last-child{ border-bottom: 0px; }

div#content .alternative-big-preview .alternative-big-image{
	width:620px;
	height:342px;
	margin-bottom:20px;
}

div#content .alternative-big-preview .alternative-big-image img{
	width:100%;
	height:100%;
}

div#content .alternative-big-preview .alternative-big-image .shadow{
	width:620px;
	height:342px;
	position:absolute;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

div#content .alternative-big-preview .alternative-big-image .shadow:hover span.center-img{
	display:block;
	width:22px;
	height:22px;
	margin:159px auto;
	background:url(../images/control.png) no-repeat -1px -1px;
}

div#content .alternative-big-preview .alternative-big-image .shadow:hover{
	-webkit-box-shadow: inset 0px 0px 130px 100px rgba(0, 0, 0, 0.6);
       -moz-box-shadow: inset 0px 0px 130px 100px rgba(0, 0, 0, 0.6);
        -ms-box-shadow: inset 0px 0px 130px 100px rgba(0, 0, 0, 0.6);
            box-shadow: inset 0px 0px 130px 100px rgba(0, 0, 0, 0.6);
}

div#content .alternative-big-preview .alternative-big-text .text{
	float:left;
	width:531px;
}

div#content .alternative-big-preview .alternative-big-text h3{
	line-height:1.2em;
	margin-bottom:6px;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

div#content .alternative-big-preview .alternative-big-text h3:hover{color:#42bad8;}

div#content span.meta-category{
	font-weight:300;
	font-style:italic;
	font-size:12px;
	color:#999898;
}

div#content .alternative-big-preview .alternative-big-text p{
	margin-top:8px;
}

div#content .alternative-big-preview > .alternative-big-text > .text > span.meta-category > a{
	font-weight:300;
	color:#999898;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

div#content .alternative-big-preview .alternative-big-text .text span.meta-category a:hover{color:#42bad8;}

a.link-button{
	color:#ffffff;
	padding:6px 13px;
	display:inline-block;
	border:0px;
	cursor:pointer;
	line-height:17px;
	width:auto;
	font-weight:300;
	font-size:11px;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	background-color:#2d2d2d;
	text-transform:uppercase;
}

a.link-button:hover{background-color:#42bad8;}

div#content .alternative-big-preview .alternative-big-text .date{
	float:left;
	width:66px;
	height:69px;
	text-align:center;
	color:#fff;
	font-weight:300;
	background-color:#42bad8;
	margin-right:23px;
	
}

div#content .alternative-big-preview .alternative-big-text .date span.d{
	display:block;
	font-size:30px;
	padding-top:15px;
}

div#content .alternative-big-preview .alternative-big-text .date span.m{
	display:block;
	font-size:14px;
}


/* Archive Page ------------------------------------------------------------------*/
div#content .archive-navigation{margin-bottom:18px;}

div#content .archive-preview ul li{
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
div#content .archive-preview ul li a{
	display:inline-block;
	width:100%;
	font-weight:normal;
	color:#393939;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	line-height: 1.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#content .archive-preview ul{ margin-left: 0px; margin-bottom: 0px; }
div#content .archive-preview ul li ul{ margin-top: 8px; margin-bottom: 0px; }

div#content .archive-preview a:hover{color:#42bad8;}

/* Author Page ------------------------------------------------------------------*/
div#content.author-info .cat-stripe.no-heading{ margin-top: 0px; }

div#content p.author-quote{ margin-top: 17px; }
div#content p.author-quote a{ color: #42bad8; }
div#content p.author-quote a:hover{ border-bottom: 1px dotted #7F7F7F; }

.author-meta {padding-top: 11px; margin-bottom: 16px;}
.author-meta #pict-author{
	/*width:59px;
	height:59px;*/
	width:100%;
	float: left;
}

.author-meta #name-author h1{
	font-family:'Archivo Narrow';
	font-size:24px;
	font-weight:bold;
	/*margin: -7px 0 0 77px;*/
	display: block;
	float:left;
}

.author-meta #share-author{ /*margin: 3px 0 0 77px;*/ display: block;}

.author-meta .social-network a.twitter, 
.author-meta .social-network a.facebook, 
.author-meta .social-network a.vimeo, 
.author-meta .social-network a.youtube, 
.author-meta .social-network a.dribbble,
.author-meta .social-network a.linkedin,
.author-meta .social-network a.email{
	display:inline-block;
	width:24px;
	height:24px;
	margin-right:4px;
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
		-ms-transition:all 0.2s ease-out;
		 -o-transition:all 0.2s ease-out;
			transition:all 0.2s ease-out;
}

.author-meta .social-network a.twitter{background:url(../images/control.png) no-repeat -28px -697px;}
.author-meta .social-network a.facebook{background:url(../images/control.png) no-repeat -28px -725px;}
.author-meta .social-network a.vimeo{background:url(../images/control.png) no-repeat -28px -753px;}
.author-meta .social-network a.youtube{background:url(../images/control.png) no-repeat -28px -781px;}
.author-meta .social-network a.dribbble{background:url(../images/control.png) no-repeat -28px -809px;}
.author-meta .social-network a.linkedin{background:url(../images/control.png) no-repeat -28px -838px;}
.author-meta .social-network a.email{background:url(../images/control.png) no-repeat -28px -1598px;}


.author-meta .social-network a.twitter:hover, 
.author-meta .social-network a.facebook:hover, 
.author-meta .social-network a.vimeo:hover, 
.author-meta .social-network a.youtube:hover, 
.author-meta .social-network a.dribbble:hover,
.author-meta .social-network a.linkedin:hover,
.author-meta .social-network a.email:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

div#content.author-info #cat-half #cat-half-container .cat-half-box{
	width:100%;
}

div#content.author-info #cat-half #cat-half-container .cat-half-text{
	width:79%;
	float:left;
	height:70px;
}


/* Contact ------------------------------------------------------------------*/
div#content .contact-box{
	width:658px;
	margin:25px 0 10px 0;
}

div#content .contact-box .label-text{
	float:left;
	width:291px;
	margin-right:38px;
}

div#content label{
	display:block;
	margin-bottom:10px;
}
form#subForm{
    display:block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 12%;
}
form#subForm tr{
    border: none;
}

form#subForm label{
    display:block;
	vertical-align:middle;
	margin-bottom:0;
}

div#subscribe label{
	display:block;
	margin-bottom:10px;
	float:right;
}

form#mobile-subscribe{
	display:none;
	background-color: #f0f0f0;
	box-shadow: 0px 0px 25px #888;
}

div#content .contact-box .label-text input{
	width:270px;
	height:37px;
	padding:0px 10px;
	border:1px solid #d8d8d8;
	margin-bottom:10px;
}

div#content textarea{
	width:600px;
	height:170px;
	padding:10px;
	border:1px solid #d8d8d8;
	margin-bottom:28px;
}


/* Collective Page ------------------------------------------------------------------*/
div#content .collective-preview{
	float:left;
	margin:0px 38px 43px 0px;
	width:180px;
}

div#content .collective-preview .collective-image{
	float:left;
	width:180px;
	height:248px;
	margin-bottom:9px;
}

div#content .collective-preview .collective-image img{width:181px;}

div#content .collective-preview .collective-image .shadow{
	width:181px;
	height:249px;
	position:absolute;
	-webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
		-ms-transition:all 0.2s ease-out;
		 -o-transition:all 0.2s ease-out;
			transition:all 0.2s ease-out;
}

div#content .collective-preview .collective-image .shadow:hover{
	-webkit-box-shadow:inset  0px 0px 120px 50px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow:inset  0px 0px 120px 50px rgba(0, 0, 0, 0.8);
		-ms-box-shadow:inset  0px 0px 120px 50px rgba(0, 0, 0, 0.8);
		 -0-box-shadow:inset  0px 0px 120px 50px rgba(0, 0, 0, 0.8);
			box-shadow:inset  0px 0px 120px 50px rgba(0, 0, 0, 0.8);
}

div#content .collective-preview .collective-image .shadow:hover span.center-img{
	display:block;
	width:22px;
	height:22px;
	margin:112px auto;
	background:url(../images/control.png) no-repeat -1px -148px;
}

div#content .collective-preview h2{
	font-size:18px;
	margin-bottom:2px;
}
	
div#content .collective-preview h2:hover{color:#42bad8;}

div#content .collective-preview span.meta{
	font-size:11px;
	font-style:italic;
	color:#b6b6b6;
}

div#content .collective-preview p{margin-top:4px;}


/* Collective Content ------------------------------------------------------------------*/
div#content-fullwidth #collective-content-box{width:987px; padding:30px 30px 0 30px ; margin:-30px 0 0 -30px;}

div#content-fullwidth #collective-content-box .collective-content-preview{
	float:left;
	width:262px;
	margin:0px 29px 29px 0px;
	padding:19px 19px;
	display:block;
	position:relative;
	-webkit-box-shadow:0px 0px 25px 5px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow:0px 0px 25px 5px rgba(0, 0, 0, 0.1);
		-ms-box-shadow:0px 0px 25px 5px rgba(0, 0, 0, 0.1);
		 -0-box-shadow:0px 0px 25px 5px rgba(0, 0, 0, 0.1);
			box-shadow:0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}

div#content-fullwidth #collective-content-box .collective-content-preview img{
	width:262px;
	margin-bottom:7px;
}
div#content-fullwidth #collective-content-box .collective-content-preview h2{
	font-size:18px;
	margin-bottom: 9px;
	-webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
		-ms-transition:all 0.2s ease-out;
		 -o-transition:all 0.2s ease-out;
			transition:all 0.2s ease-out;
}
div#content-fullwidth #collective-content-box .collective-content-preview h2:hover{color:#42bad8;}

div#content-fullwidth #collective-content-box .collective-content-preview a.collective-url{
	display:block;
	text-align:center;
	background-color:#ececec;
	font-weight:normal;
	font-size:10px;
	padding-top:4px;
	padding-bottom:4px;
	text-transform:uppercase;
	-webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
		-ms-transition:all 0.2s ease-out;
		 -o-transition:all 0.2s ease-out;
			transition:all 0.2s ease-out;
}

div#content-fullwidth #collective-content-box .collective-content-preview a:hover{
	color:#fff;
	background-color:#42bad8;
}


/* Singlepost Regular ------------------------------------------------------------------*/
div#content .regular-heading-img img{
	width:100%;
	width:auto !important;
	max-width:100%;

	max-height: 50%;
	height:auto !important;
	margin-bottom:10px;
}

div#content > span.meta{
	display:block;
	font-size:11px;
	font-weight:300;
	color:#b6b6b6;
}
div#content > span.meta a{ color:#b6b6b6; }

div#content > span.meta > a:hover, 
div#content > h1 > a:hover{color:#42bad8;}

div#content .regular-content{margin-top:19px;}

div#content .regular-content .review-overview{
	display:block;
	float:right;
	width:300px;
	margin-left:28px;
	margin-bottom: 20px;
}

div#content .regular-content .review-overview span.heading-review{
	font-weight:bold;
	font-size:16px;
}

div#content .regular-content .review-overview .rating, 
div#content .regular-content .review-overview .star-review, 
div#content .regular-content .review-overview div.rating-bar{width:100%;}

div#content .regular-content .review-overview .rating{margin:10px 0px 15px 0px;}

div#content .regular-content .review-overview .star-review .review{
	float:right;
	font-style:300;
	font-size:12px;
}

div#content .regular-content .review-overview div.rating-bar{
	float:left;
	height:4px;
	margin-top:4px;
	background-color:#ededed;
}

div#content .regular-content .review-overview .rating-bar-value{
	background-color:#42bad8;
	height:100%;
}

div#content .regular-content .review-overview .rating-bar-value.bar-0  { width : 0; }
div#content .regular-content .review-overview .rating-bar-value.bar-1  { width : 10%; }
div#content .regular-content .review-overview .rating-bar-value.bar-2  { width : 20%; }
div#content .regular-content .review-overview .rating-bar-value.bar-3  { width : 30%; }
div#content .regular-content .review-overview .rating-bar-value.bar-4  { width : 40%; }
div#content .regular-content .review-overview .rating-bar-value.bar-5  { width : 50%; }
div#content .regular-content .review-overview .rating-bar-value.bar-6  { width : 60%; }
div#content .regular-content .review-overview .rating-bar-value.bar-7  { width : 70%; }
div#content .regular-content .review-overview .rating-bar-value.bar-8  { width : 80%; }
div#content .regular-content .review-overview .rating-bar-value.bar-9  { width : 90%; }
div#content .regular-content .review-overview .rating-bar-value.bar-10{ width : 100%; }

div#content .regular-content .review-overview .summarywrap{ display: table; background: #42BAD8; }
div#content .regular-content .review-overview .summarywrapinner{ display: table-row; }
div#content .regular-content .review-overview .summary,
div#content .regular-content .review-overview .ratingsummary { display: table-cell; vertical-align: top; }
div#content .regular-content .review-overview .rating.points,
div#content .regular-content .review-overview .rating.percent {
	width: 100px;
	font-size: 48px;
	line-height: 50px;
	font-family: "Archivo Narrow", "Sans Serif";
	font-weight: bold;
	color: white;
	text-align: center;
}
div#content .regular-content .review-overview .rating.points .review_pct{ font-size: 16px; position: absolute; margin: -10px 0 0 3px; }
div#content .regular-content .review-overview p.ratingtext {
	font-size: 14px;
	line-height: 16px;
	color: white;
	font-weight: bold;
	padding: 0 10px;
	font-weight: normal;
	margin-bottom: 0;
}
div#content .regular-content .review-overview .ratingsummary {
	padding: 10px 6px 15px;
	line-height: 18px;
	font-size: 12px;
	width: 100%;
	color: white;
}

div#content .regular-content .share-tags-box{
	/*width:640px;*/
	width:100%;
	/*margin-top:20px;*/
	margin-top:-40px;
}

div#content .regular-content .share-tags-box .share-tags{
	float:left;
	width:100%;
	margin-right:20px;
	margin-bottom:20px;
}

div#content .regular-content .share-tags-box .share-tags .heading{
	float:left;
	font-weight:bold;
	font-size:14px;
	margin-right:15px;
}

div#content .regular-content .share-tags-box .share-tags .icon{
	position:absolute;
	margin-top:-15px;
	margin-left:57px;
}

div#content .regular-content .share-tags-box .share-tags .icon .twitter, 
div#content .regular-content .share-tags-box .share-tags .icon .linkedin, 
div#content .regular-content .share-tags-box .share-tags .icon .facebook, 
div#content .regular-content .share-tags-box .share-tags .icon .gplus,
div#content .regular-content .share-tags-box .share-tags .icon .rss, 
div#content .regular-content .share-tags-box .share-tags .icon .email,
div#print_large{
	display:block;
	opacity:1;
	float:left;
	width:48px;
	height:48px;
	margin-right:8px;
	margin-top:0px;
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
}
div#print_large{background:url(../images/printerlarge.png) no-repeat 0px -3px;}
div#print_large:hover{background:url(../images/printerlarge.png) no-repeat 0px -59px;}
div#content .regular-content .share-tags-box .share-tags .icon .twitter{background:url(../images/control.png) no-repeat -3px -304px;}
div#content .regular-content .share-tags-box .share-tags .icon .twitter:hover{background:url(../images/control.png) no-repeat -3px -352px;}
div#content .regular-content .share-tags-box .share-tags .icon .facebook{background:url(../images/control.png) no-repeat -3px -404px;}
div#content .regular-content .share-tags-box .share-tags .icon .facebook:hover{background:url(../images/control.png) no-repeat -3px -452px;}
/*div#content .regular-content .share-tags-box .share-tags .icon .linkedin{background:url(../images/linkedin-circle-icon.png) no-repeat 0px -2px;}
div#content .regular-content .share-tags-box .share-tags .icon .linkedin:hover{background:url(../images/linkedin-circle-icon.png) no-repeat 0px -40px;}
*/
div#content .regular-content .share-tags-box .share-tags .icon .gplus{background:url(../images/control.png) no-repeat -3px -502px;}
div#content .regular-content .share-tags-box .share-tags .icon .gplus:hover{background:url(../images/control.png) no-repeat -3px -549px;}
div#content .regular-content .share-tags-box .share-tags .icon .email{background:url(../images/control.png) no-repeat -3px -599px;}
div#content .regular-content .share-tags-box .share-tags .icon .email:hover{background:url(../images/control.png) no-repeat -3px -647px;}
div#content .regular-content .share-tags-box .share-tags .icon .rss{background:url(../images/control.png) no-repeat -3px -1109px;}
div#content .regular-content .share-tags-box .share-tags .icon .rss:hover{background:url(../images/control.png) no-repeat -3px -1159px;}


div#content .regular-content .share-tags-box .share-tags .tags{
	float:left;
	width:90%;
}

div#content .categories a,
div#content .regular-content .share-tags-box .tags a{
	display:inline-block;
	background-color:#42bad8;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	padding:2px 10px;
	margin:0px 4px 4px 0px;
	-webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
	    -ms-transition:all 0.2s ease-out;
	     -o-transition:all 0.2s ease-out;
	        transition:all 0.2s ease-out;
}

div#content .categories a:hover,
div#content .regular-content .share-tags-box .tags a:hover{
	color:#fff;
	background-color:#2d2d2d;
}
div#content .regular-content .author-content{
	width:40%;
	float:left;
	margin-top:28px;
}
div#content .regular-content .author-content-right{
        width:40%;
        float:right;
        margin-top:28px;
}

div#content .regular-content .author-content > .author-text{
	width: /*540px*/100%;
	float: left;
	font-weight:100;
}
div#content .regular-content .author-content-right > .author-text-right{
        width: /*540px*/100%;
        float: right;
        font-weight:100;
}


div#content .regular-content .author-content > .author-text > p { margin-top: 5px; }

div#content .regular-content .author-content{margin-top:28px; margin-bottom:0px;} 
div#content .regular-content .comment-content{margin:28px 0px;}

div#content .regular-content .author-img, 
div#content .regular-content .comment-img{
	float:left;
	margin-right:20px;
}

div#content .regular-content .author-text span,
div#content .regular-content .author-text-right span, 
div#content .regular-content .comment-text span{
	font-size:16px;
	font-weight:100;
}

div#content .regular-content .author-text span a:hover, 
div#content .regular-content .comment-text span a:hover{color:#42bad8;}

div#content .regular-content .related-box{
	width:630px;
	margin-top:28px;
}

div#content .regular-content .related-box .related-content{
	float:left;
	width:115px;
	margin-right:11px;
}

div#content .regular-content .related-box .related-content img{
	width:115px;
	margin-bottom:8px;
}

div#content .regular-content .related-box .related-content p a{
	font-size:12px;
	line-height:1.3em;
	font-weight:normal;
}

div#content .regular-content .related-box .related-content p a:hover{color:#42bad8;}

/* comment */
div#content ol.commentlist{ margin-left: 0;}
div#content .cancel-comment-reply{margin-top: 20px;}
div#content #commentform{margin-top: 19px;}
div#content .regular-content .comment-list{
	margin:25px 0px;
	border-bottom:1px solid #ebebeb;
}
div#content .regular-content .comment-list .comment-text {
	display: table;
	width: 100%;
	padding-bottom: 18px;
}
div#content .regular-content .comment-list .comment-text .comment-content{
	margin-top: 10px;
	margin-bottom: 10px;
}
div#content .regular-content .comment-list .comment-text  p{
	margin:0px;
	display: table;
}
div#content .regular-content .comment-list .comment-text .comment-date{
	color: #b3b3b3;
	margin: 11px 0px 0px 80px;
	display: block;
	float: left;
	clear: both;
}
div#content .regular-content .comment-list .comment-text .comment-reply-box{
	
}
div#content .regular-content .comment-list .comment-text .comment-reply-box a{
	color: #ffffff;
	margin: 7px 0px 5px 0px;
	background-color: #2d2d2d;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	float: right;
	font-size: 11px;
	-webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
		-ms-transition:all 0.2s ease-out;
		 -o-transition:all 0.2s ease-out;
			transition:all 0.2s ease-out;
}
div#content .regular-content .comment-list .comment-text .comment-reply-box a:hover{
	background-color: #42BAD8;
}
.children{
	margin-left: 80px;
}
	
/* content */
div#content .regular-content .comment-content-1, 
div#content .regular-content .comment-content-2, 
div#content .regular-content .comment-content-3, 
div#content .regular-content .comment-content-4{
	margin:28px 0px;
	border-bottom:1px solid #ebebeb;
}

/*div#content .regular-content .comment-content-1:last-child, 
div#content .regular-content .comment-content-2:last-child, 
div#content .regular-content .comment-content-3:last-child, 
div#content .regular-content .comment-content-4:last-child{border-bottom:none;}*/

/*div#content .regular-content .comment-content-2{margin-left:80px;}
div#content .regular-content .comment-content-3{margin-left:160px;}
div#content .regular-content .comment-content-4{margin-left:240px;}*/

div#content .regular-content form{margin-top:28px;}

div#content .regular-content #respond label{
	display:block;
	font-weight:300;
	font-size:12px;
	margin-top:15px;
}

div#content .regular-content #respond input.text, 
div#content .regular-content #respond textarea{border:1px solid #d8d8d8;}

div#content .regular-content #respond input.text{
	height:35px;
	width:289px;
	padding:0px 10px;
}

div#content .regular-content #respond textarea{
	width:619px;
	height:171px;
	padding:10px;
}

div#content .regular-content #respond input.submit{
	border:none;
	margin-top:15px;
}

/* Flexslider */
.flexslider {
    position: relative;
    zoom: 1;
	text-align : center;
	margin-bottom: 10px;
}

.flexslider  img{
	width : 100%;
}

.flexslider .slides { zoom: 1; margin-left: 0; }

.flexslider .slides > li { position: relative; display: none; }

.flex-container {
    zoom: 1;
    position: relative;
}

.flexslider:hover .flex-direction-nav li a {
    border : none;
}

.flex-direction-nav {
    right: 10px;
    display: block;
    bottom: 28px;
    position: absolute;
    z-index: 10;
    width: 70px;
}

.flex-direction-nav li { display: inline; }

.flex-direction-nav li a {
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
    border : none;
    -webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
	    -ms-transition:all 0.2s ease-out;
	     -o-transition:all 0.2s ease-out;
	        transition:all 0.2s ease-out;
	background: #2d2d2d;
}

.flex-direction-nav li a.next {
    background: #2d2d2d url(../images/control.png) 9px -99px;
    width : 28px;
    height : 28px;
    right: 45px;
    position: absolute;
}

.flex-direction-nav li a.prev {
    background: #2d2d2d url(../images/control.png) 9px -120px;
    width : 28px;
    height : 28px;
    position: absolute;
}
.flex-direction-nav li a.prev:hover,
.flex-direction-nav li a.next:hover { background-color: #42bad8; }

.flex-control-nav {
    z-index: 999;
	position : relative;
	margin : 0 auto;
	padding : 0;
	margin-top : 25px;
	display : block;
}

.flex-control-nav li {
    display : inline-block;
	margin : 0 3px;
}

.flex-control-nav li a {
    display:block;
    width: 55px;
    height:5px;
	background : #bababa;
    overflow:hidden;
    cursor: pointer;
	border : none;
	text-indent: -9999px;
    -webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
	    -ms-transition:all 0.2s ease-out;
	     -o-transition:all 0.2s ease-out;
	        transition:all 0.2s ease-out;
}

.flex-control-nav li a.active {
    background-position: 0 0;
}

/* video post type */
div#content .vembed{ margin-bottom: 10px; }



/* Singlepost Interview ------------------------------------------------------------------*/
.image img{
	margin:-13px 0 20px 5px;
	width:100%;
}

.image-atas img{width:100%;}

.text-top > h1{
	font-size:30px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	font-family:'Archivo Narrow';
}

.text-top > .page-subtitle{
	font-style:light;
	font-family:'Open Sans';
} 

.text-top > .text{
	margin:20px 0 35px 0;
	font-style:justify;
	font-family:'Open Sans';
	font-size:15px;
}

#content .vpt_question { padding-top: 10px; }

#content .vpt_question h3{
	border-left:5px solid #42bad8;
	padding:0 0 0 15px;
	margin-left:5px;
	font-style:Italic;
	font-size:18px;
	font-family:'Archivo Narrow';
}

#content .answer{
	margin:12px 0 20px 0px;
	padding:0 0 0 15px;
	margin-left:10px;
	font-size:13px;
	font-family:'Open Sans';
}

#content .answer br{ display: none; }

#content.quote-middle{
	background-color:#f7f7f7;
	padding:20px 25px;
	margin-top:-15px;
	margin-left:20px;
	margin-bottom:-20px;
}


/* pagination ------------------------------------------------------------------*/
.pagination {
	clear:both;
	position:relative;
	font-size:12px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:inline-block;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#2d2d2d;
	font-weight:300;
}

.pagination a:hover{
	color:#fff;
	background-color:#42bad8;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #f2f2f2;
}

.pagination .first-last{
	color:#fff;
	background: #2d2d2d;
}

.pagination .first-last:hover{background: #42bad8;}


/* tipsy ------------------------------------------------------------------*/

.tipsy{
    padding:5px;
    font-size:11px;
    background-repeat:no-repeat;
    background-image:url("../images/tipsy.gif");
}

.tipsy-inner{
    padding:2px 6px 2px 6px;
    background-color:#000;
    color:white;
    max-width:200px;
    text-align:center;
}

.tipsy-inner{
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.tipsy-south{background-position:bottom center;}

/* contact form */
#gmap {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}

/* comment form */
div#content .regular-content #respond{ margin-top: 10px;}
div#content .regular-content #respond #reply-title {
	font-size: 16px;
	text-transform: uppercase;
	float: right;
}

div#content .regular-content #respond #commentform input#author,
div#content .regular-content #respond #commentform input#email,
div#content .regular-content #respond #commentform input#url {
	height: 37px;
	padding: 0px 10px;
	border: 1px solid #d8d8d8;
	width: 50%;
}

div#content .regular-content #respond #commentform textarea{
	width: 94%;
	margin-bottom: 0px;
}

/* gallery-size-thumbnail */
.gallery.gallery-size-thumbnail{
	padding: 30px 20px 10px;
	width: auto;
	margin-bottom: 20px !important;
}

.gallery.gallery-size-thumbnail dl{
	margin-left: 0;
}

/*Subscribe form*/
#subForm table{
    border: none;
    margin-bottom: 0px;
}

#subForm #submitted{
    margin: auto;
    padding: 6px 47px;
    position: relative;
    bottom: -0px;
}

/* isotope ------------------------------------------------------------------*/


/*  6. Shortcodes
================================================== */


/* Quote */
.quote{
	font-family:Georgia;
	font-style:italic;
	line-height:1.6em;
	background-color:#F7F7F7;
	padding:27px 24px 26px 30px;
}

/* Tabs */
.ui-tabs .ui-tabs-hide{
    position:absolute;
    display:none;
}

.tabs.clearfix{ display: block; margin-bottom: 20px; }
.reviewBody .tabs.clearfix{ display: inline-block; }

.tabs ul.nav{
	margin:0px;
	-webkit-box-shadow:inset 0px -5px 0px 0px #2d2d2d;
			box-shadow:inset 0px -5px 0px 0px #2d2d2d;
}

.tabs ul.nav li{
    float:left;
    position:relative;
	border-bottom:5px solid #2d2d2d;
	font-weight: bold;
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
	    -ms-transition:all 0.3s ease-out;
	     -o-transition:all 0.3s ease-out;
	        transition:all 0.3s ease-out;
}

.tabs ul.nav li a{
    border-top:1px solid #ebebeb;
    border-left:1px solid #ebebeb;
    display:block;
    overflow:hidden;
	padding:8px 27px;
	color:#2d2d2d;
	font-size:14px;
}

.tabs ul.nav li:last-child a{border-right:1px solid #ebebeb;}
.tabs ul.nav li:hover,
.tabs ul.nav li.ui-tabs-selected{border-bottom:5px solid #42bad8 !important;}

.tabs .tab{
	margin-top:3px;
	margin-bottom:-10px;
	padding:14px 0px 0px 0px;
}

.tabs .tab ul{margin:0px 0px 56px 0px;}
.tabs .tab li{margin-bottom:20px;}
.tabs .tab li:last-child{margin-bottom:0px;}

.tabs .tab li img{
	width:45px;
	height:45px;
	float:left;
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
}

.tabs .tab li .popular-text{
	float:left;
	width:240px;
}

.tabs .tab li p{margin-bottom:6px;}

.tabs .tab li p a{
	font-weight:normal;
	font-size:13px;
	line-height:16px;
	color:#393939;
}

.tabs .tab li p a:hover{color:#42bad8;}

.tabs .tab .tab-post li span{
	font-size:11px;
	font-style:italic;
	color:#b6b6b6;
	margin-top:-10px;
}

.tabs .tab li div.point-bar{
	float:left;
	width:210px;
	height:4px;
	margin-top:4px;
	background-color:#ededed;
}

.tabs .tab li div.point-bar .point-bar-value{
	background-color:#42bad8;
	height:100%;
}

.tabs .tab li span.point-value{
	float:right;
	margin-top:-4px;
}

.tabs .tab li span.point-star-1, 
.tabs .tab li span.point-star-2, 
.tabs .tab li span.point-star-3, 
.tabs .tab li span.point-star-4, 
.tabs .tab li span.point-star-5, 
.tabs .tab li span.point-star-6, 
.tabs .tab li span.point-star-7, 
.tabs .tab li span.point-star-8, 
.tabs .tab li span.point-star-9, 
.tabs .tab li span.point-star-10{
	display:inline-block;
	width:87px;
	height:17px;
}

.tabs .tab li span.point-star-1{background:url(../images/stars-sidebar.png) no-repeat 0px -67px;}
.tabs .tab li span.point-star-2{background:url(../images/stars-sidebar.png) no-repeat 0px -67px;}
.tabs .tab li span.point-star-3{background:url(../images/stars-sidebar.png) no-repeat 0px -67px;}
.tabs .tab li span.point-star-4{background:url(../images/stars-sidebar.png) no-repeat 0px -67px;}
.tabs .tab li span.point-star-5{background:url(../images/stars-sidebar.png) no-repeat 0px -67px;}
.tabs .tab li span.point-star-6{background:url(../images/stars-sidebar.png) no-repeat 0px -67px;}
.tabs .tab li span.point-star-7{background:url(../images/stars-sidebar.png) no-repeat 0px -67px;}
.tabs .tab li span.point-star-8{background:url(../images/stars-sidebar.png) no-repeat 0px -67px;}
.tabs .tab li span.point-star-9{background:url(../images/stars-sidebar.png) no-repeat 0px -67px;}
.tabs .tab li span.point-star-10{background:url(../images/stars-sidebar.png) no-repeat 0px -67px;}

/* Accordion */
.accordion h3{
	font-size:14px;
	font-weight:100;
	border-left:5px solid #2d2d2d;
	border-top:1px solid #e7e6e6;
	padding:12px 0 12px 12px;
	margin-bottom:0;
	display:none;
}

.accordion h3.ui-state-active{
	font-size:14px;
	font-weight:100;
	border-left:5px solid #42BAD8;
}

.accordion h3:first-child,
.accordion h3.ui-state-active:first-child{
	border-top:0;
}

.accordion h3:hover{
	cursor:pointer;
}

.accordion div{
	border-left:5px solid #2d2d2d;
	padding:0 0 18px 18px;
}

.accordion div.ui-accordion-content-active{
	border-left:5px solid #42BAD8;
	padding-left:18px;
}

.accordion h3.ui-state-default:last-child,
.accordion div.ui-accordion-content-active:last-child,
.accordion div.ui-accordion-content-active ul:last-child,
.accordion div.ui-accordion-content-active p:last-child{
	margin-bottom:0;
}



/* UL List */
ul.square_list,
ul.number_list,
ul.number-zero_list,
ul.circle_list{
	margin-bottom:0;
}

ul.square_list li,
ul.number_list li,
ul.number-zero_list li,
ul.circle_list li{
	vertical-align: top;
	line-height: 1.5em;
	margin-bottom: 10px;
}

ul.square_list li a,
ul.number_list li a,
ul.number-zero_list li a,
ul.circle_list li a{ vertical-align: top;}

ul.circle_list{list-style-type:disc;}
ul.square_list{list-style-type:square;}
ul.number_list{list-style-type:decimal;}
ul.number-zero_list{list-style-type:decimal-leading-zero;}

/* Button */
.button,
input.wpcf7-form-control.wpcf7-submit,
#commentform > .form-submit > #submit{
	color:#ffffff;
	padding:11px 15px;
	display:inline-block;
	border:0px;
	cursor:pointer;
	line-height:17px;
	width:auto;
	font-weight:300;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	background-color:#2d2d2d;
	text-transform:uppercase;
	margin-bottom: 3px;
}

.button:hover{color:#FFF; opacity:0.7; filter:alpha(opacity=70); }
#commentform > .form-submit > #submit:hover,
.button.zero:hover,
input.wpcf7-form-control.wpcf7-submit:hover{background: #42BAD8; opacity: 1; filter:alpha(opacity=100); }
.button.small,
#commentform > .form-submit > #submit{font-size:11px; padding:6px 13px;}
.button.medium{font-size:12px;}
.button.large{font-size:13px; padding:15px 18px;}

/* black button */
.button.black{background:black; color: #FFFFFF;}
/* blue button */
.button.blue{background:#00B8FF; color: #FFFFFF;}
/* brown button */
.button.brown{background:#6D4D45; color: #FFFFFF;}
/* grey button */
.button.grey{background:#707070; color: #FFFFFF;}
/* green button */
.button.green{background:#6EB45C; color: #FFFFFF;}
/* navy button */
.button.navy{background:#67678A; color: #FFFFFF;}
/* orange button */
.button.orange{background:#F07647; color: #FFFFFF;}
/* purple button */
.button.purple{background:#896199; color: #FFFFFF;}
/* pink button */
.button.pink{background:#E298AA; color: #FFFFFF;}
/* red button */
.button.red{background:#e12e3f; color: #FFFFFF;}
/* white button */
.button.white{background:#F0F0F0; color: #000000;}
/* yellow button */
.button.yellow{background:#F7ED0C; color: #000000;}




/* important color */
/*.required{color:#ff0000;}*/
.required{color:#006b4e;}

/* alert */
.alert{
	font-family:Arial;
	font-size:13px;
	padding:10px 0 10px 20px;
	margin-top:5px;
	margin-bottom:15px;
}

.alert.white{
	color:#808080;
	background:#ffffff;
	border:1px solid #eaeaea;
	margin-top:0;
}

.alert.red{
	color:#bf6464;
	background:#fdf2f2;
	border:1px solid #f6cfcf;
}

.alert.green{
	color:#90a365;
	background:#f4f7ec;
	border:1px solid #d8decc;
}

.alert.orange{
	color:#c6b75c;
	background:#fffde4;
	border:1px solid #f6e49b;
}
.alert.blue{
	color: #5CB1CC;
	background: #E4FCFF;
	border: 1px solid #B4D4DB;
}


/*  7. Sidebar
================================================== */
.widget ul{ margin-left:0px; }

.widget .widget-name,
.widget .widget-bottom-name{ text-transform: uppercase; }

/* li float left */
.widget.widget_archive li,
.widget.widget_links li{
	float:left;
	width:149.5px;
	font-size:13px;
	font-weight:normal;
	margin-bottom: 5px;
}

/* li margin-bottom */
.widget.widget_links li,
.widget.widget_nav_menu li,
.widget.widget_meta li,
.widget.widget_pages li,
.widget.widget_text li,
.widget.widget_categories li
{ margin-bottom: 5px;}

.widget{margin-bottom:26px;}
.widget .widget-heading{margin-bottom:25px;}

/* social count */
.widget.social-count .subscribe,
.widget.social-count .twitter,
.widget.social-count .facebook{
	display:inline-block;
	width:49px;
	margin:2px 8%;/*24px*/
	text-align:center;
}

.widget.social-count .subscribe a,
.widget.social-count .twitter a,
.widget.social-count .facebook a{
	display:block;
	width:49px;
	height:49px;
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
}

.widget.social-count.clearfix{
	margin: 13px 0 0px 0 !important; /*bottom 27px*/
	/*text-align: center;*/
}

/*.widget .subscribe a{background:url(../images/control.png) no-repeat -3px -205px;}*/
.widget .twitter a{background:url(../images/control.png) no-repeat -3px -304px;}
.widget .facebook a{background:url(../images/control.png) no-repeat -3px -404px;}
/*.widget .subscribe a:hover{background:url(../images/control.png) no-repeat -3px -253px;}*/
.widget .twitter a:hover{background:url(../images/control.png) no-repeat -3px -353px;}
.widget .facebook a:hover{background:url(../images/control.png) no-repeat -3px -452px;}

/*pin instead of google plus */
.widget .subscribe a{background:url(../images/control.png) no-repeat -3px -1110px;}
.widget .subscribe a:hover{background:url(../images/control.png) no-repeat -3px -1159px;}

.widget .soc-value{
	font-size:16px;
	font-weight:100;
	color:#4c4c4c;
	display: block;
}

.widget .soc-slogan{
	font-size:11px;
	font-style:italic;
}

/* rss */
.widget.widget_rss  ul li span{
	font-style: italic;
	font-size: 11px;
	color: #b6b6b6;
	display:block;
	margin: 5px 0 5px 0;
}

.widget.widget_rss  ul li .rssSummary{
	line-height:18px;
	font-size:12px;
}

.widget.widget_rss  ul li{ margin-bottom:20px; }
.widget.widget_rss .widget-heading .widget-name a:first-child,
.widget.widget_rss .widget-bottom-heading .widget-bottom-name a:first-child{ display:none; }

/* Tabs */
.tabs ul.nav li a.side{padding:8px 10px; text-align: center;}
.widget.vpt_tab_widget ul.nav li{ width: 50%; }

.widget.vpt_tab_widget .popular-thumbnail{
	width:45px;
	height:45px;
	margin-right:14px;
	float:left;
	filter: url(../js/filters.svg#grayscale); /* Firefox 3.5+ */
    	filter: gray; /* IE6-9 */
    	-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}

.tabs .tab li .popular-thumbnail a:hover span.center-img{
	display:block;
	position:absolute;
	width:22px;
	height:22px;
	margin:11px 0px 0px 18px;
	background:url(../images/control.png) no-repeat -1px -148px;

}

.tabs .tab li .popular-thumbnail:hover {
	filter: none;
        -webkit-filter: grayscale(0);
} 
.widget .collective-img:hover, 
.widget .flickr-box img:hover{
	opacity:0.5;
        filter:alpha(opacity=50);
}

.widget.vpt_tab_widget .widget_tab_tag .tagcloud a {
	font-weight: normal;
	display: inline-block;
	float: left;
	background-color: #42BAD8;
	padding: 2px 12px 4px 12px;
	margin: 2px;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.widget.vpt_tab_widget .widget_tab_tag .tagcloud a:hover {
	color: #A3A3A3;
	background-color: #3F3F3F;
}
.widget.vpt_tab_widget .tabs .tab li p { margin-bottom: 2px; margin-top: -5px;}

/* collective */
.widget li.collective-preview{
	display:block;
	width:100%;
	margin-bottom: 20px;
}

.widget .collective-img{
	float:left;
	width:69px;
	height:99px;
	margin-right:12px;
}

.widget .collective-img:hover span.center-img{
	display:block;
	position:absolute;
	width:22px;
	height:22px;
	margin:38px 0px 0px 25px;
	background:url(../images/control.png) no-repeat -1px -148px;
}

.widget .collective-text{
	float:left;
	width:218px;
}

.widget .collective-text p{
	margin-bottom:3px;
	line-height:18.9px;
}


.widget .collective-text p a{
	font-size:18px;
	font-weight:100;
	color:#272727;
	font-family:'Archivo Narrow';
}

.widget .collective-text p a:hover{
	text-decoration:none;
	color:#42bad8;}

.widget .collective-text span{
	display: block;
	font-size:13px;
	line-height: 18px;
	color: #393939;
}

.widget .collective-text a{
	font-size:11px;
	font-weight:300;
	color:#42bad8;
}

.widget .collective-text a:hover{text-decoration:underline;}
.widget.tutorials{text-align:center;}
.widget.video iframe{width:100%;}

.widget .collective-img, 
.widget.vpt_flickr_widget .flickr_badge_image img{
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
}

/* flickr */
.widget.vpt_flickr_widget .flickr_badge_wrapper{ width:312px; }
.widget.vpt_flickr_widget .flickr_badge_image{ float: left; margin: 0 15px 15px 0;}
.widget.vpt_flickr_widget .flickr_badge_image img{ width: 63px; height: 63px; }
.widget.vpt_flickr_widget .flickr_badge_image img:hover{ opacity:0.5; filter:alpha(opacity=50); }


/**/
.widget .blogroll a:hover{color:#42bad8;}


/* tags cloud */
.widget.widget_tag_cloud .tagcloud a{ margin-left: 0.3em; line-height: 1.3em; }


/* recent post & comment */
.widget.widget_recent_entries ul li span{display: none;}
.widget.widget_recent_entries ul li a,
.widget.widget_rss  ul li a{ line-height:24px; }

.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li{
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* search */
.widget.widget_search form#searchform label,
.widget.widget_search form#searchform #searchsubmit{ display: none;}

.widget.widget_search form#searchform div { text-align: center; }
.widget.widget_search form#searchform input#s{
	color: #B8B8B8;
	font-size: 20px;
	height: 37px;
	width: auto;
	padding: 0px 13px;
	border: 1px solid #EBEBEB;
}

/* calendar */
.widget.widget_calendar table#wp-calendar{ width:100%; border: 1px solid #EBEBEB; }
.widget.widget_calendar table#wp-calendar tr{ border-bottom: 1px solid #EBEBEB }
.widget.widget_calendar table#wp-calendar th,
.widget.widget_calendar table#wp-calendar td{ padding: 8px; }
.widget.widget_calendar table#wp-calendar caption{
	font-family: 'Archivo Narrow', 'Sans Serif';
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #EBEBEB;
	padding: 15px 10px 15px 23px;
	border-bottom: 0;
}
.widget.widget_calendar table#wp-calendar tfoot #prev{ text-align: left; padding: 15px 13px;}
.widget.widget_calendar table#wp-calendar tfoot #next{ text-align: right; padding: 15px 13px;}


/* ads */
.widget.vpt_ads_125_widget .ads125_wrapper img{
	border: 4px solid #F7F7F7;
	float: left;
	margin-left: 10px;
	margin-bottom: 11px;
}

.widget.vpt_ads_300_widget .ads300_wrapper img{ display: block; margin-bottom: 11px; }
.widget.wpt_ads_300_widget .img_wrapper img{ display: block; margin-bottom: 11px; }

div#vpt_ads_300_widget{
	margin-top:12px;
}

.widget.vpt_ads_125_widget,
.widget.vpt_ads_300_widget{ margin-bottom: 30px; margin-top:142px;}



/* twitter */
.widget.vpt_twitter_widget .twitter_update_list li{
	border-bottom: 1px solid #EBEBEB;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.widget.vpt_twitter_widget .twitter_update_list li:last-child{ border-bottom: 0; }
.widget.vpt_twitter_widget .twitter_update_list li span a{ color: #006b4e; }
.widget.vpt_twitter_widget .twitter_update_list li span a:hover{ border-bottom: 1px dotted #7F7F7F; }
.widget.vpt_twitter_widget .twitter_update_list li small a{
	display: block;
	font-size: 11px;
	font-style: italic;
	line-height: 19.2px;
	color: #7F7F7F;
}

/* hover */
.widget a,
.tabs .tab li p a{
    font-weight:bold;
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
}
/*custom side tabbed
.tabs ul.nav li a.side{
	background-color:#eee;
	border-top:1px solid #fff !important;
	border-left:1px solid #fff !important;
}
.tabs ul.nav li:last-child a.side{
	border-right:1px solid #fff !important;
}

div#sidebar .tabs .tab{
	background-color:#eee;
	margin-top:0px;
	padding:0;
}
div#sidebar .tabs .tab li{
	margin-bottom:0px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #fff;
}
*/
.widget a:hover,
.tabs .tab li p a:hover,
#footer-widget .widget a:hover,
#footer-widget .tabs .tab li p a:hover
{ color: #42BAD8; }


/*  8. Footer
================================================== */

/* footer widget */
#footer-widget *,
#footer-copyright *{ color: #A3A3A3 }

div#footer-widget #navigation-bottom{
	width:993px;
	color:#a3a3a3;
}

div#footer-widget .widget-bottom{
	float:left;
	width:299px;
	/*margin:42px 31px 22px 0px;*/
	margin:15px 31px 0 0;
	font-size:11px;
}

div#footer-widget .widget-bottom .widget-bottom-heading{margin-bottom:10px;} /*30px*/

div#footer-widget .widget-bottom .widget-bottom-name a{ color:#f7f7f7; }
div#footer-widget .widget-bottom .widget-bottom-name{
	background-color:#2d2d2d;
	font-weight:100;
	padding:0px 13px 0px 13px;
	margin:10px;
	font-size:16px;
	color:#f7f7f7;
}

div#footer-widget .widget-bottom .widget-bottom-stripe{
	height:5px;
	margin-top:-13px;
	background-color:#3d3d3d;
}

div#footer-widget .widget-bottom .about{
	margin-bottom:33px;
	line-height:20.8px;
}
/*team links*/
a.twitter,
a.facebook,
a.vimeo,
a.youtube,
a.dribbble,
a.linkedin,
a.email{
        display:inline-block;
        width:24px;
        height:24px;
        margin-right:4px;
	float:right;
        opacity:0.5;
        filter:alpha(opacity=50);
        -webkit-transition:all 0.2s ease-out;
           -moz-transition:all 0.2s ease-out;
                -ms-transition:all 0.2s ease-out;
                 -o-transition:all 0.2s ease-out;
                        transition:all 0.2s ease-out;
}

a.twitter{background:url(../images/control.png) no-repeat -28px -697px;}
a.facebook{background:url(../images/control.png) no-repeat -28px -725px;}
a.vimeo{background:url(../images/control.png) no-repeat -28px -753px;}
a.youtube{background:url(../images/control.png) no-repeat -28px -781px;}
a.dribbble{background:url(../images/control.png) no-repeat -28px -809px;}
a.linkedin{background:url(../images/control.png) no-repeat -28px -838px;}
a.email{background:url(../images/control.png) no-repeat -28px -1598px;}

a.twitter:hover,
a.facebook:hover,
a.vimeo:hover,
a.youtube:hover,
a.dribbble:hover,
a.linkedin:hover,
a.email:hover{
        opacity:1;
        filter:alpha(opacity=100);
}
#content-team div.tabs, #content-team div.tabs ul, #content-archive div.tabs, #content-archive div.tabs ul{
    display:inline-block;
}
#content-team div.tabs ul li a,  #content-archive div.tabs ul li a{
    font-size: 13px;
}
/*normal social*/
.social-network a.twitter, 
.social-network a.facebook, 
.social-network a.vimeo, 
.social-network a.youtube, 
.social-network a.dribbble,
.social-network a.linkedin,
.social-network a.email{
	display:inline-block;
	width:24px;
	height:24px;
	margin-right:4px;
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
		-ms-transition:all 0.2s ease-out;
		 -o-transition:all 0.2s ease-out;
			transition:all 0.2s ease-out;
}

.social-network a.twitter{background:url(../images/control.png) no-repeat -28px -697px;}
.social-network a.facebook{background:url(../images/control.png) no-repeat -28px -725px;}
.social-network a.vimeo{background:url(../images/control.png) no-repeat -28px -753px;}
.social-network a.youtube{background:url(../images/control.png) no-repeat -28px -781px;}
.social-network a.dribbble{background:url(../images/control.png) no-repeat -28px -809px;}
.social-network a.linkedin{background:url(../images/control.png) no-repeat -28px -838px;}
.social-network a.email{background:url(../images/control.png) no-repeat -28px -1598px;}

.social-network a.twitter:hover, 
.social-network a.facebook:hover, 
.social-network a.vimeo:hover, 
.social-network a.youtube:hover, 
.social-network a.dribbble:hover,
.social-network a.linkedin:hover,
.social-network a.email:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

div#footer-widget .widget-bottom .latest-tweet span{line-height:20.8px;}

div#footer-widget .widget-bottom .latest-tweet span.tw-user a{
	color:#fff;
	font-weight:normal;
}

div#footer-widget .widget-bottom .latest-tweet span.tw-user a:hover{text-decoration:underline;}

div#footer-widget .widget-bottom .latest-tweet span.tw-link a{
	color:#42bad8;
	font-weight:normal;
}

div#footer-widget .widget-bottom .latest-tweet span.tw-link a:hover{text-decoration:underline;}

div#footer-widget .widget-bottom .latest-tweet span.tw-time{
	color:#606060;
	font-size:11px;
	font-style:italic;
	line-height:19.2px;
}

div#footer-widget .widget-bottom .tag-cloud a{
	font-weight:normal;
	display:inline-block;
	float:left;
	background-color:#3f3f3f;
	padding:2px 12px 4px 12px;
	margin:2px;
	color:#a3a3a3;
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
}

div#footer-widget .widget-bottom .tag-cloud a:hover{
	color:#2d2d2d;
	background-color:#42bad8;
}

/* calendar */
div#footer-widget .widget-bottom .widget_calendar table,
div#footer-widget .widget-bottom .widget_calendar table#wp-calendar tr,
div#footer-widget .widget-bottom .widget_calendar table#wp-calendar caption,
/* ads */
div#footer-widget .widget-bottom .vpt_ads_125_widget .ads125_wrapper img,
/* tabs */
div#footer-widget .widget-bottom .vpt_tab_widget li,
div#footer-widget .widget-bottom .vpt_tab_widget li a
{ border-color: #3D3D3D; color: #A3A3A3; }
div#footer-widget .widget-bottom .vpt_tab_widget .tab-post li span{ color: #606060; }
/* tags */
div#footer-widget .widget-bottom .vpt_tab_widget .widget_tab_tag .tagcloud a {background-color: #3F3F3F; color: #A3A3A3;}
div#footer-widget .widget-bottom .vpt_tab_widget .widget_tab_tag .tagcloud a:hover {background-color: #42BAD8; color: #FFFFFF;}
/* social-network */
div#footer-widget .widget-bottom .vpt_social_count_widget .widget-stripe{ background-color: #3D3D3D; }
/* twitter */
div#footer-widget .widget-bottom .widget.vpt_twitter_widget .twitter_update_list li{ border-bottom-color: #3b3b3b;}
div#footer-widget .widget-bottom .widget.vpt_twitter_widget .twitter_update_list li span a{ color: #006b4e; }
div#footer-widget .widget-bottom .widget.vpt_twitter_widget .twitter_update_list li small a:hover,
div#footer-widget .widget-bottom .widget.vpt_twitter_widget .twitter_update_list li small a{ color: #606060; }

div#footer-copyright #copyright{
	display:block;
	/*padding:7px 0px 7px 0px;*/
	font-size:12px;
	text-align:center;
}

div#footer-copyright #copyright a:hover{
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
		-ms-transition:all 0.3s ease-out;
		 -o-transition:all 0.3s ease-out;
			transition:all 0.3s ease-out;
	color: #42BAD8;
}

/* Columns for better content separation
================================================== */

/* Columns */
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
    position: relative;
    margin-right: 4%;
    margin-bottom: 10px;
    float: left;
}

.column-last {
    margin-right: 0!important;
    clear: right;
}

/* Contact Form 7 Plugin */
.wpcf7{
	
}
.wpcf7-text,
.wpcf7-textarea{
	height: 37px;
	padding: 0px 10px;
	border: 1px solid #D8D8D8;
	width: 95%;
	margin-top: 5px;
}


/*  9. Browser Fixes
================================================== */
/* gecko */
/*.gecko div#content .regular-content .share-tags-box .share-tags .tags { width: 245px; }*/
.gecko .flexslider.clearfix { margin-top: 10px; }

/* safari */
.safari .flex-direction-nav li a.next{ right: 80px; }
.safari .flex-direction-nav { right: -20px; }

/* opera */
.opera .widget.social-count.clearfix { 
	margin: 13px 0px 0px !important;
	text-align: center;
}
.opera .categories{
	margin: 0px 0px 20px 0px;
}

 .opera .elastislide-carousel ul li a{
	width:100%;
	display:block;
} 
/* ie */
.ie .elastislide-carousel{
	/*width: 110%;*/
	margin:0px 0px 0px 0px;
}
.ie .elastislide-carousel ul li a{
	width:100%;
	display:block;
	
} 
 .ie .elastislide-carousel ul li{
	margin:0px;
	padding:0px;
	
} 

.ie .flex-direction-nav li a.next{ right: 80px; }
.ie .flex-direction-nav { right: -20px; }


/*  10. Responsive
================================================== */

/* #Dekstop */
/* Note:Design for a width of 959px */
@media only screen and (min-width:959px){
	/*body:after { content: 'canvas-dekstop'; }*/
	
	.mobilenav-top,
	.mobilenav-main,
	.mobilenav-custom,
	.mobilenav-custom-headings{ display: none !important;}

	span#bio_script{width: 75%;}
	span#bio{width: 20%;}

	img#bio_img{width:100%;}

	div#print_large{display:block;}
	.printomatic{display:block;}
	form#mobile-subscribe{display:none;}

	div.pastIssueMobile{display:none;}

}

/* #Tablet (Portrait) ------------------------------ */
/* Note:Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:959px){



	/*body:after { content: 'canvas-tablet-po'; }*/

	.wrap_container,div#footer-widget,div#footer-copyright{ width: 788px; }
	span#bio_script{width: 75%;}
	span#bio{width:20%;}
	img#bio_img{width:20%;}
    #content-team div.tabs, #content-team div.tabs ul, #content-archive div.tabs, #content-archive div.tabs ul{
        display:none;
    }   
    div#content-team {
        width: 100%;
    }
	
	div#print_large{display:none;}
        .printomatic{display:none;}

	form#subForm{display:block;}
    form#subForm table{width: 100%;}
    form#subForm td{margin: auto; display: block;}
        form#mobile-subscribe{display:inline-table;}

	div.pastIssueMobile{display:none;}

	/*teaser-window and teaser-window-team*/
	div#teaser-window,
	div#teaser-window-team,
	div#arrow-left,
	.tabs.clearfix{
			display:none;
	}
	/* navigation custom */
        div#navigation-custom #touch-custom{display:inline-block; padding:12px 591px 12px 17px;}
	.mobilenav-custom{display:none; width:120.3%; font-size:12px; border-top:1px solid #EBEBEB;margin-top:84px}
	.mobilenav-custom-headings{width:120.3%; font-size:12px; border-top:1px solid #EBEBEB;margin-top:84px}

	
	/* HEADER */
	#menu-top,
	div#navigation-top #menu-top > ul,
	div#menu-main > ul{display:none;}
	
	/* navigation top */
	div#navigation-top .date{display:inline-block;}	
	div#navigation-top #touch-top{display:inline-block;}	
	.mobilenav-top,
	.mobilenav-main{display:none; width:100%; font-size:12px; border-top:1px solid #EBEBEB;}
	
	/* logo & banner */
	div#logo-banner #banner img{width:100%;}
	div#logo a img{margin: 0 0 0 0; width:100%;}

	
	/* navigation main */
	div#navigation-main #touch-main{display:inline-block; padding:12px 591px 12px 17px;}
	#search-form #search-box{width:740px;}

	/* slider */
	.gallery .image-preview{ height: 279px; }
	.gallery .image-preview .slide-vignette{ height: 279px; }
	.image-preview .slide-vignette .slider_cap { width: 456px; }
	.image-preview .slide-vignette h1 {font-size: 23px;}
	.image-preview .slide-vignette span#slider_desc { font-size: 13px; line-height: 19px; }
	.elastislide-list li div.thumb_title { display: block;}
	.elastislide-horizontal nav span{ top: 30px; left: 6px; }
	.elastislide-carousel ul li a { display : block !important; }
	.elastislide-horizontal nav span.elastislide-next {right: 6px; left: auto;}
	
	/* CONTENT */
	div#content{width:507px; margin-right:30px;}
	div#content .list-cat-one,
	div#content .list-cat-two,
	div#content #content-box{width:537px;}
  
	/* review */
	div#content .regular-content .review-overview { margin-left: 28px; width: 199px; }
	
	/* - home */
	div#content #cat-half #cat-half-container{width:535px;}
	div#content #cat-half #cat-half-container .cat-half-box{width:239px;}
	div#content #cat-half #cat-half-container .cat-half-text{width:130px;}
	
	/* - single category */
	div#content .content-preview{width:240px;}
	div#content .content-preview .content-image{width:240px; height:164px;}
	div#content .content-preview .content-image .content-rating{width:227px; height:154px;}
	div#content .content-preview .content-image .content-rating:hover .center-img{margin:20px 0px 0px 109px;}
	
	/* - single small */
	div#content .alternative-small-preview .alternative-small-text{width:259px;}
	
	/* - single big */
	div#content .alternative-big-preview .alternative-big-text .text{width:418px;}
	div#content .alternative-big-preview .alternative-big-image,
	div#content .alternative-big-preview .alternative-big-image .shadow{width:507px; height:280px;}
	div#content .alternative-big-preview .alternative-big-image .shadow:hover span.center-img{margin:129px auto;}
	div#content .alternative-big-preview .alternative-big-image .shadow:hover{
		-webkit-box-shadow:inset  0px 0px 170px 100px rgba(0, 0, 0, 0.8);
		   -moz-box-shadow:inset  0px 0px 170px 100px rgba(0, 0, 0, 0.8);
			-ms-box-shadow:inset  0px 0px 170px 100px rgba(0, 0, 0, 0.8);
			 -0-box-shadow:inset  0px 0px 170px 100px rgba(0, 0, 0, 0.8);
				box-shadow:inset  0px 0px 170px 100px rgba(0, 0, 0, 0.8);
	}
	
	/* - single regular */
	div#content img.heading-img,
	div#content .regular-content .share-tags-box{width:100%;}
	div#content .regular-content textarea,
	div#content .regular-content .share-tags-box .share-tags{width:487px; margin-bottom:40px;}
	div#content .regular-content .share-tags-box .share-tags .tags{width:435px;}
	div#content .regular-content .related-box{width:518px;}
	div#content .regular-content .related-box .related-content,
	div#content .regular-content .related-box .related-content img{width:118px;}
	
	/* - collective */
	div#content .collective-preview{margin-right:30px;}
	div#content .collective-preview,
	div#content .collective-preview .collective-image,
	div#content .collective-preview .collective-image img,
	div#content .collective-preview .collective-image .shadow{width:149px;}
	div#content .collective-preview .collective-image img{ height: 205px;}
	div#content .collective-preview .collective-image,
	div#content .collective-preview .collective-image .shadow	{height:205px;}
	div#content .collective-preview .collective-image .shadow:hover span.center-img{margin:91px auto;}
	
	/* - collective content */
	div#content-fullwidth #collective-content-box{width:798px;}
	div#content-fullwidth #collective-content-box .collective-content-preview, 
	div#content-fullwidth #collective-content-box .collective-content-preview img{width:332px;}
	
	/* - archive */
	div#content .archive-preview{width:240px;}

	/* - author */
	div#content #recent-post .recent-post-text{width:397px;}
	div#content .regular-content .author-content > .author-text { width: /*423px*/100%; }
	
	/* - contact */
	div#content .contact-box{width:545px;}
	div#content .contact-box .label-text{width:234px;}
	div#content .contact-box .label-text input{width:215px;}
	div#content textarea{width:487px;}
	
	/* SIDEBAR */
	div#sidebar{width:230px;}
	div#sidebar .widget .subscribe,
	div#sidebar .widget .twitter,
	div#sidebar .widget .facebook{margin:12px 12px;}
	.tabs ul.nav li a.side{padding:8px 16.6px; font-size:14.5px !important;}
	.tabs .tab li .popular-text{width:171px;}
	.tabs .tab li div.point-bar{width:141px;}
	div#sidebar .widget .collective-text{width:149px;}
	div#sidebar .widget.tutorials img{width:100%;}
	div#sidebar .widget .flickr-box{width:249px;}
	div#sidebar .widget .flickr-img{margin:0px 20px 20px 0px;}
	div#sidebar .widget .blogroll a{width:115px;}
	.widget.widget_search form#searchform input#s { width: 86%; }

	/* FOOTER */
	/*div#footer-widget #navigation-bottom{width:768px;}*/
	div#footer-widget #navigation-bottom .widget-bottom:last-child{margin-right:0px;}
	div#footer-widget .widget-bottom{width:235px;}
	
	/* Browser Fixes */
	.gecko #sidebar{}
}
	
/* #Mobile (Landscape) ------------------------------ */
/* Note:Design for a width of 480px */
@media only screen and (min-width:480px) and (max-width:767px){

	/*body:after { content: 'canvas-mobile-la'; }*/

	.wrap_container,div#footer-widget,div#footer-copyright{ width: 440px; }
	span#bio_script{width: 70%;}
	span#bio{width:15%;}
	img#bio_img{width:20%;}
	#content-team div.tabs, #content-team div.tabs ul, #content-archive div.tabs, #content-archive div.tabs ul{
        display:none;
    }
    div#content-team {
        width: 100%;
    }
	div#print_large{display:none;}
        .printomatic{display:none;}
	
	form#subForm{display:block;}
    form#subForm table{width: 100%;}
    form#subForm td{margin: auto; display: block;}
        form#mobile-subscribe{display:inline-table;}

	div.pastIssue{display:none;}


	/*teaser-window and teaser-window-team*/
	div#teaser-window,
        div#teaser-window-team,
        div#arrow-left,
        .tabs.clearfix{
                        display:none;
        }
	/* navigation custom */
        div#navigation-custom #touch-custom{display:inline-block}
	.mobilenav-custom{display:none; width:65.7%; font-size:12px; border-top:1px solid #EBEBEB; margin-top:84px;} 
	.mobilenav-custom-headings{width:65.7%; font-size:12px; border-top:1px solid #EBEBEB; margin-top:84px;}


	/* HEADER */
	.news,
	#menu-top,
	div#navigation-top #menu-top > ul,
	div#menu-main > ul{display:none;}
	
	/* navigation top */
	div#navigation-top .date{display:inline-block;}
	div#navigation-top #touch-top{display:inline-block;}	
	.mobilenav-top,
	.mobilenav-main{display:none; width:100%; font-size:12px; border-top:1px solid #EBEBEB;}
	
	/* logo & banner */
	div#logo-banner #banner img{width:100%;}
	div#logo-banner #logo img{width:100%;}
	
	/* navigation main */
	div#navigation-main #touch-main{display:inline-block}
	#search-form #search-box{ width:392px;}
	
	/* slider */
	.gallery .image-preview{ height: 232px; }
	.gallery .image-preview .slide-vignette{ height: 232px; }
	.image-preview .slide-vignette .slider_cap { width: 380px; }
	.image-preview .slide-vignette h1 {font-size: 23px;}
	.image-preview .slide-vignette span#slider_desc { font-size: 13px; line-height: 19px; }
	.elastislide-list li div.thumb_title { display: none;}
	.elastislide-horizontal nav span{ top: 12px; left: -17px; }
	.elastislide-carousel ul li a { display : block !important; }
	.elastislide-horizontal nav span.elastislide-next {right: -16px; left: auto;}
	
	/* CONTENT */
	div#content{width:100%;}
	div#content .list-cat-one,
	div#content .list-cat-two,
	div#content #content-box{width:450px;}
	
	/* review */
	div#content .regular-content .review-overview { margin-left: 0; width: auto; }
	
	/* - home */
	div#content #content-ads img{width:100%;}
	div#content #cat-half #cat-half-container{width:440px;}
	div#content #cat-half #cat-half-container .cat-half-box{width:420px; margin-right:0px;}
	div#content #cat-half #cat-half-container .cat-half-text{width:310px;}
	
	/* - single category */
	div#content .content-preview{width:420px;}
	div#content .content-preview .content-image{width:420px; height:288px;}
	div#content .content-preview .content-image .content-rating{width:407px; height:278px;}
	div#content .content-preview .content-image .content-rating:hover .center-img{margin:69px 0px 0px 200px;}
	
	/* - single small */
	div#content .alternative-small-preview .alternative-small-text{width:420px;}
	div#content .alternative-small-preview .alternative-small-image,
	div#content .alternative-small-preview .alternative-small-image .shadow{width:/*420px*/100%; height:/*379px*/auto;}
	div#content .alternative-small-preview .alternative-small-image .shadow:hover span.center-img{margin:178px auto;}
	
	/* - single big */
	div#content .alternative-big-preview .alternative-big-text .text{width:331px;}
	div#content .alternative-big-preview .alternative-big-image,
	div#content .alternative-big-preview .alternative-big-image .shadow{width:420px; height:232px;}
	div#content .alternative-big-preview .alternative-big-image .shadow:hover span.center-img{margin:105px auto;}
	div#content .alternative-big-preview .alternative-big-image .shadow:hover{
		-webkit-box-shadow:inset  0px 0px 150px 75px rgba(0, 0, 0, 0.8);
		   -moz-box-shadow:inset  0px 0px 150px 75px rgba(0, 0, 0, 0.8);
			-ms-box-shadow:inset  0px 0px 150px 75px rgba(0, 0, 0, 0.8);
			 -0-box-shadow:inset  0px 0px 150px 75px rgba(0, 0, 0, 0.8);
				box-shadow:inset  0px 0px 150px 75px rgba(0, 0, 0, 0.8);
	}
	
	/* - single regular */
	div#content img{width:auto;margin:auto;max-width:85%;}
	div#content .regular-content .share-tags-box{width:100%;}
	div#content .regular-content textarea,
	div#content .regular-content .share-tags-box .share-tags{width:400px; margin-bottom:40px;}
	div#content .regular-content .share-tags-box .share-tags .tags{width:348px;}
	div#content .regular-content .related-box{width:431px;}
	div#content .regular-content .related-box .related-content,
	div#content .regular-content .related-box .related-content img{width:132px;}
	
	/* - collective */
	div#content .collective-preview{margin-right:30px;}
	div#content .collective-preview,
	div#content .collective-preview .collective-image,
	div#content .collective-preview .collective-image img,
	div#content .collective-preview .collective-image .shadow{width:195px;}
	div#content .collective-preview .collective-image img{height: 268px;}
	div#content .collective-preview .collective-image,
	div#content .collective-preview .collective-image .shadow{height:268px;}
	div#content .collective-preview .collective-image .shadow:hover span.center-img{margin:123px auto;}
	
	/* - collective content */
	div#content-fullwidth #collective-content-box{width:420px;}
	div#content-fullwidth #collective-content-box .collective-content-preview, 
	div#content-fullwidth #collective-content-box .collective-content-preview img{width:380px;}
	
	/* - archive */
	div#content .archive-preview{width:420px;}
	div#content .archive-preview a{width:208px;}
	
	/* - author */
	div#content #recent-post .recent-post-text{width:310px;}
	div#content .regular-content .author-content > .author-text { width: /*336px*/100%; }
	
	/* - contact */
	div#content .contact-box,
	div#content .contact-box .label-text{width:420px;}
	div#content .contact-box .label-text input,
	div#content textarea{width:400px;}
	
	/* pagination */
	.pagination {margin-bottom:50px;}
	
	/* SIDEBAR */
    div#sidebar{width:100%;}
	div#sidebar .widget .subscribe,
	div#sidebar .widget .twitter,
	div#sidebar .widget .facebook{margin: 12px 38px;}
	.tabs ul.nav li a.side{padding:8px 48.3px;}
	.tabs .tab li .popular-text{width:361px;}
	.tabs .tab li div.point-bar{width:331px;}
	div#sidebar .widget .collective-text{width:339px;}
	div#sidebar .widget .flickr-box{width:439px;}
	div#sidebar .widget .flickr-img{margin:0px 24.8px 24.8px 0px;}
	div#sidebar .widget .blogroll a{width:140px;}
	.widget.widget_search form#searchform input#s { width: 92%; }
	
	/* FOOTER */
	div#footer-widget #navigation-bottom{width:420px;}
	div#footer-widget .widget-bottom{width:420px;}
	div#footer-widget .widget-bottom{margin-right:0px; margin-bottom:0px;}
	div#footer-widget .widget-bottom:last-child{margin-bottom:42px;}
}
	
/* #Mobile (Portrait) ------------------------------ */
/* Note:Design for a width of 320px */
@media only screen and (max-width:479px){

	/*body:after { content: 'canvas-mobile-po'; }*/

	.wrap_container,div#footer-widget,div#footer-copyright{ width: 320px; }
	span#bio_script{width: 70%;}
	span#bio{width:20%;}
	img#bio_img{width:20%;}
    #content-team div.tabs, #content-team div.tabs ul, #content-archive div.tabs, #content-archive div.tabs ul {
        display: none;
    }
    div#content-team {
        width: 100%;
    }

	div#print_large{display:none;}
        .printomatic{display:none;}	

	form#subForm{display:block;}
    form#subForm table{width: 100%;}
    form#subForm td{margin: auto; display: block;}
        form#mobile-subscribe{display:block;}

	div.pastIssueMobile{display:none;}


	/*teaser-window and teaser-window-team*/
        div#teaser-window,
        div#teaser-window-team,
        div#arrow-left,
        .tabs.clearfix{
                        display:none;
        }
	/* navigation custom */
        div#navigation-custom #touch-custom{display:inline-block; padding:12px 122px 12px 17px;}
	.mobilenav-custom{display:none; width:46.9%; font-size:12px; border-top:1px solid #EBEBEB;margin-top:84px}
	.mobilenav-custom-headings{width:46.9%; font-size:12px; border-top:1px solid #EBEBEB;margin-top:84px}

	
	/* HEADER */
	.news,
	#menu-top,
	div#navigation-top #menu-top > ul,
	div#menu-main > ul{display:none;}
	
	/* navigation top */
	div#navigation-top .date{display:inline-block;}	
	div#navigation-top #touch-top{display:inline-block;}	
	.mobilenav-top,
	.mobilenav-main{display:none; width:100%; font-size:12px; border-top:1px solid #EBEBEB;}
	
	/* logo & banner */
	div#logo-banner #banner img{width:100%;}
        div#logo-banner #logo img{width:100%;}	

	/* navigation main */
	div#navigation-main #touch-main{display:inline-block; padding:12px 122px 12px 17px;}
	#search-form #search-box{width:272px;}
	
	/* slider */
	.gallery .image-preview{ height: 171px; }
	.gallery .image-preview .slide-vignette{ height: 171px; }
	.image-preview .slide-vignette .slider_cap { width: 246px; }
	.image-preview .slide-vignette h1 {font-size: 19px;}
	.image-preview .slide-vignette span#slider_desc { font-size: 11px; line-height: 0.6em; }
	.elastislide-list li div.thumb_title { display: none;}
	.elastislide-horizontal nav span{ top: 6px; left: -17px; }
	.elastislide-carousel ul li a { display : block !important; }
	.elastislide-horizontal nav span.elastislide-next {right: -16px; left: auto;}
	
	/* CONTENT */
	div#content{width:100%;}
	div#content .list-cat-one,
	div#content .list-cat-two,
	div#content #content-box{width:330px;}
	
	/* review */
	div#content .regular-content .review-overview { margin-left: 0; width: auto; }
	
	/* - home */
	div#content #content-ads img{width:100%;}
	div#content #cat-half #cat-half-container{width:100%;}
	
	/* - single small */
	div#content .alternative-small-preview .alternative-small-text{width:100%;}
	div#content .alternative-small-preview .alternative-small-image,
	div#content .alternative-small-preview .alternative-small-image .shadow{width:100%; height:/*271px*/ auto;}
	div#content .alternative-small-preview .alternative-small-image .shadow:hover span.center-img{margin:124px auto;}
	
	/* - single big */
	div#content .alternative-big-preview .alternative-big-text .text{width:211px;}
	div#content .alternative-big-preview .alternative-big-image,
	div#content .alternative-big-preview .alternative-big-image .shadow{width:300px; height:165px;}
	div#content .alternative-big-preview .alternative-big-image .shadow:hover span.center-img{margin:71px auto;}
	div#content .alternative-big-preview .alternative-big-image .shadow:hover{
		-webkit-box-shadow:inset  0px 0px 120px 50px rgba(0, 0, 0, 0.8);
		   -moz-box-shadow:inset  0px 0px 120px 50px rgba(0, 0, 0, 0.8);
			-ms-box-shadow:inset  0px 0px 120px 50px rgba(0, 0, 0, 0.8);
			 -0-box-shadow:inset  0px 0px 120px 50px rgba(0, 0, 0, 0.8);
				box-shadow:inset  0px 0px 120px 50px rgba(0, 0, 0, 0.8);
	}
	
	/* - single regular */
	div#content img{width:auto; margin:auto; max-width:85%;}
	div#content .regular-content .share-tags-box{width:100%;}
	div#content .regular-content input.text,
	div#content .regular-content textarea,
	div#content .regular-content .share-tags-box .share-tags{width:280px; margin-bottom:40px;}
	div#content .regular-content .share-tags-box .share-tags .tags{width:228px;}
	div#content .regular-content .related-box{width:311px;}
	div#content .regular-content .related-box .related-content,
	div#content .regular-content .related-box .related-content img{width:144px;}
	
	/* - collective */
	div#content .collective-preview{margin-right:30px;}
	div#content .collective-preview,
	div#content .collective-preview .collective-image,
	div#content .collective-preview .collective-image img,
	div#content .collective-preview .collective-image .shadow{width:135px;}
	div#content .collective-preview .collective-image,
	div#content .collective-preview .collective-image .shadow	{height:186px;}
	div#content .collective-preview .collective-image .shadow:hover span.center-img{margin:82px auto;}
	div#content .collective-preview .collective-image img{height: 186px;}
	
	/* - collective content */
	div#content-fullwidth #collective-content-box{width:300px;}
	
	/* - archive */
	div#content .archive-preview{width:300px;}
	div#content .archive-preview a{width:208px;}
	
	/* - author */
	div#content #recent-post .recent-post-text{width:190px;}
	div#content .regular-content .author-content > .author-text { width: /*218px*/100%; }
	
	/* - contact */
	div#content .contact-box,
	div#content .contact-box .label-text{width:300px;}
	div#content .contact-box .label-text input,
	div#content textarea{width:280px;}
	
	/* pagination */
	.pagination {margin-bottom:50px;}
	
	/* SIDEBAR */
	div#sidebar{width:100%;}
	div#sidebar .widget .subscribe,
	div#sidebar .widget .twitter,
	div#sidebar .widget .facebook{margin:12px 21px;}
	.tabs ul.nav li a.side{padding:8px 28.3px;}
	.tabs .tab li .popular-text{width:241px;}
	.tabs .tab li div.point-bar{width:211px;}
	div#sidebar .widget .collective-text{width:219px;}
	div#sidebar .widget .flickr-box{width:314px;}
	div#sidebar .widget .flickr-img{margin:0px 15.5px 15.5px 0px;}
	div#sidebar .widget .blogroll a{width:150px;}
	.widget.widget_search form#searchform input#s { width: 89%; }
	
	/* FOOTER */
	div#footer-widget #navigation-bottom{width:300px;}
	div#footer-widget .widget-bottom{margin-right:0px; margin-bottom:0px;}
	div#footer-widget .widget-bottom:last-child{margin-bottom:42px;}
	
	/* RESPONSIVE */
	.one_half,
	.one_third,
	.two_third,
	.three_fourth,
	.one_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		width: 100%;
	}
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
 	strong{ 
		font-weight:100;
		font-style:italic;
	}
}

