@import url(https://fonts.googleapis.com/css?family=Poppins:400,700,600,500,300);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300);
@import url('https://fonts.googleapis.com/css?family=Cormorant+Infant:300i,400i');


html,body {
    overflow-x: hidden;
}
body {
    color: #303030;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding-top: 100px;
}
footer 	{padding: 25px 0;}

a		{color: #303030;}
a:hover	{color: #ff2974; text-decoration: none;}


.navbar-container {
    padding: 20px 15px;
    background: #ffffff;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}
.navbar-brand {
    font-size: 60px;
}
/*navbar-brand*/ .small{font-size: 2em;}
#brand{
	font-weight: 600;
}

.navbar-container.fixed-theme {
    padding: 0 15px;
}
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}

.nav > li > a {
    color: #303030;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.nav > li > a:hover{
	background-color: aqua;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-toggle .icon-bar {
    background: #303030;
    border-radius: 0px;
    display: block;
    height: 2px;
    width: 22px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.navbar-default .navbar-toggle {
    position:relative;
    padding-top:20px;
    z-index:100
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.collapse.in {
    box-shadow: 1px 3px 3px #ccc;
}
.active {
    text-decoration: underline;
    position: relative;
}


footer p{
	font-weight: 600;
}

.full	{padding: 4em 0;}

.m-0	{margin: 0px;}
.p-0	{padding: 0px;}

small	{font-weight: 100;	font-size: .6em;}

.bold{
	font-weight: 600;
}

.title h1 {
    color: #303030;
    font-size: 12vw;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 1.6em;
    text-transform: none;
}
.title p{
	font-weight: 300;
	text-align: left;
	font-size: .9em;	
}
.sub-title h1{
	font-family: 'Cormorant Infant', serif;
	font-style: italic;
	font-weight: 300;
	line-height: 2em;
	font-size: 4rem;
}

.section-explain{
	padding-bottom: 20px;
	text-transform: uppercase;
}
.section-explain h5{
	font-weight: 600;
}

.form-controll{
	background-color: #ffffff;
    border-color: #303030;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 16px;
    margin-top: 0;
    padding: 16px 21px;
    text-transform: uppercase;
}

.form-control{
	border:0px;
	border-bottom: 1px solid;
	border-radius: 0px;
	background: transparent;
	box-shadow: none;
	color: #303030;
	padding: 0;
	font-weight: 400;
	margin: 10px 0;
	resize: none;
}
.form-control:focus{
	border-color: #ff2974;
	border-bottom-width: 2px;
    box-shadow: none;
    outline:0 none;
}
#txtarea{
	min-height: 50px;
}


.btn {
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42857;
    padding: 12px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
	transition: all 0.5s;
}
.btn:hover{
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.btn-primary-outline{
	border:2px solid #303030;
	background: transparent;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    /*box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);*/
}

.btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn span:after {
  content: '»';
  font-size: 1.5em;
  font-weight: 400;
  position: absolute;
  opacity: 0;
  top: -4px;
  right: -20px;
  transition: 0.5s;
}

.btn:hover span {
  padding-right: 25px;
}

.btn:hover span:after {
  opacity: 1;
  right: 0;
} 

.icon-engage{
	border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    display: inline-block;
    padding: 35px 0;
    text-align: center;
    margin-bottom: 30px;
}
.action-engage{
	display: inline-block;
    margin: 0 25px;
}
.action-engage .icon{
	font-size: 2em;
}
.action-engage .title{
	font-weight: 300;
}

.case > .article h3{
	font-weight: 700;
	font-size: 23px;
	margin: 0px 0px 40px 0px;
	
}
.case > .article p{
	color: #555;
	
}
.case > .summary > .thing{
	display: block;
	padding-bottom: 15px;
}
.case > .summary > .thing h5 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.case > .summary > .thing > h5 .fa{
	color: #ff2974;
}
.case > .summary > .thing p {
	font-size: 0.8em;
	color: #555;
	margin: 0;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 400px;
  margin-bottom: 80px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}


