
/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Lato:100,200,300,400,700,900);
.stats { display: none !important }
.carousel { display: none !important }
* {
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
}

body {
	background: #fff;
	margin: 0;
	color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}


p {
	padding: 0;
	margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #666;
	margin-top: 10px;
}

html,
body {
	height: 100%;
}

.no-left-right-margin {
	margin-right: auto;
  margin-left: auto;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}
.center-and-even-space {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-pack: justify;
  	-webkit-justify-content: space-between;
  	    -ms-flex-pack: justify;
  	        justify-content: space-between;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #1abc9c;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}

.no-pad-left {
	padding-left: 0px;
}

.no-pad-right {
	padding-right: 0px;
}

/* Bootstrap Modifications */
.navbar-default {
	background-color: #ffffff;
	border-color: transparent;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
}

.navbar-brand {
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	font-weight: 900;
	line-height: 20px;
}

.navbar-default .navbar-brand {
	color: black;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: transparent;
	border-bottom: 2px solid #e7e7e7;
}

/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 2px;
	line-height: 20px;
	padding: 11px 30px 12px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

#experience-form textarea::-webkit-input-placeholder {
   color: #AEAEAE;
	 font-weight: 300;
}

#experience-form textarea:-moz-placeholder { /* Firefox 18- */
   color: #AEAEAE;
	 font-weight: 300;
}

#experience-form textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #AEAEAE;
	 font-weight: 300;
}

#experience-form textarea:-ms-input-placeholder {
   color: #AEAEAE;
	 font-weight: 300;
}

.subscribe-input {
	float: left;
	width: 65%;
	text-align: left;
	margin-right: 2px;
}

.subscribe-submit {
	right: 0;
}

.btn-download {
	background: #FDE3A7;
}

/* BUTTONS */

.btn-conf {
	border-radius: 50px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 28px 13px 28px;
	}

.btn-green {
	background: #03C9A9;
	color: white
}

.btn-clear {
	background: transparent;
	color: white;
	border: 2px solid white;
}
.btn-clear:hover {
	background: white;
	color: #2f2f2f;
}


/* HEADER SECTION */
#h {
	background-image: url(../img/header-rishi.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	position: relative;
    background-size: 100%;
    background-size: cover;
}

#h:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(190deg, transparent, hsla(0, 0%, 0%, 0.72));
    background: linear-gradient(-100deg, transparent, hsla(0, 0%, 0%, 0.72));
}

#h h1 {
	color: white;
	font-size: 40px;
	line-height: 55px;
	letter-spacing: 2px;
	margin-bottom: 40px;
	font-weight: 300;
}

/* Green Section */
#g {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #03C9A9;
	color: white;
}

#g p {
	color: white;
	font-size: 16px;
}

#g i {
	font-size: 40px;
	color: white;
	margin-bottom: 20px;
}

#g h4 {
	font-weight: 700;
	letter-spacing: 1px;
}
/* GREY DIV */
#grey {
	background: #f3f3f3;
	padding-bottom: 80px;
	padding-top: 80px;
}

/* Grey Section */
section:nth-of-type(odd) {
 	background: #f3f3f3;
}

.background-image-holder {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background-size: cover !important;
	z-index: 0;
	background-position: 50% 50% !important;
}

.side-image {
	padding: 0px;
	position: relative;
}
.side-image .image-container {
	overflow: hidden;
	position: absolute;
	height: 100%;
	padding: 0px;
	top: 0px;
}
.side-image .image-container.pull-right {
	right: 0px;
}
.side-image .content {
	padding-top: 80px;
	padding-bottom: 80px;
}
.side-image h1 {
	margin-bottom: 40px;
}
.side-image p.lead {
	margin-bottom: 64px;
	font-size: 20px;
}
.side-image p {
	font-size: 16px;
}
.side-image.text-heavy h1 {
	margin-bottom: 32px;
}
.side-image.text-heavy p.lead {
	margin-bottom: 40px;
}
.side-image.text-heavy .feature {
	margin-top: 64px;
}
.side-image.text-heavy .feature h5 {
	margin-bottom: 40px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Configuration Blog Part */
.w h5 {
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
}

.w hr{
	border: 1px solid #2f2f2f;
	width: 40px;
}

.w img {
	width: 100%;
	height: auto;
}

.w .date {
	float: left;
	border: 2px solid #2f2f2f;
	margin-right: 15px;
	padding: 5px;
	margin-top: 10px;
	width: 60px;
	height: 60px;
	text-align: center;
}
.w .date h4 {
	font-weight: 700;
	margin-bottom: -5px;
	margin-top: 5px;
	font-size: 14px;
	text-transform: uppercase
}

.w .date bold {
	font-weight: 900;
	font-size: 16px;
}

.w .desc {
	font-size: 14px;
	margin-top: -5px;
	color: #aeaeae;
}

h2.bold {
	font-weight: 900;
}

/* FOOTER */

#f {
	padding-bottom: 80px;
	padding-top: 80px;
	background: #2f2f2f;
	color: white;
}

#f i {
	font-size: 25px;
	margin-right: 18px;
}


/* Farewell */

