/*

font-family: 'Raleway', sans-serif;
font-family: 'Droid Serif', serif;

StylisOnes
font-family: 'Parisienne', cursive;
font-family: 'Oleo Script', cursive;
font-family: 'Lobster', cursive;
*/


body {
  padding-top: 90px;
  margin-bottom: 0px;
  color:#000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight:200;
}

p{
	font-family: 'Droid Serif', serif;

}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right:30px;
    display:none;
	z-index:2;
}

.well_blue {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color:#dab749;
  color: #003366;
  border: 1px solid #e0c367;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well_blue a {
  color: #003366;
  text-decoration:none;  
}

/* barra top */

#navportaltop{
	position: fixed;
  	right: 0;
  	left: 0;
	width:100%;
	top:60px;
	background-color:#333;
	color: #fff; /*#ede7be;*/
	height:30px;
	margin:0;
	padding: 1px 0 2px 50px;
	z-index: 1030;
	-webkit-box-shadow: 0px 3px 3px -1px rgba(0,0,0,0.35);
  	-moz-box-shadow: 0px 3px 3px -1px rgba(0,0,0,0.35);
  	box-shadow: 0px 3px 3px -1px rgba(0,0,0,0.35);
}

.divisa{
	font-family: 'Parisienne', cursive;
	font-size:1.7em;
	margin-top:-4px;
}

#login{
	position:relative;
	top:-35px;
	left: auto;
	right:10px;
	
}

#wall{
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background:url(../images/leather-bg.jpg) top center repeat-y;
}

#navportaltop li{
	top:0;
	list-style: none;
	float:right;
	padding:0 10px 0 10px;
}

#navportaltop a{
	text-decoration:none;
}



#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  vertical-align:bottom;
  line-height: 9px;
  padding:30px 0;
  color:#FFF;
  background-color:#003366;
  z-index:1;
}

#footer a{
	text-decoration:none;
}

/* HOMEGRID Isotope ---- */

.isotope {
  background: #DDD;
  height: 75%; /* inherit height from body */
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .item ---- */

.isotopeitem {
  width:  225px;
  float: left;
  margin:0;
}

.isotopeitem.w2 { width: 225px;  font-size:130%}
.isotopeitem.w4 { width: 450px; font-size:130%}

.isotopeitem.h2 { height: 200px; font-size:130%}
.isotopeitem.h4 { height: 400px; font-size:130%}

.thumbnails {
    position:relative;
    overflow:hidden;
	margin:0;
	padding:0;
}
.thumbnails:hover .caption {
    top:0%;
}

.caption {
    position:absolute;
    top:-100%;
    right:0;
    background:rgba(0, 51, 102, 0.58);
    width:100%;
    height:100%;
	margin:0;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mote2{
	font-family: 'Parisienne', cursive;
	font-size:1.6em;
	line-height:1.0em;
	color:#FFF;
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
	margin:50px 0 0 0;
	padding:20px 15px 0 15px;
}
.caption p {
  position:relative;
  vertical-align: bottom;
  padding:20px 15px 0 15px;
  color: #ede7be;
  font-size:0.9em;
  line-height:1.0em;
  z-index: 2;
}
.caption h1 {  /* <<<<<<<<<<<<<<< titulos home */
  position:absolute;
  display:block;
  top:335px;
  padding:10px 15px;
  width:auto;
  z-index: 10;
  vertical-align: bottom;
  font-family: 'Raleway', sans-serif;
  font-weight:200;
  font-size:1.5em;
  background-color: rgba(51, 51, 51, 0.7);
  color: #FFF;	
}
.caption h2 { /* <<<<<<<<<<<<<<< titulos home */
  position:absolute;
  display:block;
  top:735px;
  padding:10px 15px;
  width:auto;
  z-index: 10;
  vertical-align: bottom;
  font-family: 'Raleway', sans-serif;
  font-weight:200;
  font-size:1.5em;
  background-color: rgba(51, 51, 51, 0.7);
  color: #FFF;	
}


/* NAVBAR COLORS */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right:  5px solid transparent;
  border-bottom: 5px solid;
  border-left:   5px solid transparent;
}

.navbar-default {
	background-color: #c0c0c0;
	border-color: #e6a015;
}
.navbar-default .navbar-brand {
	color: #163c6e;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #ede7be;
}
.navbar-default .navbar-text {
	color: #163c6e;
}
.navbar-default .navbar-nav > li > a {
	color: #163c6e;
	font-size:0.9em;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ede7be;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ede7be;
	background-color: #e6a015;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #ede7be;
	background-color: #e6a015;
}
.navbar-default .navbar-toggle {
	border-color: #e6a015;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #e6a015;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #163c6e;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #163c6e;
}
.navbar-default .navbar-link {
	color: #163c6e;
}
.navbar-default .navbar-link:hover {
	color: #ede7be;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #163c6e;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ede7be;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #ede7be;
		background-color: #e6a015;
	}
}

