/*
====================================================================================================
Disclaimer area
====================================================================================================
*/

#equalheight {
    overflow: hidden; 
}

.main-col {
    
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

#disclaimer {
  min-height:100%;
    height: 100%;
    position: fixed;
    width: 100%;
  z-index: 5;
  background:url(images/disclaimer-bg.png);
  
  top:0;
  left:0;
}

* html #disclaimer { height:100%; }

#disclaimer-txt {
    background:#2E3B42;
    box-shadow: 0 0 20px 4px #000000;
    margin: 0 auto;
    padding: 26px;
    position: relative;
    top: 30%;
    width: 300px;
}


/*
====================================================================================================
CALCULATOR
====================================================================================================
*/

#main-calc {
    margin: 0 auto;
    background: url(images/calc_bg.jpg) left top no-repeat #394751;
    font-size:12px;

  
}

#main-calc2 {
    margin: 0 auto;
    background-color: #394751;
    font-size:12px;

  
}

#main-calc-form {
    padding: 25px;
    
}

#main-calc-form ul li { list-style:none; padding-bottom:12px; text-align: right; }

#main-calc-form p {
  padding-bottom:10px;
}


#dt_retire_results, #dt_college_results {
   
  min-height: 490px;
  padding: 10px 25px 25px;
  margin-top:18px;
  margin-bottom: 20px;
  width: 80%;
  border-left: 2px solid #D6B77D;
}
#dt_retire_results p, #dt_college_results p {padding-bottom:10px;}

#dt_retire_results b, #dt_retire_results strong, #dt_college_results b, #dt_college_results strong {color:#d6b77d;}
#dt_retire_results table, #dt_college_results table { width:100%; margin-top:15px; }
#dt_retire_results table tr th, #dt_college_results table tr th { font-weight:bold; color:#d6b77d; }
#dt_retire_results table tr th + th, #dt_college_results table tr th + th { text-align:right }
#dt_retire_results table tr th:nth-child(5) {width:114px; padding-right:10px;}
#dt_college_results table tr th:nth-child(6) {width:65px; padding-right:10px;}

#dt_college_results table tr th:nth-child(4) {width:75px;}
#dt_college_results table tr th:nth-child(5) {width:75px; padding-right:10px;}

#dt_college_results table tr td:nth-child(6) {padding-right:10px;}


#dt_retire_results table tr td, #dt_college_results table tr td { text-align:center; }
#dt_retire_results table tr td + td, #dt_college_results table tr td + td { text-align:right; }
#dt_retire_results table tr td:nth-child(5), #dt_college_results table tr td:nth-child(5) { padding-right:10px;}
#dt_retire_results table tr, #dt_college_results table tr { border-bottom:1px solid #2e3b42; }


#closewindow { float: right; padding: 8px 12px;}




/*
====================================================================================================
Main container
====================================================================================================
*/

body {
    font-family: Verdana, Arial, sans-serif;
  font-size:13px;
  color:#dedbd5;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin:0;
  line-height: 18px;
  background-color:#dedbd5;
  min-height: 100%;
}

p {
  text-align:justify;
  padding-bottom:40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana, Arial, sans-serif;
}
h1 {
  font-size: 13px;
  color:#d6b77d;
  text-decoration:underline;
  padding-bottom:14px;
  font-weight: bold;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}

/* Underline Links */
a.underline,
.underline a {
  text-decoration: none;
  padding: 2px 0 0 0;
  border-bottom: 2px solid;
  
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.underline:hover,
.underline a:hover {
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

a.underline-hover,
.underline-hover a {
  text-decoration: none;
  padding: 2px 0 0 0;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a.underline-hover:hover,
.underline-hover a:hover {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px solid;
}

a { 
  text-decoration: none;
  
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.aactive { font-weight:bold; }
.bactive { font-weight:bold; }

.aactive:hover { font-weight:bold; color: #777777 !important; }
.bactive:hover { font-weight:bold; color: #CBC9C6 !important; }

a img {
    display: block;
    margin: 0;
    padding: 0;
}

#geral {
	width: 90%;
	margin:0 auto;
	display: block;
}

.nopadding{
	padding-right: 0 !important;
	padding-left:  0 !important;
	
	}

#divider {
  height:16px;
  border-bottom: 2px solid #D6B77D;
  border-top: 2px solid #777777;
  margin-bottom:2px;
  margin-top:2px;
}

#divider2 {
  height:4px;
  border-bottom: 2px solid #D6B77D;
  margin-bottom:1px;
  margin-top:1px;
}
/*
====================================================================================================
Logo area
====================================================================================================
*/

.navbar-brand {
	height: 82px;
  padding: 0; 
}
.navbar-brand>img {
    display: block;
}
.navbar-brand>img:hover {
	opacity: 0.6;
}


/*
====================================================================================================
Content area
====================================================================================================
*/

#content-center {
	background-color: #6d6d6c;
	border-left: 2px solid #D6B77D;
    border-right: 2px solid #D6B77D;
    padding-top:38px;
	padding-bottom:15px;
}

#content-center-texto { padding:0 34px; }
#content-center-banner { padding:0; position:relative; }
#content-center img { border-bottom: 2px solid #D6B77D; margin-bottom:20px; margin:0 auto;} 

#content-center-texto ul li {
  list-style:disc;
  padding-bottom: 18px;
}

#content-center-texto form ul li { list-style:none; padding-bottom:8px; }
#content {
	background:url(images/menu_bg.jpg) left top no-repeat #2e3b42;
	padding: 0;
}

