/* ==========================================================================
   Default Settings
   ========================================================================== */
body {
    /* padding-top: 15px; */
    background-color: #EEEEEE;  /* #f9f9f9; */
    position: relative; /* Must have for smooth scrolling */
}

/* ==========================================================================
   header (blue bar above navbar for special announcements)
   ========================================================================== */
.header1 {
    color: #f1fffc; /* rgb(255, 255, 255); */
    background-color: #50ACFF;  /* old color = rgb(33, 150, 243); */
    border: 0; /* Need to fix border issue on Chrome */
    /* min-height: 40px; */
    padding-top: 10px;
    padding-bottom: 10px;
    /* line-height: 40px;*/ /* <-- must be defined for vertical-align */
    /* vertical-align: middle;*/
}
.header1 p {
    margin-bottom: 0;
}

/* ==========================================================================
   Custom Footer
   ========================================================================== */
.cfooter {
    background-color: #1c2d2d; /* #2F4F4F; */
    color: #67d4bc; /* #CFE2E2; */
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    /* min-height: 100px; */
}
    .cfooter a:link { color: #29544b; text-decoration:none; }
    .cfooter a:visited { color: #29544b; text-decoration:none; }
    .cfooter a:hover { color: #4ea18f; text-decoration:none; }
    .cfooter a:active { color: #4ea18f; text-decoration:none; }
    .cfooter li a {
	padding-right: 16px;
	font-size: 12px;
	}

    .cfooter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
   .cfooter li {
    float: left;
}

.cfooter p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}

.copyright {
  color: #699f93; /* #29544b; #9FC6C6 */
  font-size: 12px;
}

/* ==========================================================================
   Simple Card Alerts (http://bootsnipp.com/snippets/featured/simple-card-alerts)
   ========================================================================== */
.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #67D4BC;
}
.notice-success>strong {
    color: #67D4BC;
}
.notice-info {
    border-color: #337AB7;
}
.notice-info>strong {
    color: #337AB7;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #F05656;
}
.notice-danger>strong {
    color: #F05656;
}

/* ==========================================================================
   features
   ========================================================================== */

.feature {
  /* font-family: 'Lato', sans-serif; */
  /* padding-left: 30px; with circle */
  padding-left: 25px;
  padding-bottom: 10px;
  position: relative;
}

.feature-title {
  margin-bottom: 5px;
  font-weight: bold;
  /* padding-top: 5px; */
  font-size: 125%;
  /* color: #f05656; */ /* Red */
  /* color: #67D4BC; */ /* Green */
  color: gray;
}

 .feature-icon {
  /* background: #132020; */
  /* color: #50acff; */  /* Blue */
  /* color: #f05656; */ /* Red */
  /* color: #67D4BC; */ /* Green */
  color: lightgray;
  /* background: #4D5053; */
  /* padding: 4px; */
  /* border-radius: 50%; */
  font-size: 110%;  /* 14px; */
  position: absolute;
  left: 0px;
  top: 0px;
}

.feature-section {
  padding: 25px 50px; 
}

.feature-section-single {
  padding: 10px 20px; 
}

/* ==========================================================================
   Custom Horizontal Rule
   ========================================================================== */
/* Customize <hr> for header1 */
hr.style1 {
  border: 0;
  height: 1px; 
  background: #67D4BC; /* For browsers that do not support gradients */
  /* background: linear-gradient(to right, white, #67D4BC, white); */ /* Standard syntax (must be last) */
  background: linear-gradient(to right, #f0f0f0, #B3B1B1, #f0f0f0);
  margin-top: 5px;
  margin-bottom: 45px;
}

hr.style2 {
  border: 0;
  height: 2px; 
  background: #67D4BC; /* For browsers that do not support gradients */
  background: linear-gradient(to right, #EEEEEE, #67D4BC, #EEEEEE); /* Standard syntax (must be last) */
  margin-top: 5px;
  margin-bottom: 45px;
}

hr.style3 {
  border: 0;
  height: 2px; 
  background: #afe9dc; /* For browsers that do not support gradients */
  margin-top: 20px;
  margin-bottom: 40px;
}

hr.style4 {
  height:2px; 
  border:none; 
  color:rgb(60,90,180); 
  background-color:rgb(60,90,180);
}

/* ==========================================================================
   Panel with Gradient (http://bootsnipp.com/snippets/4lXRW)
   ========================================================================== */

.panel-heading-fd{
    font-family: 'Open Sans', Helvetica, sans-serif;
    background: #39b1cc;
    background: -moz-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bbd2), color-stop(100%, #2d97af));
    background: -webkit-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -o-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -ms-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: linear-gradient(to bottom, #51bbd2 0%, #2d97af 100%);
    color: #ffffff;
    padding: 1px 17px 8px;

}

.panel-title-fd{
    color: #ffffff;
    /* font-size: 14px; */
    /* font-weight: 700; */
    /*color: #d3eced;*/
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================================================================
   Testimonial (http://bootsnipp.com/snippets/KXmqD)
   ========================================================================== */
.testimonials h3{
margin-top:25px;
}

/* ==========================================================================
   faq heading (FAQ - Part 1)
   ========================================================================== */
    .faqHeader {
        font-size: 27px;
        margin: 20px;
    }

/* ==========================================================================
   FAQ - Part 2
   Accordion Collapse Buttons http://bootdey.com/snippets/view/accordion-collapse-buttons
   ========================================================================== */
/* body{margin-top:20px;} */

.panel-title a {
    display: block;
    position: relative;
    padding: 10px 60px 10px 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #6d7194;
}
a:hover{
    text-decoration:none;    
}
.drop-accordion .panel-default {
    overflow: hidden;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.drop-accordion .panel-heading {
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0;
	border: 1px solid #d9d7d7;
	background: #fafafa;
	border-radius: 0;
}
.leaf-ui .drop-accordion .panel-heading,
.circlus-ui .drop-accordion .panel-heading {
	border-radius: 4px;
}
.panel-title span {
	
}
.panel-title .expand-icon-wrap {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid #d9d7d7;
	font-size: 24px;
	line-height: 46px;
	color: #03C6FE;
}
.expand-icon-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.panel-title .expand-icon {
	padding: 0 16px;
	vertical-align: middle;
}
.panel-title .expand-icon:before {
	font-family: 'Glyphicons Halflings';
	content:"\e081";
	/* content: "\f055"; - fa */
}
.drop-accordion .panel-body {
	position: relative;
	border: 1px solid #d9d7d7;
}
.circlus-ui .drop-accordion .panel-body,
.leaf-ui .drop-accordion .panel-body {
	border-radius: 4px;
}
.panel-body-icon {
	width: 75px;
	height: 70px;
	float: left;
	padding: 10px;
	font-size: 45px;
	color: #03C6FE;
}
.panel-body-icon i {
	font-size: 45px;
	color: #03C6FE;
}
.drop-accordion .tab-collapsed {
	border: transparent;
	background: #03C6FE;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.tab-collapsed a {
	color: #fff;
}
.tab-collapsed .expand-icon-wrap {
	border-color: #eee;
	color: #eee;
}
.tab-collapsed .expand-icon:before {
	font-family: 'Glyphicons Halflings';
	content:"\e082";
	/* content: "\f056"; - fa */
}

/* ==========================================================================
   comparison table
   ========================================================================== */
   
    .iconyes:before {
	font-family: 'Glyphicons Halflings';
        content: "\e013"; /* "ok (Check)" icon */
	font-size: 26px;
	color: green;
    }

    .iconno:before {
	font-family: 'Glyphicons Halflings';
        content: "\e014"; /* "remove (X)" icon */
	font-size: 26px;
	color: rgb(221, 41, 41);
    }

    .compGap {
        margin-bottom: 3px;
    }

    .compHeader {
        height: 120px;
        border-bottom: 3px solid white;
        text-align: center; 
    }

    .compHeaderTitle {
        font-size: 16px;
        font-weight: bold;
        /* margin: 8px; */
        padding-top: 8px;
        height: 70px;
    }

    .compColumn0 {
        /* padding: 10px; */
	margin-left: 10px;
	margin-right: -10px;
	height: 40px;
	line-height: 40px;
        font-weight: bold;
    }

    .compColumn {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        font-weight: bold
        }

    .comp-vCenter {
        /* Vertical Center */
        line-height: 1.5;
        display: inline-block;
        vertical-align: middle;
    }

   .compColor0 {
        background: #CDD8C9;
    }
   .compColor1 {
        background: #DFF0D8;
    }
    .compColor2 {
        background: #D9EDF7;
    }
    .compColor3 {
        background: #8DB9DF;
	margin-right: 10px;
	margin-left: -10px;
    }

@media (max-width: 767px) {  
    .compHeader {
        height: 130px; 
        border-bottom: none;       
    }
    .compHeaderTitle {
        height: 90px;
    }
    .compGap {
        margin-bottom: 0px;
    }
    .compHeaderTitle {
	margin-left
    }
    .compColumn0 {
        margin-left: 0px;
	margin-right: 0px;
     }
    .compColor3 {
	margin-right: 0px;
	margin-left: 0px;
     }

}

/* ==========================================================================
   Documentation 
   ========================================================================== */
   .doc-container {

   }
   
/* ==========================================================================
   Top navbar
   ========================================================================== */
.top-navbar {
   background-color: #132020;
   color: #67d4bc;
   font-size: 12px;
   padding-top: 20px;
   position: relative;
}

.top-navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.top-navbar li {
    float: right;
}

.top-navbar li a {
    /* display: block; */
    padding-right: 16px;
    }

   .top-navbar a:link { color: #67d4bc; text-decoration:none; }
   .top-navbar a:visited { color: #67d4bc; text-decoration:none; }
   .top-navbar a:hover { color: #4ea18f; text-decoration:none; }
   .top-navbar a:active { color: #4ea18f; text-decoration:none; }

/*
.top-navbar-default {
   float: right;
   color: #eff5f5;
}
*/

/* ==========================================================================
   customize navbar
   ========================================================================== */

.navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0; /* get rid of 20 px gap between navbar and header image */
    min-height: 0; /* min-height: 0; minimizes menu bar height from default 50px */
    /* height: 100px; - locking the height causes mobile collapse bar to be transparent */
    /* padding-top: 20px; */
}

.navbar-brand {
    padding: 0px 5px;
}

.navbar-left,.navbar-right {
    margin-top: 30px;
}

@media (max-width: 1199px) {  /* 767 */
    .navbar-brand {
        padding: 0;        
    }
    .navbar-brand img {
        /* margin-top: 5px; */
        margin-left: 5px;
    }
    .feature {
      padding-bottom: 10px;
    }
}

@media (max-width: 991px) { 
  .feature-section,
  .bar-grey,
  .bar-white {
    padding: 25px 0;
  }
}

/* ==========================================================================
   custom navbar colors (http://work.smarchal.com/twbscolor/css/1320201c2d2d67d4bc4ea18f0)
   ========================================================================== */
.navbar-default {
  background-color: #132020;
  border-color: #1c2d2d;
}
.navbar-default .navbar-brand {
  color: #67d4bc;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #4ea18f;
}
.navbar-default .navbar-text {
  color: #67d4bc;
}
.navbar-default .navbar-nav > li > a {
  color: #67d4bc;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #4ea18f;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #4ea18f;
  background-color: #1c2d2d;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #4ea18f;
  background-color: #1c2d2d;
}
.navbar-default .navbar-toggle {
  border-color: #1c2d2d;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #1c2d2d;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #67d4bc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #67d4bc;
}
.navbar-default .navbar-link {
  color: #67d4bc;
}
.navbar-default .navbar-link:hover {
  color: #4ea18f;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #67d4bc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #4ea18f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #4ea18f;
    background-color: #1c2d2d;
  }
}

/* ==========================================================================
   custom navbar breakpoint
   ========================================================================== */
@media (max-width: 1199px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

