/*
===============================================================================
Reset
===============================================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
================================================================================
Bootstrap
================================================================================
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
[hidden],
template {
  display: none;
}
a {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
=============================================================================
Bootstrap Grid
=============================================================================
*/
.row{
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-2, .col-xs-12, col-md-4, .col-lg-6, .col-md-10 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.tbl-country{
        margin: 20px auto;
        margin-bottom: 50px;
    }
    .users-install{
        text-align: center;
    }
@media (min-width: 768px) {
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-4 {
    width: 33.33333333%;
  }  
  .col-md-10 {
      width: 83.3333333%;
  }
}
@media screen and (min-width: 992px){
    .col-lg-6{
        width:50%;
    }
    .tbl-country{
        margin-bottom: 100px;
    }
}
/*
================================================================================
Floats & Clearfix
================================================================================
*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*
===============================================================================
Styles
===============================================================================
*/
html {
width: 100%;
}
body { 
width:100%; 
margin: 0 auto;
background: #fff;
}
#impliedsubmit {
    background-color: #fff;
    font-size: 16px;
    height: 30px;
    border: 1px solid #3177c0;
    font-family: lato;
    color: #3177c0;
}
#impliedsubmit:hover{
    color: #ff730a;
    border: 1px solid #ff730a;
}
#cookiesdirective{
    font-family: lato;
}
.mid-section {
    word-break: break-word;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-height: 300px;
    text-align: justify;
}
.lead {   
    padding: 40px 15px;
    background: linear-gradient(#C8C8C8,#fff, #fff, #fff);
}
.lead-content {
    max-width: 1000px;
    margin: 0 auto;
}
.second-title, .user-votes {
    margin: 0 auto;
    padding: 10px 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.lead-content a {
    color: #000;
}
.strong {
    font-weight: 700;
}
.comment {
    display: block;
    margin: 5px auto 20px;
    padding: 10px 0;
}
.comment-title {
    font-weight: bold;
    text-align: left;
}
.comment-title span {
    color: #808080;
    font-weight: 300;
    margin-left: 30px;
}
.map {
    display: inline-block;
}
@media screen and (max-width: 543px){
    #chart_div{
        display: none;
    }
}
form {
    margin-top: 10px;
}
label, input, textarea {
    display: block;
    width: 100%;
}
textarea {
    height: 150px;
}
@media screen and (min-width: 992px) {
    form {
        max-width: 700px;
        display: block;
        margin: 10px auto;
    }
}
label {
    font-weight: 700;
}
input {
    margin-bottom: 10px;
    height: 30px;
}
input, textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
}
ul {
    padding-left: 15px;
    word-break :break-word;
}
li {
    margin-bottom: 15px;
}
/*
================================================================================
Typography
================================================================================
*/
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
}
h1,
h2 {    
    text-align: center;
}
h2 {
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
    clear: both;
}
a, 
li a {
    color: #3177c0;
}
/*
================================================================================
Header
================================================================================
*/
.title{
    display: inline-block;
    position: absolute;
    top: -25px;
    margin-left: 20px;
    color: #ff730a;
}
.logo {
    display: inline-block;
    max-width: 100px;
}
header{
    height: 150px;
    background-image: linear-gradient(#0F0F1E, #20202F);
}
.header{
    max-width: 1000px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    margin: 0 auto;
}
@media screen and (max-width: 565px){
    .title {
        left: 90px;
        top: 30px;
        font-size: 19px;
    }
    .logo{
        width: 80px;
    }
    .logo-container {
        position: absolute;
        display: block;
        top: 10px;
        
    }
}
/*
================================================================================
Footer
================================================================================
*/
.innovative-logo{
    margin-top:20px;
    margin-bottom:20px
}
.footer {
    clear: both;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(#0F0F1E, #20202F);
    padding-bottom: 20px;
}
.footer-nav li{
    margin-bottom: 15px;
}
.footer-nav a{
    color: #fff;
}
.footer-nav a:hover{
    border-bottom: 1px solid #fff;
}
@media screen and (min-width: 992px){
    .footer-nav li{
        display: inline-block;
        margin-right: 15px;
    }
    .footer-nav li:last-child{
        margin-right: 0;
    }
    *{
        margin:0;
    }
    body,html {
        height:100%
    }
    .container {
        min-height:100%;
        height:auto!important;
        height:100%;
        margin:0 auto -225px}
    .footer,.push {
        height:225px
    }
}
/*
================================================================================
Navigation
================================================================================
*/
.mini-nav{
    text-align: center;
}
.navigation{     
    font-size: 18px;
    display: inline-block;
    position: absolute;
    left: 134px;
    top: 50px;
   }
@media screen and (min-width:992px){
    .navigation{
        font-size: 25px;
    }
}     
.navigation li{
    display: inline-block;
    margin-right: 8px;
    margin-top: 15px; 
   }
.navigation li:hover{
    border-bottom: 2px solid #fff;
   }
.navigation li:last-child{
    margin-right: 0;
   }
.navigation a{
    color: #fff;
}   
.current{
    border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px){
    .navigation{       
        position:absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 0;
    }
    .navigation li{        
        display: block;        
        height: 45px;
        margin-top: 8px;
        margin-right: 0;
    }
    .navigation li a{
        display: block;     
        background: #20202F;
        padding-top: 12px;
        font-size: 16px;
        color:#fff;
        text-align: center;
        height: 53px;
        border-bottom: 1px solid #fff;
    }
    .hamburger{
        float: right;
        cursor:pointer;
        padding: 10px 15px;
    }
    .line{
        border-bottom: 4px solid #fff;
        width: 35px;
        margin-bottom: 6px;
    }
    .line:last-child{
        margin-bottom: 0;
    }   
    .menu{
        height: 0;
        overflow: hidden;
        margin-top: 117px;
        padding-left: 0;
        transition: height 0.3s linear;
    }
    .open{
        height: 380px; 
        position: relative;
        z-index: 1;
    }
}
@media screen and (min-width: 544px){
    .hamburger{
        padding-top: 0;
    }
}
.mini-nav{
    width: 100%;
    position: relative;
    margin: 20px auto;
}
.mini-nav li{
    display: inline-block;
}
.mini-nav li:first-child{
    margin-right: 15px;
}
.mini-nav a{
    color: #016C9A;
    text-decoration: underline;
}
@media screen and (max-width: 767px){
    .mini-nav li{
        display: block;
        text-align: center;
    }
    .mini-nav li:first-child{
        margin-bottom: 20px;                 
    }
}
/*
================================================================================
Next/Pev Buttons
================================================================================
*/
.tot{
    margin-bottom: 30px;
}
.pagination
{
   margin:auto;
   width:142px;
   text-align: center;
}
.pagination a {
    border-radius: 2px;
    color: #000;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 500;
    padding: 3px;
    text-decoration: none;
}
.pagination a:hover {
    background: linear-gradient(#FECB70, #FFB741, #FF7D01, #FF6801);
    color: #fff;
}
.pagination span {
    background: linear-gradient(#FECB70, #FFB741, #FF7D01, #FF6801);
    border-radius: 2px;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    padding: 3px;
    margin: 3px;
}
/*
================================================================================
Ul Styles
================================================================================
*/
.ul{   
-webkit-columns: 3;
   -moz-columns: 3;
        columns: 3;
white-space: nowrap;
}
@media screen and (max-width: 767px){
    .ul{
-webkit-columns: 1;
   -moz-columns: 1;
        columns: 1;
    }
   .ul li:first-of-type{
        margin-top: 40px;
    }
   .ul li:last-of-type{
        margin-bottom: 40px;
    }
}
.col5{
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    white-space: nowrap;
}
@media screen and (min-width: 768px){
    .ul {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .col5 {
        -webkit-columns: 5 auto;
        -moz-columns: 5 auto;
        columns: 5 auto;
    }
}
.ul li {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.morelnk, .morever {
    display: none;
}
/*
================================================================================
Buttons
================================================================================
*/
.btn-dl {
    display: block;
    background: linear-gradient(#FFB741, #FF7D01, #FF6801);
    border: 1px solid #C7710A;
    border-radius: 3px;
    width: 180px;
    height: 50px;
    padding-top: 8px;
    margin: 50px auto;
    text-align: center;
    color: #fff; 
    font-size: 20px;
}
.btn-dl:hover{
    background: linear-gradient(#FECB70, #FF8A1A);
}
/*
================================================================================
Glyphicons
================================================================================
*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.item-icon {
  color: #ff730a;
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.item-icon:before {
  content: "\2a";
}
.article {
    list-style: disc;
}
/*
================================================================================
Popover
================================================================================
*/
#myPopoverContent {display: none;}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
/*Twitter*/
.img {
    display: block;
    margin: 0 auto;
}
.col-md-10 a:hover, a:visited {
    text-decoration: underline;
}
.col-md-10 a {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #367fc2;
}
.twitbox {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 20px;
}
.twitbox:before,
.twitbox:after {
  content: " ";
  display: table;
}
.twitbox:after {
  clear: both;
}