@import url(//fonts.googleapis.com/css?family=Lato:300,400|Open+Sans:400italic,400,600|Muli:300|Exo:300,400,600);


/* ---------------------------------------------------- */
/* CSS Basic */
/* ---------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #fff;
  color: #363636;
  font-family: "exo", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
}
.boxed {
  background-color: #fff;
}

.right-fixed {float: right; width: 25%}
.left-fixed {float: left; width:75%;}
.col-md-4 {margin-bottom: 20px }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/*destaques*/
.col-md-9 {padding:0px !important; margin-top: 10px !important}
.col-md-9 .col-xs-12 {padding: 0px !important;}
.col-md-9 .col-xs-12 .col-md-4 {padding: 0px 0px 0px 20px !important;}
/*.col-md-9 .col-xs-12 .col-md-4 img { height: 250px !important;} não faz sentido existir*/
h1,
h2,
h3,
h4,
h5,
h6,
p, .page-title {
  font-family: "Lato", sans-serif;
  line-height: 125%;
   margin: 17px 0 5px 0;
}
h1 {
  font-size: 2.3em;
  color: #0077cc;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.7em;
  color: #0077cc;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
  font-weight: 400;
}
h6 {
  font-size: 1em;
  font-weight: 400;
  color: #111;
}
blue, .blue {
  color: #0077cc;
}

red, .red {
  color: red;
}

.btn + .redb {background: red; color: black}


green, .green {
  color: green;
}

.btn + .green {background: green; color: black}


yellow, .yellow {
  color: yellow;
}

grey, .grey {
  color: grey;
}

a {
  color: #0077cc;
}
h3 a.black, p.black {
  color: #0077cc !important;
  letter-spacing: -0.01em;
  text-transform: uppercase !important;
}
h3 a.black:hover, p.black:hover {
  color: #000 !important;
}
.strong {
  font-weight: 400;
}
a:hover,
a:focus,
a:active {
  color: #000;
}
a.button {
  text-decoration: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
:focus {
  outline: none !important;
}
::-moz-focus-inner {
  border: 0 !important;
}
iframe {
  border: 0;
}
p.small {
  font-size: .9em;
}
.margin-small {
  margin-top: 5px;
  margin-bottom: 5px;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.row-margin {padding: 0 20px;}
dt {
  color: #0077cc;
}
dt,
dd {
  margin: 2px 0;
}
.small-font {
  font-size: .9em;
}
.primary-color {
  color: #0077cc;
}
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.imageborder {
  padding: 5px;
  border: solid 1px #ddd;
}

/*Loja aspecto, categorias */
.store  {width:250px; min-height:440px; background:#fafafa; border-bottom: 2px solid #dde0e0; font-size:1em; margin: 0px 5px 10px 5px; letter-spacing: -0.04em}
.store:hover  {background:#fafafa; border-bottom: 2px solid #0077cc; }
.store img {max-height:300px; margin:5px; min-height: 250px; text-align: center !important;}
.store a img {text-align: center !important;}
.store a {color:#373737 !important; font-weight:normal;}

.modal img {width: 170px; margin: 5px; text-align: center}
.modal small{color: #3b3b3b; font-size: 0.8em}
.categorias ul { color:#0077cc; }
 ul.categorias li {margin: -3px; padding: 0px; border-bottom: 1px dotted rgba(0,119,204,0.41); padding-bottom: 2px;}
  ul.categorias li ul li {border-bottom: 0px !important;  }
.categorias a {color: #0077cc; font-size: 0.9em; font-weight: bold; letter-spacing: -0.04em}
.categorias a:hover {color: black; font-size: 0.9em; font-weight:  bold; letter-spacing: -0.04em}


img + p {
  margin-top: 20px;
}
img.alignleft + p,
img.alignright + p {
  margin-top: 0px;
}
.p-lg {
  font-size: 1.1em;
  line-height: 180%;
}


p.media-heading small, .media-body small {
	color: #0077cc !important;	
    font-weight: bold !important;
}

p.media-heading, h6.media-heading a {
	color: #000 !important;
}

p.media-heading a, h6.media-heading a:hover {
	color: #484848 !important;
} 

p.media-heading a:hover  {
	color: #000 !important;
} 
.margin-bottom {
  margin-bottom: 40px;
  margin-top: 10px
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-top {
  margin-top: 40px;
}
.margin-top-80 {
  margin-top: 80px;
}
hr {
  display: block;
  border-top: 1px solid rgba(0,120,204,0.80);
  margin: 10px 0;
}
.media-body hr {
  display: block;
  border-top: 1px dotted #ddd;
  margin: 5px 0;
}
 /*tamanho imagem banner*/
.carousel-inner, .carousel-inner img {}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {width: 100%}


hr.color {
  border-color: #0077cc !important;
}
hr.dotted {
  border-style: dotted !important;
}
hr.dashed {
  border-style: dashed !important;
}
hr.double {
  height: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
}
.list-line {
  list-style-type: none;
  padding: 0;
}
.list-line li {
  border-bottom: solid 1px #eee;
}
.list-line li:first-child {
  border-top: solid 1px #eee;
}
.list-line li a {
  color: #333;
  text-decoration: none;
  padding: 7px;
  display: block;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.list-line li a:hover {
  background-color: #f5f5f5;
  color: #0077cc;
}


/* Animations Delay */
/* ---------------------------------------------------- */
.animation-delay-1 {
  -webkit-animation-delay: .1s !important;
  -moz-animation-delay: .1s !important;
  -ms-animation-delay: .1s !important;
  -o-animation-delay: .1s !important;
  animation-delay: .1s !important;
}
.animation-delay-2 {
  -webkit-animation-delay: .2s !important;
  -moz-animation-delay: .2s !important;
  -ms-animation-delay: .2s !important;
  -o-animation-delay: .2s !important;
  animation-delay: .2s !important;
}
.animation-delay-3 {
  -webkit-animation-delay: .3s !important;
  -moz-animation-delay: .3s !important;
  -ms-animation-delay: .3s !important;
  -o-animation-delay: .3s !important;
  animation-delay: .3s !important;
}
.animation-delay-4 {
  -webkit-animation-delay: .4s !important;
  -moz-animation-delay: .4s !important;
  -ms-animation-delay: .4s !important;
  -o-animation-delay: .4s !important;
  animation-delay: .4s !important;
}
.animation-delay-5 {
  -webkit-animation-delay: .5s !important;
  -moz-animation-delay: .5s !important;
  -ms-animation-delay: .5s !important;
  -o-animation-delay: .5s !important;
  animation-delay: .5s !important;
}
.animation-delay-6 {
  -webkit-animation-delay: .6s !important;
  -moz-animation-delay: .6s !important;
  -ms-animation-delay: .6s !important;
  -o-animation-delay: .6s !important;
  animation-delay: .6s !important;
}
.animation-delay-7 {
  -webkit-animation-delay: .7s !important;
  -moz-animation-delay: .7s !important;
  -ms-animation-delay: .7s !important;
  -o-animation-delay: .7s !important;
  animation-delay: .7s !important;
}
.animation-delay-8 {
  -webkit-animation-delay: .8s !important;
  -moz-animation-delay: .8s !important;
  -ms-animation-delay: .8s !important;
  -o-animation-delay: .8s !important;
  animation-delay: .8s !important;
}
.animation-delay-9 {
  -webkit-animation-delay: .9s !important;
  -moz-animation-delay: .9s !important;
  -ms-animation-delay: .9s !important;
  -o-animation-delay: .9s !important;
  animation-delay: .9s !important;
}
.animation-delay-10 {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -ms-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

@font-face {
  font-family: 'SocialGlyphs';
  src: url('../fonts/socialglyphs-webfont.eot');
  src: url('../fonts/socialglyphs-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/socialglyphs-webfont.woff') format('woff'), url('../fonts/socialglyphs-webfont.ttf') format('truetype'), url('../fonts/socialglyphs-webfont.svg#SocialGlyphsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*-------------------------------------------------------------------*/
/* Header full cabe�alho  Social Pesquisa */
/*-------------------------------------------------------------------*/
/* #### Pesquisa NEWS ######*/
.pesquisa {
	/*border-bottom: 2px solid #0077cc;*/
	background: #dcdcdc;
	padding: 9px;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
}

.arquivo_linha, .arquivo_linha_dir {
	border-bottom: 1px #dae4ed dashed;
	padding: 0 3px;
	font-size: 0.9em;
}
.arquilo_linha ul {
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	list-style: none;
	line-height: 1.0em;
}


.header-full {
 /* background-image: -webkit-linear-gradient(bottom, #fff, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #fff, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #fff, #f4f4f4);
  background-image: linear-gradient(to top, #fff, #f4f4f4);*/
  background: #fff;
}
.header-full-title {
  float: left;
  overflow: hidden;
  padding-left: 25px;
 /* background-image: url("../images/logo_spm.jpg"); /*log�tipo*/
  background-repeat: no-repeat;
  background-position: left center;
}


.header-full-title h3 {
  margin-bottom: 9px;
  margin-top: 15px;
  font-family: "exo";
  font-size: 1.0em;
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #cee2ff;
}
.header-full-title h3 a {
  color: #4b95ff;
  text-decoration: none;

}
.header-full-title h3 span,
.header-full-title h3 span a {
  color: #0077cc;
}
.header-full-title p {
  margin-bottom: 15px;
  font-size: 1.0em;
  text-align: center;
}
.top-nav {
  float: right;
  position: relative;
}
.top-nav .dropdown, .top-nav .dropup {
  display: inline-block;
  margin-left: 20px;
  z-index: 60000000;
  vertical-align: top;
}
.top-nav .dropdown a, .top-nav .dropup a{
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 7px 10px;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
  border: solid 0px #e3e6e8;
  border-top: 0;
}
.top-nav .dropdown > a:after {
  content: none;
}
.top-nav .dropdown a i {
  font-size: 1.2em;
  color: #444;
}
.dropdown-search-box,
.dropdown-login-box {
  overflow: hidden;
  padding: 25px;
  min-width: 300px;
  box-shadow: none;
}
.dropdown-search-box .form-group,
.dropdown-login-box {
  margin: 0;
}
.dropdown-login-box h4 {
  margin: 5px  0 10px 0;
}
.dropdown-login-box .btn {
  margin-top: 10px;
}
.top-nav-social {
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
  border: solid 0px #e3e6e8;
  border-top: 0;
  overflow: hidden;
}
.top-nav-social li {
  float: left;
  margin: 0;
  padding-right: 3px;
}
.top-nav-social a {
  font-size: 1.0em;
  margin: 0;
  color: #fff;
  display: inline-block;
  padding: 5px;
  border-radius: 2px;
  min-width: 25px;
  min-height: 25px;
  text-align: center;
  background-color: #333;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.top-nav-social a.twitter:hover {
  background-color: #00aced;
  color: #fff;
}
.top-nav-social a.facebook:hover {
  background-color: #3b5998;
  color: #fff;
}
.top-nav-social a.instagram:hover {
  background-color: #517fa4;
  color: #fff;
}
.top-nav-social a.rss:hover {
  background-color: #ef922f;
  color: #fff;
}
.top-nav-social a.linkedin:hover {
  background-color: #007bb6;
  color: #fff;
}
.top-nav-social a.git:hover {
  background-color: #666666;
  color: #fff;
}
.top-nav-social a.youtube:hover {
  background-color: #bb0000;
  color: #fff;
}




/*## SOcial ###*/


a.social {
  display: inline-block;
  margin: 0 20px 20px 0;
  color: #fff;
}
/* Hover and Active States for All Button Styles */
a.social:link {
  opacity: 1;
}
a.social:hover {
  -webkit-box-shadow: inset 0 0 0 250px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 250px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 250px rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: #fff;
}
a.social:active {
  opacity: 0.8;
}

/* Button Styles */
.social-facebook {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 35px;
  line-height: 1.2em;
  text-indent: 10px;
  font-weight: regular;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #4f78b4;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #4974b0, #6e90c0);
  background-image: -moz-linear-gradient(bottom, #4974b0, #6e90c0);
  background-image: -o-linear-gradient(bottom, #4974b0, #6e90c0);
  background-image: linear-gradient(to top, #4974b0, #6e90c0);
}
.social-facebook:after {
  content: "A";
}
.social-twitter {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 33px;
  line-height: 1.3em;
  text-indent: 2px;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #4e9edc;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #4e9edc, #5daae6);
  background-image: -moz-linear-gradient(bottom, #4e9edc, #5daae6);
  background-image: -o-linear-gradient(bottom, #4e9edc, #5daae6);
  background-image: linear-gradient(to top, #4e9edc, #5daae6);
}
.social-twitter:after {
  content: "B";
}
.social-google {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 34px;
  line-height: 1.2em;
  text-indent: 2px;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #da4935;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #da4935, #e15946);
  background-image: -moz-linear-gradient(bottom, #da4935, #e15946);
  background-image: -o-linear-gradient(bottom, #da4935, #e15946);
  background-image: linear-gradient(to top, #da4935, #e15946);
}
.social-google:after {
  content: "C";
}
.social-linkedin {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 30px;
  line-height: 1.4em;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #005a87;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #005a87, #066696);
  background-image: -moz-linear-gradient(bottom, #005a87, #066696);
  background-image: -o-linear-gradient(bottom, #005a87, #066696);
  background-image: linear-gradient(to top, #005a87, #066696);
}
.social-linkedin:after {
  content: "F";
}
.
.social-youtube {
  /*General*/
  display: block;
  text-decoration: none;
  /*Text*/
  font-family: 'SocialGlyphs';
  text-align: center;
  font-size: 32px;
  line-height: 1.3em;
  text-indent: 2px;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  /*Background*/
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #c9322b;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, #c9322b, #dc3f38);
  background-image: -moz-linear-gradient(bottom, #c9322b, #dc3f38);
  background-image: -o-linear-gradient(bottom, #c9322b, #dc3f38);
  background-image: linear-gradient(to top, #c9322b, #dc3f38);
}
.social-youtube:after {
  content: "H";
}
/* ---------------------------------------------------- */
/* Artificial Reason Class */
/* ---------------------------------------------------- */
#Container .mix {
  display: none;
}
.text-icon {
  margin-bottom: 30px;
  overflow: hidden;
}
.text-icon .icon-ar {
  float: left;
  margin-top: 5px;
}
.text-icon-content {
  padding-left: 70px;
  font-size: .9em;
}
.text-icon-content p {
  margin-top: 5px;
}
.slogan {
  font-family: "Lato", sans-serif;
  font-size: 2em;
  line-height: 150%;
  margin-bottom: 50px;
  font-weight: 300;
}
.slogan > span {
  color: #0077cc;
}
section {overflow: auto}
.section-lines {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-bottom: 40px;
  background-color: #f9f9f9;
}
.section-title {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-top: 39px;
  color: #000;
}
.section-title:first-letter {
  color: #0077cc;
}
.css-section {
  margin-bottom: 50px;
}
.wrap-primary-color {
  background-color: #0077cc;
  padding: 40px 0;
  color: #fff;
}
.wrap-primary-color h1,
.wrap-primary-color h2,
.wrap-primary-color h3,
.wrap-primary-color h4,
.wrap-primary-color h5,
.wrap-primary-color h6 {
  color: #fff;
}
.dropcaps::first-letter {
  float: left;
  color: #0077cc;
  font-size: 3em;
  font-weight: 400;
  padding: 10px 10px 10px 5px;
  margin-top: 2px;
}
.dropcaps-bg::first-letter {
  background-color: #0077cc;
  color: #fff;
  padding-bottom: 12px;
  margin-right: 10px;
  border-radius: 2px;
  margin-top: 2px;
  padding: 10px 5px;
  font-size: 2.8em;
  margin-top: 4px;
}
.dropcaps-circle::first-letter {
  border: solid 1px #0077cc;
  border-radius: 30px;
  padding: 10px 8px;
  font-size: 2.3em;
  margin-right: 10px;
  margin-top: 2px;
}
.dropcaps-circle-bg::first-letter {
  background-color: #0077cc;
  color: #fff;
  border-radius: 30px;
  padding: 10px 8px;
  font-size: 2.3em;
  margin-right: 10px;
  margin-top: 2px;
}
.border-box {
  background-color: #f9f9f9;
  border: solid 3px #eee;
  border-left-color: #0077cc;
  padding: 20px;
  margin-bottom: 20px;
}
.blockquote-color {
  border-color: #0077cc;
}
.blockquote-color-bg {
  border-color: #0077cc;
  border-bottom: solid 1px #0077cc;
  background-color: #f9f9f9;
}
.blockquote-big {
  font-size: 1.8em;
  line-height: 140%;
  font-style: oblique;
  border: none;
}
.blockquote-big footer {
  font-style: normal;
  font-size: .7em;
}
.blockquote-color-bg-primary {
  font-size: 1em;
  background-color: #0077cc;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
}
.blockquote-color-bg-primary:after,
.blockquote-color-bg-dark:after {
  font-family: "FontAwesome";
  content: "\f10e";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 2.6em;
}
.blockquote-color-bg-dark {
  font-size: 1em;
  background-color: #444;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
}
.blockquote-color-bg-light {
  font-size: 1em;
  background-color: #ddd;
  color: #333;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
  text-shadow: 1px 1px 0px #ffffff;
}
.blockquote-color-bg-light:after {
  font-family: "FontAwesome";
  content: "\f10e";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #333;
  font-size: 2.6em;
}
.blockquote-color-bg-primary footer,
.blockquote-color-bg-dark footer {
  color: #eee;
  font-size: .9em;
}
.blockquote-color-bg-light footer {
  color: #666;
  font-size: .9em;
}
.em-primary {
  color: #0077cc;
}
.em-success {
  color: #02c66c;
}
.em-info {
  color: #54c8eb;
}
.em-warning {
  color: #f0ad4e;
}
.em-danger {
  color: #d9534f;
}
.em-help,
.em-royal {
  color: #ac60d0;
}
.em-primary-inverse {
  background-color: #0077cc;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-success-inverse {
  background-color: #02c66c;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-info-inverse {
  background-color: #54c8eb;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-warning-inverse {
  background-color: #f0ad4e;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-danger-inverse {
  background-color: #d9534f;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
}
.em-royal-inverse {
  background-color: #ac60d0;
  color: #fff;
  padding: 0px 5px;
  border-radius: 2px;
}
.main-header {
 /* background-color: #0077cc;*/
  color: #000;
  padding: 10px 0 5px 0;
  margin-bottom: 0px;
  position: relative;
}
.main-header.main-header-inverse {
  background-color: #f5f5f5;
  color: #000;
  border-bottom: solid 1px #ddd;
}
.main-header.main-header-inverse .page-title,
.main-header.main-header-inverse .breadcrumb a,
.main-header.main-header-inverse .breadcrumb a,
.main-header.main-header-inverse .breadcrumb {
  color: #000;
}
.main-header.main-header-inverse .breadcrumb li {
  color: #0077cc;
}
.main-header.main-header-inverse .breadcrumb a:hover {
  border-bottom: solid 1px #000;
}
.main-header.main-header-inverse .breadcrumb > li + li:before {
  color: #666;
}
.main-header .page-title {
  color: #0077cc;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: -0.02em;
  display: inline-block;
 
}
.main-header .container {/*padding-left: 0px !important*/}
.sidebar-nav {
  background-color: #f9f9f9;
  border: solid 1px #eee;
  margin: 0;
  padding: 0;
  font-size: .9em;
  margin-bottom: 40px;
}
.sidebar-nav li {
  padding: 0;
  list-style: none;
}
.sidebar-nav li a > i {
  margin: 2px 5px 0 0;
  font-size: 1.1em;
  color: #999;
}
.sidebar-nav li a {
  display: block;
  padding: 5px 15px;
  color: #333;
  text-decoration: none;
  border-left: solid 3px #333;
  background-color: #f3f3f3;
}
.sidebar-nav > li > a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 1.2em;
  float: right;
}
.sidebar-nav > li > a.collapsed:after {
  content: "\f105";
}
.sidebar-nav li a.collapsed {
  background-color: transparent;
  border-left: solid 3px #0077cc;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:focus,
.sidebar-nav li a:active {
  border-color: #333;
  background-color: #f3f3f3;
}
.menu-submenu li a {
  border-color: #ddd;
  padding-left: 35px;
  background-color: transparent;
}
.menu-submenu li.active a {
  border-color: #333;
  background-color: #f3f3f3;
}
.menu-submenu li:last-child a {
  border-bottom: solid 1px #eee;
}
.sidebar-nav li.active > a {
  border-left-color: #333;
  background-color: #f3f3f3;
}




.btn-ar {
  border-radius: 2px;
  font-size: 14px;
}
.btn-ar > .fa {
  margin-right: 5px;
}
.btn-ar.btn-transparent {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-ar.btn-transparent:hover,
.btn-ar.btn-transparent:focus,
.btn-ar.btn-transparent:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-ar.btn-primary {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0077cc), color-stop(1, #0087c1));
  background: -moz-linear-gradient(top, #0077cc 5%, #0087c1 100%);
  background: -webkit-linear-gradient(top, #0077cc 5%, #0087c1 100%);
  background: -o-linear-gradient(top, #0077cc 5%, #0087c1 100%);
  background: -ms-linear-gradient(top, #0077cc 5%, #0087c1 100%);
  background: linear-gradient(to bottom, #0077cc 5%, #0087c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary-color', endColorstr='darken(@primary-color, 5%)', GradientType=0);
  background-color: #0077cc;
  border: 1px solid #0087c1;
}
.btn-ar.btn-primary:active {
  background-color: #0087c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0087c1), color-stop(1, #0077cc));
  background: -moz-linear-gradient(top, #0087c1 5%, #0077cc 100%);
  background: -webkit-linear-gradient(top, #0087c1 5%, #0077cc 100%);
  background: -o-linear-gradient(top, #0087c1 5%, #0077cc 100%);
  background: -ms-linear-gradient(top, #0087c1 5%, #0077cc 100%);
  background: linear-gradient(to bottom, #0087c1 5%, #0077cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@primary-color, 8%)', endColorstr='@primary-color', GradientType=0);
}
.btn-ar.btn-default {
  color: #333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f1f1), color-stop(1, #e4e4e4));
  background: -moz-linear-gradient(top, #f1f1f1 5%, #e4e4e4 100%);
  background: -webkit-linear-gradient(top, #f1f1f1 5%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f1f1f1 5%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f1f1f1 5%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f1f1f1 5%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='darken(#f1f1f1, 5%)', GradientType=0);
  background-color: #f1f1f1;
  border: 1px solid #d0d0d0;
}
.btn-ar.btn-default:active {
  background-color: #e4e4e4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4e4e4), color-stop(1, #f1f1f1));
  background: -moz-linear-gradient(top, #e4e4e4 5%, #f1f1f1 100%);
  background: -webkit-linear-gradient(top, #e4e4e4 5%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #e4e4e4 5%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #e4e4e4 5%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #e4e4e4 5%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(#f1f1f1, 8%)', endColorstr='#f1f1f1', GradientType=0);
}
.btn-ar.btn-success {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #02c66c), color-stop(1, #02ad5e));
  background: -moz-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
  background: -webkit-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
  background: -o-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
  background: -ms-linear-gradient(top, #02c66c 5%, #02ad5e 100%);
  background: linear-gradient(to bottom, #02c66c 5%, #02ad5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@success-color', endColorstr='darken(@success-color, 5%)', GradientType=0);
  background-color: #02c66c;
  border: 1px solid #02ad5e;
}
.btn-ar.btn-success:active {
  background-color: #02ad5e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #02ad5e), color-stop(1, #02c66c));
  background: -moz-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
  background: -webkit-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
  background: -o-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
  background: -ms-linear-gradient(top, #02ad5e 5%, #02c66c 100%);
  background: linear-gradient(to bottom, #02ad5e 5%, #02c66c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@success-color, 8%)', endColorstr='@success-color', GradientType=0);
}
.btn-ar.btn-info {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #54c8eb), color-stop(1, #2fbce7));
  background: -moz-linear-gradient(top, #54c8eb 5%, #2fbce7 100%);
  background: -webkit-linear-gradient(top, #54c8eb 5%, #2fbce7 100%);
  background: -o-linear-gradient(top, #54c8eb 5%, #2fbce7 100%);
  background: -ms-linear-gradient(top, #54c8eb 5%, #2fbce7 100%);
  background: linear-gradient(to bottom, #54c8eb 5%, #2fbce7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@info-color', endColorstr='darken(@info-color, 5%)', GradientType=0);
  background-color: #54c8eb;
  border: 1px solid #34bee7;
}
.btn-ar.btn-info:active {
  background-color: #3dc1e8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3dc1e8), color-stop(1, #54c8eb));
  background: -moz-linear-gradient(top, #3dc1e8 5%, #54c8eb 100%);
  background: -webkit-linear-gradient(top, #3dc1e8 5%, #54c8eb 100%);
  background: -o-linear-gradient(top, #3dc1e8 5%, #54c8eb 100%);
  background: -ms-linear-gradient(top, #3dc1e8 5%, #54c8eb 100%);
  background: linear-gradient(to bottom, #3dc1e8 5%, #54c8eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@info-color, 8%)', endColorstr='@info-color', GradientType=0);
}
.btn-ar.btn-warning {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0ad4e), color-stop(1, #ed9c28));
  background: -moz-linear-gradient(top, #f0ad4e 5%, #ed9c28 100%);
  background: -webkit-linear-gradient(top, #f0ad4e 5%, #ed9c28 100%);
  background: -o-linear-gradient(top, #f0ad4e 5%, #ed9c28 100%);
  background: -ms-linear-gradient(top, #f0ad4e 5%, #ed9c28 100%);
  background: linear-gradient(to bottom, #f0ad4e 5%, #ed9c28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@warning-color', endColorstr='darken(@warning-color, 5%)', GradientType=0);
  background-color: #f0ad4e;
  border: 1px solid #eea236;
}
.btn-ar.btn-warning:active {
  background-color: #eea236;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eea236), color-stop(1, #f0ad4e));
  background: -moz-linear-gradient(top, #eea236 5%, #f0ad4e 100%);
  background: -webkit-linear-gradient(top, #eea236 5%, #f0ad4e 100%);
  background: -o-linear-gradient(top, #eea236 5%, #f0ad4e 100%);
  background: -ms-linear-gradient(top, #eea236 5%, #f0ad4e 100%);
  background: linear-gradient(to bottom, #eea236 5%, #f0ad4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@warning-color, 8%)', endColorstr='@warning-color', GradientType=0);
}
.btn-ar.btn-danger {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d9534f), color-stop(1, #d2322d));
  background: -moz-linear-gradient(top, #d9534f 5%, #d2322d 100%);
  background: -webkit-linear-gradient(top, #d9534f 5%, #d2322d 100%);
  background: -o-linear-gradient(top, #d9534f 5%, #d2322d 100%);
  background: -ms-linear-gradient(top, #d9534f 5%, #d2322d 100%);
  background: linear-gradient(to bottom, #d9534f 5%, #d2322d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@danger-color', endColorstr='darken(@danger-color, 5%)', GradientType=0);
  background-color: #d9534f;
  border: 1px solid #d43f3a;
}
.btn-ar.btn-danger:active {
  background-color: #d43f3a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d43f3a), color-stop(1, #d9534f));
  background: -moz-linear-gradient(top, #d43f3a 5%, #d9534f 100%);
  background: -webkit-linear-gradient(top, #d43f3a 5%, #d9534f 100%);
  background: -o-linear-gradient(top, #d43f3a 5%, #d9534f 100%);
  background: -ms-linear-gradient(top, #d43f3a 5%, #d9534f 100%);
  background: linear-gradient(to bottom, #d43f3a 5%, #d9534f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@danger-color, 8%)', endColorstr='@danger-color', GradientType=0);
}
.btn-ar.btn-royal {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ac60d0), color-stop(1, #9c41c7));
  background: -moz-linear-gradient(top, #ac60d0 5%, #9c41c7 100%);
  background: -webkit-linear-gradient(top, #ac60d0 5%, #9c41c7 100%);
  background: -o-linear-gradient(top, #ac60d0 5%, #9c41c7 100%);
  background: -ms-linear-gradient(top, #ac60d0 5%, #9c41c7 100%);
  background: linear-gradient(to bottom, #ac60d0 5%, #9c41c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@royal-color', endColorstr='darken(@royal-color, 5%)', GradientType=0);
  background-color: #ac60d0;
  border: 1px solid #9e44c8;
}
.btn-ar.btn-royal:active {
  background-color: #a24cca;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a24cca), color-stop(1, #ac60d0));
  background: -moz-linear-gradient(top, #a24cca 5%, #ac60d0 100%);
  background: -webkit-linear-gradient(top, #a24cca 5%, #ac60d0 100%);
  background: -o-linear-gradient(top, #a24cca 5%, #ac60d0 100%);
  background: -ms-linear-gradient(top, #a24cca 5%, #ac60d0 100%);
  background: linear-gradient(to bottom, #a24cca 5%, #ac60d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@royal-color, 8%)', endColorstr='@royal-color', GradientType=0);
}
.btn-social {
  color: #aaa;
  border: solid 1px #aaa;
  padding: 8px 0px;
  width: 150px;
  text-align: center;
  margin: 0 5px 5px 0;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: background .25s ease;
  -moz-transition: background .25s ease;
  -ms-transition: background .25s ease;
  -o-transition: background .25s ease;
  transition: background .25s ease;
}
.btn-social:hover {
  text-decoration: none;
  background-color: #aaa;
  color: #fff;
}
.btn-social:active {
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.btn-social-white {
  color: #fff;
  border-color: #fff;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.btn-social-white:hover {
  color: #0077cc;
  border-color: #0077cc;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-social .fa {
  margin: 0 10px 0 0;
  font-size: 18px;
}
.btn-social.solid:hover {
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
}
.btn-social.sm {
  width: 32px;
  height: 32px;
}
.btn-social.lg {
  width: 220px;
  padding: 12px 0;
}
.btn-social.xl-lg {
  width: 400px;
  padding: 18px 0;
}
.btn-social.round {
  border-radius: 5px;
}
.btn-social.sm .fa {
  margin: 0;
}
.btn-social.rss {
  color: #ef922f;
  border-color: #ef922f;
}
.btn-social.rss:hover,
.btn-social.rss.solid {
  color: #fff;
  background-color: #ef922f;
}
.btn-social.facebook {
  color: #3b5998;
  border-color: #3b5998;
}
.btn-social.facebook:hover,
.btn-social.facebook.solid {
  color: #fff;
  background-color: #3b5998;
}
.btn-social.twitter {
  color: #00aced;
  border-color: #00aced;
}
.btn-social.twitter:hover,
.btn-social.twitter.solid {
  color: #fff;
  background-color: #00aced;
}
.btn-social.google-plus {
  color: #dd4b39;
  border-color: #dd4b39;
}
.btn-social.google-plus:hover,
.btn-social.google-plus.solid {
  color: #fff;
  background-color: #dd4b39;
}
.btn-social.youtube {
  color: #bb0000;
  border-color: #bb0000;
}
.btn-social.youtube:hover,
.btn-social.youtube.solid {
  color: #fff;
  background-color: #bb0000;
}

.social-icon-ar {
  display: inline-block;
  width: 44px;
  height: 44px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 20px 20px 0;
}
.social-icon-ar .fa {
  padding-top: 10px;
}
.social-icon-ar:hover {
  color: #fff;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.social-icon-ar.round {
  border-radius: 5px;
}
.social-icon-ar.circle {
  border-radius: 40px;
}
.social-icon-ar.sm {
  width: 25px;
  height: 25px;
  margin: 0 10px 10px 0;
  font-size: 15px;
}
.social-icon-ar.sm .fa {
  padding-top: 6px;
}
.social-icon-ar.tumblr {
  background-color: #32506d;
  background-image: -webkit-linear-gradient(bottom, #32506d, #426a90);
  background-image: -moz-linear-gradient(bottom, #32506d, #426a90);
  background-image: -o-linear-gradient(bottom, #32506d, #426a90);
  background-image: linear-gradient(to top, #32506d, #426a90);
}
.social-icon-ar.rss {
  background-color: #ef922f;
  background-image: -webkit-linear-gradient(bottom, #ef922f, #f3ab5e);
  background-image: -moz-linear-gradient(bottom, #ef922f, #f3ab5e);
  background-image: -o-linear-gradient(bottom, #ef922f, #f3ab5e);
  background-image: linear-gradient(to top, #ef922f, #f3ab5e);
}
.social-icon-ar.twitter {
  background-color: #00aced;
  background-image: -webkit-linear-gradient(bottom, #00aced, #21c2ff);
  background-image: -moz-linear-gradient(bottom, #00aced, #21c2ff);
  background-image: -o-linear-gradient(bottom, #00aced, #21c2ff);
  background-image: linear-gradient(to top, #00aced, #21c2ff);
}
.social-icon-ar.facebook {
  background-color: #3b5998;
  background-image: -webkit-linear-gradient(bottom, #3b5998, #4c70ba);
  background-image: -moz-linear-gradient(bottom, #3b5998, #4c70ba);
  background-image: -o-linear-gradient(bottom, #3b5998, #4c70ba);
  background-image: linear-gradient(to top, #3b5998, #4c70ba);
}
.social-icon-ar.linkedin {
  background-color: #007bb6;
  background-image: -webkit-linear-gradient(bottom, #007bb6, #009de9);
  background-image: -moz-linear-gradient(bottom, #007bb6, #009de9);
  background-image: -o-linear-gradient(bottom, #007bb6, #009de9);
  background-image: linear-gradient(to top, #007bb6, #009de9);
}

.social-icon-ar.google-plus {
  background-color: #dd4b39;
  background-image: -webkit-linear-gradient(bottom, #dd4b39, #e47365);
  background-image: -moz-linear-gradient(bottom, #dd4b39, #e47365);
  background-image: -o-linear-gradient(bottom, #dd4b39, #e47365);
  background-image: linear-gradient(to top, #dd4b39, #e47365);
}
.social-icon-ar.youtube {
  background-color: #bb0000;
  background-image: -webkit-linear-gradient(bottom, #bb0000, #ee0000);
  background-image: -moz-linear-gradient(bottom, #bb0000, #ee0000);
  background-image: -o-linear-gradient(bottom, #bb0000, #ee0000);
  background-image: linear-gradient(to top, #bb0000, #ee0000);
}

.icon-ar {
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px 5px 0;
  text-align: center;
  line-height: 2.2;
}
.icon-ar.icon-ar-square {
  border-radius: 0;
}
.icon-ar.icon-ar-round {
  border-radius: 5px;
}
.icon-ar.icon-ar-circle {
  border-radius: 100px;
}
.icon-ar.icon-ar-inverse {
  background-color: transparent;
  color: #0077cc;
  border: solid 1px #0077cc;
}
.icon-ar.icon-ar-sm {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 2;
}
.icon-ar.icon-ar-lg {
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 2.2;
}
.icon-ar.icon-ar-xl-lg {
  width: 80px;
  height: 80px;
  font-size: 36px;
  line-height: 2.2;
}
.icon-ar.icon-ar-xxl-lg {
  width: 120px;
  height: 120px;
  font-size: 48px;
  line-height: 2.6;
}
.icon-ar.icon-ar-white {
  background-color: #fff;
  color: #0077cc;
}
.icon-ar.icon-ar-white.icon-ar-inverse {
  background-color: transparent;
  color: #fff;
  border: solid 1px #fff;
}
.icon-ar.icon-ar-danger {
  background-color: #d9534f;
}
.icon-ar.icon-ar-warning {
  background-color: #f0ad4e;
}
.icon-ar.icon-ar-success {
  background-color: #02c66c;
}
.icon-ar.icon-ar-info {
  background-color: #54c8eb;
}
.icon-ar.icon-ar-help {
  background-color: #ac60d0;
}
.icon-ar.icon-ar-black {
  background-color: #333;
}
.icon-ar.icon-ar-inverse.icon-ar-white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.icon-ar.icon-ar-inverse.icon-ar-danger {
  background-color: transparent;
  color: #d9534f;
  border-color: #d9534f;
}
.icon-ar.icon-ar-inverse.icon-ar-warning {
  background-color: transparent;
  color: #f0ad4e;
  border-color: #f0ad4e;
}
.icon-ar.icon-ar-inverse.icon-ar-success {
  background-color: transparent;
  color: #02c66c;
  border-color: #02c66c;
}
.icon-ar.icon-ar-inverse.icon-ar-info {
  background-color: transparent;
  color: #54c8eb;
  border-color: #54c8eb;
}
.icon-ar.icon-ar-inverse.icon-ar-help {
  background-color: transparent;
  color: #ac60d0;
  border-color: #ac60d0;
}
.icon-ar.icon-ar-inverse.icon-ar-black {
  background-color: transparent;
  color: #333;
  border-color: #333;
}
.table-striped-primary > tbody > tr:nth-child(odd) > td,
.table-striped-primary > tbody > tr:nth-child(odd) > th {
  background-color: #0077cc;
  color: #fff;
}
.content-box {
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 5px;
}
.content-box.box-default {
  background-color: #f6f6f6;
  border: solid 1px #e5e5e5;
}
.content-box.box-default:hover {
  background-color: #f3f3f3;
}
.content-box.box-primary .content-box-title,
.content-box.box-info .content-box-title,
.content-box.box-success .content-box-title,
.content-box.box-warning .content-box-title,
.content-box.box-danger .content-box-title,
.content-box.box-royal .content-box-title {
  color: #fff;
}
.content-box.box-primary {
  background-color: #0077cc;
  color: #fff;
  border: solid 1px #005174;
}
.content-box.box-success {
  background-color: #02c66c;
  color: #fff;
  border: solid 1px #016135;
}
.content-box.box-info {
  background-color: #54c8eb;
  color: #fff;
  border: solid 1px #179bc2;
}
.content-box.box-warning {
  background-color: #f0ad4e;
  color: #fff;
  border: solid 1px #c77c11;
}
.content-box.box-danger {
  background-color: #d9534f;
  color: #fff;
  border: solid 1px #a02622;
}
.content-box.box-royal {
  background-color: #ac60d0;
  color: #fff;
  border: solid 1px #792e9c;
}
.content-box.box-primary:hover {
  background-color: #0087c1;
}
.content-box.box-success:hover {
  background-color: #02ad5e;
}
.content-box.box-info:hover {
  background-color: #3dc1e8;
}
.content-box.box-warning:hover {
  background-color: #eea236;
}
.content-box.box-danger:hover {
  background-color: #d43f3a;
}
.content-box.box-royal:hover {
  background-color: #a24cca;
}
/* ---------------------------------------------------- */
/* Bootstrap Elements */
/* ---------------------------------------------------- */
.progress {
  border-radius: 2px;
}
/* Progress Bar */
.progress {
  border-radius: 0;
}
.progress-sm {
  height: 10px;
}
.progress-xs {
  height: 5px;
}
.progress-lg {
  height: 30px;
}
.progress-lg .progress-bar {
  line-height: 30px;
}
.progress-bar {
  background-color: #0077cc;
}
.progress-bar-success {
  background-color: #02c66c;
}
.progress-bar-info {
  background-color: #54c8eb;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-bar-royal {
  background-color: #ac60d0;
}
.popover {
  border-radius: 0;
}
.panel-border {
  background-color: #f5f5f5;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 10px;
}
.panel-border .panel-body {
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.modal-content {
  border-radius: 0px;
}
.modal-body.no-padding {
  padding: 0;
}
.moda-title {
  font-weight: 400;
}
.modal-open #sb-site {
  position: static !important;
  overflow: hidden !important;
  width: auto !important;
  height: auto !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.modal-open {
  position: static !important;
  overflow: hidden !important;
  width: auto !important;
  height: auto !important;
}
.nav-tabs.nav-tabs-transparent li a {
  font-size: 1.3em;
  color: #7e8488;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-right: solid 1px #ddd;
  font-family: "Lato";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.nav-tabs.nav-tabs-transparent li a:hover {
  background-color: #e5e5e5;
}
.nav-tabs.nav-tabs-transparent li.active a,
.nav-tabs.nav-tabs-transparent li.active a:hover,
.nav-tabs.nav-tabs-transparent li.active a:focus {
  background-image: -webkit-linear-gradient(bottom, #0087c1, #0077cc);
  background-image: -moz-linear-gradient(bottom, #0087c1, #0077cc);
  background-image: -o-linear-gradient(bottom, #0087c1, #0077cc);
  background-image: linear-gradient(to top, #0087c1, #0077cc);
  color: #fff;
  border-bottom: solid 1px #ddd;
}
.nav-tabs.nav-tabs-ar {
  border-top: solid 3px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  font-family: "Lato", sans-serif;
  background-color: #fafafa;
}
.nav-tabs.nav-tabs-ar li a {
  margin-top: -3px;
  margin-right: 0;
  margin-left: 0;
  border-radius: 0;
  color: #555;
  transition: padding 0.2s, border-top 0.2s;
  -moz-transition: padding 0.2s, border-top 0.2s;
  -webkit-transition: padding 0.2s, border-top 0.2s;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fafafa;
  margin-left: -1px;
  border: 0;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 3px #e5e5e5;
}
.nav-tabs.nav-tabs-ar li:first-child a {
  border-left: solid 1px #e5e5e5;
}
.nav-tabs.nav-tabs-ar li:first-child a {
  margin-left: 0px;
}
.nav-tabs.nav-tabs-ar li a:hover,
.nav-tabs.nav-tabs-ar li.active a,
.nav-tabs.nav-tabs-ar li.active a:hover,
.nav-tabs.nav-tabs-ar li.active a:focus {
  border-top: solid 3px #0077cc;
  background-color: #f9f9f9;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  color: #0077cc;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 500;
}
.nav-tabs.nav-tabs-ar li.active a {
  position: relative;
  z-index: 2;
}
.nav-tabs.nav-tabs-ar li.active a,
.nav-tabs.nav-tabs-ar li.active a:hover,
.nav-tabs.nav-tabs-ar li.active a:focus {
  border-bottom: solid 1px #f9f9f9;
}
.nav-tabs.nav-tabs-ar li a:hover {
  position: relative;
  z-index: 1;
  border-bottom-color: #e5e5e5;
  border-top-color: #000;
  color: #000;
}
@media (min-width: 370px) {
  .nav-tabs.nav-tabs-ar li a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-tabs.nav-tabs-ar li a:hover,
  .nav-tabs.nav-tabs-ar li.active a,
  .nav-tabs.nav-tabs-ar li.active a:hover,
  .nav-tabs.nav-tabs-ar li.active a:focus {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.nav-tabs.nav-tabs-ar + .tab-content {
  padding: 15px;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  overflow: hidden;
  background-color: #f9f9f9;
}
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a:hover,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:hover,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:focus,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white + .tab-content {
  background-color: #fff;
}
.nav-tabs.nav-tabs-ar li a i {
  font-size: 1.2em;
}
.nav-tabs + .tab-content {
  padding: 15px;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  overflow: hidden;
}
.nav-tabs li a {
  border-radius: 2px;
}
.nav-tabs.nav-tabs-round li a {
  border-radius: 5px 5px 0 0;
}
.nav-tabs li a:hover {
  background-color: #f5f5f5;
}
.label {
  text-shadow: none;
  font-family: "Open Sans";
}
.label-primary {
  background-color: #0077cc;
}
.label-success {
  background-color: #02c66c;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-danger {
  background-color: #d9534f;
}
.label-info {
  background-color: #54c8eb;
}
.label-royal {
  background-color: #ac60d0;
}
.badge-square {
  border-radius: 0;
}
.badge-round {
  border-radius: 2px;
}
.badge-primary {
  background-color: #0077cc;
  color: #fff;
}
.alert {
  border-radius: 2px;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: inherit;
  margin: 0px 0 5px 0;
  font-weight: 400;
}
.alert i {
  font-size: 1.2em;
  margin-right: 5px;
}
.alert > .close {
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=30);
  opacity: .3;
}
.alert-primary > .close {
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=80);
  opacity: .8;
}
.alert-info {
  background-color: #ddf4fb;
  border: solid 1px #54c8eb;
}
.alert-success {
  background-color: #ddffef;
  border: solid 1px #02c66c;
}
.alert-warning {
  background-color: #fceedb;
  border: solid 1px #f0ad4e;
}
.alert-danger {
  background-color: #f4cecd;
  border: solid 1px #d9534f;
}
.alert-royal {
  background-color: #ead6f3;
  border: solid 1px #ac60d0;
  color: #792e9c;
}
.alert-primary {
  background-color: #00abf3;
  border: solid 1px #0077cc;
  color: #daf4ff;
}
.alert.alert-border {
  border-left-width: 5px !important;
  border-right-width: 5px !important;
}
.alert.alert-primary.alert-border {
  border-color: #005174;
}
.well {
  border-radius: 2px;
  background-color: #f3f3f3;
  border-color: #e0e0e0;
}
.nav-pills > .active > a > .badge {
  color: #fff;
  background-color: #0077cc;
}
.list-group-sm li,
.list-group-sm a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.list-group-item-success {
  background-color: #d3ffea;
  color: #017a43;
}
.list-group-item-warning {
  background-color: #fceedb;
  color: #df8a13;
}
.list-group-item-danger {
  background-color: #f8dede;
  color: #b52b27;
}
.list-group-item-info {
  background-color: #d4f1fa;
  color: #19add9;
}
.list-group-item-royal {
  background-color: #f2e6f8;
  color: #8834b0;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-striped li:nth-child(odd) {
  background-color: #eee;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0077cc;
  border-color: #0077cc;
}
.page-header {
  color: #000;
  border-bottom: solid 1px #0077cc;
  margin-bottom: 30px;
}
.right-line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #0077cc;
  margin: 2px 0;
}
.right-line:after {
  position: absolute;
  top: 55%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: '\a0';
  background-color: #0077cc;
  border-left: solid 20px #fff;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #0077cc;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000000;
  background-color: #0077cc;
  border-color: #0077cc;
  color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0077cc;
  border-color: #0077cc;
}
.pagination.pagination-border > li > a,
.pagination.pagination-border > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #eee;
}
.pagination.pagination-border > .active > a,
.pagination.pagination-border > .active > span,
.pagination.pagination-border > .active > a:hover,
.pagination.pagination-border > .active > span:hover,
.pagination.pagination-border > .active > a:focus,
.pagination.pagination-border > .active > span:focus,
.pagination.pagination-border > li > a:hover,
.pagination.pagination-border > li > span:hover,
.pagination.pagination-border > li > a:focus,
.pagination.pagination-border > li > span:focus {
  border-color: #0077cc;
  background-color: transparent;
  color: #0077cc;
}
.pager li > a,
.pager li > span {
  border-radius: 2px;
  color: #0077cc;
}
.pager li > a:hover,
.pager li > span:hover {
  color: #fff;
  background-color: #0077cc;
}
.pager.pager-border li > a,
.pager.pager-border li > span {
  border-radius: 2px;
  color: #0077cc;
  border: none;
  border-bottom: 3px solid #eee;
  padding-left: 0;
  padding-right: 0;
  margin: 0 15px;
}
.pager.pager-border li > a:hover,
.pager.pager-border li > span:hover {
  color: #fff;
  background-color: transparent;
  border-color: #0077cc;
  color: #000;
}
input {
  border-radius: 0 !important;
  box-shadow: none;
}
.noticias .form-inline .form-group{vertical-align: bottom !important}
.form-control {
  display: block;
  border-radius: 0;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #0077cc;
  box-shadow: none;
}
textarea.form-control,
select.form-control {
  border-radius: 0;
}
textarea.form-control:focus {
  border-color: #0077cc;
}
.input-group-addon {
  border-radius: 0;
  background-color: #0077cc;
  border-color: #008bc6;
  color: #fff;
}
.has-success .royal-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #019450;
}
.has-success .form-control {
  border-color: #02c66c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #019450;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #02c66c;
  background-color: #dff0d8;
  border-color: #02c66c;
}
.has-success .form-control-feedback {
  color: #02c66c;
}
.has-warning .royal-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ec971f;
}
.has-warning .form-control {
  border-color: #f0ad4e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #c77c11;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  background-color: #dff0d8;
  border-color: #f0ad4e;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
.has-error .royal-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #c9302c;
}
.has-error .form-control {
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #a02622;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #d9534f;
  background-color: #dff0d8;
  border-color: #d9534f;
}
.has-error .form-control-feedback {
  color: #d9534f;
}
.form-group .glyphicon {
  margin-top: 5px;
}
.jumbotron {
  padding: 20px 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f5f5f5;
  border-radius: 0;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-top: solid 5px #0077cc;
  border-bottom: solid 5px #0077cc;
  overflow: hidden;
}
.container .jumbotron {
  border-radius: 0px;
}
.jumbotron p {
  font-size: 1.2em;
  font-weight: 400;
}
.lead {
  font-weight: 400;
  font-family: "Lato", "Open Sans", sans-serif;
}
.lead-lg {
  font-size: 1.8em;
  font-weight: 300;
}
.lead-lg strong {
  font-weight: 400;
}
.lead-sm {
  font-size: 1.2em;
}
.dropdown-submenu {
  position: relative;
}
.dropdown.dropdown-inverse a {
  color: #fff;
}
.dropdown.dropdown-inverse a:hover {
  color: #fff;
  background-image: -webkit-linear-gradient(bottom, #0087c1, #0077cc);
  background-image: -moz-linear-gradient(bottom, #0087c1, #0077cc);
  background-image: -o-linear-gradient(bottom, #0087c1, #0077cc);
  background-image: linear-gradient(to top, #0087c1, #0077cc);
}
.dropdown.dropdown-inverse ul {
  background-color: #333;
  color: #fff;
  border-color: #222;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.75);
}
.dropdown.dropdown-inverse .divider {
  background-color: #555;
}
.dropdown.dropdown-inverse .dropdown-header {
  border-color: #555;
  box-shadow: none;
  color: #ccc;
}
.dropdown > a:after,
.dropdown-submenu > a:after, .dropup > a:after {
  top: 8px;
  right: 9px;
  font-size: 11px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
.dropdown > a:after {
  top: 18px;
  right: 15px;
  content: "\f107";
}

 .dropup > a:after {
  top: 18px;
  right: 5px;
  content: "\f106";
}

.dropdown-submenu > .dropdown-menu {
  top: -1px;
  left: 100%;
  margin-top: -5px;
  margin-left: -3px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  min-height: 40px;
  height: auto;
}
@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }
  .dropdown > a {
    border-bottom: solid 1px #ddd;
    margin: 0;
  }
  .dropdown.open > a,
  .dropdown.open > a:focus,
  .dropdown.open > a:active {
    border-bottom: solid 1px #ddd;
  }
  .dropdown a {
    padding: 0 6px;
  }
  .dropdown-submenu {
    padding: 0;
    margin-top: -5px;
  }
  .dropdown-submenu a {
    padding: 5px 0;
    margin: 0;
  }
  .dropdown-submenu > a:after {
    content: " ";
  }
  .dropdown > a:after {
    top: 10px;
    right: 15px;
    content: "\f104";
  }
  .dropdown.open > a:after {
    top: 10px;
    right: 15px;
    content: "\f107";
  }
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown-header {
  text-align: center;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  padding: 6px 0;
  margin: 9px 0;
}
.main-header .container {
  position: relative;
}
@media (max-width: 500px) {
  .main-header .breadcrumb {
    display: none !important;
  }
}
.main-header .breadcrumb {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  display: inline-block;
  background: none;
  color: rgba(0, 152, 217, 0.25);
  font-size: 0.9em;
  z-index:2;

}
.main-header .breadcrumb li {
  color: #0077cc;
}
.main-header .breadcrumb a {
  color: #000;
}
.main-header .breadcrumb a:hover {
  text-decoration: none;
  border-bottom: solid 1px #fff;
}
.breadcrumb > li + li:before {
  padding: 0 6px 0 5px;
  content: "\00bb";
}
.main-header .breadcrumb > li + li:before {
  color: #888;
}
.nav-pills > li > a {
  border-radius: 0px;
  color: #333;
}
.nav-pills.nav-stacked > li.active > a,
.nav-pills.nav-stacked > li.active > a:hover,
.nav-pills.nav-stacked > li.active > a:focus {
  border-left: solid 3px #000;
  background-color: #eee;
  color: #333;
}
.nav-pills.nav-stacked > li > a {
  border-left: solid 3px #0077cc;
}
.nav-pills.nav-stacked > li > a:hover {
  border-left: solid 3px #000;
}
.nav-stacked > li + li {
  margin: 0;
}
.nav-stacked {
  background-color: #f9f9f9;
  border: solid 1px #eee;
}
.thumbnail {
  border-radius: 0px;
  position: relative;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0077cc;
}
.thumbnail.thumbnail-round {
  border-radius: 5px;
}
.thumbnail.thumbnail-round > img {
  border-radius: 5px;
}
/* Caption */
.img-caption-ar {
  position: relative;
  padding: 5px;
  border: solid 1px #ddd;
  margin-bottom: 20px;
  color: #fff;
  width: 100%;
}
.img-caption-ar img {
  width: 100%;
}
.caption-ar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.caption-ar .caption-content {
  width: 80%;
  height: 150px;
  left: 10%;
  top: 40%;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.caption-ar:hover .caption-content {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.caption-ar:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.caption-ar .caption-content a {
  background-color: rgba(128, 128, 128, 0.5);
  padding: 10px 10px 8px 10px;
  color: #fff;
  border: solid 1px #999;
  text-decoration: none;
  margin-bottom: 10px !important;
  display: inline-block;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.caption-ar .caption-content a:hover {
  background-color: rgba(200, 200, 200, 0.5);
}
.caption-ar .caption-content a i {
  margin-right: 10px;
}
.caption-ar .caption-content .caption-title {
  padding: 0;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
}
.caption-ar .caption-content .caption-title + p {
  margin-top: 5px;
}
/* ---------------------------------------------------- */
/* Navbar */
/* ---------------------------------------------------- */
.navbar-default {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: linear-gradient(to top, #ececec, #f4f4f4);
  margin-bottom: 0;
  border-bottom: 0;
}
.navbar-default .navbar-brand {
  font-size: 28px;
  font-weight: 300;
  text-transform: lowercase;
  font-family: "Muli", sans-serif;
  word-spacing: -6px;
  -webkit-text-stroke: 0.01em;
  background-image: url("../images/colors/blue/logo.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 45px;
  color: #000;
}
@media (min-width: 360px) and (max-width: 768px) {
  .navbar-default .navbar-brand {
    margin-left: 10px;
  }
}
@media (max-width: 400px) {
  .navbar-default .navbar-brand {
    background: none;
    padding-left: 0;
  }
}
.navbar-default .navbar-brand span {
  color: #0077cc;
}
.dropdown-menu li a {
  position: relative;
}
.dropdown-menu li a .label {
  position: absolute;
  right: 10px;
  top: 8px;
}
.dropdown-menu li a:hover .label {
  background-color: #fff;
  color: #0077cc;
}
@media (min-width: 767px) {
  /*Navbar Collapse*/
  .navbar-collapse {
    padding: 0;
  }
  /*Navbar*/
  .navbar-default .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 15px;
    margin-top: -1px;
    color: #000;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
  }
  .navbar-default .navbar-nav > li.dropdown > a {
    padding-right: 30px;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:active,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a {
    background-color: #0077cc;
    background-image: -webkit-linear-gradient(bottom, #0087c1, #0077cc);
    background-image: -moz-linear-gradient(bottom, #0087c1, #0077cc);
    background-image: -o-linear-gradient(bottom, #0087c1, #0077cc);
    background-image: linear-gradient(to top, #0087c1, #0077cc);
    color: #fff;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #0077cc;
    background-image: -webkit-linear-gradient(bottom, #0087c1, #0077cc);
    background-image: -moz-linear-gradient(bottom, #0087c1, #0077cc);
    background-image: -o-linear-gradient(bottom, #0087c1, #0077cc);
    background-image: linear-gradient(to top, #0087c1, #0077cc);
    color: #fff;
  }
  /*Dropdown Menu  - menu e janelas */
  .dropdown-menu {
    padding: 0px;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    margin-top: 0px !important;
  /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(255, 255, 255, 0.75);*/
    background-color: #fff;
    border: 0px !important;
    height: auto !important;
  }
  
    .dropdown-menu.dropdown-login-box, .dropdown-menu.dropdown-search-box{
    padding: 5px;
    min-width: 350px;
    top:0px;
    border-radius: 0;
    z-index: 9999 !important;
    margin-top: 0px !important;
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0), inset 0 0 2px rgba(255, 255, 255, 0.0);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0), inset 0 0 2px rgba(255, 255, 255, 0.0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0), inset 0 0 2px rgba(255, 255, 255, 0.0);
    background-color: #fff;
    border: 0px !important;
    height: auto !important;
  }
  
  .dropdown-menu li a {
    font-size: 0.9em;
    font-weight: 400;
    padding: 6px 15px;
  }
  .dropdown-menu .active > a,
  .dropdown-menu li > a:hover,
  .dropdown-menu li > a:focus,
  .dropdown-menu li > a:active {
    background-color: #0077cc;
    background-image: -webkit-linear-gradient(bottom, #0087c1, #0077cc);
    background-image: -moz-linear-gradient(bottom, #0087c1, #0077cc);
    background-image: -o-linear-gradient(bottom, #0087c1, #0077cc);
    background-image: linear-gradient(to top, #0087c1, #0077cc);
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 1.0em;
    padding-left: 8px;
    padding-right: 8px;
  }
  .navbar-default .navbar-nav > li.dropdown > a {
    padding-right: 25px;
  }
  .dropdown > a:after {
    right: 10px;
  }
  .navbar-default .navbar-brand {
    font-size: 1.9em;
    word-spacing: -5px;
    -webkit-text-stroke: 0.007em;
    background-image: none;
    padding-left: 5px;
  }
}
.navbar-header .navbar-toggle {
  margin: 0;
  padding: 8px 12px 4px 12px;
  background-color: #555;
  border: none;
  border-radius: 0;
  color: #fff;
  position: absolute;
  left: 0px;
  height: 50px;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  background-color: #0087c1;
}
.navbar-header .navbar-toggle i {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 1.6em;
}
.sb-icon-navbar i {
  background-color: #555;
  background-image: -webkit-linear-gradient(bottom, #4d4d4d, #666666);
  background-image: -moz-linear-gradient(bottom, #4d4d4d, #666666);
  background-image: -o-linear-gradient(bottom, #4d4d4d, #666666);
  background-image: linear-gradient(to top, #4d4d4d, #666666);
  color: #fff;
  padding: 11px;
  margin-left: 15px;
  vertical-align: middle;
  font-size: 1.5em;
  padding: 15px 14px 14px 14px;
  height: 50px;
}
@media (min-width: 768px) and (max-width: 842px) {
  .navbar-right {
    float: left !important;
  }
}
@media (max-width: 991px) {
  .sb-icon-navbar i {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    font-size: 1.7em;
    word-spacing: -4px;
    margin-left: 60px;
  }
}
/*-------------------------------------------------------------------*/
/* Carousel razon */
/*-------------------------------------------------------------------*/
.carousel-section-e {
  margin-bottom: 40px;
  overflow: hidden;
}
.carousel-e {
  background-color: #0077cc;
}
.carousel-e {
  background-color: #0077cc;
  background-color: rgba(0, 153, 218, 0.9);
}
.carousel-e .carousel-caption {
  position: static;
  text-align: left;
}
.carousel-e .carousel-img-wrap {
  display: table-row;
}
.carousel-e .carousel-img {
  min-height: 320px;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  display: static;
}
.carousel-e .carousel-img img {
  width: 100%;
}
.carousel-e .carousel-indicators {
  bottom: 0px !important;
}
.carousel-e .carousel-indicators li {
  margin: 0 2px;
}
/* ::::: Banner :::::: */
.carousel-section {
 /* background: url("../../files/images/banner/banner.jpg");*/
  /*margin-bottom: 40px;*/
  overflow: hidden;
  height: 100%;
}
.carousel-razon {
  /*background-color: #0077cc;
  background-color: rgba(0, 135, 193, 0.9);*/
}
.carousel-razon-dark {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.6);
}
.carousel-razon .carousel-caption {
  position: absolute;
  top: 5%;
  left: 8%;
  text-align: left;
}
.carousel-razon .carousel-img-wrap {
  display: table-row;
}
.carousel-razon .carousel-img {
  height: 400px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  display: static;
}
.carousel-razon .carousel-img img {
  width: 100%;
}
.carousel-razon .carousel-indicators {
  bottom: 0px !important;
}
.carousel-razon .carousel-indicators li {
  margin: 0 2px;
}
.carousel-text span {
  color: #cdff76;
}
.carousel-title {
  margin: 20px 0 10px 0;
  padding: 0;
  font-size: 2.2em;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 1.4em;
}
.crousel-subtitle {
  font-size: 1.8em;
  color: #cdff76;
  margin-bottom: 20px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.carousel-list {
  margin: 20px 0;
}
.carousel-list li {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 10px;
  overflow: hidden;
}
.carousel-list li i {
  font-size: 1.6em;
  margin-right: 20px;
  color: #fff;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  filter: alpha(opacity=80);
  opacity: .8;
}
.carousel-control.left {
  background-image: none;
  filter: none;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  filter: none;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: none;
  opacity: 1;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
@media (max-width: 767px) {
	.carousel-razon .carousel-caption img {width: 75px}
  .carousel-indicators {
    top: 10px !important;
    bottom: auto !important;
  }
  .carousel-title {
    margin: 10px 0 5px 0;
    padding: 0;
    font-size: 2em;
    line-height: 1.3em;
  }
  .crousel-subtitle {
    font-size: 1.4em;
  }
  .carousel-text p {
    margin-bottom: 10px;
  }
  .carousel-list {
    margin: 5px 0 0 0;
  }
  .carousel-list li {
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 4px;
  }
  .carousel-list li span {
    padding: 5px;
  }
  .carousel-list li i {
    width: 42px;
    padding: 5px;
  }
  .carousel-control {
    left: auto;
    bottom: auto;
    top: 20px;
  }
  .carousel-control.left {
    right: 50px;
  }
  .carousel-control.right {
    right: 0;
  }
}
/* ---------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------- */
#footer-widgets {
  background-color: #fff;
  color: #eee;
  padding: 0px 0 20px 0;
  margin-top: 30px;
  border-top: dotted 1px #4b95ff;
}
.footer-widget-title {
  font-family: 'Lato', sans-serif;
  font-size: 1.6em;
  color: #0eb7ff;
}
#footer-widgets a {
  color: #eee;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#footer-widgets a:hover {
  color: #0eb7ff;
}
#footer {
  background-color: rgba(74,150,255,0.0);
  color: #000;
  padding: 17px 0;
  text-align: center;
  border-top: solid 3px #0077cc;
  font-size: 0.9em;
}
#footer a {
  color: #0077cc;
  text-decoration: none;
}
#footer a:hover {
  color: #0077cc;
}
#footer p {
  margin: 0;
  padding: 0;
  line-height: 100%;
  color: #000;
}
.footer-widget .media {
  margin-bottom: 10px;
}
.footer-widget .media .media-heading {
  font-size: 1.1em;
  line-height: 1.3em;
}
.footer-widget small {
  color: #ccc;
  font-style: oblique;
}
.footer-widget .thumbnail {
  border-color: #666;
  background-color: rgba(0, 0, 0, 0.2);
}
.three_cols {
  overflow: hidden;
}
.three_cols > li {
  float: left;
  width: 33.333%;
  padding-bottom: 2px;
  padding-top: 1px;
}
.input-group > input[type="text"] {
  height: 34px;
  position: relative;
  z-index: 3;
}
input.input-lg[type="text"] {
  height: 40px !important;
}
/* ---------------------------------------------------- */
/* Slidebar */
/* ---------------------------------------------------- */
.sb-slidebar {
  color: #fff;
}
.sb-slidebar input[type="text"] {
  border-radius: 0;
  height: 50px;
  background-color: #333;
  border: 0;
  border-bottom: solid 1px #2f2f2f;
  box-shadow: none;
  color: #fff;
}
.sb-slidebar .input-group .btn {
  height: 50px;
  background-color: #0077cc;
  color: #fff;
  border-color: #2f2f2f;
  border-radius: 0;
}
.sb-slidebar .input-group .btn i {
  font-size: 1.4em;
}
.slidebar-header {
  color: #0077cc;
  font-size: 1.6em;
  border-bottom: solid 1px #2f2f2f;
  padding: 15px 20px;
  margin: 10px 0 20px 0;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px 0;
}
.padding-40 {
  padding: 40px 0;
}
.margin-10 {
  margin: 10px 0 !important;
}

.margin-20 {
  margin: 20px 0 !important;
}
.margin-top-20 {
  margin: 20px 0 0 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.lateral-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.slidebar-menu {
  margin: 0;
  padding: 0;
}
.slidebar-menu li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.slidebar-menu li a {
  display: block;
  color: #ddd;
  padding: 10px 20px;
  border-bottom: solid 1px #2f2f2f;
  text-decoration: none;
}
.slidebar-menu li a:hover {
  background-color: #000;
  color: #fff;
}
.slidebar-social-icons {
  padding: 0 20px;
}
/* UI ELEMNTS PAGES */
.bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}
.bs-glyphicons-list li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #fff;
  background-color: #f9f9f9;
}
.bs-glyphicons-list .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
.bs-glyphicons-list .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
  /* Help out IE10+ with class names */
}
.bs-glyphicons-list li:hover {
  color: #fff;
  background-color: #0077cc;
}
@media (min-width: 768px) {
  .bs-glyphicons-list {
    margin-left: 0;
    margin-right: 0;
  }
  .bs-glyphicons-list li {
    width: 12.5%;
    font-size: 12px;
  }
}
.fontawesome-icon-list .fa-hover a {
  font-size: 1.1em;
  line-height: 2em;
  color: #333;
  display: block;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 2px;
}
.fontawesome-icon-list .fa-hover a:hover {
  color: #fff;
  background-color: #0077cc;
}
.fontawesome-icon-list .fa-hover a i {
  font-size: 1.4em;
  margin-right: 10px;
  line-height: 1.8em;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .drop-demo ul {
    position: static;
    z-index: 0;
    margin: 0;
    padding: 0;
  }
  .drop-demo .dropdown-menu .dropdown-submenu ul {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .drop-demo ul {
    position: static;
    z-index: 0;
    margin: 0;
    padding: 0;
  }
  .drop-demo .dropdown-menu .dropdown-submenu ul {
    position: static;
    box-shadow: none;
    border: 0;
    margin: 0;
    padding-left: 15px;
  }
}
/*-------------------------------------------------------------------*/
/* Carousel Images */
/*-------------------------------------------------------------------*/
.carousel-images .carousel-indicators {
  bottom: auto;
  top: 10px;
}
.carousel-images .carousel-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  height: 50px;
  left: 20px;
  width: 50px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 90;
}
.carousel-images .carousel-control.left {
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}
.carousel-images .carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}
.carousel-images .carousel-control:hover,
.carousel-images .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-images .carousel-caption {
  background-color: rgba(0, 0, 0, 0.4);
/*max-width: 250px;*/
width:100%;
height: 60px;
left: auto;
right: auto;
bottom: 0;
padding: 7px;
}
.carousel-images .carousel-caption:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.carousel-images .carousel-caption.carousel-caption-dark {
  background-color: rgba(0, 0, 0, 0.7);
}
.carousel-images .carousel-caption h1,
.carousel-images .carousel-caption h2,
.carousel-images .carousel-caption h3,
.carousel-images .carousel-caption h4,
.carousel-images .carousel-caption h5,
.carousel-images .carousel-caption h6 {
  color: #fff;
  margin: 0 0 10px 0;
}
.carousel-images .carousel-caption h1 a,
.carousel-images .carousel-caption h2 a,
.carousel-images .carousel-caption h3 a,
.carousel-images .carousel-caption h4 a,
.carousel-images .carousel-caption h5 a,
.carousel-images .carousel-caption h6 a {
  color: #fff;
  text-decoration: none;
}
/* ---------------------------------------------------- */
/* Index Page */
/* ---------------------------------------------------- */
.home-devices {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .home-devices {
    padding-top: 80px;
  }
}
.icon-devices {
  margin: 30px 0 20px 0px;
  font-size: 3em;
  text-align: center;
  padding: 0;
}
.icon-devices li {
  list-style-type: none;
  list-style-position: outside;
  display: inline-block;
}
.icon-devices li a {
  color: #777;
  margin-right: 10px;
}
.icon-devices li a:hover {
  color: #666;
}
.icon-devices li.active a {
  color: #0077cc;
}
/*-------------------------------------------------------------------*/
/* Charts */
/*-------------------------------------------------------------------*/
.circles-text {
  font-size: 2em !important;
}
/*-------------------------------------------------------------------*/
/* Home Full */
/*-------------------------------------------------------------------*/
#header-full {
  background-image: url("../images/back.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.wrap-primary {
  background-color: #0077cc;
  background-color: rgba(0, 64, 90, 0.7);
  padding: 40px 0;
}
#header-full .secondary-color {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  color: #cdff76;
  font-weight: 300;
}
#header-full .lead {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-weight: 300;
  font-size: 1.6em;
  max-width: 700px;
  margin: 0 auto;
}
.header-full-icons {
  margin-top: 80px;
}
.header-full-icons {
  margin-top: 80px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.header-full-icons .icon-ar {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.header-full-icons .icon-ar:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#header-full h1,
#header-full h2,
#header-full h3,
#header-full h4,
#header-full h4,
#header-full h6 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-family: "Muli", "Lato", sans-serif;
}
.head-title {
  font-size: 5em;
  font-weight: 300;
  text-align: center;
  color: #fff !important;
}
@media (min-height: 900px) {
  .wrap-primary {
    padding: 20px 0;
  }
  .header-full-icons {
    margin-top: 40px;
  }
}
@media (min-height: 990px) {
  .wrap-primary {
    padding: 80px 0 40px 0;
  }
}
@media (max-height: 900px) {
  .wrap-primary {
    padding: 0;
  }
  .header-full-icons {
    margin-top: 40px;
  }
  .head-title {
    font-size: 3em;
  }
  .head-subtitle {
    font-size: 2em;
  }
  .header-full-icons .icon-ar.icon-ar-xl-lg {
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 1.8;
  }
}
@media (max-height: 768px) {
  .head-full-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .wrap-primary {
    padding: 20px 0;
  }
  .header-full-icons {
    margin-top: 40px;
  }
  .head-title {
    font-size: 3em;
    font-weight: 300;
    text-align: center;
    color: #fff !important;
  }
  .head-subtitle {
    font-size: 2em;
  }
}
/* ---------------------------------------------------- */
/* Feature icon */
/* ---------------------------------------------------- */
.wrap-dark-color {
  background-color: #333;
  color: #666;
}
.wrap-dark-color p.lead {
  margin: 20px 0;
  font-size: 1.3em;
}
.feature-icon:first-child {
  border-left: solid 1px #444;
}
.feature-container {
  display: table;
}
a.feature-icon {
  display: table-cell;
  padding: 20px;
  min-width: 130px;
  border-right: solid 1px #444;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
a.feature-icon:hover {
  color: #fff;
  background-color: #0077cc;
}
.feature-icon i {
  display: block;
  font-size: 2.6em;
  margin-bottom: 10px;
  text-align: center;
}
.feature-icon h4 {
  font-size: 1.2em;
  margin: 0;
  color: #666;
  text-align: center;
}
.feature-icon:hover h4 {
  color: #fff;
}
@media (min-width: 1200px) {
  a.feature-icon:hover {
    min-width: 200px;
  }  
.carousel-inner>.destaques>img {width: 250px !important; min-height: 250px !important}

}
@media (min-width: 992px) and (max-width: 1199px)
{
	.carousel-inner>.destaques>img {width: 250px !important; min-height: 250px !important}

}

@media (max-width: 991px) {
  .feature-container {
    display: block;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .feature-icon:first-child {
    border-left: 0;
  }
  a.feature-icon {
    float: left;
    width: 25%;
    border: 0;
  }
}
@media (max-width: 519px) {
  .feature-container h4 {
    font-size: 1em;
  }
  .feature-icon:first-child {
    border-left: 0;
  }
  a.feature-icon {
    float: left;
    border: 0;
    min-width: 0;
    width: 50%;
  }
}
/* ---------------------------------------------------- */
/* Errors */
/* ---------------------------------------------------- */
.error-404 {
  max-width: 500px;
}
.error-404 h1 {
  font-size: 6em;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.error-404 h2 {
  font-size: 3em;
  text-transform: uppercase;
}
@media (min-height: 1019px) {
  .error-404 {
    margin: 48px auto 49px auto;
  }
}
/* 404 2 */
.paper-back {
  background-image: url("../images/back.png");
  background-repeat: repeat;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.title-logo {
  background-image: url("../images/colors/blue/logo50.png");
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 2.3em;
  font-weight: 300;
  font-family: "Muli", "Lato", sans-serif;
  color: #000;
  padding-top: 70px;
  margin-bottom: 20px;
  text-align: center;
}
.title-logo span {
  color: #0077cc;
}
.transparent-div {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #ffffff;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #ffffff;
  border: solid 1px #c3c3c3;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  color: #7e8488;
}
.transparent-div h1,
.transparent-div h2,
.transparent-div h3 {
  color: #7e8488;
}
.transparent-div h1 {
  font-size: 3.5em;
}
.transparent-div p {
  font-size: 1.2em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
}
.transparent-div .btn-ar.btn-primary {
  border: solid 1px #00638e;
  background-image: -webkit-linear-gradient(top, #0077cc, #0080b6);
  background-image: -moz-linear-gradient(top, #0077cc, #0080b6);
  background-image: -o-linear-gradient(top, #0077cc, #0080b6);
  background-image: linear-gradient(to bottom, #0077cc, #0080b6);
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
}
.absolute-center {
  height: 700px;
}
@media (min-width: 500px) {
  .absolute-center {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
/* ---------------------------------------------------- */
/* Home News */
/* ---------------------------------------------------- */
.home-news-box {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .home-news-box {
    margin-top: 40px;
  }
  .home-news-box h5 {
    font-size: 1em;
  }
}
/*-------------------------------------------------------------------*/
/* Back to Top */
/*-------------------------------------------------------------------*/
#back-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999999;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
#back-top a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#back-top a i {
  font-size: 2em;
}
@media (max-width: 767px) {
  #back-top a {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #back-top a i {
    font-size: 1.6em;
  }
}

/* -----  menu fundo  ----- */
div.navbar-header{background: #555}
.navbar-header-full {
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
 /* border-top: solid 3px #0077cc;*/
}
.navbar-header-full.navbar-inverse {
  border-top: solid 1px #0077cc;
}
.navbar-header-full.navbar-dark {
  border-top: solid 1px #444;
}
.navbar-default.navbar-inverse + .main-header {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  color: #333;
}
.navbar-default.navbar-inverse + .main-header .page-title,
.navbar-default.navbar-inverse + .main-header a {
  color: #333;
  border-color: #333;
}
.navbar-default.navbar-inverse + .main-header .breadcrumb > li + li:before {
  color: #888;
}
.navbar-default.navbar-inverse + .main-header li.active {
  color: #000;
  border-color: #000;
}
.header-full-dark {
  background-image: none;
  background-color: #444;
  color: #fff;
}
.header-full-dark .header-full-title h1 a {
  margin-bottom: 5px;
  margin-top: 15px;
  font-family: "Muli";
  word-spacing: -7px;
  color: #fff;
  font-size: 32px;
}
.navbar-header-full .sb-icon-navbar i {
  height: 51px;
  margin-top: -1px;
}
.navbar-inverse .sb-icon-navbar i {
  background-color: #444;
  background-image: none;
}
.header-full + .navbar-inverse {
  background-image: none;
  box-shadow: none;
}

