

body {
 font-family: 'Maven Pro', Verdana, Geneva, sans-serif;
 font-size: 16px;    
 margin: 0 auto;
 padding: 0 auto;
 }

 .body-container {
  background-color: #fdfdfd 
 }

 h2 {
  font-family: 'Rokkitt', 'Courier New', Courier, serif;    
  font-size: 30px;  
  font-weight: bold; 
  color: #c9962a;
   }

  h3 {
  font-family: 'Rokkitt', 'Courier New', Courier, serif;   
  font-size: 25px;
  font-weight: bold;    
  color: #c9962a;
   }  

.img-item {
  width: 100%;
  height: 100%;
}
.subbrand {
 font-family: 'Maven Pro', Verdana, Geneva, sans-serif;
 color: #999;
 padding-left: 10px;
 font-size: 10px;    
 margin: 0 auto;
 padding: 0 auto;
 }

.noblock {
  display: inline;
}

.bold {
  font-weight: bold;
  font-weight: 500;

}

.textalign {
  text-align: center; 
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#4c6e91; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url('../images/3.gif'); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/* END Preloader */

/* ====================================
   video background specific styling
   ==================================== */

.header-video {
  position: relative;
  overflow: hidden;
  text-align: center;
  max-height: 350px;
}

video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


video {
  width: 100%;
}

.header-video--media {
  width: 100%;
  height: auto;
}

/*   header without video    */
.header-content2 {
  z-index: 5;
  position: absolute;
  text-align: center;
  color: white;
  text-decoration: none;
  width: 100%;
  top: 0;
  top: 50%;
  margin-top: -30px;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background
  }

.header-content {
  z-index: 5;
  position: absolute;
  text-align: center;
  color: white;
  text-decoration: none;
  width: 100%;
  top: 0;
  top: 50%;
  margin-top: -30px;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background
  }
/* end video bg stuff*/

/* Home Page image text */
.tag-line1 {
  font-family: 'Maven Pro', Verdana, Geneva, sans-serif; 
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 100%;
  text-shadow: 2px 2px #096085;

}   
.tag-line2 {
   font-family: 'Rokkitt', 'Courier New', Courier, serif;  
   text-align: center;   
   font-size: 24px;  
   font-weight: bold;
   color: #c9962a;
   padding: 15px 5px 15px;
   margin-bottom: 10px;

 }

 .tag-line2a {
   font-family: 'Rokkitt', 'Courier New', Courier, serif;  
   text-align: left;   
   font-size: 24px;  
   font-weight: bold;
   color: #c9962a;
 
   margin-bottom: 10px;

 }
 
.tag-line3 {
   font-family: 'Maven Pro', Verdana, Geneva, sans-serif;
   text-align: center;   
   font-size: 18px;  
   font-weight: bold;
   color: #096085;
   padding: 20px 5px 30px;
   border-top: 1px solid rgb(229, 229, 229);
   margin-bottom: 20px;

 }


/*   iHover Styles*/




.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}

.ih-item img {
  width: 100%;
  height: 100%;
}


.ih-item.circle {
  position: relative;   
  top: 10px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.ih-item.circle.effect2 .info h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: -22px;
  letter-spacing: 2px;
  font-size: 12px;
  margin: 0 0px;
  padding: 0px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle.effect2 .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect2.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect2 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect2 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect2.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.circle.effect2.left_to_right a:hover .img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ih-item.circle.effect2.left_to_right a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.circle.effect2.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.circle.effect2.right_to_left a:hover .img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ih-item.circle.effect2.right_to_left a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.circle.effect2.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.circle.effect2.top_to_bottom a:hover .img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ih-item.circle.effect2.top_to_bottom a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.circle.effect2.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.circle.effect2.bottom_to_top a:hover .img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ih-item.circle.effect2.bottom_to_top a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}



/*  End iHover Styles */


/* Font Awesome */
.fa-about {
   font-size: 15px;
}

