/* 
 * Custom CSS
 */
html {
	position: relative;
}
html, body {
	min-height: 100%;
}
html, html a {
	position: relative;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body {
	font-family: 'GothamRoundedBook_21018';
	font-size: 18px;
	color: #777f80;
	margin-bottom: 60px;
	background: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	color: #243031;
}
p {
	font-size: 1em;
	line-height: 1.72;
	color: #777f80;
	margin: 0 0 15px;
}
a {
	color: #00b0ae;
	text-decoration: none;
}
a:hover {
	color: #00b0ae;
	text-decoration: underline;
}
a:focus {
	text-decoration: none;
}
a, .btn {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
em {
	font-style: italic;
}
strong {
	font-weight: 600;
}
button:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.no-border{
	border: 0 !important;
}
/* 
 * Wrapper
 */
#wrapper {
	width: 100%;
	position: relative;
	min-height: 100%;
	left: 0;
	top: 0;
}
/* 
 * Header
 */
.header-wrap {
	margin: 0 60px;
	position: relative;
}
.navbar-brand {
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
	padding: 21px 0 0;
}
/* 
 * Nav
 */
.navbar {
	margin: 0;
	height: 79px;
	border: none;
	background: #fff;
}
.navbar.detached {
	border-bottom: 1px solid #ccc;
}
.navbar-collapse {
	text-align: center;
}
.navbar-collapse .navbar-nav {
	float: none;
	display: inline-block;
}
.navbar-nav {
	padding: 28px 0 0;
}
.navbar-nav > li > a {
	font-family: 'GothamRoundedBold_21016';
	font-size: 0.889em;
	color: #171616;
	padding: 0 28px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a, .navbar-nav > li.active > a:focus {
	background: transparent;
	color: #6d47e9;
}
.header-wrap .navbar-right {
	position: absolute;
	right: 0;
	top: 0;
}
.header-wrap .navbar-right.navbar-patent li {
	display: inline-block;
	vertical-align: middle;
}
.header-wrap .navbar-right.navbar-patent li.fb {
	margin-left: 10px;
}
.navbar-patent {
	list-style: none;
	margin: 0 -10px 0 0;
	padding: 25px 0 0;
}
.navbar-patent > li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.77em;
	font-weight: bold;
	color: #453283;
}
.navbar-toggle {
	margin: 18px 0 0 0;
	padding: 9px 2px;
}
.navbar-toggle .icon-bar {
	height: 2px;
	width: 36px;
	background: #000;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 8px;
}
.right-open {
	overflow: hidden;
}
.right-open #wrapper, .right-open .navbar-fixed-top, .right-open footer {
	right: 79%;
	left: -79%;
	overflow: hidden;
}
.left-open nav.invisible, .right-open nav.invisible {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}
#wrapper, .navbar-fixed-top, footer {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.timeline-img{
  border: 5px solid #eee;
  text-align: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.timeline-img img{
	width:100%;
}
.timeline-with-thumb{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.timeline-with-thumb>li{
	display: inline-block;
	float: left;
	margin: 0 0 10px 10px;
	width: 17.6%;
	height: 50px;
	overflow: hidden;
}
.timeline-with-thumb>li:first-child,
.timeline-with-thumb>li:nth-child(6n){
	margin: 0;
}

/* Small Devices, Tablets */
@media(max-width:767px) {
.header-wrap {
	margin: 0 30px;
}
}
/* 
 * Container
 */
.container {
}
/* 
 * Buttons
 */
.btn {
	font-family: 'GothamRoundedBold_21016';
	font-size: 14px;
	padding: 8px 42px 10px;
	text-shadow: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn:hover, .btn:focus {
	background: transparent;
}
.btn-lg {
	font-size: 1em;
	padding: 18px 41px;
}
.btn-link {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.btn-default {
	background: transparent;
	border: 1px solid #414c4c;
	color: #414c4c;
}
.btn-default:hover, .btn-default:focus {
	background: #414c4c;
	border: 1px solid #414c4c;
	color: #fff;
}
.btn-primary {
	background: transparent;
	border: 1px solid #00b0ae;
	color: #00b0ae;
}
.btn-primary:hover, .btn-primary:focus {
	background: #00b0ae;
	border: 1px solid #00b0ae;
	color: #fff;
}
.btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled] {
	background: #00ccc9;
	border: 1px solid #00ccc9;
}
.btn-border {
	background: #6d47e9;
	border: 2px solid #fff;
	color: #fff;
}
.btn-border:hover, .btn-border:focus {
	background: transparent;
	border-color: #fff;
	color: #fff;
}
/* 
 * OffCanvas Menu
 */
.navbar-offcanvas {
	background: #6d47e9;
	width: 79%;
	position: fixed;
	top: 0;
	bottom: 0;
	padding: 30px 50px;
	overflow-y: auto;
	z-index: 1050;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-offcanvas .navbar-nav {
	float: none;
	margin: 0 0 5.4em;
}
.navbar-offcanvas .navbar-nav li, .navbar-offcanvas .navbar-patent li {
	float: none;
	display: block;
}
.navbar-offcanvas.off-right .navbar-nav li, .navbar-offcanvas .navbar-patent li {
	margin-bottom: 15px;
}
.navbar-offcanvas .navbar-nav li a, .navbar-offcanvas .navbar-patent li {
	background: transparent;
	font-size: 1.143em;
	color: #e7e2fb;
	padding: 1.1em;
	display: block;
	position: relative;
}
.navbar-offcanvas .navbar-nav li a:hover, .navbar-offcanvas .navbar-nav li.active a {
	color: #fff;
}
.off-right {
	right: -79%;
}
.right-open .off-right {
	right: 0;
}
/* Small Devices, Tablets */
@media(min-width: 768px) {
.navbar-offcanvas {
	display: none;
}
.right-open #wrapper, .right-open .navbar-fixed-top, .right-open footer {
	right: 0;
	left: 0;
}
.off-right {
	right: -79%;
}
}

/* Custom, iPhone Retina */ 
@media(max-width: 360px) {
.navbar-offcanvas {
	padding-left: 35px;
}
}
/* Extra Small Devices, Phones */ 
@media(max-width: 480px) {
.header-wrap {
	margin: 0 15px;
}
}
/* 
 * Homepage
 */
.homepage {
	margin: 0;
}
/* 
 * Hero Section
 */
.hero {
	background: url(../img/bgs/main-bg.jpg) no-repeat 0 50%;
	display: table;
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero > div[class*="container"] {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.hero-text {
	text-align: center;
	padding: 19px 0 0;
}
.hero-text h1 {
	font-family: 'GothamRoundedBold_21016';
	font-size: 3.22em;
	color: #fff;
	font-weight: normal;
	margin: 0 0 33px;
}
.hero-text h2 {
	font-family: 'GothamRoundedBold_21016';
	font-size: 1.33em;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.hero-text h3 {
	font-family: 'GothamRoundedBook_21018';
	font-size: 1.22em;
	line-height: 1.63;
	color: #fff;
	margin: 0 0 61px;
}
.hero-text img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.homepage .hero-text img {
	margin: 0 auto 66px;
}
.timeline-page .hero-text {
	padding-top: 99px;
}
.timeline-page .hero-detail {
	margin: 0 auto;
}
.timeline-page .hero-text img {
	margin: 68px 0 0;
}
.timeline-page .hero-text .btn-lg {
	padding: 18px 26px 18px 46px;
}
.timeline-page .hero-text .btn-lg .fa {
	margin: 0 9px 0;
	font-size: 16px;
	top: -1px;
	position: relative;
}
/* Large Devices, Wide Screens */
@media(min-width:1200px) {
.timeline-page .hero-detail {
	max-width: 600px;
}
}
/* Medium Devices, Desktops */
@media(min-width: 992px) {
.hero > div[class*="container"] > .row {
	margin: 0;
	display: table;
	width: 100%;
	height: 100%;
}
.hero > div[class*="container"] > .row > div[class*="col-"] {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
}
/* Large Devices */
@media(max-width:1200px) {
.timeline-page .hero-detail {
	max-width: 540px;
}
.hero-text h3 {
	margin: 0 0 35px;
}
.timeline-page .hero-text img {
	margin: 34px 0 0;
}
}
/* Medium Devices, Desktops */
@media(max-width:991px) {
.hero-text h1 {
	margin: 0 0 16px;
}
.timeline-page .hero-text img {
	margin: 34px 0 0;
}
}
/* Small Devices, Tablets */
@media(max-width:767px) {
.hero-text h1 {
	margin: 0 0 16px;
}
.hero-text h2 {
	margin: 0 0 15px;
}
.homepage .hero-text img {
	width: 100%;
	max-width: 60%;
	margin-bottom: 0;
}
.btn-lg {
	font-size: .9em;
	padding: 9px 20px;
}
.timeline-page .hero-text .btn-lg {
	padding: 9px 0 9px 20px;
}
.timeline-page .hero-text img {
	width: 100%;
	max-width: 70%;
	margin: 34px 0 0;
}
}
/* Extra Small Devices, Phones */ 
@media(max-width:640px) {
.hero-text h1 {
	font-size: 3em;
}
}
/* Extra Small Devices, Phones */ 
@media(max-width: 480px) {
.timeline-page .banner-text {
	padding: 2.2em 2em;
}
.hero-text h3 {
	margin: 0 0 25px;
}
}
/* Custom, iPhone Retina */ 
@media(max-width: 360px) {
.hero-text h1 {
	margin: 0 0 16px;
}
.homepage .hero-text img {
	max-width: 90%
}
.timeline-page .hero-text img {
	margin: 20px 0 0;
}
}
/* 
 * Timeline
 */
.timeline-page .hero {
	background: url(../img/bgs/main-bg-02.jpg) no-repeat 0 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
#timeline {
	position: relative;
	padding: 0;
	margin-top: 85px;
}
#timeline .timeline-block::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 2px;
	background: #6d47e9;
	margin-left: -1px;
}
#timeline .timeline-block:last-child::before {
	background: transparent;
}
.timeline-block {
	position: relative;
	padding: 0;
}
.timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.timeline-content {
	margin-left: 0;
	padding-bottom: 116px;
	position: relative;
}
.timeline-content .timeline-key {
	font-family: 'GothamRoundedBold_21016';
	font-size: 0.55em;
	text-transform: uppercase;
	line-height: 1.6;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -5px;
	display: table;
	background: #6d47e9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
/*.timeline-block:first-child .timeline-content {
	padding-bottom: 188px;
}*/
.timeline-block:first-child .timeline-key {
	font-size: 0.66em;
}
.timeline-block:nth-child(even) .timeline-content .timeline-key {
	left: auto;
}
.timeline-content .timeline-key .date {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.timeline-block .timeline-text {
	/*margin-top: -10px;*/
}
.timeline-text h2 {
	font-family: 'GothamRoundedBold_21016';
	font-size: 1.44em;
	line-height: 1.2;
	margin: 0 0 25px;
	color: #000;
	text-transform: uppercase;
}
.timeline-text p {
	font-family: 'GothamRoundedBook_21018';
	font-size: 1em;
	line-height: 1.72;
	color: #000;
	margin: 0 0 44px;
}
.timeline-text a {
	color: #878a86;
}

/* Large Devices, Wide Screens */
@media(min-width:1200px) {
#timeline {
	margin-bottom: 76px;
}
.timeline-content {
	padding-left: 163px;
}
.timeline-block:nth-child(even) .timeline-content {
	padding-right: 163px;
}
.timeline-content .timeline-key {
	width: 88px;
	height: 88px;
}
.timeline-content .timeline-key {
	left: -44px;
}
.timeline-block:nth-child(even) .timeline-content .timeline-key {
	right: -44px;
}
}

/* Small Devices, Tablets */
@media(min-width: 641px) {
#timeline .timeline-block::before {
	left: 50%;
}
.timeline-content {
	width: 50%;
	float: right;
}
.timeline-block:nth-child(even) .timeline-content {
	float: left;
	padding-left: 0;
}
.timeline-block:nth-child(even) .timeline-text {
	padding-left: 0;
}
}
/* Large Devices */
@media(max-width:1200px) {
#timeline {
	margin-bottom: 30px;
}
.timeline-content {
	padding-left: 80px;
}
.timeline-block:nth-child(even) .timeline-content {
	padding-right: 80px;
}
.timeline-content .timeline-key {
	width: 66px;
	height: 66px;
}
.timeline-content .timeline-key {
	left: -33px;
}
.timeline-block:nth-child(even) .timeline-content .timeline-key {
	right: -33px;
}
}
/* Medium Devices, Desktops */
@media(max-width:991px) {
.timeline-content {
	padding-bottom: 71px;
}
.timeline-block:nth-child(even) .timeline-img {
	text-align: right;
}
.timeline-block .timeline-text {
	padding-top: 18px;
}
.timeline-block:nth-child(2n) .timeline-text {
	padding-right: 0;
}
.timeline-text h2 {
}
.img-responsive {
	height: auto!important;
}
}
/* Extra Small Devices, Phones */ 
@media(max-width:640px) {
.timeline-block:nth-child(even) .timeline-content .timeline-key {
	left: -33px;
	right: auto;
}
.timeline-block .timeline-content {
	padding: 0 0 61px 63px!important;
}
/*.timeline-block:first-child .timeline-content {
	padding-bottom: 188px!important;
}*/
.timeline-block:nth-child(even) .timeline-img {
	text-align: left;
}
}
/* Extra Small Devices, Phones */ 
@media(max-width: 480px) {
.timeline-page .banner-text .row div[class*="col-"] {
	margin-left: 0;
	width: 100%;
}
}
/* 
 * Footer
 */
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #000;
	padding:23px 0;
}
/* 
 * Copyright
 */
.copyright {
	font-size: 0.78em;
	color: #8d8d8d;
	display: block;
	margin: 0;
	white-space: nowrap;
}
/* Extra Small Devices, Phones */ 
@media(max-width: 640px) {
footer {
	height: 48px;
	padding: 13px 0; 
}
}
/* 
 * Custom Fonts
 */

@font-face {
	font-family: 'GothamRoundedBook_21018';
	src: url('../fonts/GothamRoundedBook_21018.eot');
	src: url('../fonts/GothamRoundedBook_21018.eot') format('embedded-opentype'), url('../fonts/GothamRoundedBook_21018.woff2') format('woff2'), url('../fonts/GothamRoundedBook_21018.woff') format('woff'), url('../fonts/GothamRoundedBook_21018.ttf') format('truetype'), url('../fonts/GothamRoundedBook_21018.svg#GothamRoundedBook_21018') format('svg');
}
@font-face {
	font-family: 'GothamRoundedMedium_21022';
	src: url('../fonts/GothamRoundedMedium_21022.eot');
	src: url('../fonts/GothamRoundedMedium_21022.eot') format('embedded-opentype'), url('../fonts/GothamRoundedMedium_21022.woff2') format('woff2'), url('../fonts/GothamRoundedMedium_21022.woff') format('woff'), url('../fonts/GothamRoundedMedium_21022.ttf') format('truetype'), url('../fonts/GothamRoundedMedium_21022.svg#GothamRoundedMedium_21022') format('svg');
}
@font-face {
	font-family: 'GothamRoundedBold_21016';
	src: url('../fonts/GothamRoundedBold_21016.eot');
	src: url('../fonts/GothamRoundedBold_21016.eot') format('embedded-opentype'), url('../fonts/GothamRoundedBold_21016.woff2') format('woff2'), url('../fonts/GothamRoundedBold_21016.woff') format('woff'), url('../fonts/GothamRoundedBold_21016.ttf') format('truetype'), url('../fonts/GothamRoundedBold_21016.svg#GothamRoundedBold_21016') format('svg');
}

/* ***************
 * Media Queries *
 *****************/

/* 
 * Sections
 */
 
/* Large Devices, Wide Screens */
@media(min-width:1200px) {
}
/* Large Devices */
@media(max-width:1200px) {
	body {
		font-size: 16px;
	}
}
/* Small Devices, Tablets */
@media(max-width:767px) {
	body {
		font-size: 15px;
	}
	.navbar-offcanvas ul li.fb {
	    display: inline-block;
	    font-size: 14px;
	    margin-left: 0;
	    padding-top: 0;
	}
}
/* Extra Small Devices, Phones */ 
@media(max-width: 480px) {
	body {
		font-size: 14px;
	}
}
