body{
	color:#333;
	background:#fff;
	font-size:12pt;
}

.wrap{
    padding: 10px 15px;
}

.shadow{
  box-shadow: 0 10px 15px 1px #ced2d6;
}

/* applications */
.appmain{
	padding:10px;
}
.applogo{
	width:100%;
	background:#f8f8f8;
	padding:10px;
	text-align:center;
}
.appvotes{
	width:100%;
	text-align:center;
	margin:5px 0;
	padding:5px;
}
.appvotes b{
	display:block;
	font-weight:bold;
	font-size:24pt;
	color:#000;
}
.appvotes span{
	display:block;
	color:#999;
}
.section-search{
	background:#fff;
	display:block;
	margin:0 15px;
}
.input-search{
	border:0;
	border-radius:0;
	padding:5px 10px;
}
.btn-search{
	margin:0;
	border:0;
	height:34px;
	width:38px;
}
.btn-appvotes, .btn-appdownload{
	width:100%;
	margin:5px 0 0 0;
	text-align:center;
	font-size:14pt;
}
.btn-facebook{
	background:#3b5b99;
	border:0;
}
.btn-twitter{
	background:#54abee;
	border:0;
}
a.appstatus{
	padding:10px 15px;
	margin:5px auto;
	color:#000;
	text-align:center;
	background:#f8f8f8;
	display:block;
}
a.appstatus:hover{
	background:#ececec;
	text-decoration:none;
}
.howcontact{
	background:#f8f8f8;
	color:#000;
	padding:0;
}

.hcleft{
	padding:25px 15px;
}
.hcleft h2, .hcleft h3{
	color:#333;
	margin:0 0 10px 0;
}

.hcright{
	padding:25px 15px;
	background:#222;
	color:#ccc;
}
.hcright h3{
	color:#fff;
	margin:0 0 10px 0;
}
.hcright a{
	color:#fff !important;
}

@media only screen and (min-width : 768px) {
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.popover{
		min-width:400px;
	}
}

.or-container {
    text-align: center;
    margin: 5px 0;
    color: #808080;
    font-variant: small-caps;
}
.or-hr {
    margin-bottom: -20px;
    height: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
}
.or {
    display: inline-block;
    position: relative;
    padding: 10px;
    background-color: #fff;
}
.bg-white{
	background:#fff;
}
.bg-grey{
	background:#f8f8f8;
}
/* misc */
a{
	color:#e1052b;
}
strong, b{
	font-weight:600;
}

h1, h2, h3, h4, h5, h6{
    color:#333;
    margin:15px 0;
	letter-spacing: -0.02em;
	word-spacing: 1px;
}

.btn{
	padding:5px 10px;
	border-radius:0;
}

.navbar-search .tt-dataset-search-links{width:256px;}
.search .tt-dataset-search-links{width:370px;}
.tt-dataset-search-links{background:#fff;max-height: 220px; overflow-y: auto;padding:0;text-align:left;}
.tt-dataset-search-links a{display:block;padding:5px 5px; color: #000 ! important;padding-right:15px;}
.tt-dataset-search-links a:hover{text-decoration:none !important; background:#f5f5f5;}
.tt-dataset-search-links .tt-suggestion{border-bottom:1px solid #ebebeb;}
.tt-dataset-search-links .tt-suggestion span.tag{color:#999 !important;font-variant:small-caps}
.tt-dataset-search-links .empty-message{display:block; padding:3px 5px;}
.tt-dataset-search-links .spansearch{ display:block;text-align:right}

/* home */

#searchbarmin{
    width:100%;
	color:#333;
    text-align:center;
	background-color:#000b38;
    position: relative;
}
#searchbarbg{
	background-image: url('../images/bgmain.jpg');
	background-position: 85% 100%;
    background-repeat: no-repeat;
	visibility:hidden;
}

#searchbarmin .slogan{
 	z-index:5;
	font-size:14pt;
	padding:10px;
 	background-color: rgba(0, 0, 0, 0.5);
	width:100%;
	position:absolute;
	bottom:0;
	color:#fff;
}

#searchbarmin .search{
 	z-index:5;
	padding:100px 30px 40px 30px;
	height:300px;
	margin:auto;

}
#searchbarmin .form-search{
	margin:auto;

}
.search, .slogan{
	visibility:hidden;
}


.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* comments */


