/*

	Template Author : pixelhint.com
	Author Email    : contact@pixelhint.com
	Template Name   : Minima
	
	
	*****************************************
	
	
	- Header
	- Billboard
	- Services
	- Video
	- Recent Work
	- Subscription
	- Social Media Icons
	- Footer
	- Subsciption pop-up
	
*/



/*  Fonts  */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');


/*  General CSS*/
.wrapper{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}


.billboard .caption a,
.billboard .caption a i,
.subscription a.start_btn,
.social a,
.loja,
footer .f_cols a,
footer .f_cols ul li a,
.recent_work a.work_title,
header nav ul li a,
#box #submit{
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}



/*  Header  */
header{
	width: 100%;
	height: 200px;
	background-color: #ffffff;
	z-index: 9999;
}

header .logo{
	margin-top: 0px;
    margin-left: 40%;
}

header nav{
	float: right;
}

header nav p{
    margin-top: 90px;
    color: #666666;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}


/*  Billoard  */
.billboard{
	width: 100%;
	height: 450px;
	background: url('../img/home-image.jpg') no-repeat 50%;
	text-align: center;
	position: relative;
	overflow: hidden;
	
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.billboard .caption{
	margin-top: 230px;
}

.billboard .caption .cap_title{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 50px;
	color: #4d4d4d;
	margin-bottom: 30px;
}

.billboard .caption .cap_desc{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 16px;
	color: #4d4d4d;
	margin-bottom: 60px;	
}

.billboard .caption a{
	padding: 15px 80px;
	background: #4d4d4d;
	color: #fff;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}

.billboard .caption a:hover{
	background: #ffffff;
	color: #4d4d4d;
}


.billboard .caption a i{
	width: 17px;
	height: 5px;
	display: inline-block;
	background: url('../img/right_arrow.png') no-repeat;
	margin: 0 0 4px 6px;
}

.billboard .caption a:hover i{
	background: url('../img/right_arrow_black.png') no-repeat;
}


.loja{
    float: left;
    margin-top: 50px;
	background-color: #330e6f;
	text-align: center;
	color: #ffffff;
}

.loja h1{
    margin: 60px 0 30px 0;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 45px;
	letter-spacing: 50;
}

.loja p{
    margin: 0 100px 60px 100px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}



/*  Recent work  */
.recent_work{
	text-align: center;
	margin-bottom: 100px;
	padding: 100px 0 100px 0;
}
.recent_work h3{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 45px;
	color: #330e6f;
	margin-bottom: 40px;
}

.recent_work p{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 16px;
	color: #666666;
	margin-bottom: 40px;
	line-height: 24px;

}

.recent_work .work{
	width: 262px;
	height: 320px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 38px;
}

.recent_work .work:last-child{
	margin-right: 0;
}

.recent_work a.work_img{
	width: 262px;
	height: 320px;
	background: red;
	position: relative;
}


.recent_work a.work_title{
	display: inline-block;
	text-decoration: none;
	width: 262px;
	background: rgba(59, 59, 59, .8);
	position: relative;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 25px 0;
	bottom: 0;
}

.recent_work .work:hover a.work_title{
	bottom: 66px;
}

.recent_work .work_title i{
	display: inline-block;
	width: 13px;
	height: 5px;
	background: url('../img/work_arrow.png') no-repeat;
	margin: 0 0 2px 8px;
}



/*  Subscription  */
.subscription{
	width: 100%;
	padding: 95px 0 113px 0;
	background: #ffffff;
	text-align: center;
	margin: 0;
}

.subscription .title{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 45px;
	color: #330e6f;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.subscription .desc{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 14px;
	color: #717171;
	margin-bottom: 60px;
}

.subscription .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
    background-color: #f7f7f7;
  font-size: 16px;
  font-weight: 300;
    padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.subscription input[type="text"] {
  height: 20px;
    width: 400px;
}

.subscription textarea {
    width: 400px;
    margin-bottom: 30px;
}

.subscription .form-group {
  margin-bottom: 15px;
}

.btn{
	padding: 15px 40px;
	margin: 10px 0;
	color: #ffffff;
    background-color: #330e6f;
	border: 0;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-size: 18px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.subscription a.start_btn:hover{
	background: #4d4d4d;
	color: #f5f5f5;
}


/*  Footer  */
footer{
	background: #f7f7f7;
	padding: 40px 0;
	overflow: hidden;
    text-align: center;
}

footer h3{
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 18px;
	color: #330e6f;
	margin-bottom: 10px;
}

footer p{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
}

footer a{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
}