/* ------------------------------------------------------------------------------

  Template Name: Bobby
  Description: Bobby - Creative Service Landing Page
  Author: Murren
  Version: 1.0
  
  1.  Global

        1.1 General
        1.2 Typography
        1.3 Iconography
        1.4 Buttons
        1.5 Forms
        1.6 Loader
        1.7 Content helpers
        1.8 Background colors
        1.9 Colors

  2.  Header 

        2.1 Navbar
        2.2 Navbar affix
        2.3 Brand
        2.4 Navigation
        2.5 Masthead 

  3.  About
  4.  Services
  5.  Video section
  6   Specialization
  7.  Team
  8.  Features
  9.  Get in touch
  10. Showcase

      10.1 Magnific popup 

  11. Prices
  12. Reviews

      12.1 Owl carousel 

  13. Contacts
  14. Footer
  15. Modals
  16. Responsive styles


    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('et-line-fonts.css');
@import url('owl.carousel.css');
@import url('magnific-popup.css');


body{
  -webkit-font-smoothing: antialiased;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color:#000;
  height: 100%;
  overflow: hidden;
  padding-right: 0!important;
}

.loaded{
  overflow: visible;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #159432;
}



/* 1.2 Typography */



h1,
.h1{
  font-weight: 200;
  font-size: 40px;
  line-height: 1.1;
  margin:0;
}

h2,
.h2{
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin:0 0 20px 0;
}

.hero-box h1:before, .section-title:before{
  content: '';
display: inline-block;
//  width: 14px;
//  height: 14px;
//  margin-left: 5px;
//  background-color: #ffd500;
//  border-radius: 50%;

    width: 1.1em;
    height: 1.2em;
    background-image: url(../images/sunshine5.svg);
    background-size: 1.1em 1.2em;
position: relative;
    top: -.1em;
    margin-right: 0.25em;
}

