/*=================================================
||				1. Imports 
==================================================*/
@import url(http://fonts.googleapis.com/css?family=Roboto:200,400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);

body
{
	font-family: 'Roboto', 'Open-Sans', sans-serif;
	overflow-x: hidden;
	color: #313131;
	width: 100%;
    height: 100%;
    background-image: url(../images/bg_fernando.jpg);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;    
  	background-attachment: fixed;
}
a {
  color: #000;
  text-decoration: none;
}

a:hover {
  cursor: pointer;  
  color: #000;
}

a:active {
  box-shadow: none;
  top: 5px;
}

.black{
	color: #313131;
}
.white{
	background: #fff ;
}
.purple{
	background: #ffba14;
}
.section-wrapper{
	padding-top: 90px;
	padding-bottom: 80px;
}
.section-title{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}
.section-item-title{
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1.3;
}
.section-item-detail{
	font-size: 14px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #999;
    letter-spacing: .39px;
}
.underline{
	height: 2px;
	width: 50px;
	margin: 0px auto 60px;
}

.icon-position {
	margin-bottom: 20px;
}

/*=================================================
||				3. Header
==================================================*/
.header
{
	background: url('../images/header_00.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	color: #fff;
	text-transform: uppercase;
}


 #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
			/*navbar*/
.navbar-default .navbar-brand{
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	padding: 10px 15px;
	height: auto;
	font-weight: 200;
	letter-spacing: 3px;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
	color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #313131;
}
.navbar-fixed-top .navbar-toggle{
	border-color: #313131;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    padding-top: 40px;
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
    /*text-transform: uppercase;*/
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-right: 5px;
}
.navbar-default .navbar-toggle{
	border-radius: 0px;
}
.navbar-default .navbar-nav>li>a:hover{
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}
.navbar-center {
	margin-left: 27vh;
}

		/*Home*/
.header-wrapper{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}


.logo_hearder {
	margin-top: 60px;
	width: 25%;
	height: auto;
}
.logo_hearder_02 {
	margin-top: 10px;
	width: 20%;
	height: auto;
}
.header-table{
	display: table;
	height: 70vh;
	width: 100%;
	margin-top: 30px;
}
.header-title{
	font-size: 40px;
	letter-spacing: 3px;
	font-weight: 200;
	margin-top: 80px;
	margin-bottom: 70px;
	text-transform: none;
	font-family: 'Noto Serif JP', serif;
}
.header-subtitle{
	font-size: 18px;
	letter-spacing: 1px;
	 text-transform: none;

}
.color-1-bg {
	background-color: rgba(255,186,20,0.7) !important;	
}

.page-name {
    display: inline-block;
    margin-bottom: 3px;
    padding: 7px 8px 0px;
    text-transform: uppercase;
    -webkit-font-smoothing: auto;
}
/*=================================================
||				4. Our Service
==================================================*/
.service{
	position: relative;
}
.service .section-title{
	margin-top: 0px;
}
.services{
	margin-top: 100px;
	margin-bottom: 100px;
}
.service .underline{
	margin-bottom: 50px;
}
.service .section-item-title-01{
	margin-bottom: 80px;
}
.service .section-item-title-02{
 	text-align: left;
    font-size: 18px;
    padding-right: 25px;
    padding-left: 25px;
}

.service .service-item-detail-small {
 	text-align: left;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
	color: #292727;
	line-height: 1.5em;
    padding-right: 25px;
    padding-left: 25px;
}

.service .col-xs-12  {
    padding-right: 0;
    padding-left: 0;
}
.service .col-xs-4  {
    padding-right: 0;
    padding-left: 0;
}
.service-item-position {
	margin-top: 0px;
}
.service-item-position-01 {
	margin-top: -100px;
}


.service-img{
	position: absolute;
	bottom: 0px;
}

.twitter-feed{
	color: #fff;
}
.item{
	text-align: center;
}
.owl-prev, .owl-next
{
	position: absolute;
	top: 10%;
}
.owl-next
{
	right: -10px;
}
.owl-prev
{
	left: -10px;
}
.owl-prev:before
{
    /*content: "\f3d2";*/
    /*font-family: 'ionicons';*/
    content: url("../images/left.png");
}
.owl-next:before
{
    /*content: "\f3d3";*/
    /*font-family: "ionicons";*/
    content: url("../images/right.png");
}

/*=================================================
||				5. Twitter Feed
==================================================*/

.twitter-feed {	
	margin-top: 100px;
	background: url('../images/service_parallax.jpg');
	height: 300px; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.twitter-feed-02 {	
	margin-top: 100px;
	margin-bottom: 80px;
	background: url('../images/service_parallax_02.jpg');
	height: 300px; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*=================================================
||				7. Portfolio
==================================================*/
.portifolio-item {
	margin-top: 70px;
}
.portifolio-detail {	
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
	color: white;
	line-height: 1.5em;
}

.portifolio-box {
	padding: 50px;
	background-color: #19b491;
	margin-left: -20px;
}

.icon-position-negociacao {
	margin-bottom: 30px;
}

.img-position-port {
	margin-top: 50px;
}



/*=================================================
||				8. Note
==================================================*/
.note{
	color: #dadada;
}
.quote{
	font-style: italic;
	font-size: 16px;
	font-weight: 200;
	padding: 0px 145px;
}
.quoter{
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
}

/*=================================================
||				9. Fun Facts
==================================================*/
.fun{
	background: #f3f3f3;
}
.fun-box{
	border: 2px solid #313131;
	text-align: center;
	padding: 40px 0px;
	font-size: ;
}
.number{
	font-weight: 700;
	font-size: 25px;
}
.number-title{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
}
.col-sm-6 .fun-box{
	margin-bottom: 20px;
}
/*=================================================
||				10. Footer
==================================================*/
footer{
}
.copy{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #929292;
	padding: 10px 0px;
	display: inline-block;
}

.icon{
	height: 40px;
	width: 40px;
	text-align: center;
	padding: 8px;
	display: inline-block;
	border: 1px solid transparent;
	font-size: 18px;
}
a .icon{
	color: #dadada;
}


/*=================================================
||				11. Others
==================================================*/
/*Testimonial*/
.testimonial{
	background: url('../images/testimonial.jpg');
	height: 320px;
	color: #fff;
	margin-top: -81px;
}




@media (max-width: 1199px){

	.service-item-position-01 {
		margin-top: -150px;
	}
} 

@media (max-width: 960px){

	.header {
		min-height: 1200px;
	}
	.navbar-center {
	    margin-left: 7vh;
	}
	.logo_hearder {
	    width: 30%;
	    height: auto;
	}	
	.logo_footer {
	    margin-top: 60px !important;
	}
	.header-title{
		font-size: 30px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.header-subtitle{
		font-size: 15px;
	}
	.nav>li{
		text-align: center;
	}
	.service-img{
		opacity: .2;
	}
	.fun-box{
		margin: 15px;
	}
	.quote{
		padding: 0 50px;
	}
	.portifolio-item {
	    margin-top: 20px;
	}
	.price-title, .price-list{
		text-align: center;
	}
	.options a{
		padding: 0 5px;
	}
	footer{
		text-align: center;
	}
	footer .text-right{
		text-align: center;
	}
	.navbar-default .navbar-brand{
		margin-left: 15px;
	}
		img.about-img {
	    width: 100%;
	    padding: 15px 15px 0px;
	}
	.quote{
		padding: 0 15px;
	}
	.service-item-position {
		margin-top: 0px;
	}

	.service-item-position-01 {
		margin-top: -60px;
	}
	.service .section-item-title-01 {
	    margin-bottom: 20px;
	}
} 

@media (max-width: 640px){

		.logo_hearder {
			margin-top: -50px;
		}	
		.header {
			min-height: 450px;
		}
	}
@media (max-width: 480px){
	.header {
		min-height: auto;
	}
	.logo_hearder {
	    width: 55%;
	    height: auto;
	    margin-top: 0px;
	}
	
	.header-title{
		font-size: 25px;
		margin-bottom: 40px;
	}
	.header-subtitle{
		font-size: 15px;
	}
	.header-table{
		max-height: 627px;
	}
	.navbar-default .navbar-brand {
	    font-size: 15px;
	    padding: 10px 20px;
	    height: auto;
	    width: 50%
	}
	.img-position-port {
	    margin-top: 0px;
	}
	.portifolio-item {
	    margin-top: 30px;
	}
	.portifolio-box {
		margin-left: 0px;
	}
	.services {
	    margin-top: 20px;
	}
	.service-item-position {
		margin-top: 0px;
	}

	.service-item-position-01 {
		margin-top: 0px;
	}
}