.fa-margin-right {
 
   margin-right: 5px;
}
/* END Font Awesome */

/* Margin for social text alignment */
.list-inline-about {
   margin-left: -21px;
   margin-top: -7px;
}

/* to prevent line breaks */
.nobr { white-space:nowrap; }

.navbar-default{ /* assigning the top bar to the entire navbar div element */
    text-align: center;
    box-shadow: inset 0px 6px 0px #fff; /* initial gray color to the top bar */   
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #096085;
    background-color: #fff;
    box-shadow: inset 0px 6px 0px #5ba8c9; /* switch to a darker color on hover */
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: white;
  background-color: #fff;
  border-color: #fff;
    box-shadow: inset 0px 6px 0px #fff; /* switch to a lighter color for active element */
}

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

.navbar {
 margin-top: 0px;
 margin-bottom: 5px;
 font-size: 18px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    border-top: 5px;
    border-top-color: #f70e71;
  }

/*  increase nav bar padding top/bottom  */
/*.navbar-nav>li>a {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}  */


/*.navbar-default {
background-color: #fff;
border-color: #fff;
}

.navbar {
margin-bottom: 5px;

}*/

p.headingforeground {
    position: relative;
    top: -120px;
/*    border: 1px solid #c7c7c7;*/
/*    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%) ; */
    padding: 15px 15px;
    margin: 60px 60px;
    text-shadow: 2px 2px #096085;
}

.banner-icons-container {
    position: relative;
    font-size: 20px;
    top: -150px;
    text-shadow: 2px 2px #096085;
}

.banner-icon {
  position: relative;
  left: -5px;
    font-family: Flaticon;
     font-size: 40px;   
    font-style: normal;
     padding: 10px;
     margin: 10px;
/*     border: 2px solid #c7c7c7; 
     border-radius: 50%*/;
}

.icon-body {
  text-align: center;
  text-decoration: none;
    font-size: 24px;

}