#sidebar {
	background:url(images/sidebar_bg.jpg) top left no-repeat #666666;
	padding: 38px 0 0 0;
	

}
#sidebar img {border-bottom: 2px solid #D6B77D; margin:0 auto;}

#sidebar p {
    bottom: 70px;
    color: #D6B77D;
    padding: 60px 25px;
    position: absolute;
}

#sidebar p a {
    color: #D6B77D;
    text-decoration: none;
}

/*
====================================================================================================
Social Links
====================================================================================================
*/



.socials { float: right; width: 98%; padding: 23px 0; z-index: 1; position:relative;left:-30px;top: -15px; }
.socials ul { float: right; display:block; }
.socials ul li { float: left; display: inline; }
.socials ul li a {
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	color: #ffffff;
	margin-left: 14px;
	background-position: right center;
	background-repeat: no-repeat;
}
.socials li a:hover {
    color: #ffffff;
}

.socials ul li.social-facebook a { background-image: url("images/ico_facebook.jpg"); }
.socials ul li.social-facebook a:hover { opacity:0.6; }

.socials li.social-linkedin a { background-image: url("images/ico_linkedin.jpg"); }
.socials li.social-linkedin a:hover { opacity:0.6; }



/*
====================================================================================================
Left menu
====================================================================================================
*/


#menu-left {
    padding: 2px 22px 10px 22px;
   
}

#menu-left  h1{ text-decoration:none; padding-bottom:7px;     font-weight: bold;}
#menu-left ul { display:block; padding: 0 16px;list-style: none; }
#menu-left ul li {
	padding: 0 0 0 9px;
	margin: 0;
	font-size: 13px;
	background:url(images/menu_li.png) left top no-repeat;
	text-decoration: none;
	margin: 0 0 12px;
	line-height:16px;
}
#menu-left ul a {
	color:#cbc9c6;
}
#menu-left ul a:hover {
	color:#ffffff;
	text-decoration: none;
}

#menu-left ul li a:hover {
	color:#18151b;
}


/*
====================================================================================================
RSS Feed
====================================================================================================
*/

#news-rss {
    margin-top: 32px;
    position:relative;
}
#news-rss h1 {font-size:12px;}
#news-rss img { position: absolute; right: 0; top: 0; }



/*
====================================================================================================
Footer
====================================================================================================
*/

#footer {
    border-top: 2px solid #D6B77D;
    color: #777777;
    display: block;
    font-size: 11px;
    position: relative;
    text-align: center;
    margin-bottom:30px;
    padding-top:5px;
  
}

/*
====================================================================================================
Navugation menu
====================================================================================================
*/


.nav ul {
	display: inline-block;
}

.nav>li>a {
	padding: 0 10px;
}


.navbar-default {
    background-color: #dedbd5;
    border-color: #dedbd5;
}

.navbar {
    margin-bottom: 0;

}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #777777;
    font-weight: bold;
    background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding-top: 30px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.divider {
  color:#e0c99e;
}

.firstrow{
  margin-top:-75px;
}



/*
====================================================================================================
Dropdown menu
====================================================================================================
*/

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-color: transparent;
    border-left: 14px solid #394751;
    
}

.btn-default {
    color: #394751;
    font-weight: bold;
    font-size: 12px;
    border-left: 14px solid #394751;
    width: 100%;
    height: 82px;
    background-color: transparent;
    border-radius: none;
}
.btn-default p{
  vertical-align: middle;
  padding-bottom: 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  border-left:  14px solid #394751;

}

.btn-default p:hover {
    opacity:0.7;
    background-color: transparent;
}

.btn-default:hover {
    border-left: 14px solid #394751;
    background-color: transparent;
    border-color: none;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: transparent;
  border-color: none;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #777777;
  background-color: transparent;
  border-color: none;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #777777;
  background-color: transparent;
  border-color: none;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.dropdown {
  width:100%;
  height: 82px;
  background: url(images/logon_bg.jpg) right no-repeat #D6B77D;
}

.dropdown :hover {
  
  background-color: transparent;
}

.dropdown p:hover {
  border-left: none;
  
}
.open>.dropdown-menu {
    display: block;
    width: 100%;
    background: url(css/images/logon_bg.jpg) right no-repeat #D6B77D;
    padding-top: 0;
    padding-bottom: 0;
    border-left: 14px solid #394751;
    border-bottom: none;
    border-top:none;
    border-radius: none;
}

.div.dropdown.open {
  border-left: 14px solid #394751;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    font-size: 12px;
    text-align: left;
    list-style: none;
  border-left: 14px solid #394751;
  margin:0;
    
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 0 5px 10px;
    clear: both;
    font-weight: bold;
    font-size: 12px;
    border-top: 1px solid #e0c99e;
    color: #394751;
    border-radius: none;
    border-left: none;

}

.dropdown-menu>li>a: last-child{
  padding-bottom: 0;
  border-radius: none;
}

.dropdown-menu>li>a:hover {

  background-color: #cca76d;
  border-left: none;
}



.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #777777;
    background-color: transparent;
    border-color: none;
}



