/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

* {
margin: 0;
}
html, body {
  height: 100%;
  font-family: Calibri, 'Open Sans', sans-serif, 'Times New Roman',Arial;
  padding-top:35px;
	
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  margin-top: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* 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;
  }




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  padding-top:60px;
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 10px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
	
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
	
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 90px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


.btn-social-icon {
	color: #ffffff;
}
.btn-social-icon:hover {
	color: #999999;
}
.btn-social-icon:active {
	color: #ffffff;
}
.btn-social-icon:visited {
	color: #ffffff;
}
.btn-social-icon:hover {
	color: #999999;
}



.bottom_menu {
	COLOR: #ffffff; TEXT-DECORATION: none ;
}
.bottom_menu:hover {
	COLOR: #999999; TEXT-DECORATION: none ;
}
.bottom_menu:active {
	COLOR: #ffffff; TEXT-DECORATION: none ;
}
.bottom_menu:visited {
	COLOR: #ffffff; TEXT-DECORATION: none ;
}
.bottom_menu:hover {
	COLOR: #999999; TEXT-DECORATION: none ;
}

nav.navbar {
	background:#ffffff;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
.navbar-brand{
  padding-top:0px !important;
  padding-bottom:0px !important;
}
.navbar{
  font-size:16px;
    padding-top: 20px;
	padding-bottom: 20px;
	transition:all ease .3s;
}
.navbar-default .navbar-nav>li>a{
   color:#000000 !important;
}

.navbar-default .navbar-nav>li>a:hover{
   color:#6600cc !important;
}

.logo img{
  width:320px !important;/*changeable*/ 
  transition:width ease-in-out .3s;
}
.shrink-nav {
	padding-top: 10px !important; /*changeable*/
	padding-bottom: 10px !important; /*changeable*/
}
.shrink-logo img {
  transition:width ease-in-out .3s;
	width:300px !important;/*changeable*/ 
	height:51px !important;/*changeable*/ 

}
@media(max-width:767px){
  .logo img{
	width:250px !important;/*changeable*/ 
	height:42px !important;/*changeable*/ 
}
  .shrink-logo img {
    margin-top:0px; 
	width:234px !important;/*changeable*/ 
	height:40px !important;/*changeable*/ 

}
}


*,
*:before,
*:after {
  box-sizing: border-box;
}

.aos-all {
  width: 1000px;
  max-width: 98%;
  margin: 10vh auto 0 auto;
}

.aos-item {
  display: inline-block;
  float: left;
  width: 33.3333%;
  height: 300px;
  padding: 20px;
}

.aos-item__inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background: #1da4e2;
  line-height: 260px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .aos-item {
    width: 50%;
  }
}


.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

div.polaroid {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

div.pcontainer {
	line-height: 50px;
	color: #000000;
	background: #FFFFFF;
  
}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
overflow:hidden;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.Red_Text {
 COLOR: #FF0000;
}
.Green_Text {
 COLOR: #6bab00;
}

.polaroidlink {
	COLOR: #000000; TEXT-DECORATION: none ;
}
.polaroidlink:hover {
	COLOR: #6600cc; TEXT-DECORATION: none ;
}
.polaroidlink:active {
	COLOR: #000000; TEXT-DECORATION: none ;
}
.polaroidlink:visited {
	COLOR: #000000; TEXT-DECORATION: none ;
}
.polaroidlink:hover {
	COLOR: #6600cc; TEXT-DECORATION: none ;
}.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -9em;
}
.push {
height: 9em;
}
.footer {
	background-color:#000000;
	height: auto;
	padding: 10px
}
.rounded {
  border-radius: 20px;
  background: #000; // without a background or border applied you won't be able to see if its rounded
}
h2, h3, h4lead{

	font-family: Calibri, "times new roman";
}

.white {
	COLOR: #ffffff; TEXT-DECORATION: underline ; font-size:12px;
}
.white:hover {
	COLOR: #ffffff; TEXT-DECORATION: none ; font-size:12px;
}
.white:active {
	COLOR: #ffffff; TEXT-DECORATION: none ; font-size:12px;
}
.white:visited {
	COLOR: #ffffff; TEXT-DECORATION: none ; font-size:12px;
}
.white:hover {
	COLOR: #ffffff; TEXT-DECORATION: none ; font-size:12px;
}