a.icon-style:link {color:#fff;}
a.icon-style:visited {color:#fff;}
a.icon-style:hover {color:#8ac6e0; 

  text-decoration: none;
}


.banner-icon:link {color:#fff;}
.banner-icon:visited {color:#fff;}
.banner-icon:hover {color:#8ac6e0; 

  text-decoration: none;
}



[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  text-align: : center;
  font-size: 40px;
  font-style: normal;
text-decoration: none;

}

div.container-home {
    height: 10em;
    position: relative;
    top: 100px;

  }
div.container-home p {
    text-align: center;

/*    position: relative;*/
/*    top: 30%;
    left: 50%;
    margin-right: -50%;*/
    border: 1px solid #c7c7c7;
/*    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%) ; */
    padding: 15px 15px;
    margin-left: 10%;
    margin-right: 10%;    
  }

div.container4 {
    height: 10em;
    position: relative;

  }
div.container4 p {
    text-align: center;
    margin: 0;

/*    top: 30%;
    left: 50%;
    margin-right: -50%;*/
    border: 1px solid #c7c7c7;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%) ; 
    padding: 15px 15px;
  }





.btn {
  margin: 5px;
}

.home-btn {
   margin-bottom: 10px; 
}

.row {
    margin-right: -25px;
    margin-left: -25px;
}

.brand-name {
  padding-top: 10px;

}
a.brand-font {
  font-family: 'Josefin Slab', 'Courier New', Courier, serif, monospace;  
  font-size: 36px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 10px;
}

.feature-font {
   color: #337ab7

}

/* obfuscate hides emails from spammers*/
.obfuscate { unicode-bidi: bidi-override; direction: rtl; }

.page-banner,
.page-banner-fixed{
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.page-banner {
   background: url('../images/grassdropsBG3.jpg') no-repeat center center fixed; 
     text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  min-height: 400px;
} 
 

.page-header {
    padding-bottom: 0;
    margin: 10px 0px 10px;

}

.portrait {
  border-radius: 10px;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px; 
  max-width: 200px;

}

.about-content {
   float: right;
}

.contact-background {
   background: url('../images/contactBGsml.jpg') no-repeat center center fixed; 
/*     text-align: center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
} 

.contact-height {
   min-height: 400px;

}

.transparent-background {
    background-color:rgba(0,0,0,0.0);

}

.about-background {
   background: url('../images/aboutBG2.jpg') no-repeat center center fixed; 
/*     text-align: center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;

}

.features .glyphicon {
  font-size: 32px;
  color: #666;
}

.row {
  margin-bottom: 20px;
}

.img-portfolio {
margin-bottom: 30px;
}

.img-border {
  border: 2px solid rgb(229, 229, 229);

}

.quote {
  background-color: #444;
  color: #e1e1e1;
}
.quote blockquote {
  border: none;
  margin: 0;
}
.quote footer {
  color: #c1c1c1;
}
section, header {
  background-color: transparent;
}

.indent {
  margin-left: 20px;
}
.indent2 {
  margin-left: 10px;
}

.nobold {
  font-style: normal;

}


  /****  Resume stuff  ***/

 {
  background-color: transparent;
}
.resumebody {
    position: relative;
    top: -40px;
 

}


.resume {
/*     margin: 0 50px;*/
     z-index: 5;
     position: relative;
/*     top: -150px;*/
     background-color: transparent;
}


.resume h2{
     color: #444;
     font-size: 30px;
     text-align: left;
  /*     background-color: #fff;*/
     padding-top: 20px;
     margin: 0 0;
     position: relative;
/*     top: -17px;*/
     z-index: 7;
}

.resume h3{
     color: #444;
     font-size: 25px;
     background-color: transparent;  
}

.resume hr {
  border-top: 1px solid #CBC6C6;
     text-align: left;
     position: relative;

     z-index: 0;
}

.resumecontact {
     text-align: left;
/*          position: relative;
     bottom: 0px;  */

}

.resumecontact a {


}

.whiteblock {
  background-color: blue;
  min-height: 20px

}

.resumerow{
  margin-bottom: 0px;
  padding-left: 0px;

  background-color: transparent;
}

.hrbottom hr {

  margin-top: 70px;
      border: 0;
    height: 1px;
     bottom: 40px;      
/*    background: #333;*/
/*    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);*/
}
#wrapper .text {
position:relative;
font-size: 14px;
bottom: 0px;
left:0px;
visibility:hidden;
}

#wrapper:hover .text {
visibility:visible;
}



.specialchar {
  display: block;
  font-size:  210px;
  color: #eee;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  top: 55px;
  left: -7px;
  z-index: 2;
  letter-spacing: 0px;

}
.specialchar2 {
 
    border:5px solid white;
    background-color:#ccc;
    border-radius:50px;
    width:50px;
    height:50px;
    text-align:center;
    font-size: 30px;
    color:white;
    line-height:40px;
}

.specialchar2:hover {
    background-color: #8ac6e0;
}


.alignspecialchar2 {
     position: relative;
     top: -50px;

}

/*****    removed  }  here     *******/

.noleftpadding {
  padding-left: 0px;

}



.transparent {
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */

}

.transparent {
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */

}
/****  END Resume stuff  ***/

.nobottom {
       margin-bottom: 0px;

}

/*Added for Error Message for contact form*/
.errormsg{
  color: red;
  font-weight: bold;
  padding-left: 12px; 
  font-size: 16px;
  padding-bottom: 9px; 
       }

.realperson-challenge{
  top: 14px;
position: relative;
right: -45%;
  }
.wdt-40{width: 40%;
position: relative;
top: -30px;}
.wdt-100{width: 100%;}

/*****************************************************/

.footer {
  padding: 20px 0;

}


#demo-nav {
  display: none;
}

.show-nav #demo-nav {
  display: block;
}


/*        Carousel Slide stuff   */

.carousel .item {
    width: 100%; /*slider width*/
    max-height: 400px; /*slider height*/

}
.carousel .item img {
    width: 100%; /*img width*/
}
/*add some makeup*/
.carousel .carousel-control {
    background: none;
    border: none;
    top: 50%;
}
.carousel-control {
  width: 20%;
  font-size: 60px;
  filter: alpha(opacity=70);
  }

  /*.dark-carousel{
  color: #096085;
  }*/

 .carousel-indicators .active {
  width: 10px;
  height: 10px;
  }

 .carousel-indicators li {
  width: 10px;
  height: 10px;

  }

.slider-caption {
  font-family: 'Maven Pro', sans-serif;   
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 100%;
  text-shadow: 2px 2px #096085;
  border: 1px solid #c7c7c7;
  padding: 10px;
  margin-bottom: 10px;

}

.video-caption {
  font-family: 'Maven Pro', sans-serif;  
  position: relative;
  top: -70px; 
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 100%;
  text-shadow: 2px 2px #096085;
  padding: 10px;
  margin: 10px 140px;
  border: 1px solid #c7c7c7;
  -moz-box-sizing: border-box;  
}

 

/* Caption Style 4 */

/*.grid {
  padding: 20px 20px 100px 20px;
  max-width: 1300px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}*/

/*.grid li {
  display: inline-block;
  width: 440px;
  margin: 0;
  padding: 20px;
  text-align: left;
  position: relative;
}*/

/*.portfolio-row-padding {
  padding-bottom: 5px;

}*/


/* MODAL POPUP image STUFF */

/*   PopUp Modal   */
#profile-grid { overflow: auto; white-space: normal; }
#profile-grid .profile { padding-bottom: 0px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 0px 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 0px 0px 0 0;}

.square-corner {
 border-radius: 0;  
}

.modal-body {
padding: 15px 22px;
}
/*   End PopUp Modal   

.

/*   Responsive video   */
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*   End Responsive video   */



.grid figure {
  margin: 0;
  position: relative;

}

.grid figure img {
  max-width: 100%;
  display: block;
  position: relative;
}

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #5ba8c9;
  color: #ed4e6e;
}

.grid figcaption h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.grid figcaption span:before {
  content: 'by ';
}

.grid figcaption a {
  text-align: center;
  padding: 5px 10px;
  border-radius: 2px;
  display: inline-block;
  background: #f70e71;
  color: #fff;
}

.holder {
    padding: 20px;

}

.grid special {
 
width: 440px;
margin: 0;
padding: 20px;
text-align: left;
position: relative;
}





.footer-top {
    background-color: #729a49;
    min-height: 2px;
  }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 200px;
}
.footer {
  position: absolute;
/*  bottom: 0;*/
  width: 100%;
  height: 230px;
}
.footer {
  font-size: 15px;
  color: #efefef;
  background-color: #096085;
}
.footer a {
  color: #EABC5B;
}
/************Media Queries*************/

