/*
Title:   UPDATES Css File
Author:  http://themeforest.net/user/hogash // Marius Hogas
This is  where the updates will be located  */

/* MENU CHASER STYLES */
.chaser {background:#111; background:rgba(0,0,0,0.75); padding:0; position:fixed; left:0; right:0; top:0; width:100%; z-index: 9999;}
.chaser .row {margin-bottom:0;}
.chaser ul.sf-menu {float:none; display:block;}
.chaser ul.sf-menu > li {float:left;}
.chaser ul.sf-menu li a {color:#ddd; font-size:12px; line-height:1; padding:7px 25px 7px 15px;
-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.chaser ul.sf-menu li a.sf-with-ul {}
.chaser ul.sf-menu li .sf-sub-indicator {top:7px; background-image:url(../images/arrows-ffffff.png);}
.chaser ul.sf-menu li.sfHover > a,
.chaser ul.sf-menu li:hover > a,
.chaser ul.sf-menu li a:hover {color:#fff; background:#000;}
.chaser ul.sf-menu li ul { background:#111; background:rgba(0,0,0,0.75); width:13em !important; }
.chaser ul.sf-menu li li:hover ul,
.chaser ul.sf-menu li li.sfHover ul {left:13.1em !important;}
.chaser ul.sf-menu li:hover ul,
.chaser ul.sf-menu li.sfHover ul {top: 26px;padding-bottom: 5px;}
.chaser ul.sf-menu li li:hover ul,
.chaser ul.sf-menu li li.sfHover ul {top:0;}
iframe[src*="assets.pinterest.com"] {display:none;}

/* BOXED VERSION */
body.boxed {background:#fff url(../images/patterns/pat1.png);}
body.boxed #page_wrapper {width:1200px; border-left: 3px solid #fff; border-right: 3px solid #fff; margin:0 auto; background:#f5f5f5; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);}


/* TOOLTIP FADE */
.fade {opacity: 0; -webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
.fade.in { opacity: 1; }

.pagenav { margin:10px 0; padding:0; list-style:none; }
.pagenav:before, .pagenav:after {content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.pagenav:after {clear: both; }
.pagenav {zoom: 1;  }

.pagenav li {float:left; }
.pagenav li.pagenav-next {float:right; }
.pagenav li a {font-size: 10px; font-weight: bold; color: #757575; text-transform:uppercase; border:1px solid #eee; border:1px solid rgba(0,0,0,0.1); padding: 7px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: block; line-height: 1; }
.pagenav li a:hover {color: #595959; border:1px solid #ddd; border:1px solid rgba(0,0,0,0.2); -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear}

#system-message {margin:20px 0 10px;}
#system-message > .message > ul {margin-left:0; background-position: 5px center; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;}

@media (max-width: 767px) {
	.chaser {display:none !important;}
}

/* joomla 3 fixes */
#footer .menu a:hover { background: none; }

.image-boxes img {height: auto;width: 100%;}

/* 1.2 update */
#twitterFeed .timePosted {display:inline-block; color:#9d9d9d; padding-left:10px; border-left:1px solid #707070; font-size:11px; position:absolute; right: 15px; top: 15px; bottom: 15px; width: 45px; vertical-align: middle;line-height: 1;}

.slider_fixed.boxed #slideshow { position: fixed; max-width: 1200px; }
.slider_fixed.boxed #slideshow .iosSlider {max-height: 500px; }