/*
Theme Name: Orbit News
Theme URI: http://www.nextwpthemes.com/themes/orbitnews-wp/
Description: Orbit News is a feature-rich, professional media and magazine theme. Orbit News is fully-responsive and includes unlimited color schemes. Flexislider on home and image post format, different background for each category, unlimited sidebars, custom widgets, video posts page and much more!
Version: 1.1.0
Author: nextWPthemes
Author URI: http://themeforest.net/user/nextWPthemes
Tags: custom-colors, one-column, two-columns, right-sidebar, left-sidebar, fixed-layout, responsive-layout, custom-background, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready, threaded-comments
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/

html { 

}

body {
    font-family: 'Open Sans';
    font-size: 12px;
}

a {
    color:#fc7100;
	text-decoration:none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
}

blockquote p {font-size: 18px !important;}
blockquote {
    border-left: 2px solid #fc7100;
    border-right: 2px solid #fc7100;
    padding: 0px 16px;
    margin: 20px 0px;
    font-family: 'Times New Roman';
    color: #9a9a9a;
    line-height: 24px;
    font-size: 18px;
    font-style: italic;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}


.ads-728x90 {
    width: 728px;
    height: 90px;
    overflow: hidden;
}

.inline-list.m0 li {
    margin: 0;
}

.clear {
    clear: both;
}

.oh { overflow: hidden; }

.mb10 {margin-bottom: 10px !important; }
.mb25 {margin-bottom: 25px !important; }

.pull-left {
    float: left !important;
    margin-left: 0 !important;
}

.pull-right {
    float: right !important;
    margin-right: 0 !important;
}

.pull-center {
    margin: 0 !important;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}

/*-------------------------------------------------*/
/* =  WordPress Core
/*-------------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
/* WP Media */
.wp-caption {
    background: #fff;
    border: 1px solid #f5f5f5;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

embed,
iframe,
object {
	max-width: 100%;
}


/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
body > header {
    width: 100%;
    background: #fff;
}

body > header .inner-header {
    max-width: 990px;
    margin: auto;
    padding: 15px 0;
}

#top-menu {
    width: 100%;
    background: #fc7100;
}

#top-menu > ul {
    max-width: 990px;
    margin: auto;
}

#top-menu a {
    display: block;
    padding: 6px 16px;
    border-right: 1px solid rgba(0,0,0,0.1);
    color: #fff;
    font-size: 11px;
}

#top-menu li:first-child > a {
    border-left: 1px solid rgba(0,0,0,0.1);
}

#logo {
    padding: 0 0 0 0;
	font-family: "Open Sans";
}

#logo a {
  display: inline-block;
}

#logo a:hover {
  text-decoration: none;
}

#logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

#logo .logo-retina {
  display: none;
}

#logo h1 {
	font-size: 3em;
	font-family: inherit;
	font-weight: bold;
}

#logo h2 {
	font-size: 1.5em;
	font-family: inherit;
}

/*-------------------------------------------------*/
/* =  Container
/*-------------------------------------------------*/
.container {
    max-width: 990px;
    background: #fff;
    margin-bottom: 50px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow: hidden;
}

.container header {
    background: #2e2e2e;
}

.container .inner-container {
    width: 960px;
    margin: 22.5px auto 0 auto;
}

.post-title, .page-title, .comment-reply-title {
    font-family: 'PT Sans';
    font-weight: bold;
    margin: 10px 0;
    color: #fc7100;
}
h1.post-title {
    font-size: 26px;
}
.title-bg, .comment-reply-title {
	background: #e6e6e6;
	padding: 8px;
	margin: 0 0 10px;
}
.title-bg:before, .comment-reply-title:before {
	font-family: 'orbitnews';
	color: #fff;
	margin: 0 10px 0 5px;
	text-shadow: 1px 0px 1px gray;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*-------------------------------------------------*/
/* =  Main menu
/*-------------------------------------------------*/
#main-menu select { display: none; }

#main-menu > ul {
    margin: 0;
}

#main-menu a {
    font-family: 'Oswald';
    font-size: 14px;
    text-transform: uppercase;
}

#main-menu > ul > li > a {
    display: block;
    color: #fff;
    padding: 12px 25px;
    border-right: 1px solid #000;
    line-height: normal;
}

#main-menu a:hover, #main-menu a.active {
    background: #fc7100;
}

#main-menu ul li.menu-item-home a {
	text-indent: -9999px;
	width: 50px;
}

#main-menu ul li.menu-item-home a:before {
	font-family: 'orbitnews';
	content: "\e850";
	text-indent: 0;
	font-size: 28px;
	line-height: 1;
	position: absolute;
	left: 12px;
	top: 9px;
    -webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}
/* Sticky Main Menu */
#main-navigation {
	z-index: 1000;
	margin: auto;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.sticky-wrapper { height: auto !important; }

/* DropDown Menu = Superfish */
.sf-menu {
    line-height: 1.0;
    overflow: visible !important;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 200px; /* left offset of submenus need to match (see below) */
    margin: 0 !important;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: -1px;
    top: auto; /* match top ul list item height */
    z-index: 99;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
    top: -999em;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
    left: 198px; /* match ul width */
    top: -1px;
    /*margin-left: 2px;*/
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
    top: -999em;
}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
    left: 198; /* match ul width */
    top: -1px;
}

.sf-menu .sub-menu {
    overflow: visible !important;
    border: 1px solid #000;
}

.sf-menu .sub-menu li {
    background: #2e2e2e;
    padding-right: 0;
    list-style: none;
}

.sf-menu .sub-menu li {
    border-top: 1px solid #000;
}

.sf-menu .sub-menu > li:first-child {
    border-top: none;
}

.sf-menu .sub-menu a {
    color: #fff;
    padding: 8px;
    line-height: normal;
    text-transform: none !important;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline: 0;
    color: #fff;
}
/* Sticky Main Menu */
.right-nav-links {
	display:inline-block;
	float: right; 
	letter-spacing: 0px; 
	word-spacing: 0px; 
	text-align: right; 
	line-height: 0px;
}
/* -----------------------------------------------------------------------------
 * Search form
 * -------------------------------------------------------------------------- */
.searchform {
	position: relative;
	overflow: hidden;
	height: 30px;
	margin: 0;
}
.searchform input[type=text] {
	padding-right: 35px;
	margin-bottom: 0;
	height: 30px;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	font-size: 11px;
	color: #b5b5b5;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.searchform .search-button {
	background: #fff;
	position: absolute;
	cursor: pointer;
    width: 35px;
	right: 0;
	top: 0;
	height: 100%;
	border: 1px solid #e6e6e6;
 	outline: none;
}
.searchform .search-button i {
	font-size: 14px;
}

/* Search Bar */
form.search-bar {
	margin: 9px 10px 8px;
	float: right;
	display: inline-block;
	position: relative;
}
form.search-bar:after {
	display: block;
    width: 28px;
	height: 28px;
	content: ' ';
}
.search-bar input[type="text"] {
	background-color: #9a9a9a;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
    width: 28px;
	height: 28px;
    font-size: 11px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
    color: #9a9a9a;
    border-radius: 0;
    margin: 0 !important;
    outline: none;
    box-shadow: none;
	transition: 0.4s width ease;
	-moz-transition: 0.4s width ease;
	-webkit-transition: 0.4s width ease;
	-o-transition: 0.4s width ease;
}
.search-bar input[type="text"]:focus {
	width: 180px;
	color: #fff;
	cursor: text;
}
.search-bar label {
	margin: 0;
}
.search-bar label i {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
	color: #e6e6e6;
	text-align: center;
	z-index: 2;
	line-height: 26px;
    width: 28px;
	text-shadow: 1px 1px 1px #2e2e2e;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
form.search-bar:hover label i {
	color: #fff;
}
/*-------------------------------------------------*/
/* =  Random Post Link
/*-------------------------------------------------*/
a#orn-random-post {
	display: inline-block;
	float: right;
	line-height: 26px;
	padding: 0 3px;
	margin: 9px 10px 8px 0;
	cursor: pointer;
	outline: none;
	font-size: 14px;
	color: #e6e6e6;
	background-color: #9a9a9a;
	border: 1px solid #e6e6e6;
	text-shadow: 1px 1px 1px #2e2e2e;
}
a#orn-random-post:hover {
	color: #fff;
}
/*-------------------------------------------------*/
/* =  Flexslider
/*-------------------------------------------------*/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}

