body{
	font-family: 'Roboto', sans-serif;
}


.main{
	border-top: 3px solid green;
}

nav a{
  color: #000;
  background: transparent;
  font-size: 12px;

}

nav li{
  border: 0;
  border-radius: 0;
  background: transparent;
}

/*dropdown*/
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 4px 8px 0px green;
    z-index: 1;
}
/* Links inside the dropdown */
.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  z-index: 20;
}

.icon-bar{
  background: #000;
  margin-top: 5px;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}



/*SeARCH/////////////////////////////*/
.searchbardiv{
  position: fixed;
	display: block;

	top: 70px;
	right: 0px;
	z-index: 1001;
	width: 100%;
	max-width: 50%;
	padding: 5px;
	margin: 0px;
}
.buttonsearch{
	position: fixed;
	top :18px;
	float: right;
	right: 0px;
	margin-right: 10px;
	background-color: transparent;
	border: 0px;
	box-shadow: none;
	  border-radius: 0;
  color: #000;
  font-size: 16px;
  padding-top: 30px;
  padding-right: 20px;
  text-transform: uppercase;
}

#searchsubmit{
  background:  #333;
  color: #f1f1f1;
  border: none;
  border-radius: 0;
}
#formsearch{
	display: none;

}

#searchbox {
	box-shadow: none;
	padding: 8px 14px;
  background: #f1f1f1;
}

.navbar-toggle {
	margin-right: 35px;
	border: none;
	background: transparent !important;
}
.navbar-toggle:hover {
	background: transparent !important;
}
.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
}
.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
	opacity: 0;
}
.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}
/*End Search*/

/*Social Icon*/
.social {
  width: 200px;
  height: 220px;
  position: fixed;
  margin-top: 300px;
  list-style: none;
  margin-left: -269px;

}
.social li a {
  display: block;
  height: 50px;
  width: 50px;
  background: green;
  border-bottom: 1px solid #333;
  font: normal normal normal
  16px/20px
  'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  transition: background .5s ease .300ms
}

.social li:first-child  a:hover { background: #333 }
.social li:nth-child(2) a:hover { background: #333 }
.social li:nth-child(3) a:hover { background: #333 }
.social li:nth-child(4) a:hover { background: #333 }
.social li:first-child a { border-radius: 0 5px 0 0 }
.social li:last-child  a { border-radius: 0 0 5px 0 }

.social li a span {
  width: 100px;
  float: left;
  text-align: center;
  background: #222;
  color: #fff;
  margin: -25px 74px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all .5s ease .300ms
}

.social li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 7px;
  border: 10px solid transparent;
  border-right: 10px solid #222;
}

.social li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0)
}


.main {
  background: #fff;
  height: 120px;
}


.global-page-header {
  padding: 25px 0 15px 0;
  position: relative;
  background: green;
  color: #fff;
}
.global-page-header h2 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
}
.global-page-header .breadcrumb {
  background: none;
  font-size: 16px;
  padding: 8px  0;
}
.global-page-header .breadcrumb .active {
  color: #f2f2f2;
}
.global-page-header .breadcrumb li a {
  color: #333;
}
.global-page-header .block {
  position: relative;
  z-index: 99;
  text-align: left;
}



.featurette-divider {
	background: #f2f2f2;
	padding: 50px 0;

}
.featurette-divider2{
	padding: 50px 0;
}

.container .btn {
    background-color: green;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}


/* Thin out the marketing headings */
.featurette3-heading {
	padding-top: 30px;
  line-height: 1;
	font-size: 22px;
}



#iro-sec li, #cap-sec li{
	line-height: 25px;
}

#iro-sec li i{
	color: green;
	font-weight: bold;
	font-size: 16px;
}
#iro-sec button.accordion, #cap-sec button.accordion {
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	padding: 0 10px;
	margin: 0;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
}

#iro-sec button.accordion.active, #iro-sec button.accordion:hover,
#cap-sec button.accordion.active, #cap-sec button.accordion:hover{
		color: green;
}

#iro-sec div.panel,
#cap-sec div.panel{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
		padding: 0 15px;
}
#iro-sec div.panel li,
#cap-sec div.panel li{
	list-style: none;
}
#iro-sec button.accordion:after,
#cap-sec button.accordion:after{
    content: '\002B';
    color: green;
    float: right;
    margin-left: 5px;
		font-size: 20px;
}


#iro-sec button.accordion.active:after,
#cap-sec button.accordion.active:after{
    content: "\2212";
		font-size: 20px;
}


/*footer*/
.footer {
  background-color: #1e1e1e;
  border-top: 3px solid green;
}
.footer-logo { margin-top: 30px; }
.footer-title { margin-bottom: 30px; color: #fff; text-transform: uppercase; font-size: 12px; line-height: 24px; }
.footer-widget li a { color: grey;}
.footer-widget li a:hover { color: #fff; text-decoration: none;}
.footer-widget p { color: grey; margin-left: 0;}
.footer-social a { height: 36px; width: 36px; background-color: #3f3f3f; text-align: center; padding: 7px; line-height: 1.2; color:#fff; display: inline-block; }
.footer-social a:hover { color: #f2f2f2; background-color: green; }
.footer-widget .form-control { height: 52px; color: #8c8d8d; background-color: #444444; border: 0px solid; }
address{ color:grey; font-size:12px;}

/*-------------- tiny footer ------------*/
.tiny-footer { background-color: #1e1e1e; padding-top: 14px; padding-bottom: 14px; font-size: 12px; color: grey; }


.cd-top {
  animation: bounce;
  animation-iteration-count: infinite;
  animation-duration: 6s;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px; right: 10px;
  overflow: hidden; text-indent: 100%;
  white-space: nowrap; background: #005000 url(../images/chevron-arrow-up.svg) no-repeat center 50%;
  visibility: hidden; opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; border-radius: 10px;
 }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {    /* the button becomes visible */
visibility: visible; opacity: 1;
}
.cd-top.cd-fade-out {    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
opacity: .5; }
.no-touch .cd-top:hover {
   background-color: #03af9e; opacity: 1;
  }





/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  .featurette-heading {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