/* DIRECTORIO BARRA PESQUISA */

#diretorio{
	min-height:300px;
	height:auto;
	padding: 50px 0 9px 0;
    margin: 0px 0 30px;
	color:#FFCC33;
	background:url(../images/leather-bg.jpg) center top repeat;
	background-color:#003366;
	vertical-align:bottom;
	font-family: Arial, sans-serif;
}

.tit_diretorio{
	padding:0 0 15px 0;
}

.barras{
	padding:15px 0 0 0;
}

#diretorioatividade{
	padding:0;
	min-height:180px;
	height:auto;
}
#diretorioatividade p{
	padding:3px;
	text-align:left;
	font-family: 'Raleway', sans-serif;
	font-weight:200;
	font-size:1.2em;
	color:#FFF;
}

#diretorioatividade a{
	text-decoration:none;
}

/* O PORTAL */

#oportal {
	margin:30px 0 30px 0;
	padding:20px;
	height:450px;
}

#portalbest{
	min-height:200px;
	height:auto;
	padding: 20px 0 20px 0;
    margin: 10px 0 30px;
	color:#FFCC33;
	background:url(../images/leather-bg.jpg) center top repeat;
	background-color:#003366;
	vertical-align:bottom;
}

#condicoes{
	height:auto;
	padding: 20px 0 20px 0;
    margin: 10px 0 30px;
}

#recrutamento{
	height:auto;
	padding: 20px 0 20px 0;
    margin: 10px 0 30px;
}

#FormCarreiraOut{
  height: auto;
  padding: 19px;
  margin-bottom: 20px;
  background-color:#ede7be;
  border: 0px solid #dab749;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  color:#163c6e;/*#e0c367;*/
}

/* NOTICIAS */

#noticias{
	margin:30px 0 0 0;
	padding:20px;
	height:auto;
}

#post_completo{
	margin:30px 0 0 0;
	padding:20px;
	height:auto;
}

#post_completo hr{
	border:1px solid #DDD;
}

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}

.post {
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 1px #CCC;
	margin:25px 0 0 0;
}

.post .content{
	margin:10px 0;
    padding: 15px;
	font-family: 'Droid Serif', serif;
}
.post .author{
    font-size: 11px;
    color: #737373;
	margin:0;
    padding: 25px 0px 20px;
}
.post .post-img-content{
    height: 196px;
    position: relative;
}
.post .post-img-content img{
    position: absolute;
}
.post .post-title{
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
	font-family: 'Raleway', sans-serif;
	font-weight:200;
	font-size:1.2em;
}
.post .post-title b{
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 5px;
}


.lermais{
	margin-top:15px;	
}

.posts-destaques{
	position:relative;
	margin:15px 0;
	padding:5px 0;
	border-bottom:1px solid #ddd;
	min-height:195px;
}

.posts-destaques img{
	position:absolute;
	float:left;
}

.posts-destaques article{
	position:relative;
	padding-left:200px;
	text-align:left;
	
}

.btn-post-destaques {
	margin-bottom:-10px;
	float:right;
}

/* limit n.º linhas */

.moduletxt {
  width: 100%;
  margin: 0 0 1em 0;
  overflow: hidden;
}
.moduletxt p {
  margin: 0;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;  
}

.fadetxt {
  position: relative;
  height: 7.2em; /* exactly 6 lines */
}
.fadetxt:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}



.half { /* <<<<<<<<<<<<<< para imagens noticias pequenas */ 
	max-width: 25%;
    height: auto;
}

/* PUB HOME */

.pub{
    background:transparent!important;
    overflow: hidden;
    box-shadow: 0 0 1px #CCC;
	margin:25px 0;
	width:auto!important;
	height:195px!important;
	padding:20px!important;
	font-size:13px!important;
	line-height:16px!important;
	text-align:left;
	border:solid #CCC!important;
	border-width:1px !important;
}

.pub img{
	margin:0 0 15px 0!important;
}