/* Pause Play */
.flex-pauseplay { position: absolute; top: 17px; left: 17px; }
.flex-pauseplay a { opacity: 0; background-color: rgba(0,0,0, 0.5); padding: 5px 10px; color: #fff; font-family: 'orbitnews'; speak: none; font-size: 18px; cursor: pointer; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.flexslider:hover .flex-pauseplay a { opacity: 1; }
.flex-pauseplay a.flex-pause:before { content: '\ea2b'; }
.flex-pauseplay a.flex-play:before { content: '\ea29'; }

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

.flexslider, .flexslider .slides li { position: relative; }
.flexslider .slides {zoom: 1; margin: 0; }
.flexslider .slides > li { display: none; }
.flexslider, .flexslider .slides li, .flexslider .slides > li > a { height: 347px; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}

.pull-center .flexslider, .pull-center .flexslider .slides li, .pull-center .flexslider .slides > li > a { height: 526px; }

.flexslider img { min-width: 100%; max-height: 100%; }
.pull-center .flexslider img { min-width: 100%; max-height: 100%; height: 100%; }

/* Caption */
.flex-caption { position: absolute; left: 0; bottom: 0; right: 0; font-size: 13px; padding: 18px 20px; color: #fff; height: 100px; background: rgba(0,0,0, 0.5); background: url(http://www.htmltocss.com/rgbatopng.php?rgba=0,0,0,0.5)\0/;  }
.flex-caption .desc { height: 60px; overflow: hidden; }
.flex-caption h1 { line-height: normal; margin: 0; }
.flex-caption a { color: #fc7100; margin-bottom: 5px; font-family: 'PT Sans'; font-size: 18px; line-height: 20px; display: block; }
.flex-caption p { line-height: 17px }

/* Direction Nav */
.flexslider.no-nav .flex-direction-nav { display: none; }
.flex-direction-nav { position: absolute; left: 0; top: 50%; margin: 0; margin-top: -23px; right: 0; height: 46px; min-width: 100%; list-style:none; }
.flex-direction-nav li:first-child { float: left; }
.flex-direction-nav li { float: right; margin-top: 0; }
.flexslider .flex-next:before, .flexslider .flex-prev:before { display: inline-block; font-family: 'orbitnews'; speak: none; color: #fff; font-size: 30px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.flexslider .flex-next:before { content: '\e868'; padding: 0 17px 0 20px; }
.flexslider .flex-prev:before { content: '\e867'; padding: 0 20px 0 17px; }
.flexslider .flex-direction-nav a { opacity: 0; overflow: hidden; margin: 0; display: block; background-color: rgba(0,0,0, 0.5); z-index: 10; cursor: pointer; text-indent: inherit; }
.flexslider:hover .flex-direction-nav a { opacity: 1 }

/* Control Nav */
.flex-control-nav { position: absolute; top: 17px; right: 17px; text-align: center; }
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a {width: 18px; height: 18px; display: block; background: transparent; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; border: 3px solid rgba(0,0,0, .5); }
.flex-control-paging li a.flex-active { background: #fff; cursor: default; }

/*-------------------------------------------------*/
/* =  Content
/*-------------------------------------------------*/
#content {
    margin-bottom: 20px;
}
#content p {
    font-size: 13px;
}

#content .sticky {
	position: static;
}
.post {
    margin-bottom: 20px;
}
.post:last-child, #content .page:last-child { 
	float:left !important; 
}
.post-image {
	position:relative;
	overflow: hidden;
}
.post-image img {
    min-width: 100%;
}

.sticky-ico {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 2;
}
.sticky-ico:hover {
	opacity: 1;
	color: #fff;
	border: none;
}
.sticky-ico:before {
	content: "\e94e";
}
.post-icons {
	position: absolute; 
	right: 5px; 
	bottom: 5px;
	z-index: 2;
}

.format-icon,
.sticky-ico {
	display: inline-block;
	font-size: 1.7em;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	opacity: .8;
	border: none;
	padding: 5px;
	cursor: pointer;
	font-family: 'orbitnews'; 
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.format-icon:hover {
	opacity: 1;
	color: #fff;
	border: none;
}
.audio-ico:before {
	content: "\e81c";
}

.video-ico:before {
	content: "\e834";
}

.gallery-ico:before {
	content: "\e955";
}

.post-container {
    margin: 10px 0;
    height: 104px;
    overflow: hidden;
}

.post-container .post-title {
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 8px 0;
    color: #535353;
}

.post-container .post-excerpt {
    color: #999;
    line-height: 18px;
    font-size: 13px;
}

.post-meta {
	width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin-bottom: 15px;
}
.post-meta a {
    color: #999;
}

.post-meta .comments,
.post-meta .author,
.post-meta .pdate,
.post-meta .categories,
.post-meta .resolution,
.post-meta .image-attachment {
    padding: 5px 0;
    margin-right: 10px;
}

.post-meta .comments a:before,
.post-meta .categories:before,
.post-meta .pdate a:before,
.post-meta .author a:before,
.post-meta .resolution a:before,
.post-meta .image-attachment a:before {
	font-family: 'orbitnews'; 
	font-size: 18px;
	margin-right: 5px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.post-meta .comments a:before {
	content: "\e9cd";
}

.post-meta .author a:before {
	content: "\e802";
}

.post-meta .pdate a:before {
	content: "\e81e";
}

.post-meta .categories:before {
	content: "\e94b";
}

.post-meta .resolution a:before {
	content: "\e823"
}

.post-meta .image-attachment a:before {
	content: "\e836";
}

.post-meta .tags {
    margin-top: 5px;
	display: block;
}

.post-meta .tags:before {
	float: left;
	font-family: 'orbitnews'; 
	content: "\e85d";
	font-size: 24px;
	line-height: 34px;
	margin-right: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.edit-link {
	position: fixed;
	top: 23%;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.3);
	text-align: center;
	height: 35px;
	width: 35px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.edit-link a {
	line-height: 1.5em;
	font-size: 2em;
	color: #fff;
	opacity: 0.8;
}
.edit-link a:hover {
	opacity: 1;
}

.other-posts {
	border-top: 1px solid #f5f5f5;
	padding-top: 15px;
}
.other-posts .pdate {
    font-size: 11px;
    padding: 5px 0;
}
.other-posts .pdate:before {
	font-family: 'orbitnews'; 
	content: "\e81e";
	font-size: 14px;
	margin-right: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.other-posts li {
    display: block;
    height: 50px;
    margin-bottom: 25px;
}

.other-posts li > a {
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}

.other-posts .post-title {
    font-family: 'PT Sans';
    font-size: 13px;
    color: #fc7100;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 5px 0;
}

.ads-middle {
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
}
.ads-middle img{
	float:none;
	margin:0;
}

/*-------------------------------------------------*/
/* = Archive Timeline
/*-------------------------------------------------*/
.archive-timeline-container {
	margin: 0 auto;
}

.archive-timeline-header {
	margin: 0;
	margin-left: -6px;
	border-width: 2px;
	border-style: solid;
	border-color: #fc7100;
	width: 64px;
	padding: 5px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.archive-timeline {
	border-left-width: 2px;
	border-left-style: solid;
	border-color: #fc7100; 
	margin: 0 0 0 25px;
	padding: 15px 0;
	overflow: visible;
}
.start-timeline {
	border-top-width: 2px;
	border-top-style: solid;
	border-color: #fc7100;
	margin-top: 0px;
	width: 50px;
}

.archive-timeline li {
	float: none;
	margin-left: 24px;
	margin-bottom: 5px;
	overflow: visible;
	position: relative;
	padding: 25px 0;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden; 
}

.archive-timeline a {
	text-decoration: none;
	font-size: 14px;
	margin-left: 16px;
}

.archive-timeline .timeline-image {
	position: absolute;
	height: auto;
	width: 50px;
	top: 11px;
	left: -50px;
	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	-ms-transition: all .3s ease;
  	transition: all .3s ease;
}

.archive-timeline li:hover .timeline-image {
	width: 60px;
	left: -55px;
	top: 6px;
}

.archive-timeline .timeline-groupdate {
	border-top-width: 2px;
	border-top-style: solid;
	border-color: #fc7100;
	padding: 1px 10px 0 50px;
}

.archive-timeline .orn-icon-down-thin {
	font-size: 18px;
	color: #fc7100;
	margin-left: -14px;
}

/*-------------------------------------------------*/
/* =  Post Reviews
/*-------------------------------------------------*/
.review-box {
	background: #2e2e2e;
	padding: 0;
	color: #fff;
	margin: 10px 15px 0 0;
}

.review-box.twelve {
	margin: 0;
}

.review-box .review-box-title {
	padding: 12px 10px 10px;
	margin: 0;
	color: inherit;
	font-size: 16px;
	font-family: "Oswald";
	border-bottom: 1px solid #000;
	text-transform: uppercase;
}

.review-box .progress-bars .progress {
	border: none;
	position: relative;
	margin-bottom: 0;
	border-bottom: 1px solid #000;
	padding: 0;
	height: 30px;
	overflow: hidden;
}

.review-box .progress-bars .progress .meter.animate {
	width: 0 !important;
}

.review-box .progress-bars .progress .meter.done {
    -webkit-transition: width 0.8s ease-in-out;
    -moz-transition: width 0.8s ease-in-out;
    -o-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out;
}

.review-box .progress-bars .criteria-text {
	font-size: 13px;
	top: 7px;
	left: 10px; 
	position: absolute;
}

.review-box .review-box-average p { 
	line-height: 18px;
}

.review-box .review-box-average {
	overflow: hidden;
	border-bottom: 1px solid #000;
}

.review-box .review-box-average .avg-circle {
	font-size: 1.3em !important;	
	color: white !important;
}

.review-box .review-box-average .panel {
	margin: 0;
	background: none;
	border: none;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
    padding-bottom: 210px;
    margin-bottom:  -200px;
}

.review-box .review-box-average h4 {
	margin: 2px 0 0;
	font-size: 1.2em;
	color: inherit;
	font-family: "PT Sans";
}

.review-box .review-box-average .review-average-text {
	border-right: 1px solid #474747;
}

.review-box .review-box-average .review-average-value {
	text-align: center;
    border-left: 1px solid #000;
}
.review-box .review-box-average .review-average-value .avg-star {
	position: relative;
	text-align: center;
}
.review-box .review-box-average .review-average-value .avg-star h3 {
    position: absolute;
	font-size: 16px;
	color: #2e2e2e;
    top: 13px;
    z-index: 2;
    width:400px;
    margin-left:-200px;
    left:50%;
}
.review-box .review-box-average .review-average-value .avg-star:before {
	font-family: 'orbitnews';
	content: "\e830";
	color: #f5c614;
	text-shadow: 1px 1px 1px black;
	font-size: 68px;
}
.review-box .review-box-users {
	padding: 5px 10px;
	margin: 0;
	color: inherit;
	border-top: 1px solid #474747;
	border-bottom: 1px solid black;
}
.review-box .review-box-users .rate-info p {
	margin: 0;
	font-size: 11px !important;
	line-height: 1.2em;	
}
.progress-bars .progress span.rated-stars,
.top-ratings .rated-stars,
.review-box .review-box-users span.rating-stars {
	position: relative;
	height: 1em;
	margin-top: 5px;
	line-height: 1em;
	font-size: 18px;
	width: 92px;
	overflow: hidden;
	letter-spacing: 2px;
	font-family: 'orbitnews';
	cursor: pointer;
	color: #f5c614;
}
.progress-bars .progress span.rated-stars {
	margin-top: 6px;
	margin-right: 10px;
	float: right;
}
@media screen and (min-width:0\0) {
	.progress-bars .progress span.rated-stars,
	.top-ratings .rated-stars,
	.review-box .review-box-users span.rating-stars {
	   width: 94px;
	   padding-left: 1px;
	}
} 
.progress-bars .progress span.rated-stars:before,
.top-ratings .rated-stars:before,
.review-box .review-box-users span.rating-stars:before {
	content: "\e830\e830\e830\e830\e830";
	opacity: .3;
	top: 0;
	left: 0;
	position: absolute;
}
.progress-bars .progress span.rated-stars span,
.top-ratings .rated-stars span,
.review-box .review-box-users span.rating-stars span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 16px;
}
.progress-bars .progress span.rated-stars span:before,
.top-ratings .rated-stars span:before,
.review-box .review-box-users span.rating-stars span:before {
	content: "\e830\e830\e830\e830\e830";
	color: #f5c614;
	text-shadow: 1px 1px 1px black;
	top: 0;
	left: 0;
	position: absolute;
}
.rating-spinner {
	width: 95px;
	height: 16px;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	background: #2e2e2e url(images/preload.gif) no-repeat center center;
	background-size: 18px 18px;
}
/*-------------------------------------------------*/
/* =  Carousel
/*-------------------------------------------------*/
.carousel-container, .carousel-images {
    position: relative;
}
.carousel-images {
	overflow: hidden;
}
/* Navigation */
.carousel-navigation {
    position: absolute;
    right: 9px; 
    top: -31px; 
    z-index: 1;
}

.carousel-navigation a {
    width: 24px;
    height: 24px;
    cursor: pointer;
	text-align: center;
    background-color: rgba(0,0,0,0.2) !important;
}

.carousel-navigation .carousel-prev {
    float: left;
    margin-right: 1px;
}

.carousel-navigation .carousel-next {
    float: right;
}

.carousel-navigation .carousel-prev:before,
.carousel-navigation .carousel-next:before {
	font-family: 'orbitnews'; 
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.carousel-navigation .carousel-prev:before {
	content: "\ea16";
}
.carousel-navigation .carousel-next:before {
	content: "\ea17";
}
.carousel-icons {
	position: absolute; 
	right: 5px; 
	bottom: 6px;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
}

/*-------------------------------------------------*/
/* =  Related Posts
/*-------------------------------------------------*/
.related-posts [class*="column"] + [class*="column"]:last-child {
	float: left;
}

#related-posts .title-bg:before {
	content: "\e886";
}
.related-item, .related-images {
    position: relative;
	padding: 0;
}
.related-images img {
	width: 100%;
}
.related-item {
	padding: 0 12.5px;
}
.related-item:last-child {
	margin-right: 0;
}
.related-images .related-posts-icons {
	position: absolute; 
	right: 5px; 
	bottom: 6px;
	background-color: rgba(0,0,0,0.5);
}

/*-------------------------------------------------*/
/* =  Pagenation
/*-------------------------------------------------*/
.pagenation {
    border-top: 1px solid #e6e6e6;
    padding: 20px 0 0 0; 
    margin: 10px 0 30px 0;
}

.pagenation li, .pagenation li span {
    float: left;
    background: #fc7100;
    margin-left: 4px;
    border-radius: 3px;
	
}

.pagenation li.active, .pagenation li span.current  {
    background: #535353;
}

.pagenation li:first-child, .pagenation li span:first-child {
    margin-left: 0;
}

.pagenation li a, .pagenation li span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 11px;
}

.page-numbers li {
	list-style:none;
}

.pagenation li:not(.active):hover {
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter:alpha(opacity=90);
}
	
.post-navigation, .image-navigation {
	padding: 10px;
	position: relative;
	margin-bottom: 20px;
	font-family: 'Oswald';
	font-size: 24px;
	overflow: hidden;
	line-height: normal;
}
.post-navigation .meta-nav, .image-navigation .meta-nav {
	display: block;
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
}
.post-navigation a, .image-navigation a {
	font-size: 14px;
}

.post-navigation .nav-previous a {
	float: left;
    padding-left: 20px;
    width: 49%;
}
.post-navigation .nav-next a {
	float: right;
    padding-right: 20px;
    text-align: right;
    width: 49%;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
	font-family: 'orbitnews';
	font-weight: normal;
	position: absolute;
	top: 13%;
	font-size: 36px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.post-navigation .nav-previous a:before {
 	content: "\e867";
	left: 5px;
}
.post-navigation .nav-previous a:hover:before {
	left: 0px;
}
.post-navigation .nav-next a:before {
	content: "\e868";
	right: 5px;
}
.post-navigation .nav-next a:hover:before {
	right: 0px;
}
/*-------------------------------------------------*/
/* = Author Box
/*-------------------------------------------------*/
#author-info {
	overflow: hidden;
	*zoom: 1;
}
#author-info .title-bg:before {
	content: "\e950";
}
.author-description p {
	color: #777;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 8px;
}

.author-links {
	font-size: 14px;
}
.author-links a {
	color: #777;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 22px;
}
.author-links a:visited { 
	color: #666;
}
.author-links .column {
	padding: 0;
}
.author-links a:focus,
.author-links a:hover,
.author-links a:active { 
	outline: 0;
	color: #2997ab;
}

.author-description {
	float: right;
	width: 80%;
}
.social-meta {
	float: right;
	font-size: 16px;
}
.social-meta a {
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.social-meta a:hover {
	border: none;
}
.social-meta a.website {
	color: inherit;
}
.social-meta .orn-icon-twitter {
	color: #00acee;
}
.social-meta .orn-icon-facebook {
	color: #3b5998;
}
.social-meta .orn-icon-google-plus {
	color: #dd4b39;
}
.social-meta .orn-icon-pinterest {
	color: #cb2027;
}
.social-meta .orn-icon-linkedin {
	color: #007bb6;
}
.social-meta .orn-icon-youtube {
	color: #bb0000;
}
.social-meta .orn-icon-instagram {
	color: #517fa4;
}

/*-------------------------------------------------*/
/* =  Social Icons
/*-------------------------------------------------*/
.social-icons {
	margin: 5px auto;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.social-icons.icon-16 {
	font-size: 16px;
}
.social-icons.icon-18 {
	font-size: 18px;
}
.social-icons.icon-20 {
	font-size: 20px;
}
.social-icons.icon-22 {
	font-size: 22px;
}
.social-icons.icon-24 {
	font-size: 24px;
}
.social-icons.icon-26 {
	font-size: 26px;
}
.social-icons.icon-27 {
	font-size: 27px;
}
.social-icons.icon-28 {
	font-size: 28px;
}
.social-icons.icon-30 {
	font-size: 30px;
}
.social-icons [class^="orn-icon-"],
.social-icons [class*=" orn-icon-"] {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social-icons a, .social-icons a:hover, .social-icons a:focus {
	border: none;
	cursor: pointer;
	outline: none;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
    clear: both;
    position: relative;
    margin: 0 -15px !important;
    padding: 30px 10px 0 10px;
    border-top: 10px solid #e6e6e6;
    color: #fff;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden; 
}
footer a { 
	color: #fff 
}
footer a:hover { 
	color: #fff; 
	opacity: 0.8; 
}

footer p {
    font-family: 'PT Sans';
    font-size: 13px;
    line-height: 16px;
}

footer .widget-title {
    font-family: 'Oswald';
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.copyright {
    clear: both;
    background: #fc7100;
    color: #fff;
	line-height: 1.9em;
    font-family: 'PT Sans';
    font-size: 11px;
    padding: 10px 20px;
    margin: 20px -10px 0 -10px;
	text-shadow: 1px 1px 1px #2e2e2e;
}
footer .copyright .column { padding: 0; }

#back-to-top {
	text-align: center;
    bottom: 10px;
    right: 10px;
    z-index: 1;
	font-size: 3em;
    width: 50px;
    height: 40px;
	position: fixed;
	background: rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#back-to-top a {
    display: block;
	color: #fff;
	opacity: 0.8;
}
#back-to-top a:hover {
	opacity: 1;
}

/* Social Links Footer  */
.social-icons.pos-footer {
	margin: 0;
	float: right;
	padding: 0;
	display: inline-block;
}
.social-icons.pos-footer a {
	color: inherit;
	opacity: 0.7;
}
.social-icons.pos-footer a:hover {
	opacity: 1;
}
.social-icons.pos-footer .pulse:hover {
	-moz-animation-name: pulse 1s;
	-o-animation-name: pulse 1s;
	-webkit-animation: pulse 1s;
	animation: pulse 1s;
	display: inline-block;
}
.social-icons.pos-footer [class^="orn-icon-"]:before, 
.social-icons.pos-footer [class*=" orn-icon-"]:before {
	width: auto;
}
/*-------------------------------------------------*/
/* =  Sidebar = AIO Widgets
/*-------------------------------------------------*/
#sidebar { float: right; }

#sidebar p {
    font-style: normal;
    color: #2e2e2e;
    font-size: 13px;
}

#sidebar .widget-title {
    font-family: 'PT Sans';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2e2e2e;
    margin: 0 0 15px 0;
}

#sidebar > ul > li {
    margin: 0 0 30px 0;
}

#sidebar .widget {
    width: 300px;
}

/*-------------------------------------------------*/
/* =  Top 5 Reviews Widget Home
/*-------------------------------------------------*/
.top-ratings .main-post, .top-ratings .other-posts {
	border:none;
	padding-top: 10px;
}
.top-ratings .main-post .post-title {
	font-size: 18px;
}
.top-ratings .other-posts img {
	float: left;
	width: 70px;
	height: 70px;
	margin-left: 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.top-ratings .other-posts img:hover {
	opacity: 0.7;
}
.top-ratings .other-posts li {
	display: block;
	height: 70px;
	margin-bottom: 10px;
}
.top-ratings .rated-stars {
	margin: 10px 0;
}
.top-ratings .other-posts .rated-stars {
	margin: 0;
	font-size: 16px;
}
.top-ratings .rated-stars span:before {
	text-shadow: 0px 1px 0px #999;
}
.top-ratings .rated-stars:before {
	opacity: 0.5;
}
.other-posts li > a {
	padding: 0;
}
.widget .top-ratings ul {
	margin-left: 0;
}
.widget .top-ratings .other-posts {
	padding-top: 0;
}
/*-------------------------------------------------*/
/* =  Tabs Widget
/*-------------------------------------------------*/
.tabs-widget {
    width: 298px !important;
    padding: 0px !important;
    border-top: none;
}

.tabs-widget .tab-links {
    margin: 0;
}

.tabs-widget .tab-links li {
    float: left;
    width: 97px;
    margin-left: 4px;
    margin-bottom: -1px;
    background: #fff;
}

.tabs-widget .tab-links li:first-child {
    margin-left: 0px;
    width: 96px;
}

.tabs-widget .tab-links li a {
    font-family: 'PT Sans';
    color: #535353;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-bottom: none;
    padding: 10px 0px;
    text-align: center;
    display: block;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.tabs-widget .tab-links li.active a {
    color: #fff;
    background: #fc7100;
    border: 1px solid #fc7100;
}

.tabs-widget > div {
    clear: both;
    display: none;
}

.tabs-widget > div > ul {
    margin: 0;
}

.tabs-widget #popular-tab {
    display: block;
}

.tabs-widget .author-comment {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 14px;
    max-height: 42px;
    overflow: hidden;
    display: block;
}

.tabs-widget .post-date {
    font-size: 11px;
    height: 22px;
    line-height: 24px;
}

.tabs-widget .post-date:before {
	font-family: 'orbitnews'; 
	content: "\e81e";
	font-size: 18px;
	vertical-align: middle;
	margin-right: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tabs-widget > div li {
    overflow: hidden;
    padding: 14px;
    border: 1px solid #e6e6e6;
    border-top: none;
    background: #fff;
}

.tabs-widget > div li:first-child {
    border-top: 1px solid #e6e6e6;
}

.tabs-widget > div li > a {
    display: block;
}

.tabs-widget img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 14px;
	margin-left: 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.tabs-widget img:hover {
	opacity: 0.7;
}
.tabs-widget > div h3 {
    font-family: 'PT Sans';
    margin: 0 0 4px 0px;
    line-height: 17px;
    max-height: 34px;
    overflow: hidden;
}

.tabs-widget > div h3 a {
    color: #fc7100;
    display: block;
    font-size: 13px;
}

.tabs-widget > div h3 a:hover {
    opacity: 0.8;
}

.tabs-widget > div#comments-tab h3 {
    max-height: 15px;
}

footer .tabs-widget p, footer .tabs-widget .post-date {
    color: #2e2e2e;
}

/*-------------------------------------------------*/
/* =  Feedburner Widget
/*-------------------------------------------------*/
li.feedburner-widget form {
    height: 30px;
    margin: 0;
    overflow: hidden;
}

li.feedburner-widget input[type="text"] {
    float: left;
    border: 1px solid #e6e6e6;
    padding: 0 0 0 10px;
    font-size: 11px;
    color: #b5b5b5;
    width: 100%;
    height: 30px;
    margin: 0;
    line-height: 30px;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

li.feedburner-widget input[type="submit"] {
    float: right;
    font-weight: bold;
    background: #fc7100;
    font-size: 12px;
    color: #fff;
    height: 30px;
    width: 80px;
    text-align: center;
    line-height: 30px;
    border: none;
    position: relative;
    top: -30px;
	cursor: pointer;
}

/*-------------------------------------------------*/
/* =  Ads Small Widget
/*-------------------------------------------------*/
#sidebar li.widget_ads_small {
    margin-bottom: 18px !important;
}

li.widget_ads_small > ul {
    margin-left: 0;
}

li.widget_ads_small li {
    float: left;
    width: 142px;
    height: 142px;
    margin: 0 11px 11px 0;
    margin: 0 8px 8px 0\0/;
    overflow: hidden;
}

li.widget_ads_small li img {
    width: 142px;
    height: 142px;
}

li.widget_ads_small li:nth-child(2n) {
    margin-right: 0px;
}

/*-------------------------------------------------*/
/* =  Ads Big Widget
/*-------------------------------------------------*/
li.widget_ads_big > div {
    width: 100%;
}

li.widget_ads_big > div img {
    min-width: 100%;
}

/*-------------------------------------------------*/
/* =  Facebook Box Widget
/*-------------------------------------------------*/
li.widget_facebook_box iframe {
    background: #fff;
    border: none;
    overflow: hidden;
    width: 100%;
    height: 258px;
}

/*-------------------------------------------------*/
/* =  Google+ Box Widget
/*-------------------------------------------------*/
li.widget_google_plus > div {
    width: 100%;
}

/*-------------------------------------------------*/
/* =  Video Widget
/*-------------------------------------------------*/
li.widget_video iframe {
    width: 100%;
}

/*-------------------------------------------------*/
/* =  Calendar Widget
/*-------------------------------------------------*/
#wp-calendar {
    width: 100%;
}

/*-------------------------------------------------*/
/* =  Archive Widget, Categories Widget & Pages Widget
/*-------------------------------------------------*/
li.widget_archive > ul,
li.widget_categories > ul,
li.widget_pages > ul,
li.widget_recent_entries > ul,
li.widget_recent_comments > ul {
    margin-left: 0;
}

li.widget_archive li,
li.widget_categories li,
li.widget_pages li,
li.widget_recent_entries li,
li.widget_recent_comments li {
    display: block;
    color: #b5b5b5;
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 10px;
}

li.widget_recent_comments li {
    font-style: normal;
    margin-bottom: 10px;
}

li.widget_archive li:last-child,
li.widget_categories li:last-child,
li.widget_pages li:last-child,
li.widget_recent_entries li:last-child,
li.widget_recent_comments li:last-child {
    margin-bottom: 0px;
}

li.widget_archive li a,
li.widget_categories li a,
li.widget_pages li a,
li.widget_recent_entries li a,
li.widget_recent_comments li a {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

li.widget_recent_comments li a {
    line-height: 20px;
}

li.widget_recent_comments li a.url {
    font-weight: bold;
}

li.widget_categories ul.children {
    margin: 15px 0 0 20px;
    /*display: none;*/
}

footer li.widget_archive li a,
footer li.widget_pages li a,
footer li.widget_categories li a,
footer li.widget_recent_entries li a,
footer li.widget_recent_comments li a {
    color: #fff;
}

footer li.widget_archive li,
footer li.widget_pages li,
footer li.widget_categories li,
footer li.widget_recent_entries li,
footer li.widget_recent_comments li {
    color: #969696;
}

/*-------------------------------------------------*/
/* =  RSS Widget
/*-------------------------------------------------*/
li.widget_rss .widget-title > a:first-child {
    display: none;
}

li.widget_rss li {
    margin-bottom: 15px;
}

li.widget_rss .rsswidget {
    display: block;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px;
}

li.widget_rss .rss-date {
    display: block;
    color: #fc7100;
    font-size: 11px;
    padding: 3px 0 8px 0;
}

li.widget_rss .rssSummary {
    line-height: 20px;
    color: #2e2e2e;
}

/*-------------------------------------------------*/
/* =  Flicker Widget
/*-------------------------------------------------*/
#sidebar .flickr-widget a:hover img {
    border-color: #ccc;
}

#sidebar .flickr-widget img {
    border: 6px solid #bbb;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.flickr-widget a:hover img {
    border-color: #2e2e2e;
}

