
/*
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Bold.eot'); 
  src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), 
     url('fonts/Gotham-Bold.woff') format('woff'), 
     url('fonts/Gotham-Bold.ttf')  format('truetype'), 
     url('fonts/Gotham-Bold.svg#svgFontName') format('svg');
   font-weight: 700;
   font-style: normal;
 }
*/

/*
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Thin.eot');
  src: url('fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'), 
     url('fonts/Gotham-Thin.woff') format('woff'), 
     url('fonts/Gotham-Thin.ttf')  format('truetype'), 
     url('fonts/Gotham-Thin.svg#svgFontName') format('svg');
   font-weight: 300;
   font-style: normal;
}*/

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Medium.eot'); /* IE9 Compat Modes */
  src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/Gotham-Medium.woff') format('woff'), /* Modern Browsers */
     url('fonts/Gotham-Rounded-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/Gotham-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
   font-weight: 400;
   font-style: normal;
 }
 
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Thin.eot');
  src: url('fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'), 
     url('fonts/Gotham-Thin.woff') format('woff'), 
     url('fonts/Gotham-Rounded-Book.ttf')  format('truetype'), 
     url('fonts/Gotham-Thin.svg#svgFontName') format('svg');
   font-weight: 200;
   font-style: normal;
}
 
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Thin.eot');
  src: url('fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'), 
     url('fonts/Gotham-Thin.woff') format('woff'), 
     url('fonts/Gotham-Rounded-Light.ttf')  format('truetype'), 
     url('fonts/Gotham-Thin.svg#svgFontName') format('svg');
   font-weight: 100;
   font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Thin.eot');
  src: url('fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'), 
     url('fonts/Gotham-Thin.woff') format('woff'), 
     url('fonts/Gotham-Rounded-Light-Italic.ttf')  format('truetype'), 
     url('fonts/Gotham-Thin.svg#svgFontName') format('svg');
   font-weight: 100;
   font-style: oblique;
}


/* start flexing */
.flex-outer li,
.flex-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-outer > li > label,
.flex-outer li p {
  flex: 1 0 120px;
  max-width: 220px;
}

.flex-outer > li > label + *,
.flex-inner {
  flex: 1 0 220px;
}

.flex-outer li button {
  margin-left: auto;
  padding: 8px 16px;
  border: none;
  background: #333;
  color: #f2f2f2;
  text-transform: uppercase;
  letter-spacing: .09em;
  border-radius: 2px;
}

.flex-inner li {
  width: 100px;
}

.flex-inner {
  justify-content: space-between;
}

