
/*Template Name: WhiteStar - Responsive HTML5 Landing Page Template
Theme URL: http://themeforest.net/user/DSA79/
Description: WhiteStar - Responsive HTML5 Landing Page Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.0.2
Website: www.dsathemes.com
Tags: responsive, html5 template, landing, business, application, corporate, bootstrap3
*/



/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Top Page Banner          */
/*   04 - Features                 */
/*   05 - Screens		           */
/*   06 - Team                     */
/*   07 - Video Banner             */
/*   08 - Pricing Tables           */
/*   09 - Testimonials Rotator	   */
/*   10 - FAQs			 	  	   */
/*   11 - Contacts		 	  	   */
/*   12 - Newsletter	 	  	   */
/*   13 - Footer		 	  	   */
/*   14 - Scroll to Top	 	  	   */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */
 
#content-wrapper {
	margin-top: 60px;
}

.color-theme {
	color: #EB5840;
} 

/*------------------------------------------*/
/*	 Page Preload
/*------------------------------------------*/

#preOverlay {
	background-color: #EB5840;
}

#jpreLoader {
	width: 300px;
	height: 100px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
#jpreBar {
	position: fixed;
	width: 100%;
	height: 100% !important;
	top: 0;
	left: 0;
}
#jprePercentage {
	color: #ddd;
	text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size:  60px;
	font-weight:  400;
	letter-spacing: -2px;
	z-index: 2;
	margin:  0;
}

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

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

a:focus {
	color: #f8f8f8;
	outline: none;
	border: none;
	text-decoration: none;
}



/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
	margin-bottom: 50px;
	text-align: center;	
}

.titlebar h1 {
	color: #444;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(10, 10, 10, 0.6);	
}

.titlebar p {
	color: #888;
	font-size: 17px;
	font-family: 'Paprika', cursive;
	line-height: 28px;
	font-weight: 400;
	padding: 0 18%; /* Controla a largura do parágrafo da descrição de "Planos & Preços" - quanto menor mais largo */
}

/*------------------------------------------*/
/*	 Theme Color Button
/*------------------------------------------*/

.btn-theme {
	background-color: #d44f39;
	border: 1px solid #be422e;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 20px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.btn-theme:hover {
	background-color: #dd4f37;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	color: #f8f8f8; 
}

/*------------------------------------------*/
/*	 Black Button
/*------------------------------------------*/

.btn-black {
	background-color: #444;
	border: 1px solid #333;
	color: #fff;
	font-size: 16px;
	font-weight: 700; 
	padding: 10px 20px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.btn-black:hover {
	background-color: #555;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
}

/*------------------------------------------*/
/*	 Large Button Settings   
/*------------------------------------------*/

.btn-lg {
	font-size: 18px;
	padding: 14px 28px;
}

.btn:focus {
	outline: none;
}

.btn:focus {
	color: #f8f8f8;
	text-decoration: none;
}



/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
	padding: 15px;
}   
      
/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

.navbar-nav > li > a {
	color: #aaa;	
	font-size: 13px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 5px 15px; /* controla o posicionamento do menu */
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.navbar-nav > li > a:hover {
	color: #f8f8f8;
}

.navbar-nav > li > a.selected-nav {
	color: #f8f8f8;
}

/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
	background-color: none;
    padding: 10px;
	margin: 13px 30px 13px 0;
	border: none;
}



/* ==========================================================================
   03. TOP PAGE BANNER
   ========================================================================== */

#top-page-banner {
	background-image: url(../img/thumbs/top_banner_bkg.png); 
	background-repeat: repeat;
	background-position: top center;
	background-color: #fafafa;	
	color: #fff;
	padding: 50px 0; /* Controla a largura vertical do banner */
}


#titulo-pagina-interna {
	background-image: url(../img/thumbs/pattern1.png); /* Select the background pattern "pattern.png" , "pattern1.png" , "pattern2.png"  or "pattern3.png" */
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #EB5840;	
	color: #fff;
	padding: 5px 0; /* Controla a largura vertical do banner */
}


#tpi_desc {
margin: 20px 0 0; /* Controla a altura do texto banner */
}

#tpi_desc h1 {
	font-family: 'Fauna One', serif;
	line-height: 1.3;
	text-shadow: rgba(10, 10, 10, 0.6) 0px 1px 1px;
}


/*------------------------------------------*/
/*	 Top Banner Description
/*------------------------------------------*/