.comments form {
  display: none;
  margin-bottom: 10px;
}
.comments form textarea {
  resize: vertical;
  width: 100%;
}
.comments form button[type="submit"] {
  min-width: 62px;
}
.comments .form-group {
  margin-bottom: 10px;
}
.comments input.form-control,
.comments .input-group {
  max-width: 300px;
}
.comments .img-thumbnail {
  padding: 0px;
}
.comments .hr {
  border-bottom: 1px solid #eee;
  margin: 5px 0 15px;
}
.comments .placeholder {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #999;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.comments .sort, .comments .language {
  margin-bottom: 15px;
  margin-right: 20px;
}
.comments .sort > .btn, .comments .language  > .btn{
  color: #333;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #ccc;
}
.comments .sort .dropdown-menu, .comments .language .dropdown-menu {
  top:inherit;
  min-width: 108px;
}
.comments .sort .dropdown-menu > li > a > span, .comments .language .dropdown-menu > li > a > span {
  display: none;
  font-size: 10px;
  padding-top: 4px;
  padding-left: 4px;
}
.comments .sort .dropdown-menu > li.selected > a > span, .comments .language .dropdown-menu > li.selected > a > span {
  display: inline-block;
}
.comments .captcha .input-group-addon {
  padding: 0 0 0 3px;
  background: none;
  border: none;
}
.comments .captcha img {
  cursor: pointer;
  border-radius: 2px;
}
.comments .character-count {
  font-style: 12px;
  color: #a5b2b9;
}
.comments .loader {
  margin: -15px auto 4px;
  display: none;
  width: 16px;
  height: 11px;
  background: url('../images/ajax-loader.gif') no-repeat;
}