.flickr-widget img {
    border: 6px solid #474747;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*-------------------------------------------------*/
/* =  Twitter Widget
/*-------------------------------------------------*/
.twitter-widget {
    margin-top: -4px;
}

.twitter-widget ul {
    margin-left: 0px;
}

.twitter-widget li {
    display: block;
	position: relative;
    margin-top: 20px;
	padding-left: 25px;
}
.twitter-widget li:before {
    content: "\e937";
	font-family: 'orbitnews';
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0.2em;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.twitter-widget li:first-child {
    margin-top: 0px;
}

.twitter-widget p {
    color: #fff;
	margin-bottom:0px;
	line-height: normal !important;
}

#sidebar .twitter-widget p {
    color: #6d6d6d;
}

.twitter-widget a {
    color: #fc7100 !important;
}

#sidebar .twitter-widget a {
    color: #000;
}

/*-------------------------------------------------*/
/* =  Text Widget
/*-------------------------------------------------*/
.textwidget p {
    color: #6d6d6d;
    font-size: 13px;
    line-height: 20px;
    margin-top: -5px;
}

footer .textwidget p {
    color: #fff;
    line-height: 22px;
}

.textwidget img {
    float: left;
    margin: 5px 15px 10px 0;
}

/*-------------------------------------------------*/
/* =  Tag Cloud Widget
/*-------------------------------------------------*/
li.widget_tag_cloud .tagcloud a,
.post-meta .tags a {
    float: left;
    color: #fff;
    font-size: 11px !important;
    padding: 5px 7px;
    background: #666;
    margin: 0 6px 6px 0;

    transition: background .2s linear;
    -moz-transition: background .2s linear;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
}