h3,
.h3{
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

h4,
.h4{
  font-size: inherit;
  font-weight: 700;
  margin:10px 0;
}

strong{
  font-weight: 700;
}

p{
  margin:10px 0 0;
}

ul{
  list-style: none;
  padding-left: 0;
}
    
a{
  color:inherit;
  text-decoration: underline;
}

a:hover,
a:focus{

  text-decoration:none;
  outline: none;
}

a:hover{
  color:#0075EF;
}

a:focus{
  color:#159432;
	font-weight: bold;
}



/* 1.3 Iconography */



.icon{
  display: inline-block;
  font-size: 50px;
  text-decoration: none;
  -webkit-transition: .3s ease;
       -o-transition: .3s ease;
          transition: .3s ease;
}



/* 1.4 Buttons */



.btn{
  padding:10px 30px;
  border-radius: 30px;
  border:1px solid transparent;
  background-color: #159432; 
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
  color:#fff;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline:none;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color:#fff;
  background-color: #00b1eb;
}

.btn:active{
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-yellow{
  background-color: #0075ef;
  color:#000;
}

.btn-light-gray{
  background-color: #EBEBEB;
  color:#000;
}

.btn-light-gray:hover,
.btn-light-gray:focus{
  background-color: #ffd500;
  color:#000;
}

.btn-b-white{
  border:1px solid rgba(255,255,255,0.6);
  background-color: transparent;
}

.btn-b-white:hover,
.btn-b-white:focus{
  border-color: transparent;
}



/* 1.5 Forms */



.form-control {
  height: 44px;
  padding: 6px 18px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.form-control:focus {
  border-color: #7B5A91;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 90, 145, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 90, 145, .6);
}

textarea.form-control{
  resize:none;
  height: 120px;
  padding-top: 11px;
}

.row-fields{
  margin:0 -8px;
}

.row-fields .form-group{
  padding-left: 8px;
  padding-right: 8px;
}

label.error{
  margin-top: 3px;
  font-size: 13px;
  font-weight: normal;
  color:#CC506F;
}



/* 1.6 Loader */



.loader{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height: 100%;


/*  background-color:rgba(123, 90, 145, 0.97); */
background: rgb(0,177,235);
background: linear-gradient(355deg, rgba(0,177,235,0.97) 0%, rgba(0,117,191,0.97) 100%);

  z-index: 100;
  text-align: center;
}

.cssload-bell {
  position: absolute;
  left:50%;
  top:50%;
  margin:-109px 0 0 -107px;
  width: 214px;
  height: 218px;
  border-radius: 100%;
}

.cssload-circle {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cssload-circle .cssload-inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 11px solid rgba(255,213,0,0.7);
  border-right: none;
  border-top: none;
  background-clip: padding;
  box-shadow: inset 0px 0px 21px rgba(251,186,0,0.3);
}

.cssload-circle:nth-of-type(0) {
  transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.cssload-circle:nth-of-type(0) .cssload-inner {
  animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(1) {
  transform: rotate(70deg);
    -o-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
}

.cssload-circle:nth-of-type(1) .cssload-inner {
  animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(2) {
  transform: rotate(140deg);
    -o-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
}

.cssload-circle:nth-of-type(2) .cssload-inner {
  animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-bell {
  animation: cssload-spin 5.75s infinite linear;
    -o-animation: cssload-spin 5.75s infinite linear;
    -ms-animation: cssload-spin 5.75s infinite linear;
    -webkit-animation: cssload-spin 5.75s infinite linear;
    -moz-animation: cssload-spin 5.75s infinite linear;
}

@keyframes cssload-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}



/* 1.7 Content helpers */


.content{
  position: relative;
  background-color: #fff;
}

.rel-1{
  position: relative;
  z-index: 1;
}

.masked{
  position: relative;
}

.masked:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
/*  background-color:rgba(21,148,50,0.7); */
}

.section{
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-content{
  margin-top: 50px;
}

.section-lg{
  padding: 120px 0;
}

@media (min-width: 768px){
  .section{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-content{
    margin-top: 100px;
  }

  .section-lg{
    padding: 200px 0;
  }
}

.icon-header{
  display: block;
  margin-bottom: 30px;
  font-size:60px;
}

.icon-header.icon-dial{
  font-size: 70px;
}

.btn-section{
  margin-top: 40px;
}

.row-baseline{
  margin-top: -30px;
}

.col-baseline{
  margin-top: 30px;
}



/* 1.8 Background colors */



.bgc-white{
  background-color: #fff;
}

.bgc-primary{
  background-color: #00b1eb;
}

.bgc-secondary{
	background-color: #159432
}


.bgc-light-gray{
  background-color: #f5f5f5;
}

.bgc-yellow{
  background-color:#00b1eb;
}



/* 1.9 Colors */



.text-white{
  color:#fff;
}

.text-muted{
  opacity: 0.6;
  color:inherit;
}

.text-primary{
  color:#866F9C;
}

.text-yellow{
  color:#00b1eb;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.header{
  color:#fff;
}

.video{
  position: fixed;
  top: 0;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);;
}


.video,
.video-background{
  background: url(../video/poster.jpg) center top no-repeat;
  background-size: cover;
}


/* 2.1 Navbar */

        

.navbar{
  position:absolute;
  top:0;
  left:0;
  z-index: 10;
  width: 100%;
  padding-top:10px;
  border-radius: 0;
  font-size: 15px;
  color:#fff;
  background-color: transparent;
  -webkit-transition:all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;
}

.container>.navbar-header, 
.container-fluid>.navbar-header, 
.container>.navbar-collapse, 
.container-fluid>.navbar-collapse{
  margin-left: 0;
}

.navbar-collapse{
  border:none;
  -webkit-box-shadow:none;
         box-shadow: none;
         max-height: 320px;
}

.navbar-toggle{
  margin-top: 0;
  margin-bottom: 10px;
  border:1px solid #004f9f;
}
.affix .navbar-toggle{
  margin-top: 0;
  margin-bottom: 10px;
  border:1px solid #fff;
}



/* 2.2 Navbar affix */

        
.navbar.affix{
  position: fixed;
    background: linear-gradient( 
355deg
 , rgba(0,177,235,.8) 0%, rgba(0,117,191,.8) 100%);
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-bottom: .7em solid rgba(162,198,23,0.6);
}
.navbar.force-affix{
  position: fixed!important;
  background-color:#a2c617!important;
  box-shadow: 0 0 20px rgba(0,0,0,0.2)!important;
}

.navbar.affix .brand{
  font-size: 33px;
}
.navbar.force-affix .brand{
  font-size: 33px!important;
}


/* 2.3 Brand */



.brand{
  font-size: 33px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  -webkit-transition:all 0.2s linear;
      -o-transition: all 0.2s linear;
         transition: all 0.2s linear;
}

.brand .circle{
  content:'';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #ffd500;
  margin-left: -3px;
  border-radius: 50%;
}    

.brand:hover .circle{
  background-color: #fff;
}    

.brand:focus{
  color:#fff;
}

.brand:hover{
  color:#ffd500;
}



/* 2.4 Navigation */



.navbar-nav{
  margin-top: 23px;
  font-weight:500;
}

.navbar-nav > li > a{
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}


.navbar-nav > li > a{
color: #00b1eb;
}

.affix .navbar-nav > li > a{
color: #fff;
}




.navbar-nav > li > a:hover, 
.navbar-nav > li > a:focus,
.navbar-nav > .active > a{
  color: #333;
  background-color: #ffd500;
}

.navbar-toggle .icon-bar{
  background-color: #00b1eb;
}
.affix .navbar-toggle .icon-bar{
  background-color: #fff;
}


/* 2.5 Masthead */



.masthead{
  display: table-cell;
  vertical-align: bottom;
  width: 1%;
  padding:270px 0 20px;
  height: 100vh;
  text-align: center;
}

.lead{
  font-size: inherit;
  margin:20px 0 0;
}

.lead-text{
  margin-top: 20px;
}

.lead-direct{
  margin-top:40px;
}



/*-------------------------------------------------------------------------------
  3. About
-------------------------------------------------------------------------------*/


.about{
  padding: 60px 0;
}

.col-box{
  font-size: 15px;
  padding:0 30px;
}

.col-box:first-child{
  border-left:0;
}



/*-------------------------------------------------------------------------------
  4. Services
-------------------------------------------------------------------------------*/



.service-content{
  margin-top: 50px;
}

.letter-lg{
  opacity: 0.1;
  font-size: 130px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -5px;
  font-weight: 900;
}

.col-service .media-body{
  vertical-align: bottom;
  padding-bottom: 15px;
}



/*-------------------------------------------------------------------------------
  5. Video section
-------------------------------------------------------------------------------*/



.video-section{
}



/*-------------------------------------------------------------------------------
  6. Specialization
-------------------------------------------------------------------------------*/



.specialization{
  overflow: hidden;
}

.progress-header{
  margin-bottom: 10px;
}

.progress{
  height: 15px;
  -webkit-box-shadow:none;
  box-shadow: none;
  border-radius:0;
}

.progress-bar{
  background-color:#7B5A91;
  -webkit-box-shadow:none;
  box-shadow: none;
}



/*-------------------------------------------------------------------------------
  7. Team
-------------------------------------------------------------------------------*/



.team-profile{
  text-align: center;
}

.team-profile img{
  margin-bottom: 20px;
  border:3px solid #ffd500;
}

.social{
  margin-left: -10px;
}

.social .icon{
  font-size: 40px;
  margin-left: 10px;
  opacity: 0.7;
}

.team-social{
  margin-top: 20px;
}



/*-------------------------------------------------------------------------------
  8. Features
-------------------------------------------------------------------------------*/



.row-features{
  margin-top: -100px;
}

.col-feature{
  padding-top: 100px;
  text-align: center;
}



/*-------------------------------------------------------------------------------
  9. Get in touch
-------------------------------------------------------------------------------*/



.getintouch{
  /*background: url(../images/bg/getintouch.jpg) center top no-repeat;
  background-size: cover;*/
}



/*-------------------------------------------------------------------------------
  10. Showcase
-------------------------------------------------------------------------------*/



.showcase{
  overflow: hidden;
  padding-bottom: 0;
}

.filter{
  text-align: center;
  color:#333;
  margin:60px 0 60px;
}

.filter li{
  position: relative;
  display: inline-block;
  margin:10px 20px 0;
}

.filter li a{
  text-decoration: none;
}

.filter .active{
  color:#ffd500;
}

.filter .active:before{
  content: '';
  position: absolute;
  bottom: 7px;
  left: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background:#ffd500;
}

.row-showcase{
  margin-left:-30px;
  margin-right: -30px;
}

.col-showcase{
  color:#fff;
}

.col-showcase a:hover,
.col-showcase a:focus{
  color: inherit;
}

.col-showcase figure{
  position: relative;
  overflow: hidden;
}

.col-showcase figure img{
  width: 100%;
}

.col-showcase figcaption{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background:rgba(0, 0, 0, 0.2);
	
  text-align: center;
  -webkit-transition: .3s ease;
       -o-transition: .3s ease;
          transition: .3s ease;
}

.col-showcase header{
  position: absolute;
  left:20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.col-showcase h3{
  position: relative;
  display: inline-block;
  margin:0;
  font-size: 30px;
  line-height: 1;
	color: #ffffff;
    padding: 0.2em 0.2em 0.2em 1em;
	font-weight: 300;
}

.col-showcase a h3{
	background:rgba(0,117,191, 0.5);
	border-radius: 0.25em;
}

.col-showcase a:hover h3{
	background:rgba(0,117,191, 0.5);
}

.col-showcase h3:before{
  content: '';
  position: absolute;
 bottom: 0.3em;
  left: -0.4em;
/*   width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffd500; */
	    width: 1.2em;
    height: 1.3em;
    background-image: url(../images/sunshine5.svg);
    background-size: 1.2em 1.3em;

    margin-right: 0.25em;
}

.col-showcase .icon-showcase{
  position: absolute;
  top:-20px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.col-showcase:hover figcaption{
  background: rgb(0,177,235);
background: linear-gradient(355deg, rgba(0,177,235,0.8) 0%, rgba(0,117,191,0.8) 100%);
}

.col-showcase:hover .icon-showcase{
  -webkit-transform: translateX(-50%) rotate(-180deg);
     -moz-transform: translateX(-50%) rotate(-180deg);
          transform: translateX(-50%) rotate(-180deg);
}


/* 10.1 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
  color:#ffd500;
}

img.mfp-img{
  min-height: 220px;
}

.mfp-bottom-bar{
  margin-top: -30px;
}

.mfp-title{
  font-size: 20px;
  color:#ffd500;
}

.mfp-bg{
  background-color: #000;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a{
  border-right-color:#ffd500;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a{
  border-left-color:#ffd500;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom .mfp-container{
  -webkit-transform:scale(0);
}

.mfp-with-zoom.mfp-bg{
  opacity: 0;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    -webkit-transform:scale(1);
}

.mfp-with-zoom.mfp-ready.mfp-bg {
   opacity: 0.9;
}

.mfp-with-zoom.mfp-removing .mfp-container{
  -webkit-transform:scale(0);
}

.mfp-with-zoom.mfp-removing.mfp-bg{
  opacity: 0;
}



/* ------------------------------------------------------------------------------- */
/*  11. Prices
/* ------------------------------------------------------------------------------- */



.col-price{
  position: relative;
  text-align: center;
  padding: 7px;
}

.price-box{
  background-color: #fff;
}

.price-inner{
  padding: 30px 20px;
}

.price-header{
  border:1px solid #DCD4E1;
  border-width: 1px 0;
}

.price-title{
  padding:30px 0;
  margin:0;
}

.price{
  line-height: 1;
  margin-bottom: 20px;
}

.price + p{
  font-size: 13px;
}

.price strong{
  font-weight: 600;
}

.price-currency{
  display: inline-block;
  font-size: 30px;
}

.price-amount{
  font-size: 50px;
}

.price-delimiter{
  font-size: 40px;
  font-weight: 300;
}

.price-period{
  font-size: 20px;
}

.price-features{
  padding:30px 0;
}

.price-features ul{
  margin-top: 0;
}

.price-features ul li{
  padding: 8px 0;
}

.col-price.Featured .price-box{
  
}

.col-price.Featured .price-header{
  margin:0 -1px;
  background-color:#78588C;
  color:#fff;
}



/*-------------------------------------------------------------------------------
  12. Reviews
-------------------------------------------------------------------------------*/



.reviews{
  background: url(../images/bg/reviews.jpg)  center top no-repeat;
  background-size:cover;
}

.reviews:after{
  background-color:rgba(114, 80, 135, 0.95);
}

.review-carousel{
  margin-top: 30px;
}

.review-author{
  margin-top: 30px;
}

.review-author strong{
  font-size: 17px;
}

/* 12.1 Owl carousel */

.owl-pagination{
  position: absolute;
  top:-20px;
  left: 0;
  width: 100%;
  text-align: center;
}

.owl-pagination .owl-page{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin:0 5px;
  background-color: #fff;
  border-radius: 50%;
}

.owl-pagination .owl-page.active{
  background-color:#ffd500;
}



/*-------------------------------------------------------------------------------
  13. Contacts
-------------------------------------------------------------------------------*/


.contacts{
  padding-bottom: 0;
}

.gmap{
  margin-top: 40px;
  height: 520px;
}



/*-------------------------------------------------------------------------------
  14. Footer
-------------------------------------------------------------------------------*/



.footer{
  padding: 20px 0;
  color:#fff;
}

.footer .social{
  margin-top: 0;
}

.copyright{
  margin:20px 0;
}



/*-------------------------------------------------------------------------------
  15. Modals
-------------------------------------------------------------------------------*/



.modal{
  text-align: center;
  white-space: nowrap;
}

.modal:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-dialog{
  width:95%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  margin:0;
}

.modal-content{
  -webkit-box-shadow:none;
  box-shadow: none;
  border-radius: 0;
  border:none;
}

.modal-header{
  background-color: #7B5A91;
  border-bottom: 0;
  color:#fff;
  text-align: center;
}

.modal-header .close{
  position: relative;
  z-index: 1;
  font-size: 25px;
}

.modal-title{
  line-height: 1.1;
}


/*-------------------------------------------------------------------------------
  16. Responsive
-------------------------------------------------------------------------------*/



@media (min-width: 480px){

  h1,
  .h1{
    font-size: 50px;
  }
	
		div.hero-box p.lead {
    font-size: 100%;
}
	
}


@media (min-width: 768px){
  
	


.affix img.brand-img
{
max-width: 75%;
margin: -0.3em -0.25em -0.75em -0.25em;
}

  .navbar{
    padding-bottom: 10px;
  }

  .navbar.affix-top{
    padding: 30px 0;
    background: none;
    box-shadow: none;
  }

  .navbar.affix .navbar-nav{
    margin-top:10px;
  }
  .navbar.force-affix .navbar-nav{
    margin-top:10px!important;
  }

  .navbar-nav > li{
    margin-left:30px;
  }

  .navbar-nav > li:first-child{
    margin-left: 0;
  }

  .navbar-nav > li > a{
    padding:0;
  }

  .navbar-nav > li > a:hover, 
  .navbar-nav > li > a:focus,
  .navbar-nav > .active > a{
    background-color: transparent;
    color:#159432;
border-bottom: 3px solid #a2c617;
  }

 .affix .navbar-nav > li > a:hover, 
 .affix .navbar-nav > li > a:focus,
 .affix .navbar-nav > .active > a{
    background-color: transparent;
    color:#ffd500;
  }

  .brand{
    font-size: 45px;
  }

  .masthead{
    padding: 450px 0 0px;
  }

  .modal-dialog{
    width: 500px;
  }
	

}

@media (min-width: 992px){

		div.hero-box p.lead {
    font-size: 120%;
}
		div.hero-box h1
	{
		font-size: 200%;
	}
	
  .footer .social{
    text-align: right;
  }

  .copyright{
    margin-bottom: 0;
  }

.navbar li a
{
font-size: 16px;
}
.affix img.brand-img
{
max-width: 75%;
margin: -0.75em -0.5em -1em -0.5em;
}
}

@media (min-width: 1200px){
		div.hero-box p.lead {
    font-size: 130%;
}
  .row-spec{
    margin:0 -30px;
  }

  .col-spec{
    padding:0 30px;
  }

.navbar li a
{
font-size: 20px;
}


}



.ccn-exploded-bg {
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center top;
}
.toolbar-fixed.toolbar-horizontal .navbar.affix {
  top: 39px;
}
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar.affix {
  top: 79px;
}
.navbar.affix-top {
  top: 0;
}
.ccn-exploded-bg-inner {position:relative;z-index:1;}
.map-info {text-align: center;line-height:18px;}
.modal-body #edit-preview {display:none;}

.hero-box{
background: rgba(255,255,255,0.9);
    padding: 0;
border-radius: 10px;
}

.hero-box h1
{
    width: 100%;
    background: #00b1eb;
    border-bottom: 0.2em solid #a2c617;
    padding: 0.25em;
font-size: 140%;
border-radius: 10px 10px 0 0;
}

.hero-box p.lead
{
padding: 0 1em 1em;
font-size: 90%;
color: #000;
}

img.brand-img
{
width: 100%; 
height: auto; 
max-width: 640px;
}

#block-mikevideo2 iframe.media-oembed-content
{
width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}



#block-mikevideo2 article.media--view-mode-full
{
    padding-bottom: 150%;
    position: relative;
}

div.region-features span.icon
{
color: #00b1eb;
background-color: #fff;
    padding: 0.5em;
    border-radius: 50%;
    border: 5px solid #00b1eb;
width: 2.3em;
height: 2.3em;
}

div.region-features a:link span.icon
{
color: #a2c617;
background-color: #fff;
}

div.region-features a:visited span.icon
{
color: #a2c617;
background-color: #fff;
}

div.region-features a:hover span.icon
{
color: #ffd500;
    border: 5px solid #ffd500;
background: rgb(0,177,235);
background: linear-gradient(355deg, rgba(0,177,235,1) 0%, rgba(0,117,191,1) 100%);
}

div.region-features a:active span.icon
{
color: #ffffff;
    border: 5px solid #a2c617;
background: rgb(0,177,235);
background: linear-gradient(355deg, rgba(0,177,235,1) 0%, rgba(0,117,191,1) 100%);
}


div.region-features h3
{
color: #159432;
}

div.region-features a:link h3
{
color: #159432;
text-decoration: none;
}

div.region-features a:visited h3
{
color: #159432;
text-decoration: none;
}

div.region-features a:hover h3
{
color: #159432;
}

div.region-features a:active h3
{
color: #159432;
}

.main-logo
{
display: inline-block;
}

.white-logo
{
display: none;
}

.affix .main-logo
{
display: none;
}

.affix .white-logo
{
display: inline-block;
}

.masthead .ccn-exploded-bg-inner
{
bottom: 15%;
}

.text-white h2.section-title {
    color: #ffffff;
}

h2.section-title {
    color: #0075ef;
    text-decoration: underline dotted 0.125em #a2c617;
	text-underline-offset: 0.1em;
	font-weight:300;
}


.bgc-secondary a.icon {
	padding: 2px;
}
.bgc-secondary a:hover.icon {
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
}

div.contact-div span.icon.fa {

    clear: both;
    float: left;
    margin-right: 0.5em;
}
div.contact-div
{
	clear:both;
	
}

h2.section-title {
    margin-bottom: 1.5em;
}

a .text-white
{
	text-decoration: none
}

a:link .text-white
{
	color: #ffffff;
}
}
a:visited .text-white
{
	color: #ffffff;
}

a:hover .text-white
{
	color: #ffd500;
}
}
a:active .text-white
{
	color: #a2c617;
}