.comments .list {
  display: none;
  list-style: none;
  padding: 0px;
}
.comments .list.children {
  display: block;
}
.comments .list.children .comment:first-child {
  margin-top: 20px;
}
.comments .avatar {
  margin-right: 10px;
}
.comments .avatar img {
  width: 48px;
  height: 48px;
}
.comments .postbox .btn,
.comments .edit-form .btn {
  margin-right: 3px;
  padding: 7px 11px;
}
.comments .postbox .help,
.comments .edit-form .help {
  font-size: 13px;
}
.comments .avatar + .postbox {
  position: relative;
  margin-left: 60px;
}
.comments textarea {
  overflow: hidden;
  resize: none;
  min-height: 70px;
}
.comments .response {
  display: none;
}
.comments .response .alert {
  padding: 10px;
  margin: 15px 0 5px;
}
.comments .response ul {
  padding-left: 20px;
  list-style-type: disc;
}
@media (min-width: 600px) {
  .comments .children .comment {
    margin-left: 60px;
  }
  .comments .children .children .comment {
    margin-left: 58px;
  }
  .comments .children .children .children .children .comment {
    margin-left: 0;
  }
}
.comment {
  margin-bottom: 18px;
}
.comment pre {
  border: none;
}
.comment .content:hover .dropdown {
  display: inline-block;
}
.comment.collapsed .text,
.comment.collapsed .list,
.comment.collapsed .pagefooter,
.comment.collapsed .on-hold {
  display: none !important;
}
.comment.collapsed .avatar img {
  width: 36px;
  height: 36px;
}
.comment.collapsed .body {
  margin-left: 48px;
}
.comment.collapsed .body .header {
  border-bottom: none;
  padding: 7px 0 2px 0;
  margin-bottom: 0px;
}
.comment.collapsed .body .dropdown .collapse {
  display: none;
}
.comment.collapsed .body .dropdown .expand {
  display: inline-block;
}
.comment .body {
  margin-left: 60px;
  padding: 0 10px 5px 10px;
  border-radius: 2px;
  border: 1px solid #fafafa;
}
.comment .body .author,
.comment .body .parent,
.comment .body .time,
.comment .body .reply,
.comment .body .votes a {
  color: #8d8d8d;
}
.comment .body .author:hover,
.comment .body .parent:hover,
.comment .body .time:hover,
.comment .body .reply:hover,
.comment .body .votes a:hover {
  color: #005580;
}
.comment .body .header {
  margin-bottom: 10px;
  padding: 6px 0;
  border-bottom: 1px solid #fafafa;
}
.comment .body .author {
  font-weight: bold;
  color: #262626;
}
.comment .body .parent {
  font-size: 13px;
}
.comment .body .parent .glyphicon {
  font-size: 11px;
}
.comment .body .time {
  font-size: 11px;
}
.comment .body .bullet {
  padding: 0 4px;
  font-size: 75%;
  color: #ccc;
}
.comment .body .pagefooter .bullet {
  display: none;
}
.comment .body .pagefooter .reply + .bullet {
  display: inline-block;
}
.comment .body .linked {
  color: #7f7f7f;
  border: 1px solid #afafaf;
  font-size: 11px;
  margin-left: 8px;
  padding: 0 8px;
  text-transform: uppercase;
  display: none;
}
.comment .body .sep {
  border-left: 2px solid #eaedee;
  display: inline-block;
  height: 12px;
}
.comment .body .dropdown {
  /*display: none;*/
  margin-top: -4px;
}
.comment .body .dropdown.open {
  display: inline-block;
}
.comment .body .dropdown .collapse,
.comment .body .dropdown .expand {
  font-size: 20px;
  font-weight: bold;
  color: #777;
  cursor: pointer;
  opacity: .5;
  margin-right: 2px;
}
.comment .body .dropdown .collapse:hover,
.comment .body .dropdown .expand:hover {
  opacity: 1;
}
.comment .body .dropdown .collapse {
  display: inline-block;
}
.comment .body .dropdown .expand {
  display: none;
}
.comment .body .dropdown .caret {
  margin-top: -5px;
}
.comment .body .dropdown .edit-menu {
  display: inline-block;
}
.comment .body .dropdown .dropdown-toggle {
  opacity: .5;
  cursor: pointer;
  line-height: 15px;
  display: inline-block;
}
.comment .body .dropdown .dropdown-toggle:hover {
  opacity: 1;
}
.comment .body .dropdown .dropdown-menu {
  padding: 0px;
  left: -70px;
  top: 20px;
  min-width: 100px;
}
.comment .body .dropdown .dropdown-menu > li > a {
  padding: 6px 10px;
  font-size: 13px;
}
.comment .body .on-hold {
  color: #a94442;
  font-size: 13px;
  display: none;
}
.comment .body .on-hold .show {
  display: block;
}
.comment .body .text {
  font-size:11pt;
  margin: 5px 0;
}
.comment .body .text .smiley {
  vertical-align: top;
}
.comment .body .pagefooter {
  margin-top: 10px;
}
.comment .body .votes {
  display: inline-block;
}
.comment .body .votes .glyphicon {
  font-size: 13px;
}
.comment .body .votes .sep {
  margin-left: 2px;
  padding-left: 2px;
}
.comment .body .votes .upvotes {
  font-size: 13px;
  color: #2e9fff;
}
.comment .body .votes .downvotes {
  font-size: 13px;
  color: #999;
}
.comment .body .votes a.upvote.voted,
.comment .body .votes a.upvote.voted:hover {
  color: #2e9fff !important;
}
.comment .body .votes a.downvote.voted,
.comment .body .votes a.downvote.voted:hover {
  color: #f55567 !important;
}
.comment .replybox form {
  margin-top: 10px;
}
@media (min-width: 600px) {
  .comment .replybox form {
    margin-left: 58px;
  }
}
.comment .replybox form .btn {
  margin-bottom: 0px;
}
.label-indev, .btn-indev {
    background-color: #a1d6a1;
}

/*	application */