li.widget_tag_cloud .tagcloud a:hover,
.post-meta .tags a:hover {
    background: #fc7100;
}

/*-------------------------------------------------*/
/* =  Social Counter Widget
/*-------------------------------------------------*/
.social-counter { 
	font-family: 'Oswald';
	margin: 0 auto;
}
.social-counter .counter-total {
	background-color: #fc7100;
	position: relative;
	color: #fff;
	font-family: "PT Sans";
	font-weight: bold;
	font-size: 18px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 5px 10px;
}
.social-counter .counter-total .total-text {
	display: inline-block;
	font-size: 16px;
}
.social-counter .counter-total .total-number {
	text-align: right;
	float: right;
	display: inline-block;
}
.social-counter ul.counter-list {
	margin: auto;
}
.social-counter ul.counter-list li {
	position: relative;
	opacity: 1;
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
    width: 96px;
    height: 86px;
	line-height: 34px;
	padding: 5px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-counter ul.counter-list:hover li {
	opacity: 0.7;
}

.social-counter ul.counter-list li:hover {
	opacity: 1;
}

.social-counter ul.counter-list li a {
    width: 100%;
    height: 100%;
	color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
}
.social-counter ul.counter-list li a i {
	font-size: 34px;
	margin: 0 auto;
	width: 100% !important;
	color: #fff;
	display: block;
	text-align: center;
}
.social-counter ul.counter-list li a span.number {
	display: block;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}
.social-counter ul.counter-list li a span.text {
	display: block;
	line-height: 8px;
	text-align: center;
	font-size: 11px;
}
.social-counter ul.counter-list li.facebook {
	background: #3b5998;
}
.social-counter ul.counter-list li.twitter {
	background: #00acee;
}
.social-counter ul.counter-list li.google-plus {
	background: #db4b39;
}
.social-counter ul.counter-list li.instagram {
	background: #3f729b;
}
.social-counter ul.counter-list li.youtube {
	background: #c4302b;
}
.social-counter ul.counter-list li.vimeo {
	background: #aad450;
}
.social-counter ul.counter-list li.soundcloud {
	background: #ff7700;
}
.social-counter ul.counter-list li.dribbble {
	background: #ea4c89;
}
.social-counter ul.counter-list li.forrst {
	background: #5b9a68;
}
.social-counter ul.counter-list li.pinterest {
	background: #cb2027;
}
.social-counter ul.counter-list li.delicious {
	background: #205cc0;
}
.social-counter ul.counter-list li.github {
	background: #171515;
}

/*-------------------------------------------------*/
/* =  Social Media Links Widget
/*-------------------------------------------------*/
.social-icons.pos-widget {
	margin: 0 auto;
	text-align: center;
}
.social-icons.pos-widget a {
	margin-right: 5px;
	display: inline-block;
}
.social-icons.pos-widget:hover a { opacity: 0.6 }
.social-icons.pos-widget a:hover { opacity: 1 }
.social-icons.pos-widget [class^="orn-icon-"]:before, 
.social-icons.pos-widget [class*=" orn-icon-"]:before {
	color: #fff;
	line-height: 1;
}
.social-icons.pos-widget .orn-icon-rss {
	background: #ee802f;
}
.social-icons.pos-widget .orn-icon-facebook {
	background: #3b5998;
}
.social-icons.pos-widget .orn-icon-twitter {
	background: #00acee;
}
.social-icons.pos-widget .orn-icon-google-plus {
	background: #db4b39;
}
.social-icons.pos-widget .orn-icon-vk {
	background: #45668e;
}
.social-icons.pos-widget .orn-icon-linkedin {
	background: #0e76a8;
}
.social-icons.pos-widget .orn-icon-pinterest {
	background: #cb2027;
}
.social-icons.pos-widget .orn-icon-youtube {
	background: #c4302b;
}
.social-icons.pos-widget .orn-icon-vimeo {
	background: #aad450;
}
.social-icons.pos-widget .orn-icon-instagram {
	background: #3f729b;
}
.social-icons.pos-widget .orn-icon-flickr {
	background: #0063dc;
}
.social-icons.pos-widget .orn-icon-dribbble {
	background: #ea4c89;
}
.social-icons.pos-widget .orn-icon-tumblr {
	background: #32506d;
}
.social-icons.pos-widget .orn-icon-soundcloud {
	background: #ff7700;
}
.social-icons.pos-widget .orn-icon-skype {
	background: #00aff0;
}
.social-icons.pos-widget .orn-icon-delicious {
	background: #205cc0;
}
.social-icons.pos-widget .orn-icon-forrst {
	background: #5b9a68;
}
.social-icons.pos-widget .orn-icon-github {
	background: #171515;
}
.social-icons.pos-widget .orn-icon-stumbleupon {
	background: #f74425;
}
.social-icons.pos-widget .orn-icon-behance {
	background: #053eff;
}

/*-------------------------------------------------*/
/* =  Error Page
/*-------------------------------------------------*/
.error-404 p {
    font-size: 72px !important;
    text-transform: uppercase;
    color: #b5b5b5;
    line-height: normal;
    margin: 120px 0;
    text-align: center;
}

.error-404 p b {
    font-size: 102px;
    color: #fc7100;
    font-weight: normal;
}

.error-404 p span {
    display: block;
    font-size: 13px;
    text-transform: none;
    color: #acacac;
    text-align: left;
    padding-left: 102px;
    margin-top: -20px;
}

/*-------------------------------------------------*/
/* =  Box Titles
/*-------------------------------------------------*/
.cat-title {
    font-family: 'Oswald';
    font-size: 15px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: normal;
    color: #fff;
    margin: 0px;
    padding: 5px 5px;
    background-color: #fc7100;
}
.cat-title .current, .cat-title a {
	color: #fff;
}
.icon_holder {
	background: #fff;
	color: #000;
	line-height: normal;
	display: inline-block;
	margin-right: 15px;
	width: 24px;
	height: 28px;
	font-size: 18px;
	position: relative;
	text-align: center;
}
.icon_holder:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 100%;
	border: solid 14px transparent;
	margin-left: -6px;
	border-left-color: #fff;
	-webkit-transform: scaleX(0.6);
	-moz-transform: scaleX(0.6);
	-ms-transform: scaleX(0.6);
	-o-transform: scaleX(0.6);
	transform: scaleX(0.6);
}
.icon_holder [class^="orn-icon-"]:before, 
.icon_holder [class*=" orn-icon-"]:before {
	color: #666;
}
/*-------------------------------------------------*/
/* =  Page & Singlepost
/*-------------------------------------------------*/
.featured-img {
    display: block;
    margin-bottom: 17px;
}