#tp_banner_description {
margin: 20px 0 10px; /* Controla a altura do texto banner */
	/* margin: 110px 0 130px; */
}

#tp_banner_description h1 {
	font-family: 'Fauna One', serif;
	line-height: 1.3;
	text-shadow: rgba(10, 10, 10, 0.6) 0px 1px 1px;
}

#tp_banner_description p {
	font-size: 18px;
	font-family: 'Paprika', cursive;
	line-height: 26px;
	font-weight: 400;
	margin: 20px 0 40px;
}

/*------------------------------------------*/
/*	  Top Banner Buttons
/*------------------------------------------*/

.tp_banner_btn a {
	margin-right: 10px;
}

/*------------------------------------------*/
/*	  Top Banner Image
/*------------------------------------------*/

#tp_banner_image .img-responsive { 
	display: inline-block;
	margin: 10px 0 0;  /*Controla a altura da imagem */
	/* margin: 30px;*/
}



/* ==========================================================================
   04. FEATURES
   ========================================================================== */
 
#features {
	padding-top: 80px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	background-color: #ECF0F1;
} 

#feature_1, 
#feature_2, 
#feature_3, 
#feature_4, 
#feature_5,
#feature_6,
#feature_7,
#feature_8,
#feature_9,
#feature_10,
#feature_11,
#feature_12,
#feature_13,
#feature_14 { 
	margin-top: 30px;
}

/*------------------------------------------*/
/*	  Features Left Side 
/*------------------------------------------*/

#f_left_content {
    text-align: right;
	padding-right: 0;
}

/*------------------------------------------*/
/*	  Features Right Side
/*------------------------------------------*/

#f_right_content {
    text-align: left;
    padding-left: 0;
}

/*------------------------------------------*/
/*	  Features Box
/*------------------------------------------*/

.feature-box p {
	color: #888;
	line-height: 20px;
}

.feature-box h4 {
	font-size: 16px;
	font-family: 'Paprika', cursive;
}

/*------------------------------------------*/
/*	  Feature Box Icon
/*------------------------------------------*/

.feature-box-icon i {
	color: #EB5840; 
	font-size: 34px;
	margin: 10px 0 ;
}



/* ==========================================================================
   05. SCREENS 
   ========================================================================== */

#screens {
	padding-top: 80px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
	/*background-color: #ECF0F1;*/
} 

#screenshot_1, 
#screenshot_2,
#screenshot_3,
#screenshot_4,
#screenshot_5,
#screenshot_6, 
#screenshot_7,
#screenshot_8,
#screenshot_9,
#screenshot_10 { 
	margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  Image Hover Effect
/*------------------------------------------*/

.hover-details {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	-moz-transition: all ease 400ms ease-in-out;
	-webkit-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
}

.hover-details .img-cover {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(15, 15, 15, 0.55);
	-moz-transition: all ease 400ms ease-in-out;
	-webkit-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
}

.hover-details > img {
	width: 100%;
	height: auto;
	-moz-transition: all ease 400ms ease-in-out;
	-webkit-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
}

/*------------------------------------------*/
/*	  Image Zoom Icon
/*------------------------------------------*/

.image_zoom {
	width:50px;
	height:50px;
	background-image: url(../img/icons/zoom-ico.png); 
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #EB5840;	
	position: absolute;
	top: -50%;
	left: 50%;
	border-radius: 50%;
	margin-top: -25px;
	margin-left:  -25px;
	-webkit-transition: all ease 400ms ease-in-out;
	-moz-transition: all ease 400ms ease-in-out;
	-ms-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
}

/*------------------------------------------*/
/*	 Image Title
/*------------------------------------------*/

.img-cover h3 {
	width: 100%;	
	position: absolute;
	bottom: -28%;
	color: #f8f8f8;
	font-size: 16px;
	font-weight: 400;
	text-align: center;	
	padding: 0 10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*	 Image Scale ( Hover Effect )
/*------------------------------------------*/

.hover-details:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.hover-details:hover .image_zoom {
	top: 45%;
}

.hover-details:hover .img-cover h3 {
	bottom: 28%;
}

.hover-details:hover .img-cover {
	opacity: 1;
}

.image_zoom:hover {
	background-color: #333;
}



/* ==========================================================================
   06. TEAM
   ========================================================================== */
   
#team {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #ddd;
	background-color: #ECF0F1;
}