/*==========================================================================
  RESETS AND MASTER STYLES 
  ========================================================================== */
	html { height:100%; }
	html, body {font: 10pt 'Gotham', sans-serif; line-height: 1!important; margin: 0px!important;padding: 0px!important;border: 0!important;font-size: 100%!important;vertical-align: baseline!important;}
	body {z-index:0; background:#f3f3f3; padding: 0px 0px 0px 0px!important;}
	h1, h2, h3, h4, h5, h6, span, p , small {font-family: 'Gotham', sans-serif; color:#fff;}
	h1, h2, h3 {margin-top: 10px;}
	p {font-family: 'Gotham', sans-serif; font-size:11pt; line-height:20pt; color:#fff;}
	i {color:#fff;}
	h1 {color:#fff; font-size:52pt; letter-spacing:-2px; font-weight:300;}
	h2 {color:#fff; font-size:21pt; font-weight:200; margin-bottom:5px;}
	h3 {color:#fff; font-size:16pt; font-weight:600; margin-bottom:15px;}
	h4 {color:#fff; font-size:14pt; font-weight:600; margin-bottom:20px;}
	h5 {font-size:14pt; font-weight:300; line-height:18pt}
	h6{color:#2a2c55; font-size:14pt; font-weight:300;}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
	small {font-size:70%; font-weight:100;}
	a, a:visited {color:#ee6070; }
	a:hover{color:#ee6070; text-decoration:underline;}
	*:focus {outline: none;}
	sup {font-size: 63%;}


/*==========================================================================
  GENERAL & RE-USABLE ADJUSTMENTS
  ========================================================================== */
 
	.content {background:#fff; z-index:1; /*-webkit-box-shadow: 0px 0px 10px 1px rgba(71,71,71,1);-moz-box-shadow: 0px 0px 10px 1px rgba(71,71,71,1);box-shadow: 0px 0px 10px 1px rgba(71,71,71,1);*/}
	.row {z-index:2; margin-bottom:50px;}
	.box {background:rgba(0,0,0,0.2); -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
	.center {text-align:center;}
	.right {text-align:right;}
	.left {text-align:left;}
	.content {z-index:99; position:relative; overflow: hidden;}
	.blink:hover {opacity:0.9;}
	.double-offset {margin-bottom:100px !important;}
	.half-offset {margin-bottom:25px !important;}
	.no-offset {margin:0 !important; padding:0;}
	.nobg {background: 0;border:0;}
	.no-border {border:0 !important; border-radius: 0 !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important;}
	.colored {color:#ff5f9b !important;}
	.color-white {color:#fff;}
	.colored-bg {background-color:#ee6070 !important;}
	.colored-bg-alt {background-color:#4D5761 !important;}
	
	.desk-pull-left {float:left;} /* ONLY FOR DESKTOP */
	.desk-pull-right {float:right;} /* ONLY FOR DESKTOP */

	.sm-icon {margin:0 auto; line-height:18px; text-align: center; width:33px; height:32px; display: inline-block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; color:#fff;}
	.sm-wrap {width:36px; height:36px; overflow:hidden;}
	
	
	/* FIXING WIDTH JITTERS */
	.md-wrap {width:60px; height:60px; text-align: center;margin: 0 auto; /*padding: 0.5em 0 0 0.7em;*/ overflow:hidden;}
	.md-wrap .md-icon {position:absolute;}
	/* JITTERS FIX END */
	.md-icon {text-align: center; width:60px; height:60px; line-height:60px;  display:block; color:#fff; box-shadow: 0 0 0 0px rgba(255,255,255,1);overflow: hidden; margin: 0 auto;}
	.md-icon:after, .md-icon:before {display: none;}
	.sm-icon:hover {background: #ff7701; border-color:transparent; color:#fff; text-decoration:none;}
	
	.lg-wrap {width:90px; height:90px; text-align: center;margin: 0 auto; /*padding: 0.5em 0 0 0.7em;*/ overflow:hidden;}
	.lg-wrap .lg-icon {position:absolute;}
	.lg-icon {border:2px solid #fff; margin:0 auto; text-align: center; width:90px; height:90px; line-height:90px;  display:block; color:#fff; box-shadow: 0 0 0 0px rgba(255,255,255,0.7);overflow: hidden;}

	.seven-border {border:2px solid #fff;text-align: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; color:#fff; box-shadow: 0 0 0 0px rgba(255,255,255,1);}
	.seven-border:hover {background:#fff; color:#ff5f9b;}
	.seven-border:hover i {color:#ff5f9b;}
	
	.sm-pic {width:70px; height:70px;}
	.md-pic {width:100px; height:100px;}
	.lg-pic {width:100%; max-width:355px;}
	.icon.pull-left, .icon.desk-pull-left {margin-left: 20px; margin-right: 20px;}

	.line-wrap {height: 65px;display: block;padding-top: 35px;}

	.overlay-fix {z-index:10; position:relative;}
	.no-sticky { padding:0px !important;}
	
	.head-img { margin-bottom: 20px; }
	.head-title { margin-top: 30px; }
	.head-title p { margin-top: 30px; padding:0% 10%; color:#8c8c8c;}

	.thin-divider {margin: 0px 0px 0px 0px; opacity: 1;}
	.thin-divider {min-height: 1px;height: 100%;line-height: 100%;display: block;}
	.thin-divider span {min-height: 24px;height: 100%;line-height: 100%; width: 100%; display: block; border-top: 1px solid #ee6070; height: 2px;}
    .thin-divider.center span {margin: 0 auto;}
	
	.big-title { color:#484848; font:200 34px 'Gotham', sans-serif; padding-bottom: 25px; margin-top: 10px; }
	.big-line {margin: 0px 0px 0px 0px; opacity: 1;}
	.big-line {min-height: 3px;height: 100%;line-height: 100%;display: block;}
	.big-line span {min-height: 2px;height: 100%;line-height: 100%;width: 60px;display: block; border-top: 7px solid #ee6070; height: 2px;}
    .big-line.center span {margin: 0 auto;}
	.no-hover:hover {opacity:1 !important; }
	
	/* centered columns styles */
	.row-centered {
	    text-align:center;
	}
	.col-centered {
	    display:inline-block;
	    float:none;
	    /* reset the text-align */
	    text-align:center;
	    /* inline-block space fix */
	    margin-right:-4px;
	    vertical-align: top;
	}
	
	.fa {
		color: #484848;
	}
	
/*==========================================================================
  NAVIGATION
  ========================================================================== */
	
	/*.navbar-brand {position: absolute; left: 50%;margin: 0px; z-index:100;}*/
	/*.navbar {-webkit-backface-visibility: hidden;}*/
	.navbar ul {  margin: 0 auto;width: 100%; padding: 0;}
    .navbar-header {position: absolute; left: 10%; top: 28%; margin: 0px 0 0 -108px;}
	.navbar-nav {float:none;}
	.navbar ul li:nth-of-type(1) {margin-left:525px;}
	.nav-font { font: 100 16px 'Gotham' !important; }
	.navbar {background-color: #484848; line-height:60px; height:60px; display:block; vertical-align: middle;text-align: center;}
	.navbar-nav.skrollable {position:relative !important;}
	.nav li {height:100%; line-height:100%;  float: left;} 
	.nav>li>a {display:table-cell; height:100%; line-height:100%; vertical-align:middle; color:#fff; padding: 0px 15px; font:100 13pt 'Montserrat'; /*text-transform:uppercase;*/ }
	
	.nav>li>a:hover {background:0; color:#ee6070;}
	.navbar-nav {float:right; margin-top:55px;}
	.navbar .navbar-nav > .active > a {background:red; }
	.navbar .navbar-nav > .active > .hover {opacity:1; margin:2px 20px; height:7px;}
	.navbar-brand {padding:0; display:table-cell; vertical-align:middle; line-height:150px;}
	.navbar-brand  img {vertical-align:middle;}
	.resp-menu {border: 1px solid #fff; padding: 10px;}
	.resp-menu .icon {color:#fff;}
	.navbar-toggle {padding:0; margin:0; width: 80px;}
	.navbar-collapse.in {margin-top:-5px !important;}
	.navbar-small {line-height:60px; height:60px; background-color:rgba(0,0,0,1); display:block; vertical-align: middle;text-align: center; box-shadow: 2px 3px 5px 0px rgba(1, 1, 1, 0.4);}
	.navbar-small .navbar-nav {margin-top:5px;}
	.navbar-small .navbar-brand {padding:0; display:table-cell; vertical-align:middle; line-height:60px;}
	.navbar-small .navbar-brand  img {vertical-align:middle; }
	
	#img-logo { align: "middle"; }
}

  /*==========================================================================
  HOME TOP
  ========================================================================== */
   .fullwidthbanner-container {position: relative; overflow:hidden;}
   .fullwidthbanner {padding-top:75px; padding-bottom:0px; background: #f4f4f4; overflow:hidden;}
   
   .header {padding-left: 0px;}
   .top-download.learn {padding:20px 60px; font-weight:600; text-align:center;}
   .header-area {z-index:1; text-align:center;}
   .header-img  {margin:50px 0px 20px 0px;}
   .header-headertxt  {font:300 30pt 'Gotham', sans-serif; opacity:0.9; margin-bottom:20px; margin-top:120px; padding-right:10px; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8); color:#484848;}
   .header-subheadertxt  {font:100 16pt 'Gotham', sans-serif; line-height: 30px; opacity:0.9; margin-bottom:110px; margin-top:0px; padding: 0 100px; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8); color:#484848;}
   .header-video-link {position:absolute; top:25%; left:23%; display:block; width:95px; height:95px; }
	
	
/*==========================================================================
  FEATURES
  ========================================================================== */
   .fullwidthfeatures-container {position: relative; overflow:hidden;}
   .fullwidthfeatures {padding-top:10px; background: #f3f3f3; background-image: url("../img/section1-background.png"); -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain;background-size: cover; background-repeat: no-repeat;  height:570px; overflow:hidden;}
   .carousel-indicators { bottom: -100px; }
   .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {right: 0; }
   .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {left: 0; }
   .carousel-control.left, .carousel-control.right { background-image: none; }
   
   .carousel-control {position: absolute; top: 30%; z-index: 5; display: inline-block; }
   
   #features .item { text-align: center; }
   #features .item p { color: #484848; font:100 22px 'Gotham', sans-serif; line-height: 40px; margin-top: 40%; margin-left:50px; }
	
	.feature { padding: 0 60px 0 60px; }
	
	
/*==========================================================================
  TEACHERS
  ========================================================================== */
	.container.regular {background: #f3f3f3;}
	
	#teachers p { color: #484848; font:100 11pt 'Gotham', sans-serif; line-height: 22px; text-align:left; }
	#teachers span { color: #484848; font:400 11pt 'Gotham', sans-serif; line-height: 22px; text-align:left; }
	.teacher-img { margin-bottom: 30px; width: 120px; height: 120px; }
	.teacher { text-align: center; padding: 0 40px 0px 40px; }
	
	
/*==========================================================================
  WHY MEDITATE
  ========================================================================== */
	#why-meditate {
	    background-image: url("../img/section4-background.png");
	    background-repeat: no-repeat;
	    background-size: cover;
	    
	}
	.science-fact { font:100 11pt 'Gotham', sans-serif; line-height: 22px; text-align:center; padding: 0 40px 0px 40px; color: #484848; }
	.science-img { margin-bottom: 30px; }
	.know-more { color: #484848; font:300 14pt 'Gotham', sans-serif; line-height: 40px; text-align:center; }
	.btn-know-more { background: transparent; color: #fff;  border: 0; letter-spacing: 2px; }
	


	#science p { color: #484848 !important; font:100 17px 'Gotham', sans-serif; line-height: 24px; text-align:left; }
	#science span.strong { color: #484848; font:400 18px 'Gotham', sans-serif; line-height: 24px; text-align:left; }
	#science h2 {margin-bottom: 15px; }
	
/*==========================================================================
  FEEDBACK
  ========================================================================== */
   .fullwidthfeedback-container {position: relative; overflow:hidden;}
   .fullwidthfeedback {padding-top:10px; background: #f3f3f3; overflow:hidden; color:#484848;}
   #feedback .carousel-indicators { bottom: -60px; visibility: hidden; }
   
   #feedback .carousel-control {position: absolute; top: 30%; z-index: 5; display: inline-block; }
   
   #feedback-carousel img { margin-left: auto; margin-right: auto; display: block;}
   #feedback-carousel .item p { color:#484848; font:100 20px 'Gotham', sans-serif; font-style: oblique; line-height: 36px; margin-top: 10px;}
   #feedback-carousel .item p.author-name { color:#484848; font:300 20px 'Gotham', sans-serif; line-height: 36px; margin-top: 10px;}
   #feedback-carousel .item img.author-img { color:#484848; margin-top: 30px; width: 120px; }

   
   .quotes { margin-left: 80px; margin-top: 15px; width: 40px; height: 40px; }

	

/*==========================================================================
  PRE FOOTER
  ========================================================================== */
	#pre-footer {
	    background-image: url("../img/section6-background.png");
	    background-repeat: no-repeat;
	    background-size: cover;
	    
	}
	.pre-footer-cellphone { margin-top: 40px; }
	#pre-footer .big-title { margin-top: 30%; font:200 28px 'Gotham', sans-serif; line-height: 50px; }

	.rslides {
	  position: relative;
	  list-style: none;
	  overflow: hidden;
	  padding: 0;
	  margin: 40px 0 0 0;
	  }
	
	.rslides li {
	  -webkit-backface-visibility: hidden;
	  position: absolute;
	  display: none;
	  left: 0;
	  top: 0;
	  }
	
	.rslides li:first-child {
	  position: relative;
	  display: block;
	  float: left;
	  }
	
	.rslides img {
	  display: block;
	  height: 450px;
	  float: left;
	  border: 0;
	  }


/*==========================================================================
  FOOTER
  ========================================================================== */
	#footer { color: #484848; background: #f3f3f3; text-align: center; margin-top: 50px; }
	.social { color: #484848; font:500 40px 'Gotham', sans-serif;  line-height: 36px; margin-top: 10px; }
	.copyright { color: #484848; font:300 15px 'Gotham', sans-serif; line-height: 36px; margin-top: 30px; letter-spacing: 2px; }
	#footer a, a:visited {color:#484848; }
	#footer a:hover{color:#484848; text-decoration:underline;}
	

	
/*==========================================================================
  ELEMENTS
  ========================================================================== */	
	/* FORMS */
	
	.btn {color:#fff; font-weight:200; border:0; background:transparent; text-shadow: 0px 0px 0px white;}

	.btn-default {background:#ee6070; letter-spacing: 2px; vertical-align:middle; color: #fff; font-weight:200; border:0px solid #fff;}
	.btn-primary {background:transparent; border:1px solid #ff5f9b;}
	.btn-secondary {background: #ff5f9b;color: #fff;}
	.btn-secondary:active {background: #FF81B0;color: #fff;}
    .btn-secondary:hover, .btn-secondary.hovered { background: #FF81B0; color:#fff; }
	
	.btn-sm {padding:10px 20px 10px 30px; font-size:10%; -webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;}
	.btn-md {padding:18px 60px 18px 60px; font-size:100%; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 30px;}
	.btn-lg {padding:15px 30px; font-size: 110%; -webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;}
	
	.icon-arrow-white { margin-left:10px; background-image: url("../img/icon-arrow-white.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; width: 12px; height: 18px; display: inline-block; vertical-align: middle; }
	.icon-arrow-red { margin-left:10px; background-image: url("../img/icon-arrow-red.png"); background-repeat: no-repeat; background-position: center center; background-size: contain; width: 12px;height: 18px;display: inline-block;vertical-align: middle;}
	
	
	.request-invite { -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; cursor: pointer; }
	.request-invite:hover, .request-invite:focus { color: #fff; background-color: #ee6070; text-shadow: 0px 0px 0px white; font-size:100%;  }

	
	.modal-content { background-color: #e7e7e7 !important; }
	.modal-content .btn-md {padding:14px 60px 14px 60px; font-size:100%; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 30px;}
	.modal-title { color: #f3f3f3; text-align: center; }
	.modal-footer { text-align: center; }
	
	.modal-content {
		border: 1px solid white;
		/*background: black; background-image: url("../img/modal.png");*/
		/*background: linear-gradient(#88498F, #00ABE3); /* Standard syntax */ 
		-webkit-background-size: contain; 
		-moz-background-size: contain; 
		-o-background-size: contain;
		background-size: cover; 
		background-repeat: no-repeat;
	}
	
	.form-group .title { color:white; font-weight:300; letter-spacing:2px; margin-bottom: 10px }
	.form-group .error { color:#E64242; font-weight:100; letter-spacing:2px; margin-bottom: 10px; margin-top:10px }
	
	/*.modal {
	   position: absolute;
	   top: 25%;
	   right: 0;
	   bottom: 0;
	   left: 0;
	   z-index: 10040;
	   overflow: auto;
	   overflow-y: auto;
}*/
	
@media only screen and (min-width: 0px) and (max-width: 479px) { /* iPhone vertical */
	
	.big-title { font:200 24px 'Gotham', sans-serif; padding-bottom: 25px; margin: 0px 10px; }
	.head-img { width:40px; }

/*==========================================================================
  HOME TOP
  ========================================================================== */
 
 	.fullwidthbanner {background-position: -80px 0px!important;}
 	.fullwidthbanner {overflow:hidden;}
 	.header-headertxt  {font:500 26pt 'Gotham', sans-serif; opacity:0.9; margin-bottom:40px; margin-top:45px; padding-right:10px;}
    .header-subheadertxt  {font:200 14pt 'Gotham', sans-serif; opacity:0.9; line-height: 30px; margin-bottom:80px; margin-top:0px; padding: 0 0;}
  
 
/*==========================================================================
   NAVIGATION
   ========================================================================== */
	.navbar, .navbar-brand {line-height:55px; height:60px; background-color:rgba(29,33,37,1);}
	.navbar-collapse {padding:0; background-color: rgba(0, 0, 0, 0.9); margin-top:-10px !important; }
	.navbar-collapse .navbar-nav {margin:0 !important; width:100%;}
	.navbar-collapse .navbar-nav  li, .navbar-collapse .navbar-nav  li a {width:100%; text-align:center;}
	.navbar-collapse .navbar-nav  li a {display:block;}
	.navbar-brand  {margin-left:10px; margin-top:15px; line-height:172px !important; background-color: transparent;}
	.navbar-brand  img {width: 120px !important; }
	.navbar-header {position: relative; left: auto; margin: 0px; background-color: rgba(0, 0, 0, 0.9); line-height: 62px;}
	.navbar ul li:nth-of-type(4) {margin-left: 0;}
 
 	.navbar ul li:nth-of-type(1) {margin-left:5px;}
 	
 	.navbar-collapse { background:#000 !important; } 
 	
 	.collapsing, .in {background-color: #f7f7f7;}
	.collapsing ul li a, .in ul li a {color: #fff!important;}
	.collapsing ul li a:hover, .in ul li a:hover {color: #f1f1f1!important;}

/*==========================================================================
  FEATURES
  ========================================================================== */
   #features .item p { text-align: center; font:100 15px 'Gotham', sans-serif; line-height: 30px; margin-top: 0; margin: 0px 10px 20px 10px; }
   #features .item img { width: 75%; height: 75%; }
   #features .carousel-control.left { left: 12px; margin-left: 12px; }
   #features .carousel-control.right { right: 12px; margin-right: 12px; }
   #features .carousel-control img { width: 14px; }
   
   
/*==========================================================================
  TEACHERS
  ========================================================================== */
 	.teacher-img { margin-bottom: 20px; width:120px; }
	.teacher { text-align: center; padding: 0 40px 0px 40px; margin-bottom: 50px; }
    .thin-divider span {min-height: 20px;height: 100%;line-height: 100%; width: 100%; display: block; border-top: 1px solid #ee6070; height: 2px;}
 	.teacher p { margin: 0 20px;}
 
 /*==========================================================================
  WHY MEDITATE
  ========================================================================== */
	.science-fact { margin-bottom: 50px; padding: 0 40px 0px 40px; }
	.thin-divider.science span { width: 60%; }
	.science-img { margin-bottom: 30px; width: 30px; }
	
	
	#science { margin: 0 20px; }
	#science p { font:100 17px 'Gotham', sans-serif; line-height: 24px; text-align:left; }
	#science span.strong { font:400 18px 'Gotham', sans-serif; line-height: 24px; text-align:left; }
	#science h2 {margin-bottom: 15px; }
 
 /*==========================================================================
  FEEDBACK
  ========================================================================== */
   #feedback .carousel-control.left { left: 0px; margin-left: 0px; }
   #feedback .carousel-control.right { right: 0px; margin-right: 0px; }
   #feedback .carousel-control img { width: 14px; }
   #feedback .item p { font:100 17px 'Gotham', sans-serif; line-height: 30px; margin-top: 10px; margin-bottom: 40px; margin-left:0px; padding: 0px 0px; }
   #feedback-carousel .item img.author-img { margin-top: 30px; width: 80px; }
   #feedback-carousel .item p.author-name { font:200 14px 'Gotham', sans-serif; line-height: 22px; margin-top: 30px;}
   .quotes { margin-left: 35px; margin-top: 15px; width: 40px!important; height: 40px; }
   
   
   
   .rslides { visibility: hidden; }
   .rslides img { height: 70px; }
   
   
   .btn-md {padding:18px 40px 18px 40px; font-size:100%; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 30px;}
   
   #pre-footer .big-title { margin-top: 20%; font:200 22px 'Gotham', sans-serif; line-height: 40px; }
   
 }

.content { background: #000; }



	/*.dark .skrollable-between .nav>li>a:hover { background: 0; color: #303e5b; }
	.dark .big-title { color: #fff; }
	.dark .block-text{ color: #b5b5b5; }

	.dark .fullwidthbanner{ background: #000; background-image: url("../img/section0-background.png"); background-repeat:no-repeat;
background-size:cover;
background-position:center; }
	.dark .colored-grey-bg{ background: #20242a; }

	.dark #howto p { color: #b5b5b5; }
	.dark #howto i { color: #f65d9b; }

	.dark { background: #191c20; }

	.dark .phone-menu .switch, .dark .phone-menu li.active:hover .switch{ border: 2px solid #FF5F9B; }
	.dark .phone-menu .title{ color: #fff; }
	.dark .phone-menu .active .title{ color: #FF5F9B; }

	.dark .package { background: #1F2329; }
	.dark .inverted{ background: #fc5e9a; }
	.dark .package li{ color: #b5b5b5; }
	.dark .package  li:nth-child(2n+1){ background-color: #20242A; }
	.dark .inverted li:nth-child(2n+1){ background-color: #f75e97; }

	.dark .reviews-bg { background: #20242a; }
	.dark .review .txt{ font-size: 20pt; color: #b5b5b5; font-weight: 300;}
	.dark .review:hover { background: #ff5f9b; }
	.dark .review:hover p, .dark .review:hover .big-line span , .dark .review:hover .rating .colored { color: #fff!important; border-color:#fff; }
		
	.dark .newsletter-bg{ background-color: #131619; }
	.dark #blog p{ color: #b5b5b5; }
	.dark #how*/