.pub-title{
    display: table-cell;
	position: relative;
	padding-bottom:5px;
	font-family: 'Raleway', sans-serif;
	font-weight:200;
	font-size:1.2em;
	color:#333;
}

.pub-content{
    padding: 15px;
	float:none!important;
	display:block!important;
	width:auto!important;
	height:auto!important;
	margin:-178px 0 0 175px!important;
	position: relative;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
	color:#333;
}

.pub .pub-img-content img{
    position: relative;
}

.pub a{
	color:#fff!important
}

.blockright{
	position:relative;
	margin:15px 0;
	padding:5px;
	border-top:1px solid #ddd;
}

/* DESTAQUES TOP */

.imagetop{
	position:absolute;
	background:#FC6;
	top:0px;
	width:100%;
	height:560px;
	z-index:-10;
}
.destaquetop{
	min-height:300px;
	height:auto;
	position:relative;
	vertical-align:central;
	margin-top:150px;
}



.destaquetop h1{
	font-family: 'Raleway', sans-serif;
	font-weight:200;
	font-weight:bold;
	font-size:3.2em;
	color:#FFF;
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
	display:inline;
	padding-right:25px;
}

.mote{
	font-family: 'Parisienne', cursive;
	font-size:3.2em;
	color:#FFF;
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
	display:inline;
}

.mote1{
	font-family: 'Oleo Script', cursive;
	font-size:3.2em;
	color:#FFF;
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
	display:inline;
}

.destaquetop h4{
	font-family: 'Raleway', sans-serif;
	font-weight:200;
	font-size:1.4em;
	color:#FFF;
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
}

.destaquetop p{
	font-family: 'Raleway', sans-serif;
	font-weight:200;
	font-size:1.2em;
	color:#FFF;
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
}

/* Como Funciona */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #163c6e;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background-color:#FFF;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.um {
  background-color: #6CF !important;
}
.timeline-badge.dois {
	background-color: #5bc0de !important;
}
.timeline-badge.tres {
	background-color: #09C !important;
}
.timeline-badge.quatro {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body {
  margin: 25px 0 0 0;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

/* FORMULARIOS */

.well_blue2 {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #163c6e;
  border: 1px solid #dab749;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  color:#e0c367;
}

input:required:invalid, input:focus:invalid {
    background-image: url(../images/invalid.png);
    background-position: right center;
    background-repeat: no-repeat;
}

input:required:valid {
    background-image: url(../images/valid.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.ad_box2{
	border:1px solid #CCC;
	margin:15px 0;
	padding:15px;
	line-height:1.6em;
}

.ad_box2 strong{
	font-size:1.2em;
	color:#163c6e;
	display:table-cell;
	padding-bottom:10px;
}
/* Promocao Bancaria */

/* Promotor */
#Promotor{
	background:url(../images/leather-bg-red.jpg) top center repeat;
	height:350px;
	margin:-20px 0 0 0;
	padding: 30px 0 20px 0;
	color: #ede7be;
}

#Promotorinfo{
  	min-height:650px;
	padding:20px 0 50px 0;
	
}

#fotopromotor{
  	padding:40px 0 20px 0;
}

.PromotorTabela{
	font-size:12px;	
}

.molduraConjuge{
	background-color:#ede7be;
	margin: 20px -20px;
	padding: 10px 20px;
	z-index:-1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}


/* Consultoria */

.consultoria {
	background:url(../images/leather-bg.jpg) top center repeat;
	padding: 20px 0;
	margin:-10px 0 0 0;
	color: #ede7be; /*#e6a015;*/
	-webkit-box-shadow: -1px -4px 17px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: -1px -4px 17px 0px rgba(0,0,0,0.25);
	box-shadow: -1px -4px 17px 0px rgba(0,0,0,0.25);
}

.consultoria-item {
  margin-bottom: 15px;
}

i.consultoria-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}


/* SHOP BARRA */

