@charset "utf-8";
#introimg{

	  
}
/* home section */
#home {
  background: url('../images/bg1.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  text-align: center;
}
#home h1 {
  font-size: 20px;
  letter-spacing: 8px;
  font-style: normal;
  padding-top: 10px;
}
#home h2 {
color: #FF00C6;
}
#home .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #ffffff;
  color: #202020;
}

#menu, #gallery, #team {
	padding-top: 100px;
	padding-bottom: 100px;
}
/* gallery section */
#gallery {
  padding-top: 80px;
  padding-bottom: 80px;
}

#gallery img {
  width: 100%;
  padding-bottom: 0px;
}
#gallery .col-md-4 div {
  position: relative;
  bottom: 1px;
  padding-bottom: 10px;
}
#gallery h3 {
  font-size: 14px;
  line-height:14px;
  margin-top: .9em;
  margin-bottom: .9em;
	-webkit-margin-before: .9em;
  -webkit-margin-after: .9em;
}

#gallery h4 {
  font-size: 14px;
  line-height:14px;
  margin-top: 0px;
  margin-bottom: 0px;
	-webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
#gallery .sub {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 1px;
}

/* gallery2 */
#gallery2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

#gallery2 {
  padding-top: 0px;
  padding-bottom: 80px;
}

#gallery2 img {
  width: 100%;
  padding-bottom: 0px;
}
#gallery2 .col-md-4 div {
  position: relative;
  bottom: 1px;
  padding-bottom: 10px;
}
#gallery2 h3 {
  font-size: 14px;
  line-height:14px;
  margin-top: .9em;
  margin-bottom: .9em;
  -webkit-margin-before: .9em;
  -webkit-margin-after: .9em;
}

#gallery2 h4 {
 
  /*line-height:14px;*/
  margin-top: -1em;
  margin-bottom: 2em;
  -webkit-margin-before: -1em;
  -webkit-margin-after: 2em;
}
#gallery2 .sub {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 1px;
}
/* footer section changed bottom pad to 0px */
footer {
  background: url('../images/bg1.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 0px;
}
footer h2 {
  padding-bottom: 14px;
}
footer h3 {
  padding-top: 8px;
}
footer h4 {
  font-weight: bold;
  padding-top: 4px;
  font-style:italic;
 
}
footer h5 {
  padding-top: 0px;
}
footer p {
 font-weight: bold;
}
footer .carousel-indicators {
    bottom: 10px;
}
footer span {
 font-style:small;
  /*padding-left: 24px;
  font-size: 80%;*/
}

footer .ph, footer .address {
  padding-top: 6px;
  padding-bottom: 6px;
}
footer .fa {
  font-size: 12px;
  padding-right: 10px;
}

/* social icon */
.social-icon {
  padding: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.social-icon li a {
  background: #f0f0f0;
  border-radius: 50%;
  color: #5C5C5C;
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 12px;
  margin-right: 16px;
  top: 0;
  position: relative;
  padding: 0;
}
.social-icon li a:hover {
  background: #03BCFF;
  top: 5px;
}
ul.horza  {
  display:flex;
  
  /* allow scrolling of flex container */
  overflow-x:auto; 
  
  /* overwrite list container styles */
  margin:2px;
  padding:1em;
  
  /* color for some visual of the spacing */
  box-shadow:0 0 10px black inset;
}

li.horz  {
  /* remove list style bullets */
  list-style-type:none;
  
  /* vertical center with 10px on left and right */
  margin:auto 10px; 
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* preloader section */
.preloader  {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color:  #FF00C6;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

#copyright {
  background: #000;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
#copyright p {
  color: #ffffff;
}
#copyright a {
  color: #03BCFF;
}
#copyright a:hover {
  color: #03BCFF;
}

.navbar-toggle{
margin-right: 0px;	
}

.self {
	float:left;
	display:inline;
	margin: 10px;
	boarder: 25px;
	border: thick solid #000000;
	
}