.featured-img img {
    width: 100%;
}

.singular p {
    line-height: 25px;
}

.line {
    clear: both;
    float: left;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    height: 0px;
    margin: 10px 0 20px 0;
}

.format-audio .audio-container {
	position: relative; 
	min-height: 60px;
}
.format-audio .self-hosted-audio {
	bottom: 10px; 
	position: absolute; 
	background: rgba(0,0,0,0.4); 
	width: 100%; 
	padding: 10px 20px;
}

/*-------------------------------------------------*/
/* =  Video Page
/*-------------------------------------------------*/
.video .post-container {
    height: auto;
}

.video .post .post-title a {
    color: #535353;
}

.video .post:nth-child(4n+1) {
    clear: both;
}

.video .post-image a {
    display: block;
    position: relative;
}

.video .post-image a:before {
    content: "\e88f";
	width: 100%;
	height: 99%;
	font-family: 'orbitnews';
	background: #000;
	font-size: 7em;
	opacity: 0;
	color: #fff;
	text-align: center;
    position: absolute;
    top: 0;
	left: 0;
	font-style: normal;
	font-weight: normal;
	line-height: 2.1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.video .post-image a:hover:before {
	opacity: 0.5;
}

/*-------------------------------------------------*/
/* =  Social Media Sharing
/*-------------------------------------------------*/
.sharre-inside {
	padding: 0;
	min-width: 50px;
}
.sharre-inside.pull-left {
	padding-right: 10px;
	min-width: 60px;
}
.sharre-inside.pull-right {
	padding-left: 10px;
	min-width: 60px;
}
.sharre-inside.pull-center {
	float: none;
}
.sharre-outside {
	position: fixed;
	background: #fff;
	padding: 10px;
	text-align: center;
	list-style: none;
	margin: 0;
	z-index: 99;
	margin-left: -97px;
	width: 70px;
	top: 221px;
}
#content.pull-right .sharre-outside {
	margin-left: 643px;
}
body.admin-bar .sharre-outside {
	top: 249px;
}
.sharrre-container span {
	color: #aaa;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}
.sharrre {
	padding-top: 10px;
}
.sharrre .box {
	width: 50px;
	display: block;
	opacity: .8;
}
.sharre-inside.pull-center .sharrre {
	display: inline-block;
	clear: both;
	margin-right: 20px;
}
.sharrre .count {
	background: #e6e6e6;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	position: relative;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.sharrre .count:after {
	content: '';
	display: block;
	position: absolute;
	left: 49%;
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-top-color: #e6e6e6;
	margin-left: -6px;
	bottom: -12px;
}
.sharrre .share {
	display: block;
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
	margin-top: 8px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
.sharrre .box .share, 
.sharrre .box .count {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: none;
	cursor: pointer;
}
.sharrre .box .share [class^="orn-icon-"]:before, 
.sharrre .box .share [class*=" orn-icon-"]:before {
	width: auto;
}
.sharrre .box:hover {
	opacity: 1;
}
.sharrre .box:hover .count {
	-moz-animation-name: pulse 1s;
	-o-animation-name: pulse 1s;
	-webkit-animation: pulse 1s;
	animation: pulse 1s;
}
.sharrre#sharrre-twitter .share, 
.sharrre#sharrre-twitter .box .count {
	color: #00acee;
}
.sharrre#sharrre-facebook .share, 
.sharrre#sharrre-facebook .box .count {
	color: #3b5998;
}
.sharrre#sharrre-google-plus .share, 
.sharrre#sharrre-google-plus .box .count {
	color: #dd4b39;
}
.sharrre#sharrre-pinterest .share, 
.sharrre#sharrre-pinterest .box .count {
	color: #cb2027;
}
.sharrre#sharrre-linkedin .share, 
.sharrre#sharrre-linkedin .box .count {
	color: #007bb6;
}
.sharrre#sharrre-stumbleupon .share, 
.sharrre#sharrre-stumbleupon .box .count {
	color: #f74425;
}
.sharrre#sharrre-delicious .share, 
.sharrre#sharrre-delicious .box .count {
	color: #205cc0;
}