.team-member {
	text-align: center;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	  Team Member Photo
/*------------------------------------------*/

.img-block { 
	margin: 10px 10px 20px 10px;
}

.img-block img {
	opacity: 1;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	box-shadow: 0px 0px 0px 0 rgba(10, 10, 10, 0.15);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	  Team Member Photo Hover
/*------------------------------------------*/

.team-member:hover .img-block img {
	box-shadow: 0px 0px 0px 10px rgba(10, 10, 10, 0.1);
	opacity: .85;
}

/*------------------------------------------*/
/*	  Team Member Meta
/*------------------------------------------*/

.team-img-meta h4 {
	font-family: 'Paprika', cursive;
	font-weight: 400;
	text-transform: uppercase;
}

.team-img-meta p {
	font-size: 16px;
	font-family: 'Paprika', cursive;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 0 15%;
}

p.member-info {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	padding: 0 5%;
}

/*------------------------------------------*/
/*	  Team Member Social Icons 
/*------------------------------------------*/

.team-member-socials {
	text-align: right;
	display: inline-block;
	margin: 0 auto;
}

.team-member-socials li {
	float: left;
    display: inline-block !important;
    vertical-align: top;
    width: auto !important;
    clear: none !important;
}

.page_social {
    width: 40px;
    height: 40px;
	background-color: #bbb;
	color: #fff;
	font-size: 14px; 
    text-align: center;
    line-height: 34px;
    display: block;
    text-decoration: none;
	border: 2px solid #bbb;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	margin: 0 3px 5px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	  Team Member Icons Hover 
/*------------------------------------------*/

.page_social:hover {
	background-color: #EB5840; 
	border-color: #EB5840;
	color: #f8f8f8;
}

/* ==========================================================================
   08. PREÇO 
   ========================================================================== */

#pricing {
	padding-top: 80px;
	padding-bottom: 100px;
	border-bottom: 1px solid #ddd;
} 

.pricing-table {
    border: 1px solid #ccc;
}

.pricing-table strong {
	color: #EB5840;
}

/*------------------------------------------*/
/*	  Pricing Table Header
/*------------------------------------------*/

.pricing-table .plan-title {
	background-color: #444;
    color: #fff;
	font-size: 22px;
	font-family: 'Paprika', cursive;
	font-weight: 600;
	line-height: 40px;
	text-transform: none;
    padding: 15px;
    margin: 0px -1px;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;	
}

.pricing-table .price-header {
	border-bottom: 1px solid #ccc;
	position: relative;
}

/*------------------------------------------*/
/*	  Pricing Table Price Plan
/*------------------------------------------*/

.pricing-table .plan-price {
    line-height: normal;
    background-color: #f3f3f3;
    padding: 12px 15px;
    margin: 0px;
    border-top: 1px solid #ddd;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
}

.pricing-table .plan-price span {
	color: #444;
    font-size: 30px;
    font-weight: 900;
}

.plan-price small {
    font-size: 18px;
}

/*------------------------------------------*/
/*	  Pricing Table Body
/*------------------------------------------*/

.pricing-table ul.features {
	background-color: #eee;
    padding: 11px 16px;
}

.pricing-table ul.features li {
	font-size: 16px;
    border-top: 1px dashed #aaa;
    padding: 15px; 
}

.pricing-table ul.features li:nth-child(1) {
    border: none;
}

/*------------------------------------------*/
/*	  Pricing Table Footer
/*------------------------------------------*/

.pricing-table .price-footer {
	background-color: #fafafa;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #aaa;
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/*------------------------------------------*/
/*	  Featured Table
/*------------------------------------------*/

.pricing-table.featured .plan-title {
    background-color: #EB5840;
}

.pricing-table.featured .plan-title, 
.pricing-table.featured .plan-price span, 
.pricing-table.featured .plan-price small {
    color: #fff;
}

.pricing-table.featured .plan-price {
    border-top: 1px solid #be422e;
    background-color: #d44f39;
}

/*------------------------------------------*/
/*	  Pricing Table Hover
/*------------------------------------------*/

.pricing-table:hover .plan-title {
    background-color: #EB5840;
}

.pricing-table:hover .plan-price {
    border-top: 1px solid #be422e;
    background-color: #d44f39;
}

.pricing-table:hover .plan-price span,
.pricing-table:hover .plan-price small {
    color: #fff;
}

/*------------------------------------------*/
/*	  Corner Ribbon
/*------------------------------------------*/

.ribbon-wrapper {
  width: 85px;
  height: 85px;
  overflow: hidden;
  position: absolute;
  top: -6px;
  right: -3px;
}

.ribbon {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-shadow: rgba(150, 150, 150, 0.3) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: #4db8e0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4db8e0), to(#0391c5));
	background-image: -webkit-linear-gradient(top, #4db8e0, #0391c5);
	background-image:    -moz-linear-gradient(top, #4db8e0, #0391c5);
	background-image:     -ms-linear-gradient(top, #4db8e0, #0391c5);
	background-image:      -o-linear-gradient(top, #4db8e0, #0391c5);
	color: #fff;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0 ,0, 0, 0.3);
	box-shadow:         0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon:before, .ribbon:after {
	content: "";
	border-top:   3px solid #6e8900;
	border-left:  3px solid transparent;
	border-right: 3px solid transparent;
	position:absolute;
	bottom: -3px;
}

.ribbon:before {
	left: 0;
}
.ribbon:after {
	right: 0;
}

/* ==========================================================================
   10. FAQs
   ========================================================================== */

#faq {
	padding-top: 80px;
	padding-bottom: 100px;
	border-bottom: 1px solid #ddd;
}

#question_1,
#question_2,
#question_3,
#question_4,
#question_5,
#question_6,
#question_7,
#question_8 { 
	width: 100%;
	display: block; 
	float: left; 
	padding: 0; 
	margin: 5px 0; 	
	cursor: pointer; 	
}

/*------------------------------------------*/
/*	  FAQs Accordion
/*------------------------------------------*/

.accordion a { 
	background-image: url(../img/icons/open.png);
	background-repeat: no-repeat ;
	background-position: center left;
	background-color: #e4e4e1;	
	color: #666; 
	font-size: 13px;
	font-family: 'Paprika', cursive;
	line-height: 26px;
	padding: 10px 40px;
	text-decoration: none; 
	border-left: 4px solid #d0d0d0;
	border-bottom: 1px solid rgba(190, 190, 190, 0.2);
	display: block; 
	cursor: pointer; 
}

.accordion li.active>a { 
	background-image: url(../img/icons/close.png);
	background-repeat: no-repeat ;
	background-position: center left;
	background-color: #e4e4e1;	
	color: #151515;
	border-left: 4px solid #EB5840;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
}

/*------------------------------------------*/
/*	  FAQs Answer
/*------------------------------------------*/

.accordion li div { 
	line-height: 22px;
	padding: 15px 10px; 
	display: block; 
	clear: both; 
	float: left; 
}



/* ==========================================================================
   11. CONTACTS 
   ========================================================================== */

#contact {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #ecf0f1;
	border-bottom: 1px solid #aaa;
}

#contact .cliente-info {
  color: #31708f;
  background-color: #d9edf7;
  padding: 15px;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 20px;
}


#contact .cliente-info a:visited {
	color: #444;
	text-decoration: none;
}


/*------------------------------------------*/
/*	  Contact Form Input
/*------------------------------------------*/

#contact-form .form-control {
	height: 50px;
	margin-bottom: 20px;
	border: 1px solid #aaa;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	background-color: #f3f3f3;
	color: #444;
	margin-bottom: 15px;
	padding: 8px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	box-shadow: 0 0 0 0;
}

#contact-form textarea {
	min-height:180px;
}

/*------------------------------------------*/
/*	  Contact Form Submit Button
/*------------------------------------------*/

#form_btn {
	margin-top: 30px;
}