h2 {
	font-size: 50px;
	font-weight: 300;
}

body {
	background-color: #ECECEC;
}

div.white {
	background-color: #fff;
}
div.white p {
	color: #222;
}

img {
	width: 100%;
}

.sosh-bg-pattern {
	background-image: url('../img/bg-sosh-ribbon.png');
}

/* card */
.card {
	position: relative;
}

.card:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(270deg, transparent 46%, #000);
    background: linear-gradient(180deg, transparent 46%, #000);
}

.card .info {
	padding: 20px 20px !important;
	position: absolute;
	bottom: 0;
}

.card .title {
	font-size: 22px;
}

.card .sub-title {
    font-weight: 300;
}


.main-wrapper, .navbar {
	/*max-width: 1280px;*/
    margin: 0 auto !important;
    float: none !important;
	border-radius: 0;
}

.navbar-inverse {
	background-color: #303030;
	color: #fff;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
	color: #fff;
}

.prog-bar-container {
	height: 50px;
	display: block;
	margin-top: 20px;
}

.prog-bar {
	position: relative;
	margin: 0 auto;
	width: 85%;
	height: 3px;
	background-color: #58ADF3;
}

.start-val {
	position: absolute;
    left: -15px;
	top: 30px;
}

.end-val {
	position: absolute;
    right: -15px;
	top: 30px;
}

.start-val, .end-val {
	font-weight: 600;
	letter-spacing: 1.3px;
	color: #E4E4E4;
}

.prog-bar-fill {
	position: relative;
	background-color: white;
    width: 0;
    height: 3px;
}

.prog-bar-fill-nudge {
	position: absolute;
	right: -6px;
    top: -4px;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: white;
}

.prog-bar-fill-nudge:hover {
	cursor: pointer;
}

.prog-bar-fill-nudge::after {
	content: '';
	position: absolute;
	right: -5px;
    top: -5px;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	background-color: white;
	opacity: .25;
}

/* quotes */
.quote-wrapper {
	background-color: #F0F0F0;
	color: #8D5C79;
	width: 100%;
	min-height: 400px;
	text-align: center;
	padding: 100px 10%;
}

.quote-wrapper p {
	color: #AFBCC4 !important;
}

@media (max-width: 959px) {
	.quote-wrapper {
		min-height: 400px;
		padding: 50px 10%;
	}

	.quote-wrapper p {
		color: #AFBCC4 !important;
	}
}

.carousel-control {
	background-image: none !important;
}

/* Sections */

#h p {
	color: #fff;
}
#h {
	background-color: #000000;
}

@media (min-width: 960px) {
	#h {
		background-position: right top;
	}
}

#h .message {
	margin-top: 80px;
	letter-spacing: 0.4px;
}

@media (max-width: 959px) {
	#h .message {
		margin-top: 60px;
		margin-bottom: 100px;
	}
}

.section {
	padding-top: 50px;
	padding-bottom: 50px;
	color: white;
}

.section p {
	color: white;
	font-size: 16px;
}


.section h2 {
	margin-bottom: 60px;
}

/* Stats section */

.stats.section {
	-webkit-user-select: none;
	background: #3782B3;
}

p.stat {
	font-weight: 300;
	font-size: 60px !important;
	margin-bottom: 45px;
}

p.stat-label {
	font-weight: 700;
	font-size: 12px !important;
	color: #9CB1BF !important;
}

/* Partners Section */


.partners.section {
	background: #8B5E79;
}
.partners .prog-bar {
	background-color: #B5749B;
}

/* Experience Section */

#experience.section {
	background-color: #5DAAE3;
}

/* Cities Section */

#cities.section {
	background: #B4759A;
	padding-bottom: 0px;
}

#cities.nav {
    max-width: 1100px;
    margin: 0 auto;
}

#cities .nav li {
	display: table-cell;
    width: 1%;
}

#cities .nav li > a {
    font-size: 16px;
    font-weight: 300;
    color: #ddd;
    max-width: 100px;
    margin: 0 auto;
	border-bottom: solid 9px transparent;
}

#cities .nav li.active > a {
	color: #fff;
	border-bottom: solid 9px #fff;
	background-color: transparent !important;
	border-radius: 0;
}

#cities .nav li:not(.active) > a:hover {
	background-color: RGBA(255, 255, 255, 0.2);
	color: #fff;
}

#cities .tab-pane img {
	width: 100%;
}

#cities .tab-pane a,
div.full-width {
	color: white;
	padding: 0px;
	margin: 0px;
}

/* Soshalites section */
.soshalites-stats.section {
	background: #E2A36B;
}
.soshalites-stats p.stat-label {
	color: #eacdb4 !important;
}
.soshalites-stats .prog-bar {
	background-color: #EFB47B;
}

#soshalites-photo.section {
	background-color: #F7B274;
	padding-bottom: 0px;
}


/* Social Section */

#social.section {
	background: tranparent;
}

.carousel-indicators li {
	border: 1px solid #8D5C79;
  background-color: transparent;
}

.carousel-indicators li.active {
	border: 1px solid #8D5C79;
  background-color: #8D5C79;
}