/*-------------------------------------------------*/
/* =  Comments
/*-------------------------------------------------*/
#comments_wrap {
	margin:10px auto;
}

#respond { 
	margin-bottom:10px;
	overflow: auto;
}
#respond .comment-reply-title {
	font-size: 18px;
}
#respond .comment-reply-title:before {
	content: "\ea85";
}
#comments_wrap .title-bg:before {
	content: "\ea89";
}
#reply-title small {
	float:right;
	line-height:inherit;
	margin-top:5px;
}

ol#comments,
ol#comments ul,
ol#comments li {
    list-style: none !important;
}

ol#comments li {
    margin-bottom: 20px;
}

ol#comments p {
    margin-bottom: 10px !important;
    line-height: 17px;
}

ol#comments a {
    color: #474747;
}

ol#comments a:hover {
    color: #777;
}

ol#comments .comment-text a {
    color: #509ABD;
}

ol#comments .comment-text a:hover {
    color: #316D89;
}

ol#comments .author-avatar {
    float: left;
    width: 51px;
    height: 51px;
    margin-right: 15px;
}

ol#comments .author-avatar img {
    width: 51px;
    height: 51px;
    position: relative;
    z-index: 2;
	margin-left: 0px;
}

ol#comments .comment-author {
    color: #474747;
    font-size: 14px;
    margin-bottom: -2px;
}

