﻿
/*************************
*******Typography******
**************************/
@import url('http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700');
@import url('http://fonts.googleapis.com/css?family=Abel');
@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');

/*
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}*/


  

/*************************
******* Home ******
**************************/
.slider-cor{
  background-color:#f9f9f9;
  padding: 20px;

}


.carousel-indicators li {
  background: #C4C4BE;
}

.carousel-indicators li.active {
	background-color:#C4C4BE;
}



.pricing {
  position: absolute;
  right: 40%;
  top: 52%;
}

.girl {
  margin-left: 0;
}

.item {
  padding-left: 2%;
}

.item h1 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 48px;
  margin-top: 115px;
}

.item h1 span {
	color:#1f1f1f;
}

.item h2 {
  color: #1a1a1a;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 10px;
}

.item  p {
	color:#363432;
	font-size:16px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.get {
  background: #1f1f1f;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 23px;
}


.item button:hover {
  background: #1f1f1f;
}

.control-carousel {
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: #C2C2C1;
  display:block;
}

.control-carousel:hover{
  color: #1f1f1f;
}

.right {
  right: 0;
}

.carousel-inner{
	padding:0 5%;
}