/*
====================================================================================================
Bottom content index page
====================================================================================================
*/


#facebook{

   background: #333333;
   vertical-align:middle;
   max-height: 300px;


}


 .carousel-inner {

   	border-left: 2px solid #D6B77D;
   }
.contactboxmleft {
	width:95%;
	background-color:#5b5b57;
	border:1px solid #484845;
	font-family:Verdana, Geneva, sans-serif;
	color:#ffffff;
	padding:5px;
}
.contactboxmattach {
	width:95%;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#5b5b57;
	padding:5px;
}

.submit {
	background:#d6b77d;
	color:#666665;
	font-weight:bold;
	font-size:13px;	
	border:1px solid #484845;
	padding:4px 6px;
}



#content-bottom-currency {
    background: url("images/currency_bg.jpg") no-repeat scroll right bottom #777777;
    padding: 21.5px 24px;
    position: relative;
    width: 100%;
    height: auto;
}

#content-bottom-img1{
  float: left;
  width:100%;
  
	


}
#content-bottom-img1 img{

	margin: 0 auto;
	display: block;
	
}

.carousel-indicators {
    bottom: 5px;
    position:absolute;
    display:none;
  }







@media only screen and (max-width: 769px) and (min-width: 0px) {

	#sidebar img {width:100%;}
	#sidebar {
		background-image: none;
		background-color: #666666;
		border-right: 2px solid #D6B77D;
		border-left: 2px solid #D6B77D;
	}

  #sidebar p {
    bottom: 10px;
    padding: 60px 25px;
    position: absolute;
}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding-top: 5px;
	}

	.navbar-default .navbar-nav>li>a {
    color: #000;
    background-color: #cca76d;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
	}

	.navbar-default .navbar-nav>li>a:last-child {
		border-bottom: none;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
     border-color: none;
	}

	.carousel-inner{
		border-top: 2px solid #D6B77D;
    background: #EEEEEE url(css/images/preloader.gif) center center no-repeat;
	}

  .carousel-indicators {
    bottom: 1px;
    position:absolute;
  }

#content-bottom-img1 {

  background: #333333;
  border-top: 2px solid #D6B77D;
  border-bottom: 2px solid #D6B77D;
  float:none;
  
	


}

}




@media only screen and (max-width: 991px) and (min-width: 770px) {

	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;

}

	.navbar-nav {
    float: left;
    margin: 0;
    padding-top: 30px;
    padding-left: 60px;
    }




	.carousel-indicators {
    bottom: 2px;
    position:absolute;
	}

	#footer {
    padding-bottom: 20px;
	margin-bottom:30px;
	}





	.navbar-brand>img {
    padding-top: 40px;
    padding-left:0;

    
   }

   .carousel-inner {

   	border-top: 2px solid #D6B77D;
   }
    .div.item.active {
    	width:100%;
    }

        #sidebar img {width:100%;}
	#sidebar {
		background-image: none;
		background-color: #666666;
		border-right: 2px solid #D6B77D;
		border-left: 2px solid #D6B77D;
	}

}

@media only screen and (max-width: 1199px) and (min-width: 992px) {

	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0; 
}

	.navbar-nav {
    float: left;
    margin: 0;
    padding-top: 30px;
    padding-left: 4%;
    }

    .nav>li>a {
	padding: 0 7px;
	}




	.carousel-indicators {
    bottom: 2px;
    position:absolute;
	}

	#footer {
    padding-bottom: 20px;
	margin-bottom:30px;
	}

	.navbar-brand>img {
    padding-top: 40px;
    padding-left: 0;
    
   }

   .carousel-inner {


   	border-top: 2px solid #D6B77D;
   }
    .div.item.active {
    	width:100%;
    }
        #sidebar img {width:100%;}
	#sidebar {
		background-image: none;
		background-color: #666666;
		border-right: 2px solid #D6B77D;
		border-left: 2px solid #D6B77D;
	}


}

@media only screen and (min-width: 1200px) {

	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}

	.navbar-nav {
		float: left;
		margin: 0;
		padding-top: 30px;
		padding-left: 15%;
	}

	.navbar-brand>img {
    padding-top: 40px;
    padding-left: 70px;
    
   }

     .carousel-inner {

   	border-left: 2px solid #D6B77D;
   }


	}