.bypostauthor {
}

ol#comments .comment-date {
    font-size: 10px;
    color: #9c9c9c;
    margin-bottom: 3px;
}

ol#comments .comment-text {
    color: #828282;
    font-size: 13px;
    line-height: 20px;
    margin-left: 67px;
    position: relative;
}

ol#comments .comment-reply-edit {
    margin-left: 67px;
	margin-bottom: 10px;
}

ol#comments .comment-reply-edit a.comment-reply-link, 
ol#comments .comment-reply-edit a.comment-edit-link,
#cancel-comment-reply-link {
    font-size: 11px;
    color: #fff !important;
    padding: 5px 10px;
    background: #fc7100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
}

ol#comments .comment-reply-edit a.comment-reply-link:hover, 
ol#comments .comment-reply-edit a.comment-edit-link:hover,
#cancel-comment-reply-link:hover {
    background: #474747;
}

.comment-awaiting-moderation {
	margin:15px auto;
}

/* -- Comment Tree -- */
ol#comments ul.children {
    margin-left: 24px;
    padding-left: 43px;
    position: relative;
    border-left: 1px dotted transparent;
    margin-top: 20px;
}

ol#comments ul.children.border {
    border-left: 1px dotted transparent;
}

ol#comments ul.children:not(.border) li:first-child .author-avatar:after {
    content: '';
    border-left: 1px dotted #a8a8a8;
    position: absolute;
    left: -44px;
    top: 0px;
    height: 29px;
}

ol#comments ul.children .author-avatar:before {
    content: '';
    position: absolute;
    left: -43px;
    margin-top: 28px;
    height: 35px;
    width: 27px;
    border-top: 1px dotted #a8a8a8;
}

ol#comments ul.children li {
    position: relative;
}

ol#comments li.depth-1 > .comment-text:before,
ol#comments li.depth-2 > .comment-text:before,
ol#comments li.depth-3 > .comment-text:before,
ol#comments li.depth-4 > .comment-text:before {
    content: '';
    position: absolute;
    left: -43px;
    margin-top: 48px;
    height: 100%;
    border-left: 1px dotted #a8a8a8;
}

ol#comments span.border-left {
    position: absolute;
    top: 0px;
    left: -1px;
    /*height: 90%;*/
    border-left: 1px dotted #a8a8a8;
    width: 0px;
}

ol#comments li.last-child > .comment-text:before {
    content: '';
    border-color: transparent !important;
}

/*-------------------------------------------------*/
/* =  Contact Page
/*-------------------------------------------------*/
.contact-form input[type="text"].error,
.contact-form textarea.error,
.comment-form input[type="text"].error,
.comment-form textarea.error{
    color: #db4a39;
}

.contact-form input[type="text"],
.contact-form textarea,
.comment-form input[type="text"],
.comment-form textarea {
    border-radius: 0;
    box-shadow: none;
    outline: none;
    width: 300px;
    font-family: 'PT Sans';
    color: #878787;
    font-size: 11px;
    padding: 6px 10px;
    border: 1px solid #e6e6e6;
    margin-bottom: 12px;
}

.contact-form input[type="text"],
.comment-form input[type="text"] {
    margin-left: 15px;
	margin-left: 14px\0/;
}

.contact-form.comment input[type="text"],
.comment-form input[type="text"]{
    width: 195px !important;
	display: inline-block;
}
.pull-center .comment #commentform input[type="text"],
.comment input[type="text"]{
	margin-left: 0px !important;
	float:left;
	width: 33.33% !important;
}
.pull-center .contact-form.comment input[type="text"],
.pull-center .comment-form input[type="text"]{
    width: 301px !important;
    margin-left: 16px ;
}

.pull-center .contact-form input[type="text"],
.pull-center .comment-form input[type="text"]{
    width: 460!important;
}

.contact-form input[type="text"]:first-child ,
.comment-form input[type="text"]:first-child {
    margin-left: 0 !important;
}

.contact-form textarea,
.comment-form textarea {
    height: 120px;
    min-height: 120px;
}

.contact-form input[type="submit"],
.wpcf7 input[type="submit"],
.comment-form input[type="submit"] {
    float: right;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    border: none;
    padding: 8px 25px;
    background: #fc7100;
    cursor: pointer;
}

input[type="submit"] {
    transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
}

input[type="submit"]:hover {
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter:alpha(opacity=85);
}

.message {
    clear: both;
    float: left;
    max-width: 200px;
    height: 40px;
    line-height: 42px;
    overflow: hidden;
    font-size: 11px;
}

.message.error {
    color: #db4a39;
}

.message.success { 
    color: #619d21;
}

.map_holder {
	width:100%; 
	min-height: 500px; 
}

/*-------------------------------------------------*/
/* =  Css Background Patterns
/*-------------------------------------------------*/
.bg-squares {
	background: url('data:image/png;base64,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');
}

/*-------------------------------------------------*/
/* =  Shortcodes
/*-------------------------------------------------*/
/* -- Dropcap -- */
.dropcap1 > h6,
.dropcap2 > h6 {
    color: #474747 !important;
    font-size: 16px !important;
    display: block;
    margin-bottom: 10px;
    font-weight: normal !important;
}