/*------------------------------------------*/
/*	  Contact Form Error Message 
/*------------------------------------------*/

.error {
	padding: 0 5px 20px;
	color: #af3809;
}

/* ==========================================================================
   12. POLITICA DE USO  
   ========================================================================== */

#tos {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #ddd;
} 

#tos h1 {
	font-family: 'Fauna One', serif;
}

#tos h3 {
	font-size: 18px;
	font-family: 'Paprika', cursive;
	margin-top: 50px; 
	margin-bottom: 25px;
}

#tos p {
	line-height: 30px;
}

/* ==========================================================================
   12. NEWSLETTER  
   ========================================================================== */

#newsletter {
	background-image: url(../img/thumbs/pattern.png); /* Select the background pattern "pattern.png" , "pattern1.png" , "pattern2.png"  or "pattern3.png" */
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #990000;
	border-bottom: 1px solid #666;
	color: #fff;
}

#subscribe {
	margin-top: 40px;
	margin-bottom: 40px;
}

#newsletter h1 {
	font-family: 'Fauna One', serif;
}

#newsletter p {
	line-height: 26px;
	font-family: 'Paprika', cursive;
}

/*------------------------------------------*/
/*	  Newsletter Form
/*------------------------------------------*/

#newsletter_form {
	padding-left: 60px;
}