#shop{
	margin:50px 0 0 0;
	padding:20px 0 0 0;
	height:220px;
	background: rgba(250,221,147,1);
	background: -moz-linear-gradient(top, rgba(250,221,147,1) 0%, rgba(252,205,77,1) 18%, rgba(252,205,77,1) 31%, rgba(251,223,147,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,221,147,1)), color-stop(18%, rgba(252,205,77,1)), color-stop(31%, rgba(252,205,77,1)), color-stop(100%, rgba(251,223,147,1)));
	background: -webkit-linear-gradient(top, rgba(250,221,147,1) 0%, rgba(252,205,77,1) 18%, rgba(252,205,77,1) 31%, rgba(251,223,147,1) 100%);
	background: -o-linear-gradient(top, rgba(250,221,147,1) 0%, rgba(252,205,77,1) 18%, rgba(252,205,77,1) 31%, rgba(251,223,147,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,221,147,1) 0%, rgba(252,205,77,1) 18%, rgba(252,205,77,1) 31%, rgba(251,223,147,1) 100%);
	background: linear-gradient(to bottom, rgba(250,221,147,1) 0%, rgba(252,205,77,1) 18%, rgba(252,205,77,1) 31%, rgba(251,223,147,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fadd93', endColorstr='#fbdf93', GradientType=0 );
	-webkit-box-shadow: 0px -5px 18px 0px rgba(71,71,71,0.55);
	-moz-box-shadow: 0px -5px 18px 0px rgba(71,71,71,0.55);
	box-shadow: 0px -5px 18px 0px rgba(71,71,71,0.55);
}

.bannershop{
	position:relative;
	vertical-align:bottom;
	margin:0;
	bottom:0;
	float:right;
	z-index:2;
	
}

/* TABELA DE REGISTO */

#tabelaRegistos{
	height:auto;
	margin-top:50px;
}


/* Use a wide full screen for small screens like tablets. */
@media (min-width: 768px) and (max-width:992px) {
    .container {
		width: initial;
        padding-left: 2em;
        padding-right: 2em;        
	}
}

/* --- Plans ---------------------------- */

.my_planHeader {
    text-align: center;
    color: white;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.my_planTitle {
    font-size:2em;
    font-weight: bold;
}
.my_planPrice {
    font-size:1.4em;
    font-weight: bold;    
}
.my_planDuration {
    margin-top: -0.6em;
}

@media (max-width: 768px) {
    .my_planTitle {
        font-size:small;
    }    
}

/* --- Features ------------------------- */

.my_feature {
    line-height:2.8em;   
}

@media (max-width: 768px) {
    .my_feature {
        text-align: center
    }
 }

.my_featureRow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: 0.1em solid rgb(163, 163, 163);
}    

/* --- Plan 1 --------------------------- */
.my_plan1 {
    background: rgb(224,234,242);
}

.my_planHeader.my_plan1 a {
    background: rgb(72, 109, 139);
    color:white;
}

.my_planHeader.my_plan1 {
    background: rgb(105, 153, 193);
    border-bottom: thick solid rgb(72, 109, 139);
}

/* --- Plan 2 --------------------------- */
.my_plan2 {
    background: rgb(230,235,218);
}

.my_planHeader.my_plan2 a {
    background: rgb(108, 131, 62);
    color:white;
}

.my_planHeader.my_plan2 {
    background: rgb(134, 162, 77);
    border-bottom: thick solid rgb(108, 131, 62);
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
    background: rgb(254,235,212);
}

.my_planHeader.my_plan3 a {
    background: rgb(199, 127, 40);
    color:white;
}

.my_planHeader.my_plan3 {
    background: rgb(253, 161, 49);
    border-bottom: thick solid rgb(199, 127, 40);
}




.my_planFeature {
    text-align: center;
    font-size: 2em;
}

.my_planFeature i.my_check {
    color: green;
}

@media (max-width: 767px) {
.imagetop{
	position:absolute;
	background:#FC6;
	top:0px;
	width:100%;
	height:660px;
	z-index:-10;
}
.destaquetop{
	margin-top:0px;
	height:auto;
	position:relative;
	margin:15px 0;
}

}

@media (min-width: 768px) and (max-width: 991px) {
.destaquetop{
	margin-top:0px;
	height:auto;
	position:relative;
	margin:55px 0 15px 0;
}

#navportaltop{
	position: fixed;
  	right: 0;
  	left: 0;
	width:100%;
	top:103px;
	background-color:#333;
	color: #fff; /*#ede7be;*/
	height:30px;
	margin:0;
	padding: 1px 0 2px 50px;
	z-index: 1030;
	-webkit-box-shadow: 0px 3px 3px -1px rgba(0,0,0,0.35);
  	-moz-box-shadow: 0px 3px 3px -1px rgba(0,0,0,0.35);
  	box-shadow: 0px 3px 3px -1px rgba(0,0,0,0.35);
}

.navbar-brand{
	position:relative;
	margin:0 366px 0 ;
	left:50%;
	padding-bottom:40px;
}
	
}