.dropcap1 span.large-cap {
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 10px 5px 0px;
    background-color: #e6e6e6;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.dropcap2 span.large-cap {
    float: left;
    width: 44px;
    height: 38px;
    color: #fc7100;
    line-height: 38px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 10px 2px 0px;
}

/* -- Buttons -- */
.button-red,
.button-yellow,
.button-green,
.button-blue,
.button-gray,
.button-black,
.button-violet,
.button-oqean,
.button-dark-violet,
.button-gold,
.button-light-green,
.button-brown {
    display: inline-block;
	line-height: 13px !important;
    padding: 10px 27px;
    color: #fff;
    font-size: 13px;
    margin: 0px 4px 8px 0px;
    border: none;
    cursor: pointer;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.button-red:hover,
.button-yellow:hover,
.button-green:hover,
.button-blue:hover,
.button-gray:hover,
.button-black:hover,
.button-violet:hover,
.button-oqean:hover,
.button-dark-violet:hover,
.button-gold:hover,
.button-light-green:hover,
.button-brown:hover {
    color: #eee;
    opacity: 0.90;
    -moz-opacity: 0.90;
}

.button-red {
    background: #bb0000; /* Old browsers */
    background: -moz-linear-gradient(top,  #bb0000 0%, #a50000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb0000), color-stop(100%,#a50000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bb0000 0%,#a50000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bb0000 0%,#a50000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bb0000 0%,#a50000 100%); /* IE10+ */
    background: linear-gradient(top,  #bb0000 0%,#a50000 100%); /* W3C */
}

.button-yellow {
    background: #e4ad12; /* Old browsers */
    background: -moz-linear-gradient(top,  #e4ad12 0%, #d39c01 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4ad12), color-stop(100%,#d39c01)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e4ad12 0%,#d39c01 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e4ad12 0%,#d39c01 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e4ad12 0%,#d39c01 100%); /* IE10+ */
    background: linear-gradient(top,  #e4ad12 0%,#d39c01 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ad12', endColorstr='#d39c01',GradientType=0 ); /* IE6-9 */
}

.button-green {
    background: #517d26; /* Old browsers */
    background: -moz-linear-gradient(top,  #517d26 0%, #3f6b12 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#517d26), color-stop(100%,#3f6b12)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #517d26 0%,#3f6b12 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #517d26 0%,#3f6b12 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #517d26 0%,#3f6b12 100%); /* IE10+ */
    background: linear-gradient(top,  #517d26 0%,#3f6b12 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#517d26', endColorstr='#3f6b12',GradientType=0 ); /* IE6-9 */
}

.button-blue {
    background: #198bc7; /* Old browsers */
    background: -moz-linear-gradient(top,  #198bc7 0%, #0579b6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#198bc7), color-stop(100%,#0579b6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #198bc7 0%,#0579b6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #198bc7 0%,#0579b6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #198bc7 0%,#0579b6 100%); /* IE10+ */
    background: linear-gradient(top,  #198bc7 0%,#0579b6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198bc7', endColorstr='#0579b6',GradientType=0 ); /* IE6-9 */
}

.button-gray {
    background: #969696; /* Old browsers */
    background: -moz-linear-gradient(top,  #969696 0%, #838383 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(100%,#838383)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #969696 0%,#838383 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #969696 0%,#838383 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #969696 0%,#838383 100%); /* IE10+ */
    background: linear-gradient(top,  #969696 0%,#838383 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#838383',GradientType=0 ); /* IE6-9 */
}

.button-black {
    background: #474747; /* Old browsers */
    background: -moz-linear-gradient(top,  #474747 0%, #363636 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#363636)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #474747 0%,#363636 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #474747 0%,#363636 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #474747 0%,#363636 100%); /* IE10+ */
    background: linear-gradient(top,  #474747 0%,#363636 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#363636',GradientType=0 ); /* IE6-9 */

}

.button-violet {
    background: #a751ac; /* Old browsers */
    background: -moz-linear-gradient(top,  #a751ac 0%, #95409b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a751ac), color-stop(100%,#95409b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a751ac 0%,#95409b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a751ac 0%,#95409b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a751ac 0%,#95409b 100%); /* IE10+ */
    background: linear-gradient(top,  #a751ac 0%,#95409b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a751ac', endColorstr='#95409b',GradientType=0 ); /* IE6-9 */

}

.button-oqean {
    background: #578faa; /* Old browsers */
    background: -moz-linear-gradient(top,  #578faa 0%, #457e99 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#578faa), color-stop(100%,#457e99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #578faa 0%,#457e99 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #578faa 0%,#457e99 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #578faa 0%,#457e99 100%); /* IE10+ */
    background: linear-gradient(top,  #578faa 0%,#457e99 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#578faa', endColorstr='#457e99',GradientType=0 ); /* IE6-9 */

}

.button-dark-violet {
    background: #5c57a7; /* Old browsers */
    background: -moz-linear-gradient(top,  #5c57a7 1%, #4c4595 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5c57a7), color-stop(100%,#4c4595)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5c57a7 1%,#4c4595 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5c57a7 1%,#4c4595 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5c57a7 1%,#4c4595 100%); /* IE10+ */
    background: linear-gradient(top,  #5c57a7 1%,#4c4595 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c57a7', endColorstr='#4c4595',GradientType=0 ); /* IE6-9 */
}

.button-gold {
    background: #beb41e; /* Old browsers */
    background: -moz-linear-gradient(top,  #beb41e 0%, #ada30d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#beb41e), color-stop(100%,#ada30d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #beb41e 0%,#ada30d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #beb41e 0%,#ada30d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #beb41e 0%,#ada30d 100%); /* IE10+ */
    background: linear-gradient(top,  #beb41e 0%,#ada30d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb41e', endColorstr='#ada30d',GradientType=0 ); /* IE6-9 */
}

.button-light-green {
    background: #3ebd28; /* Old browsers */
    background: -moz-linear-gradient(top,  #3ebd28 0%, #2bab16 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3ebd28), color-stop(100%,#2bab16)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3ebd28 0%,#2bab16 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3ebd28 0%,#2bab16 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3ebd28 0%,#2bab16 100%); /* IE10+ */
    background: linear-gradient(top,  #3ebd28 0%,#2bab16 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ebd28', endColorstr='#2bab16',GradientType=0 ); /* IE6-9 */
}

.button-brown {
    background: #9c5b55; /* Old browsers */
    background: -moz-linear-gradient(top,  #9c5b55 0%, #8b4b42 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c5b55), color-stop(100%,#8b4b42)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9c5b55 0%,#8b4b42 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9c5b55 0%,#8b4b42 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9c5b55 0%,#8b4b42 100%); /* IE10+ */
    background: linear-gradient(top,  #9c5b55 0%,#8b4b42 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c5b55', endColorstr='#8b4b42',GradientType=0 ); /* IE6-9 */
}

.bullet-list,
.links-list,
.map-list,
.arrow-list {
    float: left;
    overflow: hidden;
    width: 289px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.bullet-list li,
.links-list li,
.map-list li,
.arrow-list li {
    color: #474747;
    display: block;
    min-height: 24px;
    line-height: 24px;
}

.bullet-list li:before,
.links-list li:before,
.map-list li:before,
.arrow-list li:before {
	font-family: 'orbitnews'; 
	font-size: 17px;
	vertical-align: bottom;
	margin-right: 10px;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bullet-list li:before {
	content: "\e8d3";
}

.links-list li:before {
	content: "\e851";
}

.map-list li:before {
    content: "\e9d4";
}

.arrow-list li:before {
    content: "\ea13";
}

/*-------------------------------------------------*/
/* =  Colorbox - v1.4.33
/*-------------------------------------------------*/
/*  The following CSS is consistent between example themes and should not be altered. */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#000;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{ background: url(images/preload.gif) no-repeat center center; background-size: 25px 25px; }

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
		#cboxPrevious:focus, #cboxNext:focus, #cboxSlideshow:focus, #cboxClose:focus {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