.subscribe-form {
	margin: 14px auto;
    position: relative;
    z-index: 10;
}

#newsletter_form p {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	text-align: right;
}

.subscribe-input {
    width: 75%;
    height: 54px;
	color: #222;
	font-size: 16px;
    font-weight: 300;
	padding-left: 10px;
	-webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.subscribe-submit {
	width: 25%;
	height: 54px;
	position: absolute;
    top: 0px;
    right: 0px;
	background-color: #d44f39;
	border: 1px solid #be422e;
    color: #fff;
	font-weight:900;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
    display: block;
    border: none;
	-webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    outline: 0;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
    opacity:0.8
}



/* ==========================================================================
   13. FOOTER   
   ========================================================================== */

#footer { 
	padding: 30px 0 20px;
	background-image: url(../img/thumbs/pattern.png); /* Select the background pattern "pattern.png" , "pattern1.png" , "pattern2.png"  or "pattern3.png" */
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #333;	
}

#footer p {
	color: #999;
	font-family: 'Paprika', cursive;
	line-height: 40px;
	margin-bottom: 0;	
}

/*------------------------------------------*/
/*	 Footer Social Icons  
/*------------------------------------------*/

.footer-socials {
	margin: 10px 0;
}	

.footer-socials li {
	width: auto !important;
	line-height: 70px;
    display: inline-block !important;
	float: left;
    vertical-align: top;
    clear: none !important;
}

.foo_social {
    width: 44px;
    height: 44px;
	color: #999;
	font-size: 18px;
    line-height: 40px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0 4px;
	border: 2px solid #999;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	 Footer Icons Hover 
/*------------------------------------------*/

.ico-facebook:hover { background-color: #3b5998; color: #f8f8f8; border-color:#3b5998; }
.ico-twitter:hover { background-color: #00a9ed ;color: #f8f8f8; border-color:#00a9ed; }
.ico-google-plus:hover { background-color: #cd1111; color: #f8f8f8; border-color:#cd1111; }
.ico-linkedin:hover { background-color: #015886; color: #f8f8f8; border-color:#015886; }
.ico-dribbble:hover { background-color: #d92d84; color: #f8f8f8; border-color:#d92d84; }
.ico-instagram:hover { background-color: #beb3a8; color: #f8f8f8; border-color:#beb3a8; }
.ico-pinterest:hover { background-color: #ac281a; color: #f8f8f8; border-color:#ac281a; }
.ico-dropbox:hover { background-color: #008ad2; color: #f8f8f8; border-color:#008ad2; }
.ico-skype:hover { background-color: #00a9ed; color: #f8f8f8; border-color:#00a9ed; }
.ico-youtube:hover { background-color: #cd1b20; color: #f8f8f8; border-color:#cd1b20; }
.ico-tumblr:hover { background-color: #3a5976; color: #f8f8f8; border-color:#3a5976; }
.ico-vimeo:hover { background-color: #00adee; color: #f8f8f8; border-color:#00adee; }
.ico-flickr:hover { background-color: #d2d2d2; color: #f8f8f8; border-color:#d2d2d2; }
.ico-github:hover { background-color: #222; color: #f8f8f8; border-color:#222; }
.ico-renren:hover { background-color: #364a83; color: #f8f8f8; border-color:#364a83; }
.ico-vk:hover { background-color: #3b5998; color: #f8f8f8; border-color:#3b5998; }
.ico-xing:hover { background-color: #015f5e; color: #f8f8f8; border-color:#015f5e; }
.ico-weibo:hover { background-color: #be4443; color: #f8f8f8; border-color:#be4443; }
.ico-rss:hover { background-color: #ff6600; color: #f8f8f8 ;border-color:#ff6600; }



/* ==========================================================================
   14. SCROLL TO TOP   
   ========================================================================== */

#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(123, 123, 123, 0.65);	
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: rgba(235, 88, 64, 0.95);
}

nav a#pull {  
    display: none;  
}

.pagamento {
margin-top: 25px;
padding: 15px;
border: 1px dashed #ccc;
color: #888;
}