/*full width container*/
@media (max-width: 767px) {
    .block {
        margin-left: -20px;
        margin-right: -20px;
    }
}


@media only screen and (max-width: 768px) {
  body { margin-bottom: 400px; }
  .footer { height: 530px; }
}

/*  >= 500*/
@media only screen and (min-width: 500px) {
.ih-item.circle {
   left: -10px;
  }
}
/* END >= 500*/


/* >= 520  */
@media only screen and (min-width: 520px) {
 .tag-line1 {
   font-size: 30px;
  }
  .row {
      margin-right: -25px;
      margin-left: -25px;
  }

/*  .ih-item.circle {
  position: relative;   
  left: 5px;
}*/

   .ih-item.circle {
    position: relative;   
    top: -40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 5px;     
  }
  .ih-item.circle .img {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .slider-caption {
   font-size: 30px;
  }
  
 .banner-icons-container {
    font-size: 30px;
    top: -100px;
 }
 .subbrand {
  font-size: 15px;    
  }

}  
/* END >= 520  */

/* >= 768  */
@media only screen and (min-width: 768px) {

    .slider-caption {margin-bottom: 100px;}

    .contact-background {
       background: url('../images/contactBG.jpg') no-repeat center center fixed; 
    /*     text-align: center;*/
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      width: 100%;
    } 

/*    p.headingforeground {
        position: relative;

        top: -280px;
        margin: 100px 100px;
    }*/

    .tag-line1 {
       font-size: 30px;
      }  

    .slider-caption {
     font-size: 40px;
      }

     .banner-icons-container {
        font-size: 40px;
       top: -200px;
    }

    .banner-icon {
         padding: 30px;
         margin: 30px;
    } 

     .ih-item.circle {
      position: relative;   
      top: -100px;
      width: 70px;
      height: 70px;
      border-radius: 50%;
    }
    .ih-item.circle .img {
      position: relative;
      width: 70px;
      height: 70px;
      border-radius: 50%;
    }
    .ih-item.circle.effect2 .info h3 {
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      position: relative;
      top: 16px;
      letter-spacing: 2px;
      font-size: 18px;
      margin: 0 0px;
      padding: 55px 0 0 0;
      height: 110px;
      text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .resume h2{
         text-align: center;
         margin: 0 30%;
         background-color: #fff;
         position: relative;
         top: 35px;
         z-index: 5;
    }

/*    .resume hr {
         position: relative;
         bottom: 0px;  
         z-index: 0;
    }*/
    .center {
      text-align: center;
    }

    .resumecontact {
      text-align: center;

    }
    .specialchar {

      text-align: center;    
    }

    .textalign {
      text-align: left; 
    }


.video-caption {
  position: relative;
  top: -120px; 
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 100%;
  text-shadow: 2px 2px #096085;
  border: 1px solid #c7c7c7;
  padding: 10px;
  margin: 10px 140px;
}


}    
/* END >= 768  */

 /*  >= 920*/
@media only screen and (min-width: 920px) {
     .ih-item.circle {
      left: 20px;
/*      width: 70px;
      height: 70px;*/
     }
/*    .ih-item.circle .img {
      width: 70px;
      height: 70px;
     }*/
    .tag-line1 {font-size: 40px;}

 }
 /*  END >= 920*/


/****** >= 992*******/
@media only screen and (min-width: 992px) {
 .slider-caption {margin-bottom: 200px;}
 .page-banner {min-height: 500px;} 
 .carousel-control {
  width: 20%;
  font-size: 150px;
  filter: alpha(opacity=70);
  }

 .carousel-indicators .active {
  width: 20px;
  height: 20px;
  }

 .carousel-indicators li {
  width: 20px;
  height: 20px;
  }

 .modal-lg {width: 600px;}

 .tag-line2 {font-size: 30px;}
 .tag-line2a {font-size: 30px;}
 .banner-icons-container {
    font-size: 40px;
    top: -200px;
  }

  .resume h2{

     margin: 0 35%;

  }

}
/******* END MIN-WIDTH 992**********/

/******* MIN-WIDTH >= 1100**********/

 @media only screen and (min-width: 1100px) {
 .modal-lg {width: 700px;}
  }
/*******  END >= 1100**********/
/******* MIN-WIDTH >= 1200**********/
 @media only screen and (min-width: 1200px) {
 .slider-caption {margin-bottom: 210px;}
 .page-banner {min-height: 650px;}  
 .modal-lg {width: 750px;}
 .tag-line2 {font-size: 36px;}
 .tag-line2a {font-size: 36px;}
}
/*******  END >= 1200**********/

/******* MIN-WIDTH >= 1400**********/

  @media only screen and (min-width: 1600px) {
     .footer {
      height: 1000px;
       }

}
/*******  END >= 1400**********/



