/*   
 * Template Name: Onboard - Responsive website template for crowdfunding campaigns
 * Version: 1.0
 * Author: Xiaoying Riley at 3rd Wave Media
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/
/* ======= Base ======= */
body {
    font-family: "Noto Sans",sans-serif;
  color: #36435A;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans",sans-serif;
  font-weight: 700;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
a {
  color: #00bcd4;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover,
a:active {
  text-decoration: none;
  color: #00a5bb;
}
a:focus {
  text-decoration: none;
  color: #00a5bb;
  outline: none;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
  padding: 6px 20px;
}
a.btn-cta,
.btn-cta {
  font-size: 18px;
  padding: 12px 30px;
  padding-top: 13px;
}
a.btn-login,
.btn-login {
  font-size: 16px;
  padding: 8px 3px;
  padding-top: 13px;
}
.btn-oval,
a.btn-oval {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.btn-default, .btn-default {
    text-transform: uppercase;
}
a.btn-primary,
.btn-primary {
  background: #36b843;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
a.btn-primary:hover,
.btn-primary:hover,
a.btn-primary:active,
.btn-primary:active,
a.btn-primary:focus,
.btn-primary:focus {
  
  border: none;
  color: #fff;
  outline: none;
}
a.btn-secondary,
.btn-secondary {
  background: #00bcd4;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
a.btn-secondary:hover,
.btn-secondary:hover,
a.btn-secondary:active,
.btn-secondary:active,
a.btn-secondary:focus,
.btn-secondary:focus {
  background: #00d3ee;
  border: none;
  color: #fff;
  outline: none;
}


// END SCROLLBAR LOOK
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 45px;
  border-color: #ccc;
  font-size: 16px;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.form-control:focus {
  border-color: #bfbfbf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 30px;
}
.highlight {
  color: #51597e;
}
#topcontrol {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #00bcd4;
  color: #fff;
  text-align: center;
  display: inline-block;
  z-index: 30;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#topcontrol:hover {
  background: #007888;
  color: #fff;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
  font-weight: bold;
}
.delayp0 {
  animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.bg-gradient {
  background-color: #212c2e;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#63848a), to(#212c2e));
  background-image: -webkit-radial-gradient(circle, #63848a, #212c2e);
  background-image: -moz-radial-gradient(circle, #63848a, #212c2e);
  background-image: -o-radial-gradient(circle, #63848a, #212c2e);
  background-image: -ms-radial-gradient(circle, #63848a, #212c2e);
  background-repeat: no-repeat;
  color: #fff;
}
/* Generic section styling */
.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 32px;
  position: relative;
  padding-bottom: 5px;
}
/* ====== Header ======= */
.social-prompt {
  color: black;
  font-size: 1em;
}

.container-header {
  padding-right: 10px;
}

.header {
  color: #fff;
  padding-top: 15px;
}
.header-scrolled {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: #fff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  padding-top: 5px;
  padding-bottom: 0;
}
.header-scrolled .nav > li > a {
  color: #36435A;
}
.header-scrolled h1.logo a {
  background: transparent url('../images/logo-2.svg') no-repeat left top;
}

#success-message{
   margin-top: -80px;
   display: block;
}
h1.logo {
  margin-top: 0;
  margin-bottom: 0;
}
h1.logo a {
  background: transparent url('../images/logo.svg') no-repeat left top;
  display: inline-block;
  height: 40px;
  width: 180px;
}
/* ====== Nav ======= */
.navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 15px;
  background: none;
  position: relative;
  top: 5px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .toggle-title {
  display: inline-block;
  float: left;
  color: #36435A;
  margin-right: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: -3px;
}
.navbar-toggle .icon-bar-wrapper {
  float: left;
}
.navbar-toggle .icon-bar {
  background-color: #00bcd4;
  height: 3px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.navbar-toggle:hover .icon-bar {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.navbar-nav {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}
.navbar-nav > li > a {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
.nav > li > a {
  padding-left: 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 20px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
  outline: none;
}
.nav-tabs > li > a {
  font-size: 1.4em;
}
.secondary > li > a {
  color: black;
}
.nav > li.active > a {
  background-color: none;
}

//internal campaign navbar




/* ======= Footer ======= */
.pagespacer{
  height: 20%;
}
.footer {
  background: #191f2a;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 40px;
  padding-bottom: 30px;
  height: 250px;
}
.footer a {
  color: rgba(255, 255, 255, 0.4);
}
.footer a:hover {
  color: #fff;
}
.footer .copyright {
  font-size: 14px;
  margin-top: 30px;
}
.footer .social-list a {
  background: rgba(255, 255, 255, 0.2);
}
.footer .social-list a .fa {
  color: #191f2a;
}
/* ======= Promo Section ======= */
.nav-section{

  padding-top: 80px;

}
.promo-section {
  padding-top: 150px;
  padding-bottom: 120px;
}
.promo-section .headline {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 36px;
}
.promo-section .overview-wrapper {
  position: relative;
}
.promo-section .product-holder {
  text-align: center;

}
.promo-section .product-holder img {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}


.video-play-trigger {
  color: #fff;
}
.video-play-trigger:hover {
  color: #fff;
}

.youtube-container {
  background-image: url("../images/homepage/youtube1.png");
  width: 400px;
  height: 225px;
   display: block;
    margin-left: auto;
    margin-right: auto

}

.youtube-container:hover {
  background-image: url("../images/homepage/youtube2.png");
  width: 400px;
  height: 225px;
 
}


.tiggly-container {
  background-image: url("../images/homepage/tiggly/video.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 225px;
   display: block;
    margin-left: auto;
    margin-right: auto

}

.promo-section .heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: bold;
}
.promo-section .heading .text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.promo-section .data-container {
  text-align: center;
}
.progress-container {
  margin-bottom: 15px;
}
.progress-center {
    margin: auto;
}

.progress-container .meta {
  color: rgba(255, 255, 255, 0.8);
  clear: left;
}
.progress-bar {
  background: rgba(255, 255, 255, 0.1);
  height: 25px;
  width: 460px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 10px;
  float: none;
}
.progress-bar .progress-bar-inner {
  background: #00bcd4;
  height: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

// FLOATING NUMBERS

.moneypos {
    position:relative;
    background-image: url(http://i361.photobucket.com/albums/oo54/crackysparkles/sparkles/ezgtilefinished.gif);
    border-radius: 25px;
    font-size:25px;
    color: white;
    padding: 3px 3px 3px 3px;
    animation:floatingnums 2s ease-out forwards;
    animation-iteration-count:1;
    opacity: 0;
    /* Safari and Chrome */
    -webkit-animation:floatingnums 2s;
    -webkit-animation-iteration-count:1;
}

@-webkit-keyframes floatingnums {
    0% {top: 0px; opacity: 0;}
    50% {top: -200px; opacity: 1;}
    100% {top: -300px; opacity: 0;}
} 

/* Standard syntax */ 
@keyframes floatingnums {
    0% {top: 0px; opacity: 0;}
    50% {top: -200px; opacity: 1;}
    100% {top: -300px; opacity: 0;}
}

//END FLOATING NUMBERS
.cta-container {
  margin-bottom: 45px;
}
.countdown-container {
  margin-bottom: 30px;
}
.countdown-container .number {
  font-weight: bold;
  color: #fff;
  font-size: 28px;
}
.countdown-container .unit {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 5px;
  padding-right: 10px;
  font-size: 14px;
}
.intro-container {
  margin-bottom: 30px;
  font-size: 1.3em;
}
.intro-container a {
  color: #00bcd4;
}
.social-list a {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 7px;
}
.social-list a:hover {
  background: #fff;
}
.social-list a .fa {
  color: #51597e;
  font-size: 20px;
}
.social-list li {
  margin-right: 5px;
}
.social-list li:last-child {
  margin-right: 0;
}
/* ======= Promo Section ======= */
.c-logo-part{
    width: 100%;
    paddint-right: 50px;
    padding: 25px 0;
    filter: alpha(opacity=60);

}
.c-logo-part ul{
  padding-top:0;
  margin:0;
  list-style:none;

}
.c-logo-part ul li{
  display:inline;
  margin-right: 25px;
  padding-right: 10px;

}
.c-logo-part ul a{
  display:inline-block;
  margin-bottom: 40px;
}
.c-logo-part img {
  margin-bottom: 6px;
  margin-left: 30px
}

.signup-wrapper {
  background: #00bcd4;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}
.signup-wrapper .form-title {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}

.signup-wrapper .btn:hover {
  background-color: #007888;
  border-color: #007888;
}
.signup-wrapper .btn:hover .fa {
  color: #fff;
}
.signup-form {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.signup-form .form-control {
  width: 420px;
  margin-right: 5px;
}
.signup-form label.error {
  position: absolute;
  left: 0;
  width: 100%;
  top: 85px;
  text-align: center;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
/* ======= About Section ======= */
.about-section .item {
  margin-bottom: 90px;
}
.about-section .figure-holder {
  text-align: right;
}
.about-section .figure-holder img {
  display: inline-block;
}
.about-section .figure-holder.figure-holder-left {
  text-align: left;
}
.about-section .item-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
}
.about-section .item-desc {
  color: #586A8F;
}

.about-section .item-desc ul {

  padding: 0;
  margin: 0;
}

.about-section .item-desc li {
 padding-left: 1em; 
  text-indent: -.7em;
  padding-bottom: 10px;
}

.about-section .item-desc li:before {
  padding-right:7px;
  color: #36b843;
  font-size: 1.5em;
}

.about-section .item-desc .icon {
  color: #36b843;
  margin-right: 5px;
}
.about-section .item-desc .subtitle {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
  margin-top: 30px;
  margin-bottom: 10px;
}
.about-section .item-desc .pe-icon {
  font-size: 20px;
  vertical-align: middle;
}
.about-section .list-custom {
  margin-left: 30px;
}
.about-section .list-custom li {
  margin-bottom: 10px;
}
.about-section .list-custom .fa {
  color: #36b843;
  margin-right: 5px;
}
/* ======= Pledge Section ======= */
.pledge-signup {
  font-size: 20px;
  border-radius: 40px;
  padding-top: 90px;
  background: #36b843;
  color: white;
  }

  .apply-signup {
      font-size: 20px;
  border-radius: 40px;
  padding-top: 90px;
  background: #36b843;
  color: white;
  }

.pledge-section .item {
  margin-bottom: 30px;
}
.pledge-section .item-inner {
  background: #fff;
  padding: 30px;
  color: #36435A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.pledge-section .upper-wrapper {
  margin-bottom: 30px;
}
.pledge-section .item-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;

}
.pledge-section .item-title .price {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
    text-align: center;
}
.pledge-section .item-title .offer-name {
  display: block;
  font-size: 18px;
  text-decoration: underline;
  text-align: center;
}
.pledge-section .item-details {
  margin-bottom: 15px;
  color: #36435A;
}

.pledge-section .backers {
  color: #586A8F;
  margin-bottom: 10px;
}
.pledge-section .backers .icon {
  display: block;
  color: #36b843;
  font-size: 28px;
  margin-bottom: 0px;
}
.pledge-section .label-featured {
  background: #ed5c2f;
  font-size: 12px;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 15px;
  padding-top: 4px;
  text-transform: uppercase;
}

.pledge-divider {
position: absolute;
left:50%;
right:50%;
max-width: 800px;
margin: 10px auto;
margin-top: 90px; 
padding: 1px;
}
.pledge-divider .divider {
position: absolute;
}
.pledge-divider .divider:before {
position: absolute;
content: '';
width: 30px;
height: 30px;
border: 1px solid #f0f0f0;
left: 50%;
margin-left: -15px;
top: 50%;
background: #fff;
margin-top: -15px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }

.pledge-divider .divider:after {
position: absolute;
content: '';
width: 20px;
height: 20px;
border: 1px solid #2ca5b9;
left: 50%;
margin-left: -10px;
top: 50%;
background: #2ca5b9;
margin-top: -10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }

/* ======= Updates Section ======= */
.rounded {
    -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.updates-section .item {
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.updates-section .item-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.updates-section .item-meta {
  color: #999;
  margin-bottom: 30px;
}
.updates-section .item-content {
  color: #586A8F;
}
.updates-section .img-holder {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* ======= timeline Section ======= */
.timeline-container {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.timeline-container:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #00bcd4;
  left: 50%;
  top: 0;
  position: absolute;
}
.timeline-container .timeline-item {
  position: relative;
  margin-bottom: 30px;
}
.timeline-container .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.timeline-container .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
.timeline-container .timeline-content.right {
  float: right;
}
.timeline-container .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #fff;
}
.timeline-container .timeline-content .time {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  color: #00bcd4;
  font-size: 16px;
}
.timeline-container .timeline-content .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #36435A;
}
.timeline-container .timeline-content .desc {
  color: #586A8F;
}
.timeline-container .timeline-icon {
  background: #00bcd4;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  padding-top: 14px;
}
.timeline-container .timeline-icon.complete {
  background: #36b843;
}
.timeline-container .timeline-icon .icon {
  color: #fff;
  font-size: 22px;
}

/*----start-discover----*/

/*dropdown menu custom*/


.discoverdropdown .dropdown-menu li {
  padding: 5px 5px 5px 5px;
  
    display: inline-block;
    width: 50%;
    font-size: 1.2em;
    text-align: center;
    margin-bottom:3px;
}

.discoverdropdown .dropdown-menu {
    max-height: 75%;
    width: 90%;
    position:fixed;
    left: 50px;
    overflow: scroll;
    top: 80px;
}

.discoverdropdown{
  padding: 10px 10px 10px 10px;
  text-align: center;


}

.discover-categories {
}


.nav > li.active > a {
  background-color: transparent;
}


img.discover-img {
  max-width: 200px;
  position: fixed;
  margin: 5% auto;
    padding: 10px;
    left:0;
    right:0;
    top:-15px;
}

#blog-landing {
margin-top: 81px;
position: relative;
margin-left:auto;
margin-right: auto;
max-width: 95%;
width: auto;
height: 470px;
}

#blog-landing img {
width:auto;
width: 100%;
display: block;
margin-left: auto;
margin-right: auto 


}
.white-panel {
position: absolute;
background: white;
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
padding: 0px;
height: 480px;
margin: 5px;
box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
-o-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);

}
.white-panel span {
  padding: 3px;

}
.white-panel p {
  margin: 5px;
  overflow: hidden;
  height: 100px;
}
.white-panel h1 {
font-size: 1.2em;
overflow: hidden;
height: 80px;
}
.white-panel h1 a {
color: #A92733;
}
.white-panel:hover {
box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
-webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
-o-box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
margin-top: -5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.white-panel a {
  color: inherit;
}

.white-panel a:hover{
 text-decoration: none;
 color: inherit;
}

.inner-panel {
  padding-left: 10px;
}

.blog-grids-head h3{
  font-size: 1.5em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 1.3em 0;
}
.blog-grids{
  margin-top: -6.5em;
  margin-bottom: 8em;
}
.blog-grid{
  float: left;
  width: 48.5%;
  margin-right: 3%;
  border-bottom: 1px solid #EEE;
  margin-bottom: 2.5em;
}
.blog-poast-admin{
  position: absolute;
  bottom: 0.6em;
  left: 1.2em;
}
.blog-poast-head{
  position:relative;
  box-shadow: 0px 0px 1px #E0E0E0;
  -webkit-box-shadow: 0px 0px 1px #E0E0E0;
  -moz-box-shadow: 0px 0px 1px #E0E0E0;
  -o-box-shadow: 0px 0px 1px #E0E0E0;
}
.blog-poast-admin img{
  border-radius: 30em;
  -webkit-border-radius: 30em;
  -moz-border-radius: 30em;
  -o-border-radius: 30em;
  border: 4px solid #FFF;
}
.post-pic img{
  width:100%;
  display:block;
}
.blog-poast-info{
  background: #1DD2AF;
  padding: 0.8em 1em;
  text-align: center;
}
.blog-poast-info ul li{
  display: inline-block;
  margin-right: 1em;
}
.blog-poast-info ul li a{
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.875em;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
}
.blog-poast-info ul li a:hover{
  color:#2C3E50;
}
.blog-poast-info ul li a span{
  width: 12px;
  height: 12px;
  display: inline-block;
  padding: 0 0.2em;
}
.admin span{
  background:url(../images/admin-icon.png) no-repeat 0px 0px;
}
.p-date span{
  background:url(../images/cal-icon1.png) no-repeat 0px 0px;
}
.p-blog span{
  background:url(../images/blog-icon.png) no-repeat 0px 0px;
}
.blog-info h3 a{
  color: #2C3E50;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
}
.blog-info p{
  font-size: 0.875em;
  color: #626262;
  line-height: 1.5em;
  margin: 0.5em 0 1.5em;
}
.blog-info{
  padding:1em 0;
}
.blog-grid:nth-child(2),.blog-grid:nth-child(4){
  margin-right:0;
}

/*----//End-blog----*/
/* ======= Team Section ======= */
.team-section .item {
  margin-bottom: 30px;
}
.team-section .item-inner {
  padding: 30px;
}
.team-section .profile-holder {
  margin-bottom: 15px;
}
.team-section .name {
  margin-top: 0;
  margin-bottom: 5px;
}
.team-section .role {
  margin-bottom: 15px;
  color: #fff;
}
.team-section .members-container {
  margin-bottom: 30px;
}
/* ======= Contact Section ======= */
.contact-section {
  background: #f5f5f5;
  padding-top: 90px;
  padding-bottom: 90px;
}
.contact-section .contact-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.contact-form-container {
  max-width: 720px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.contact-form-intro {
  margin-bottom: 30px;
}
.contact-form label.error {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #E65348;
  margin-top: 5px;
}

.crowd-founders {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.crowd-founders > li {
   list-style-type: none;
   margin: 20px;
}

.crowd-founders > li:hover {
  color: red;
}
.meetup-container img{
  max-width: 100%;
}
.meetup {
  vertical-align: center;
  padding: 10px;
}

.meetup img {
  vertical-align: center;
}

#endbutton {
  margin-top: 20px;

}

.jefferson {
  padding-right: 10px;
}

.quotation{
  font-size: 1.2em;
  //margin: 0 auto;
  quotes: "\201C""\201D""\2018""\2019";
  
  line-height: 1.4;
}

.quotation:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #ccc;
  font-size: 3em;
}
.quotation::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 35px;
  color: #ccc;
  font-size: 3em;
}
.blockquote-footer{
  margin:0;
  text-align: right;
  font-size: 1.5em;
  font-style: italic;
}

/* ======= FAQ Section ======= */


.faq-section {
  background: #00bcd4;
  color: #fff;
}
.faq-section .panel {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.faq-section .panel-title {
  font-weight: 400;
  font-size: 16px;
}
.faq-section .panel-title .fa {
  margin-right: 5px;
  font-size: 22px;
  vertical-align: middle;
}
.faq-section .panel-heading {
  border: none;
}
.faq-section a {
  color: #fff;
    font-weight:900;
}

.faq-section .in {
   
}

.faq-title {
  padding-left: 40px;
}

//FAQ

.faq-cat-content {
    margin-top: 25px;

}

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #777777;
}

.panel-heading a:focus {
    outline: none;
}


.panel-heading a:hover,
.panel-heading a:focus,
.panel-heading a:active,
 {
    text-decoration: none;
    color: #777777;
}

.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}

.active-faq {
    border-left: 5px solid #888888;
}

.panel-faq .panel-heading .panel-title span {
    font-size: 1em;
    font-weight: normal;
    margin-left: 5px;
}

/****KANBAN BOARDS*****/

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 10px;
}

.full-width {
  width: 100%;
}

.dashimage {
  max-height: 400px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.kanban-centered {
    position: relative;
    margin-bottom: 30px;
}

    .kanban-centered:before, .kanban-centered:after {
        content: " ";
        display: table;
    }

    .kanban-centered:after {
        clear: both;
    }

    .kanban-centered:before, .kanban-centered:after {
        content: " ";
        display: table;
    }

    .kanban-centered:after {
        clear: both;
    }

    .kanban-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 2px;
        /*background: #f5f5f6;*/
        top: 20px;
        bottom: 20px;
        /*margin-left: 18px;*/

    }

    .kanban-centered .kanban-entry {
        position: relative;
        /*width: 50%;
        float: right;*/
        margin: 10px 8px;
        clear: both;
        border-radius: 4px;
        -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
        box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    }

        .kanban-centered .kanban-entry:before, .kanban-centered .kanban-entry:after {
            content: " ";
            display: table;
        }

        .kanban-centered .kanban-entry:after {
            clear: both;
        }

        .kanban-centered .kanban-entry:before, .kanban-centered .kanban-entry:after {
            content: " ";
            display: table;
        }

        .kanban-centered .kanban-entry:after {
            clear: both;
        }

        .kanban-centered .kanban-entry.begin {
            margin-bottom: 0;
        }

        .kanban-centered .kanban-entry.left-aligned {
            float: left;
        }

            .kanban-centered .kanban-entry.left-aligned .kanban-entry-inner {
                margin-left: 0;
                margin-right: -18px;
            }

                .kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-time {
                    left: auto;
                    right: -100px;
                    text-align: left;
                }

                .kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-icon {
                    float: right;
                }

                .kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-label {
                    margin-left: 0;
                    margin-right: 70px;

                }

                    .kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .kanban-centered .kanban-entry .kanban-entry-inner {
            position: relative;
            /*margin-left: -24px;*/
        }

            .kanban-centered .kanban-entry .kanban-entry-inner:before, .kanban-centered .kanban-entry .kanban-entry-inner:after {
                content: " ";
                display: table;
            }

            .kanban-centered .kanban-entry .kanban-entry-inner:after {
                clear: both;
            }

            .kanban-centered .kanban-entry .kanban-entry-inner:before, .kanban-centered .kanban-entry .kanban-entry-inner:after {
                content: " ";
                display: table;
            }

            .kanban-centered .kanban-entry .kanban-entry-inner:after {
                clear: both;
            }

            .kanban-centered .kanban-entry .kanban-entry-inner .kanban-time {
                position: absolute;
                left: -100px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .kanban-centered .kanban-entry .kanban-entry-inner .kanban-time > span {
                    display: block;
                }

                    .kanban-centered .kanban-entry .kanban-entry-inner .kanban-time > span:first-child {
                        font-size: 15px;
                        font-weight: bold;
                    }

                    .kanban-centered .kanban-entry .kanban-entry-inner .kanban-time > span:last-child {
                        font-size: 12px;
                    }

            .kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon {
                background: #fff;
                color: #737881;
                display: block;
                width: 25px;
                height: 25px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 4px #f5f5f6;
                -webkit-box-shadow: 0 0 0 4px #f5f5f6;
                box-shadow: 0 0 0 4px #f5f5f6;
                float: left;
                margin-top: 6px;
            }

                .kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-primary {
                    background-color: #303641;
                    color: #fff;
                }

                .kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-secondary {
                    background-color: #ee4749;
                    color: #fff;
                }

                .kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-success {
                    background-color: #00a651;
                    color: #fff;
                }

                .kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-info {
                    background-color: #21a9e1;
                    color: #fff;
                }

                .kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-warning {
                    background-color: #fad839;
                    color: #fff;
                }

                .kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-danger {
                    background-color: #cc2424;
                    color: #fff;
                }

            .kanban-centered .kanban-entry .kanban-entry-inner .kanban-label {
                overflow: hidden;
                position: relative;
                background: #f5f5f6;
                padding: 0.75em;
                /*margin-left: 50px;*/
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                padding-bottom: 30px;

            }

                /*.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #f5f5f6 transparent transparent;
                    left: 0;
                    top: 10px;
                    margin-left: -9px;
                }*/

                .kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2, .kanban-centered .kanban-entry .kanban-entry-inner .kanban-label p {
                    color: #737881;
                    font-family: "Noto Sans",sans-serif;
                    font-size: 12px;
                    margin: 0;
                    line-height: 1.428571429;
                }

                    .kanban-centered .kanban-entry .kanban-entry-inner .kanban-label p + p {
                        margin-top: 15px;
                    }

                .kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2 {
                    font-size: 16px;
                    margin-bottom: 10px;
                }

                    .kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2 a {
                        color: #00bcd4;
                    }

                    .kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2 span {
                        -webkit-opacity: .6;
                        -moz-opacity: .6;
                        opacity: .6;
                        -ms-filter: alpha(opacity=60);
                        filter: alpha(opacity=60);
                    }


.modal-static {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    margin-top: -100px;
    margin-left: -100px;
    overflow: visible !important;
}

    .modal-static,
    .modal-static .modal-dialog,
    .modal-static .modal-content {
        width: 200px;
        height: 150px;
    }

        .modal-static .modal-dialog,
        .modal-static .modal-content {
            padding: 0 !important;
            margin: 0 !important;
        }

.kanban-col {
    //width: 300px;
    margin-right: 20px;
    margin:auto;
}

.panel-body {
    padding: 15px 0 0 0;

}

.panel-body p a{
  color:#737881;

}



/*.panel-heading {
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}*/

.grab {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbing {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.panel-heading {
    cursor: context-menu;
}

    .panel-heading i {
        cursor: pointer;
    }





//
//body {
//    -webkit-user-select: none; /* Chrome/Safari */
//    -moz-user-select: none; /* Firefox */
//    -ms-user-select: none; /* IE10+ */
//    /* Rules below not implemented in browsers yet */
//    -o-user-select: none;
//    user-select: none;
//}


/****END KANBAN BOARDS*******/

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
/*end FAQ*/

// end faq section
/* ======= Modal ======= */
.modal-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  color: #586A8F;
}
.modal-body iframe {
  max-width: 100%;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-header {
  border: none;
  padding-top: 30px;
  position: relative;
}
.modal button.close {
  font-size: 36px;
  font-weight: 300;
  text-shadow: none;
  background: none;
  position: absolute;
  right: 12px;
  top: 7px;
  z-index: 10;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.modal button.close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal-backdrop.in {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.modal.modal-video .modal-dialog {
  margin-top: 90px;
}
.modal.modal-video .modal-body {
  padding: 0;
  padding-top: 0;
}
.modal.modal-video .modal-header {
  border: none;
  padding: 0;
}
.modal.modal-video .modal-content {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal.modal-video button.close {
  color: #fff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  background: none;
  position: absolute;
  top: inherit;
  right: 0px;
  bottom: 5px;
  z-index: 10;
}
.modal.modal-video button.close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}




/* Extra small devices (phones, less than 768px) */
@media (max-width: 385px) {
    .youtube-container {
      width: 320px;
      height: 180px;
      background-size: contain;
      
    }

    .youtube-container:hover {
      width: 320px;
      height: 180px;
      background-size: contain;
      
    }
}


@media (max-width: 767px) {

  div.funnel {
    width: auto;
    padding-left:auto;
  }

  .header {
    background: #fff;
    padding-top: 5px;
  }
  .header h1.logo a {
    background: transparent url('../images/logo-2.svg') no-repeat left top;
  }
  .nav-section {
    padding-top: 60px;
  }
  .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav > li > a {
    color: #36435A;
   
  }
  .nav > li.active > a {
 
  }
  .promo-section .headline {
    font-size: 32px;
  }
  .promo-section .heading {
    font-size: 32px;
  }
  .progress-bar {
    width: 300px;
  }
  .countdown-container .number {
    font-size: 20px;
  }
  .signup-form .form-control {
    width: 100%;
  }
  .signup-form .btn {
    width: 100%;
    margin-top: 5px;
  }
  .about-section .desc-holder {
    margin-bottom: 30px;
  }
  .timeline-container {
    width: 90%;
  }
  .timeline-container:before {
    left: 0;
  }
  .timeline-container .timeline-icon {
    left: 0;
  }
  .timeline-container .timeline-content {
    width: 90%;
    float: right;
  }
  .timeline-container .timeline-content:before,
  .timeline-container .timeline-content.right:before {
    left: 10%;
    margin-left: -7px;
    border-left: 0;
    border-right: 7px solid #fff;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
  .navbar-nav {
    float: none;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .promo-content {
    padding-top: 80px;
  }
  .promo-section .data-container {
    text-align: left;
  }
  .promo-section .progress-bar {
    margin-left: inherit;
    margin-right: inherit;
  }
  .updates-block {
    height: 160px;
  }
  .updates-block .carousel-content .btn-cta {
    position: absolute;
  }
  .updates-block .carousel .item {
    height: 100px;
  }
  .updates-block .glyphicon-chevron-right {
    right: -60px;
  }
  .updates-block .glyphicon-chevron-left {
    left: -60px;
  }
  .music-section .albums-block .cover-figure .record-holder {
    right: -80px;
  }
  .music-section .albums-block .cover-figure:hover .record-holder {
    right: -118px;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* ======= Configure Style (Remove in production) ======= */
body {
  //overflow-x: hidden;
}
.config-trigger {
  position: absolute;
  top: 30px;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #222;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}
.config-trigger:hover {
  background: #000;
  text-decoration: none;
}
.config-trigger:hover .fa {
  color: #fff;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 7px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
.config-panel {
  position: absolute;
  top: 80px;
  right: -130px;
  z-index: 10;
  width: 130px;
}
.config-panel .panel-inner {
  position: relative;
  background: #222;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel .panel-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.config-panel label {
  color: #fff;
}
.config-panel #color-options {
  margin-bottom: 0px;
}
.config-panel #color-options li a {
  display: block;
  width: 36px;
  height: 36px;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.config-panel #color-options li.active a {
  border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
  background: #51597e;
}
.config-panel #color-options li.theme-2 a {
  background-color: #46464D;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}

@media only screen and (max-width:1024px) and (min-width:768px){
  .white-panel{
    height:480px;
  }

  .wrap {
    width: 90%;
  }
  .top-nav {
    width: 60%;
  }

  .flexy-menu{
    margin-right: 1%;
  }

  .flexy-menu li{
    font-size:12px;
    margin:0;
    padding:0;
    float:left;
    line-height:20px;
    position:relative;
  }
  .flexy-menu>li>a{
    padding: 2.5em 1.5em;
    color: white;
    font-weight: 600;
    font-size: 1.19em;
    text-decoration: none;
    display: block;
    -webkit-transition: color .2s linear,background .2s linear;
    -moz-transition: color .2s linear,background .2s linear;
    -o-transition: color .2s linear,background .2s linear;
    transition: color .2s linear,background .2s linear;
  }

  .p-ww span {
    margin: 0 0.5em;  
  }
  .destination-places-grid {
    width: 31.7%;
  }
  .dest-place-opt-fea li {
    margin-right: 0em;
    display: block;
    padding: 0.2em 0;
  }
  .blog-poast-admin {
    left: 1.2em;
  }
  .contact-to input[type="text"] {
    width: 30.15%;
  }
  .footer-grid input[type="text"] {
    width: 66%;
  }
  .clients {
    padding: 1em 0 3em;
  }
  .destination-pagenate {
    margin: 0.5em 0 5em 0;
  }
  .p-ww input[type="text"] {
    width: 28%;
  }
  .p-h label {
    font-size: 1.2em;
  }
  .offers-head {
    padding: 1.5em 0;
  }
  .holiday-type-grids {
    width: 100%;
  }
  .holiday-types {
    padding: 2em 0;
    margin: 1em 0 2em;
    background-size: 100% 100%;
  }
  .dfind-place input[type="submit"] {
    padding: 0.5em 1em;
  }
  .criuse-info-left ul li {
    display: block;
  }
  .criuse-info-left ul li a {
    padding: 0.2em 0.5em;
  }
  .criuse-info-right {
    margin: 2em;
  }
  .criuse-main {
    padding: 0 0 5em 0;
  }
  .criuse-pic-info-top-place-name h2 span {
    font-size: 1.5em;
  }
  .criuse-grid-info h1 a {
    font-size: 1.3em;
  }
  .blog-poast-info {
    text-align: right;
  }
}
@media only screen and (max-width:768px) and (min-width:640px){
   .white-panel{
    height: 480px;
  }
  .wrap {
    width: 80%;
  }
  .top-nav {
    width: 100%;
    float:none;
  }
  .logo {
    margin-top: 1.5em;
    width: 199px;
      height: 59px;
  }
  .p-ww span {
    margin: 0;
    display: block;   
  }
  .destination-places-grid {
    width: 100%;
  }
  .dest-place-opt-fea li {
    margin-right: 0em;
    display: block;
    padding: 0.2em 0;
  }
  .blog-poast-admin {
    left: 1.2em;
  }
  .contact-to input[type="text"] {
    width: 97.8%;
  }
  .contact-to input[type="text"]:nth-child(2), .contact-to input[type="text"]:nth-child(3) {
    margin-left: 0px;
  }
  .footer-grid input[type="text"] {
    width: 66%;
  }
  .clients {
    padding: 1em 0 3em;
  }
  .destination-pagenate {
    margin: 0.5em 0 5em 0;
  }
  .p-ww input[type="text"] {
    width: 94%;
  }
  .p-h label {
    font-size: 1.2em;
  }
  .offers-head {
    padding: 1.5em 0;
  }
  .holiday-type-grids {
    width: 100%;
  }
  .holiday-types {
    padding: 2em 0;
    margin: 0em 0 0em;
    background-size: 100% 100%;
    border-bottom: 1px solid #253541;
  }
  .dfind-place input[type="submit"] {
    padding: 0.5em 1em;
  }
  .criuse-info-left ul li {
    display: block;
  }
  .criuse-info-left ul li a {
    padding: 0.2em 0.5em;
  }
  .criuse-info-right {
    margin: 1.88em;
  }
  .criuse-main {
    padding: 0 0 5em 0;
  }
  .criuse-pic-info-top-place-name h2 span {
    font-size: 1.2em;
  }
  .criuse-grid-info h1 a {
    font-size: 1.3em;
  }
  .blog-poast-info {
    text-align: center;
  }
  .top-header-left ul li:nth-child(1),.top-header-left ul li:nth-child(2),.top-header-left ul li:nth-child(3){
    display:none;
  }
  .top-header-left ul li{
    border-left:none;
  }
  .flexy-menu>li.showhide {
    background:none;
    height: 18px;
  }
  .flexy-menu>li.showhide span.title {
    display: none;
  }
  .flexy-menu {
    margin-right: 0%;
  }
  .flexy-menu>li.showhide span.icon {
    margin: 17px 20px;
    float: right;
    position: absolute;
    right: 3em;
    top: -50px;
  }
  .flexy-menu>li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 31px;
    height: 4px;
    background: #2C3E50;
  }
  .orange li:hover>a, .orange li.active a {
    background: #F8F8F8;
  }
  .p-ww {
    float: none;
    width: 100%;
    padding: 0.3em 0 0 0;
  }
  .p-h {
    float: none;
    width: 100%;
    padding: 0.5em 0;
    text-align: left;
    background:none
  }
  .p-h span {
    display:inline-block
  }
  .p-ww input[type="submit"] {
    outline: none;
    display: block;
    width: 99.5%;
    margin: 1em 0 0;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
  }
  .find-place {
    padding-bottom: 0.8em;
  }
  .holiday-type-grid {
    width: 33.33%;
    margin-bottom: 1em;
  }
  .clients{
    display:none;
  }
  .footer-grid {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1em;
  }
  .Newsletter,.tags{
    display:none;
  }
  .footer-grids {
    padding: 1em 0;
  }
  .dest-place-pic img {
    width: 100%;
  }
  .criuse-pic-info-top-place-name h2 label {
    font-size: 1em;
  }
  .criuse-pic-info {
    bottom: 1em;
    left: 1em;
  }
  .blog-grid {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2em;
  }
  .map{
    display:none;
  }
  .span_1_of_first1 {
    width: 100%;
  }
  .col_1_of_bottom {
    display: block;
    float: none;
    margin: 0 0 1em 0;
  }
  .contact {
    margin: 1em 0 9em;
  }
}
@media only screen and (max-width:640px) and (min-width:480px){
  .wrap {
    width: 80%;
  }
  .top-nav {
    width: 100%;
    float:none;
  }
  .logo {
    margin-top: 1.5em;
    width: 199px;
      height: 59px;
  }
  .p-ww span {
    margin: 0;
    display: block;   
  }
  .destination-places-grid {
    width: 100%;
  }
  .dest-place-opt-fea li {
    margin-right: 0em;
    display: block;
    padding: 0.2em 0;
  }
  .blog-poast-admin {
    left: 1.2em;
  }
  .contact-to input[type="text"] {
    width: 97.8%;
  }
  .contact-to input[type="text"]:nth-child(2), .contact-to input[type="text"]:nth-child(3) {
    margin-left: 0px;
  }
  .footer-grid input[type="text"] {
    width: 66%;
  }
  .clients {
    padding: 1em 0 3em;
  }
  .destination-pagenate {
    margin: 0.5em 0 5em 0;
  }
  .p-ww input[type="text"] {
    width: 92%;
  }
  .p-h label {
    font-size: 1.2em;
  }
  .offers-head {
    padding: 1.5em 0;
  }
  .holiday-type-grids {
    width: 100%;
  }
  .holiday-types {
    padding: 2em 0;
    margin: 0em 0 0em;
    background-size: 100% 100%;
    border-bottom: 1px solid #253541;
  }
  .dfind-place input[type="submit"] {
    padding: 0.5em 1em;
  }
  .criuse-info-left ul li {
    display: block;
  }
  .criuse-info-left ul li a {
    padding: 0.2em 0.5em;
  }
  .criuse-info-right {
    margin: 1.88em;
  }
  .criuse-main {
    padding: 0 0 5em 0;
  }
  .criuse-pic-info-top-place-name h2 span {
    font-size: 1.2em;
  }
  .criuse-grid-info h1 a {
    font-size: 1.3em;
  }
  .blog-poast-info {
    text-align: center;
  }
  .top-header-left ul li:nth-child(1),.top-header-left ul li:nth-child(2),.top-header-left ul li:nth-child(3){
    display:none;
  }
  .top-header-left ul li{
    border-left:none;
  }
  .flexy-menu>li.showhide {
    background:none;
    height: 18px;
  }
  .flexy-menu>li.showhide span.title {
    display: none;
  }
  .flexy-menu {
    margin-right: 0%;
  }
  .flexy-menu>li.showhide span.icon {
    margin: 17px 20px;
    float: right;
    position: absolute;
    right: 3em;
    top: -50px;
  }
  .flexy-menu>li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 31px;
    height: 4px;
    background: #2C3E50;
  }
  .orange li:hover>a, .orange li.active a {
    background: #F8F8F8;
  }
  .p-ww {
    float: none;
    width: 100%;
    padding: 0.3em 0 0 0;
  }
  .p-h {
    float: none;
    width: 100%;
    padding: 0.5em 0;
    text-align: left;
    background:none
  }
  .p-h span {
    display:inline-block
  }
  .p-ww input[type="submit"] {
    outline: none;
    display: block;
    width: 99.5%;
    margin: 1em 0 0;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
  }
  .find-place {
    padding-bottom: 0.8em;
  }
  .holiday-type-grid {
    width: 33.33%;
    margin-bottom: 1em;
  }
  .clients{
    display:none;
  }
  .footer-grid {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1em;
  }
  .Newsletter,.tags{
    display:none;
  }
  .footer-grids {
    padding: 1em 0;
  }
  .dest-place-pic img {
    width: 100%;
  }
  .criuse-pic-info-top-place-name h2 label {
    font-size: 1em;
  }
  .criuse-pic-info {
    bottom: 1em;
    left: 1em;
  }
  .blog-grid {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2em;
  }
  .map{
    display:none;
  }
  .span_1_of_first1 {
    width: 100%;
  }
  .col_1_of_bottom {
    display: block;
    float: none;
    margin: 0 0 1em 0;
  }
  .contact {
    margin: 1em 0 9em;
  }
}
@media only screen and (max-width:480px) and (min-width:320px){
  .wrap {
    width: 85%;
  }
  .top-nav {
    width: 100%;
    float:none;
  }
  .logo {
    margin-top: .5em;
    width: 185px;
      height: 55px;
  }
  .p-ww span {
    margin: 0;
    display: block;   
  }
  .destination-places-grid {
    width: 100%;
  }
  .dest-place-opt-fea li {
    margin-right: 0em;
    display: block;
    padding: 0.2em 0;
  }
  .blog-poast-admin {
    left: 0.2em;
  }
  .contact-to input[type="text"] {
    width: 94.8%;
  }
  .contact-to input[type="text"]:nth-child(2), .contact-to input[type="text"]:nth-child(3) {
    margin-left: 0px;
  }
  .footer-grid input[type="text"] {
    width: 66%;
  }
  .clients {
    padding: 1em 0 3em;
  }
  .destination-pagenate {
    margin: 0.5em 0 5em 0;
  }
  .p-ww input[type="text"] {
    width: 91%;
  }
  .p-h label {
    font-size: 1.2em;
  }
  .offers-head {
    padding: 1.5em 0;
  }
  .holiday-type-grids {
    width: 100%;
  }
  .holiday-types {
    padding: 2em 0;
    margin: 0em 0 0em;
    background-size: 100% 100%;
    border-bottom: 1px solid #253541;
  }
  .dfind-place input[type="submit"] {
    padding: 0.5em 1em;
  }
  .criuse-info-left ul li {
    display: block;
  }
  .criuse-info-left ul li a {
    padding: 0.2em 0.5em;
  }
  .criuse-info-right {
    margin: 1.88em;
  }
  .criuse-main {
    padding: 0 0 5em 0;
  }
  .criuse-pic-info-top-place-name h2 span {
    font-size: 1em;
  }
  .criuse-grid-info h1 a {
    font-size: 1.3em;
  }
  .blog-poast-info {
    text-align: right;
  }
  .top-header-left ul li:nth-child(1),.top-header-left ul li:nth-child(2),.top-header-left ul li:nth-child(3){
    display:none;
  }
  .top-header-left ul li{
    border-left:none;
  }
  .flexy-menu>li.showhide {
    background:none;
    height: 18px;
  }
  .flexy-menu>li.showhide span.title {
    display: none;
  }
  .flexy-menu {
    margin-right: 0%;
  }
  .flexy-menu>li.showhide span.icon {
    margin: 17px 20px;
    float: right;
    position: absolute;
    right: 3em;
    top: -50px;
  }
  .flexy-menu>li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 31px;
    height: 4px;
    background: #2C3E50;
  }
  .orange li:hover>a, .orange li.active a {
    background: #F8F8F8;
  }
  .p-ww {
    float: none;
    width: 100%;
    padding: 0.3em 0 0 0;
  }
  .p-h {
    float: none;
    width: 100%;
    padding: 0.5em 0;
    text-align: left;
    background:none
  }
  .p-h span {
    display:inline-block
  }
  .p-ww input[type="submit"] {
    outline: none;
    display: block;
    width: 99.5%;
    margin: 1em 0 0;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
  }
  .find-place {
    padding-bottom: 0.8em;
  }
  .holiday-type-grid {
    width: 33.33%;
    margin-bottom: 1em;
  }
  .clients{
    display:none;
  }
  .footer-grid {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1em;
  }
  .Newsletter,.tags{
    display:none;
  }
  .footer-grids {
    padding: 1em 0;
  }
  .dest-place-pic img {
    width: 100%;
  }
  .criuse-pic-info-top-place-name h2 label {
    font-size: 0.8em;
  }
  .criuse-pic-info {
    bottom: 0em;
    left: 0em;
  }
  .blog-grid {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2em;
  }
  .map{
    display:none;
  }
  .span_1_of_first1 {
    width: 100%;
  }
  .col_1_of_bottom {
    display: block;
    float: none;
    margin: 0 0 1em 0;
  }
  .contact {
    margin: 1em 0 4em;
  }
  .criuse-pic-info-top {
    padding: 0.3em 0.5em;
    float:left;
  }
  .criuse-pic-info-price {
    padding: 0.2em 0.5em;
    float:left;
  }
  .criuse-head1{
    display:none;
  }
  .blog-poast-info ul li {
    margin-right: 0.8em;
  }
  .to-top span {
    left: 44%;
  }
  .blog-grids-head h3 {
    font-size: 1.2em;
    color: #7F91A2;
    padding: 0 0 1em 0;
  }
  .destination-head {
    padding: 2em 0 6em;
  }
  .destination-places-head h3 {
    font-size: 1.2em;
    padding: 0 0 0.6em 0;
  }
  .blog-grids {
    margin-top: -4.8em;
  }
  .text2 textarea {
    height: 150px;
    resize:none;
    width: 94.8%;
  }
}
@media only screen and (max-width:320px) and (min-width:240px){
  .wrap {
    width: 85%;
  }
  .top-nav {
    width: 100%;
    float:none;
  }
  .p-ww span {
    margin: 0;
    display: block;   
  }
  .destination-places-grid {
    width: 100%;
  }
  .dest-place-opt-fea li {
    margin-right: 0em;
    display: block;
    padding: 0.2em 0;
  }
  .blog-poast-admin {
    right: 0.2em;
  }
  .contact-to input[type="text"] {
    width: 92.8%;
  }
  .contact-to input[type="text"]:nth-child(2), .contact-to input[type="text"]:nth-child(3) {
    margin-left: 0px;
  }
  .footer-grid input[type="text"] {
    width: 66%;
  }
  .clients {
    padding: 1em 0 3em;
  }
  .destination-pagenate {
    margin: 0.5em 0 5em 0;
  }
  .p-ww input[type="text"] {
    width: 86%;
  }
  .p-h label {
    font-size: 1.2em;
  }
  .offers-head {
    padding: 1.5em 0;
  }
  .holiday-type-grids {
    width: 100%;
  }
  .holiday-types {
    padding: 2em 0;
    margin: 0em 0 0em;
    background-size: 100% 100%;
    border-bottom: 1px solid #253541;
  }
  .dfind-place input[type="submit"] {
    padding: 0.5em 1em;
  }
  .criuse-info-left ul li {
    display: block;
  }
  .criuse-info-left ul li a {
    padding: 0.2em 0.5em;
  }
  .criuse-info-right {
    margin: 1.88em;
  }
  .criuse-main {
    padding: 0 0 5em 0;
  }
  .criuse-pic-info-top-place-name h2 span {
    font-size: 1em;
  }
  .criuse-grid-info h1 a {
    font-size: 1.3em;
  }
  .blog-poast-info {
    text-align: left;
  }
  .top-header-left{
    display:none;
  }
  .top-header-left ul li{
    border-left:none;
  }
  .flexy-menu>li.showhide {
    background:none;
    height: 18px;
  }
  .flexy-menu>li.showhide span.title {
    display: none;
  }
  .flexy-menu {
    margin-right: 0%;
  }
  .flexy-menu>li.showhide span.icon {
    margin: 17px 20px;
    float: right;
    position: absolute;
    right: 3em;
    top: -50px;
  }
  .flexy-menu>li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 31px;
    height: 4px;
    background: #2C3E50;
  }
  .orange li:hover>a, .orange li.active a {
    background: #F8F8F8;
  }
  .p-ww {
    float: none;
    width: 100%;
    padding: 0.3em 0 0 0;
  }
  .p-h {
    float: none;
    width: 100%;
    padding: 0.5em 0;
    text-align: left;
    background:none
  }
  .p-h span {
    display:inline-block
  }
  .p-ww input[type="submit"] {
    outline: none;
    display: block;
    width: 99.5%;
    margin: 1em 0 0;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
  }
  .find-place {
    padding-bottom: 0.8em;
  }
  .holiday-type-grid {
    width: 50%;
    margin-bottom: 1em;
  }
  .clients{
    display:none;
  }
  .footer-grid {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1em;
  }
  .Newsletter,.tags{
    display:none;
  }
  .footer-grids {
    padding: 1em 0;
  }
  .dest-place-pic img {
    width: 100%;
  }
  .criuse-pic-info-top-place-name h2 label {
    font-size: 0.8em;
  }
  .criuse-pic-info {
    bottom: 0em;
    left: 0em;
  }
  .blog-grid {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2em;
  }
  .map{
    display:none;
  }
  .span_1_of_first1 {
    width: 100%;
  }
  .col_1_of_bottom {
    display: block;
    float: none;
    margin: 0 0 1em 0;
  }
  .contact {
    margin: 1em 0 4em;
  }
  .criuse-pic-info-top {
    padding: 0.3em 0.5em;
    float:left;
  }
  .criuse-pic-info-price {
    padding: 0.2em 0.5em;
    float:left;
  }
  .criuse-head1{
    display:none;
  }
  .blog-poast-info ul li {
    margin-right: 0.8em;
    display: block;
  }
  .to-top span {
    left: 44%;
  }
  .blog-grids-head h3 {
    font-size: 1.2em;
    color: #7F91A2;
    padding: 0 0 1em 0;
  }
  .destination-head {
    padding: 2em 0 6em;
  }
  .destination-places-head h3 {
    font-size: 1.2em;
    padding: 0 0 0.6em 0;
  }
  .blog-grids {
    margin-top: -4.8em;
    margin-bottom: 3em;
  }
  .text2 textarea {
    height: 150px;
    resize:none;
    width: 94.8%;
  }
  .top-header-right {
    float: left;
  }
  .logo {
    margin-top: .5em;
    width: 106px;
      height: 32px;
  }
  .sb-search {
    margin-top: 0px;
  }
  .slide-btns ul li a:hover {
    border: solid 1px #1DD2AF;
  }
}