.bs-callout {padding:15px;margin:20px 0;border:1px solid #dedede;border-left-width:5px; background:#fff;}
.bs-callout h4 {margin-top:0;margin-bottom:5px}
.bs-callout h1 {margin-top:0;margin-bottom:15px}
.bs-callout p:last-child {margin-bottom:0}
.bs-callout code {border-radius:3px}
.bs-callout+.bs-callout {margin-top:-5px}
.bs-callout-danger {border-left-color:#ce4844}
.bs-callout-danger h4 {color:#ce4844}
.bs-callout-warning {border-left-color:#aa6708}
.bs-callout-warning h4 {color:#aa6708}
.bs-callout-info {border-left-color:#1b809e}
.bs-callout-info h4 {color:#1b809e}
.bs-callout-success {border-left-color:#439d43}
.bs-callout-success h4 {color:#1b809e}

.navbar-inverse{
	border:0;
	margin:0;
	border-radius:0;
	background:#000107;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active:hover>a {
	background: #337ab7;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
	background: #337ab7;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #337ab7;
}
.navbar-inverse .navbar-toggle {
  border-color: #337ab7;
}
.navbar .form-search {
    background: #fff;
    border: 0;
    padding: 0;
}

a {
    color: #0254EB
}

a.morelink {
    text-decoration:none;
    outline: none;
}
.morecontent span {
    display: none;
}
.appdescription {
    margin: 10px 0;
}
.appstorelink {
	padding: 10px 0 20px 0;
}

#navmenu {
	width: 100%;
	font-size:13pt;
}
#navmenu.affix-top {
	z-index:5000;
	background:#1570a6;
	border:0;
	-webkit-transition: all .2s ease-in-out;
	padding:10px;
}
#navmenu.affix {
	background:#1570a6;
	position: fixed;
	top: 0;
	z-index:5000;
	-webkit-transition: all .6s ease-in-out;
	padding:0px;
}
#site-logo{
	float:left;
	width:300px;
	padding:15px;
}
#site-728{
	float:right;
	padding:35px 0 0 0;
	width:728px;
	margin-top:5px;
}
#topbar{
	padding:10px 0;
}
.newsletter{
    float:right;
    padding-top:40px;
}

.breadcrumb{
    background:#f8f8f8;
    font-size:10pt;
    color:#999;
    padding:8px 15px;
	margin:0;
}
.breadcrumb a{
    color:#666;
}
.breadcrumb>li+li:before{
    content: "\003E";
}
#carousel-main-captions .carousel-inner .item{
    min-width:100%;
    height:291px;
}
#carousel-main-captions .carousel-inner .item images{
    min-width:100%;
    height:auto;
}
#carousel-main-captions .carousel-caption{
    bottom:0;
    margin:0;
    text-shadow:none;
    background:#333;
    width:100%;
    left:0;
    padding:10px;
    text-align:left;
    opacity:0.9;
    color:#fff;
}
#carousel-main-captions .carousel-caption p{
    margin:0;
}
#carousel-main-captions .carousel-caption a{
    color:#fff;
    text-decoration:underline;
}
.margintop{
    margin-top:8px;
}
.listapps .panel-heading{
	height:80px;
}
.top-buffer{
	margin-top:20px;
}
.panel-default{
	border-radius:0;
	box-shadow:none;
}
.panel-heading a{
	color:#000;
	font-size:14pt;
}
.pagefooter{
    color:#999;
    background:#222;
    padding:40px 0;
	font-size:10.5pt;
}
.pagefooter a{
    color:#ccc;
}
.pagefooter h4{
	color:#888;
	font-size:12pt;
	margin:0 0 8px 0;
	padding:0;
	font-weight:bold;
}


#preloader {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     width: 100%;
     height: 100%;
     bottom: 0;
     background-color: rgba(255,255,255,0.98);
     z-index: 99999999999 !important
}

[data-loader=circle-side] {
     position: absolute;
     width: 50px;
     height: 50px;
     top: 50%;
     left: 50%;
     margin-left: -25px;
     margin-top: -25px;
     -webkit-animation: circle infinite .95s linear;
     -moz-animation: circle infinite .95s linear;
     -o-animation: circle infinite .95s linear;
     animation: circle infinite .95s linear;
     border: 2px solid #fc5b62;
     border-top-color: rgba(0, 0, 0, .2);
     border-right-color: rgba(0, 0, 0, .2);
     border-bottom-color: rgba(0, 0, 0, .2);
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -ms-border-radius: 100%;
     border-radius: 100%
}

@-webkit-keyframes circle {
     0% {
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0)
     }

     100% {
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg)
     }
}

@-moz-keyframes circle {
     0% {
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0)
     }

     100% {
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg)
     }
}

@-o-keyframes circle {
     0% {
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0)
     }

     100% {
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg)
     }
}

@keyframes circle {
     0% {
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0)
     }

     100% {
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg)
     }
}

.editor_reply{
	border:3px solid #ccc;
	background:#fff;
	padding:15px 20px;
	margin:20px 0;
}
.editor_reply.info{
	border:3px solid #5bc0de;
}
.editor_reply.info cite{
	background:#5bc0de;
}
.editor_reply.danger{
	border:3px solid #d43f3a;
}
.editor_reply.danger cite{
	background:#d43f3a;
}
.editor_reply.success{
	border:3px solid 5cb85c;
}
.editor_reply.success cite{
	background:#5cb85c;
}
.editor_reply blockquote{
	background:#fff;
	margin:15px 0;
	font-size:12pt;
}
.editor_reply blockquote cite{
	background:#ccc;
	text-align:center;
	display:block;
	font-weight:normal;
	font-size:13pt;
	color:#fff;
	padding:10px;
	margin:0 0 15px 0;
}
