html,body {
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background: url("../themes/bootstrap/img/bg.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
/* ===== Footer ===== */

footer h4 {
	padding-bottom: 6px;
	border-bottom: 1px solid #4E4D4A;
	margin-bottom: 20px;
}
footer h4 > span {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
footer a {
	color: #FFFFFF;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
list-style: none outside none;
margin-bottom: 0.6em;
}
.footer-section{
	margin-top: 30px;
}
@media (min-width: 991px) {
	.padding-left-60{
		padding-left: 60px;
	}
}
/* Footer Dark */

.footer-dark {
	background: #353432!important;
	color: #ecf0f1!important;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #AAAAAA;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.footer-dark hr {
	border-top: 1px solid #4E4D4A!important;
}

/* Social Links */
.social{
margin-top: -5px!important;
margin-bottom: -5px!important;
}
.social > ul,
.social > ul > li {
	margin: 0;
	padding: 0;
	
}
.social li > a {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 2px 2px 0;
	border-radius: 28px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	background: #fff;
	color: #4E4D4A;
	transition: background 500ms, color 500ms;
	-webkit-transition: background 500ms, color 500ms;
	
}
.social li:hover > a {
	color: #fff;
}
.social li > a.rss:hover {
	background: #ff9900;
}
.social li > a.facebook:hover {
	background: #3B5998;
}
.social li > a.twitter:hover {
	background: #1dcaff;
}
.social li > a.plus:hover {
	background: #dd4b39;
}
.social li > a.vk:hover {
	background: #3f628a;
}
.social li > a.pinterest:hover {
	background: #c92026;
}
.social li > a.vimeo:hover {
	background: #446d82;
}
.social li > a.github:hover {
	background: #657e8c;
}
.social li > a.linkedin:hover {
	background: #0c7bb3;
}
.social li > a.dropbox:hover {
	background: #4fa3e3;
}
.social li > a.youtube:hover {
	background: #ed413e;
}
.footer {
	background: none repeat scroll 0 0 #111111;
	border-top: 1px solid #000000;
	box-shadow: 0 1px 0 #292929 inset;
	color: #999999;
	font-size: 12px;
	margin-top: 0;
	padding: 15px 0;
}

.footer #footer-terms {
	text-align: right;
}

.footer a {
	color: #FFFFFF;
}

.boxHeader {
	width: 100%;
	height: 400px;
	background-image: url("/images/fundo_youtube_sem_marca1920x1080px.jpg");
	background-size: 100% 100%;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.boxImg {
	margin-top: 100px;
	float: left;
	width: 40%;
}

.boxEntrar {
	margin-top: 360px;
	margin-right: 170px;
	margin-left: 150px;
	background-color: rgba(255, 255, 255);
	border-radius: 6px 6px 6px 6px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.featurette-heading {
	font-size: 50px;
}

.featurette-heading {
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1;
}

.linkCircle {
	border: 1px solid #DDDDDD;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	display: block;
	padding: 4px;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 500px 500px 500px 500px;
	width: 110px;
	height: 110px;
}

.bs-sidebar.affix {
	position: fixed;
}
/* First level of nav */
.bs-sidenav {
	margin-top: 60px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 0 1px 0 #fff;
	background-color: #DCDCDC;
	border-radius: 5px;
}
/* All levels of nav */
.bs-sidebar .nav>li>a {
	display: block;
	color: #716b7a;
	padding: 5px 20px;
}

.bs-sidebar .nav>li>a:hover,.bs-sidebar .nav>li>a:focus {
	text-decoration: none;
	background-color: #e5e3e9;
	border-right: 1px solid #dbd8e0;
}

.bs-sidebar .nav>.active>a,.bs-sidebar .nav>.active:hover>a,.bs-sidebar .nav>.active:focus>a
	{
	font-weight: bold;
	color: #563d7c;
	background-color: transparent;
	border-right: 1px solid #563d7c;
}
/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
	.bs-sidebar .nav>.active>ul {
		display: block;
	}
	/* Widen the fixed sidebar */
	.bs-sidebar.affix,.bs-sidebar.affix-bottom {
		width: 213px;
	}
	.bs-sidebar.affix {
		position: fixed;
		/* Undo the static from mobile first approach */
		top: 100px;
	}
	.bs-sidebar.affix-bottom {
		position: absolute;
		/* Undo the static from mobile first approach */
	}
	.bs-sidebar.affix-bottom .bs-sidenav,.bs-sidebar.affix .bs-sidenav {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {
	/* Widen the fixed sidebar again */
	.bs-sidebar.affix-bottom,.bs-sidebar.affix {
		width: 263px;
	}
}

.listras {
	background-image: url("../images/listras.jpg");
	height: 250px;;
	width: 288px;
	margin-top: -30px !important;
	margin-bottom: -40px !important;
	float: right !important;
}

.bs-header {
	background-color: #563D7C;
	background-image: url("../images/bg_header.jpg");
}

.bs-header {
	font-size: 21px;
	text-align: left;
	margin-top: -10px;
	height: 250px;
}

.bs-header {
	padding: 30px 15px 40px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.bs-header h2,.bs-header p {
	margin-right: 380px;
}

.bs-header h2 {
	font-size: 50px;
	line-height: 1;
}

.bs-header h2 {
	color: #FFFFFF;
}

.circle-tile {
	margin-bottom: 30px;
	text-align: center;
}

.circle-tile-content {
	padding-top: 50px;
}

.circle-tile-description {
	padding: 10px 10px 10px 10px;
	text-align: justify;
}

.text-faded {
	color: rgba(255, 255, 255, 0.7);
}

.circle-tile-header {
	padding: 1px 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #fff
}

.circle-tile-footer {
	display: block;
	padding: 5px;
	font-size: 17px;
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(0, 0, 0, 0.1);
	transition: all ease-in-out .3s;
}

.circle-tile-heading {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto -40px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	color: #fff;
	transition: all ease-in-out .3s;
}

.circle-tile-heading .icon {
	line-height: 70px;
}

a.circle-tile-footer:hover,a.circle-tile-footer:active,a.circle-tile-footer:focus
	{
	color: #ADADAD;
}

a.circle-tile-footer {
	color: #ffffff;
	text-decoration: none;
}

a {
	background: transparent;
}

.dark-blue-important {
	background-color: #34495e!important;
}

.green-important {
	background-color: #16a085!important;
}

.orange-important {
	background-color: #f39c12!important;
}

.blue-important {
	background-color: #3F9BA8!important;
}

.red-important {
	background-color: #D86337!important;
}

.purple-important {
	background-color: #8e44ad!important;
}

.dark-blue {
	background-color: #34495e!important;
}

.green {
	background-color: #16a085!important;
}

.orange {
	background-color: #f39c12;
}

.blue {
	background-color: #3F9BA8;
}

.red {
	background-color: #D86337;
}

.purple {
	background-color: #8e44ad;
}
.text-white {
	color: #fff!important
}
.text-alizarin {
	color: #e74c3c
}
.text-white a,.text-white .btn-link {
	color: #cce5f6!important
}

.text-white a:hover,.text-white .btn-link:hover {
	color: #cce5f6!important
}
.text-black {
	color: #000!important
}

 .text-dark-blue {
    color: #34495e;
}

.text-green {
    color: #16a085;
}

.text-blue {
    color: #2980b9;
}

.text-orange {
    color: #f39c12;
}

.text-red {
    color: #e74c3c;
}

.text-dark-red {
   color: #AD473E;
}

.text-purple {
    color: #8e44ad;
}

.text-faded {
    color: rgba(255,255,255,0.7);
}
.dash-demo-tile {
	height: 250px;
	text-align: center;
}

@media ( min-width : 768px) .tile {
	margin-bottom
	:
	 
	30
	px
	;
	

}

.tile {
	margin-bottom: 15px;
	padding: 15px;
	overflow: hidden;
	color: #fff;
}

.dash-demo-tile h4 {
	text-align: left;
}

.tile h1,.tile h2,.tile h3,.tile h4,.tile h5,.tile h6 {
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.section-tout {
	padding: 4em 0 3em;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #c8c8c8
}

.section-tout .fa {
	margin-right: .5em
}

.section-tout p {
	margin-bottom: 3em
}

.section-preview {
	padding: 4em 0 4em
}

.section-preview .preview {
	margin-bottom: 4em;
	background-color: #eaf1f1;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px
}

.section-preview .preview .image {
	padding: 5px
}

.section-preview .preview .image img {
	border: 1px solid rgba(0, 0, 0, 0.1)
}

.section-preview .preview .options {
	text-align: center;
	padding: 0 2em 2em
}

.section-preview .preview .options p {
	margin-bottom: 2em
}

.section-preview .dropdown-menu {
	text-align: left
}

.section-preview .lead {
	margin-bottom: 2em
}
.canvas-container {
    border: 1px dashed #DEDEDE;
    font-family: 'PT Serif',sans-serif;
    position: relative;
    padding-top: 25px
}
.canvas {
    display: block;
    height: 300px;
}
.canvas-type {
    background-color: #CCCCCC;
    border-bottom: 1px dashed #DEDEDE;
    border-right: 1px dashed #DEDEDE;
    color: #FFFFFF;
    font-size: 12px;
    left: 0;
    padding: 2px 5px;
    position: absolute;
    top: 0;
}
.canvas.large {
    height: 350px;
}
.canvas.huge {
    height: 500px;
}
.canvas-container + .btn-toolbar {
    margin-top: -1px;
}
.canvas-container + .btn-toolbar .btn {
    border-top-color: #DEDEDE;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.canvas-container.example {
    border: medium none;
}
.canvas-container.example .canvas {
    height: 250px;
}
.canvas-container.formula {
    background-image: url("../images/paper2.gif");
    padding-bottom: 25px;
    padding-top: 51px;
}
.search-filter {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.search-filter ul li a {
	display: block;
	padding: 10px 15px;
	color: #777;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
}
.search-filter ul li a:hover {
	color: #428bca;
	text-decoration: none;
}
.search-filter ul li {
	display: inline-block;
	margin-right: 10px;
}
.search-container .search-header {
	padding-bottom: 5px;
	border-bottom: 1px solid #f1f5fc;
}
.search-options {
	max-width: 920px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.search-options .search-pager {
	float: right;
}
.no-margin {
	margin: 0!important;
}
.pagination {
	margin-bottom: 0;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
a:hover{
	text-decoration: none;
}
.btn-facebook{
	color:#fff;
	background-color:#3b5998;
	border-color:rgba(0,0,0,0.2)
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook{
	color:#fff;
	background-color:#30487b;
	border-color:rgba(0,0,0,0.2)
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook{
	background-image:none
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{
	background-color:#3b5998;
	border-color:rgba(0,0,0,0.2)
}
.btn-social {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-social :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.text-with-hr {
	text-align: center;
	position: relative;
	z-index: 2;
}
.text-with-hr:before {
	position: absolute;
	content: '';
	top: 20px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #e9ebec;
	z-index: -1;
}
.text-with-hr span {
	font-weight:bold;
	display: inline-block;
	background: white;
	padding: 10px;
}
.custom-popup {
  background-color: rgba(0, 0, 0, 0.9);
  color: #777;
  text-align: center !important;
  padding: 15px;
}
.custom-popup.full-width {
  width: 100%;
}
.custom-popup.light {
  background-color: #f9f9f9;
}
.custom-popup {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.popup_visible .custom-popup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.width-100 {
  width: 100%;
}
.carregando{
	color:#666;
	display:none;
}
.dark-red {
    background-color: #ad473e;
}