

body { font: 14px/23px 'Dosis', Arial, sans-serif; -webkit-font-smoothing: antialiased; word-wrap: break-word; color: #dddddd; background-color: #222222; }

a { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

input::-moz-focus-inner { border: 0; }

a:hover, a:active, a:focus { text-decoration: none; outline: none; }

h1, h2, h3, h4, h5, h6 { font-family: 'Dosis', serif; color: #000000; }

.blue {
	color: #39F;
}

.green {
	color: #0C0;
}


#errorContainer {
    display: none;
    overflow: auto;
    background-color: #FFDDDD;
    border: 1px solid #FF2323;
    padding-top: 0;
	color: black;
}

#errorContainer p {
    margin-top: 5px;
	margin-left: 5px;
	font-size: 16px;
	font-weight: 600;
}

#errorContainer label {
    float: none;
    width: auto;
}
		
input.error {
    background-color: #FFDDDD;
	border: 1px solid #FF2323;
}
select.error {
    background-color: #FFDDDD;
	border: 1px solid #FF2323;
}
.error{
    color:#FF2323;
	font-weight: 600;
}

.main-content { margin-top: 80px; }

/*.content { background-color: rgba(0, 0, 0, 0.4); }*/ 
.content { background-color: rgba(255, 255, 255, 0.4); }

.content { display: none; }

.page-header { padding: 20px 30px; margin: 0; border-bottom: 1px solid #E31E25; }

.page-title { font-size: 20px; text-transform: uppercase; margin: 0; color: #000000; }  

.widget-title { font-size: 16px; margin: 20 0 25px 0; font-weight: 600; text-transform: uppercase; color: #000000; }

.content-inner { padding: 30px; }

.main-content { position: relative; z-index: 9999; }

.bg-image { 
	position: fixed; 
	top: 0; 
	left: 0; 
	background-color: #FFFFFF; 
	background-image: url(images/); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-size: cover; 
	width: 100%; 
	height: 100%; 
	z-index: 8; 
}

.language-select { text-align: right; position: relative; z-index: 9999; top: 30px; }
/*
select { background-image: url("../images/select-arrow.png"); background-repeat: no-repeat; background-position: right center; outline: 0; border: 0; background-color: black; color: white; width: 180px; padding: 0 5px; font-size: 13px; height: 30px; line-height: 30px; box-shadow: none; -webkit-box-shadow: 0 0 0 0; -moz-box-shadow: 0 0 0 0; box-shadow: 0 0 0 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-indent: 0.01px; text-overflow: ''; }
select::-ms-expand { display: none; }
*/
@-moz-document url-prefix() { select { padding-top: 5px; line-height: 30px; } }

/*------------------------------------------------------
	HomePage Styling 
--------------------------------------------------------*/
.homepage { text-align: center; margin: 0 auto; }

.portfolio-item { overflow: hidden; margin-left: auto; margin-right: auto; margin-bottom: 30px; position: relative; border: 3px solid rgba(0, 0, 0, 0.4); width: 200px; height: 200px; }
.portfolio-item img { height: 100%; overflow: hidden; }
.portfolio-item .overlay { background-color: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.portfolio-item .overlay a { position: absolute; width: 40px; height: 40px; background-color: #E31E25; text-align: center; line-height: 40px; color: #000000; top: 50%; left: 50%; margin: -20px 0 0 -20px; }
.portfolio-item:hover .overlay { opacity: 1; visibility: visible; }

/*------------------------------------------------------
	About Us Styling 
--------------------------------------------------------*/
.progress-bar { background-color: #E31E25; text-transform: uppercase; line-height: 20px; }

.progress { box-shadow: none; background-color: #d4d4d4; -webkit-border-radius: 0; border-radius: 0; }

.our-team { margin-top: 40px; }

.member-thumb { overflow: hidden; }
.member-thumb img { width: 100%; height: auto; }

.member-infos { background-color: white; padding: 20px; text-align: center; }

.member-name { margin: 0 0 10px 0; color: #222222; text-transform: uppercase; }

.member-role { font-size: 13px; color: #6f6f6f; }

.member-desc { margin: 20px 0; color: #555555; }

.member-social li { display: inline; margin: 0 2px; }
.member-social li a { color: #626262; width: 26px; height: 26px; text-align: center; line-height: 26px; -webkit-border-radius: 3px; border-radius: 3px; }
.member-social li a:hover { background-color: #dddddd; }

/*------------------------------------------------------
	Gallery Styles 
--------------------------------------------------------*/
#grid .mix { display: none; opacity: 0; vertical-align: top; }

.gallery-thumb { overflow: hidden; margin-top: 30px; position: relative; }
.gallery-thumb img {  width: 100%; /*height: auto;*/ height: 250px; overflow: hidden; object-fit: cover; display: block;}
.gallery-thumb .overlay-g { position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); top: 0; left: 0; visibility: hidden; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.gallery-thumb .overlay-g a { position: absolute; width: 40px; height: 40px; background-color: #E31E25; text-align: center; line-height: 40px; color: #000000; top: 50%; left: 50%; margin: -20px 0 0 -20px; }

.gallery-item:hover .overlay-g { visibility: visible; opacity: 1; }

.gallery-content { padding: 20px; background-color: white; }

.gallery-category { color: #626262; }

.gallery-title { color: #222222; margin: 0 0 10px 0; }

.filter-work { text-align: right; width: 280px; position: relative; }

.toggle-filter { width: 280px; height: 40px; background-color: black; display: inline-block; text-align: left; line-height: 40px; padding-left: 15px; color: white; position: relative; }
.toggle-filter:hover { color: #000000; }
.toggle-filter:after { font-family: 'FontAwesome'; content: '\f107'; width: 40px; height: 40px; background-color: #E31E25; display: inline-block; text-align: center; position: absolute; top: 0; right: 0; }

.filter-controls { margin-left: -1px !important; position: absolute; top: 100%; right: 0; display: none; width: 280px; z-index: 9999; }
.filter-controls li { width: 100%; height: 40px; line-height: 40px; background-color: rgba(0, 0, 0, 0.95); padding: 0 15px; text-align: left; border-top: 1px solid #222222; cursor: pointer; }

/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
.services .service { margin-top: 30px; overflow: hidden; background-color: white; }

.services .header { position: relative; height: 60px; }

.services .header .header-bg { position: absolute; width: 60px; height: 60px; z-index: 2; }

.services .header .service-header { position: absolute; z-index: 3; width: 100%; }

.services .header .service-header .icon { width: 60px; position: relative; float: left; line-height: 60px; height: 60px; text-align: center; }
.services .header .service-header .icon i { font-size: 18px; }

.services .header .service-header h4 { float: left; line-height: 60px; margin: 0; padding: 0 15px; color: #222222; }
.services .header .service-header h4.active { color: white; }

.services .body { padding: 20px; color: #3c3c3c; overflow: hidden; }

.services .header .header-bg { background: #E31E25; }

/*------------------------------------------------------
	Contact Page Styles 
--------------------------------------------------------*/
.contact-form { margin-top: 30px; }
.contact-form input, select { margin-bottom: 20px; height: 40px; }
.contact-form input { width: 100%; padding: 7px 10px; outline: 0; border: 1;  }  

.contact-form select { width: 100%; padding: 7px 10px; outline: 0; border: 1px solid #ccc; border-radius: 3px;  } 

textarea { outline: 0; border: 1; padding: 10px; }

label { font-weight: normal; color: #000000; }

.full-row textarea { width: 100%; }

input.mainBtn { background-color: #E31E25; color: #000000; border: 0; outline: 0; margin-top: 20px; padding: 7px 12px; text-transform: uppercase; }

.our-location li { line-height: 25px; }
.our-location li span { color: #E31E25; margin-right: 10px; }
.our-location li span i { margin-right: 5px; }
.our-location li a { color: white; }

.google-map { margin-top: 30px; }

.contact-map { width: 100%; overflow: hidden; }


/*------------------------------------------------------
	Form Styles 
--------------------------------------------------------*/
.rowform {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-30 {
  -ms-flex: 30%; /* IE10 */
  flex: 30%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-70 {
  -ms-flex: 70%; /* IE10 */
  flex: 70%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-100 {
  -ms-flex: 100%; /* IE10 */
  flex: 100%;
}

.col-25,
.col-30,
.col-50,
.col-70,
.col-75,
.col-100 {
  padding: 0 16px;
}

input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label {
  margin-bottom: 10px;
  display: block;
  color: #000000;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.btn {
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.btn:hover {
  background-color: #45a049;
}

span.price {
  float: right;
  color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
  .rowform {
    /*flex-direction: column-reverse;*/
	flex-direction: column;
  }
  .col-25 {
    margin-bottom: 20px;
  }
}

/*------------------------------------------------------
	Custom Select - não está em uso
--------------------------------------------------------*/
/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
  border: 1px solid #000;
  border-radius: 3px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------
	Custom check box 
--------------------------------------------------------*/
/* Customize the label (the container) */
.customcheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-----------------------------------------------------------------------------------*/
/*	BOOTSTRAP OVERRIDING
/*-----------------------------------------------------------------------------------*/
.progess-bars, .member-social, .filter-controls, .our-location, .menu, .main_menu, .social-icons-footer ul { padding: 0; margin: 0; list-style: none; }



/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
.templatemo_logo { text-align: center; margin-bottom: 30px; overflow: hidden; }

figure { width: 90%; min-width: 320px; margin:0 auto;}
figcaption { font: 120% sans-serif; text-align: center;}
video {
    width: 100%;
    height: auto;
}

/* .main_menu { position: fixed; } */



				.menu1 { padding: 0; margin: 0; list-style: none; }
				.menu1 li { width: 120px; height: 120px; margin-bottom: 3px; background-color: rgba(0, 0, 0, 0.7); text-align: center; }
				.menu1 li a { width: 70px; height: 70px; line-height: 72px; border: 2px solid rgba(255, 255, 255, 0.5); display: inline-block; margin: 5px auto 0 auto; -webkit-border-radius: 45px; border-radius: 45px; text-align: center; }
				.menu1 li a:hover { border-color: #009847; }
				.menu1 li a i { color: #E31E25; text-align: center; margin: 0 !important; font-size: 24px; }
			
				.menu2 { padding: 0; margin: 0; list-style: none; }
				.menu2 li { width: 120px; height: 120px; margin-bottom: 3px; background-color: rgba(0, 0, 0, 0.7); text-align: center; }
				.menu2 li a { width: 70px; height: 70px; line-height: 72px; border: 2px solid rgba(255, 255, 255, 0.5); display: inline-block; margin: 5px auto 0 auto; -webkit-border-radius: 45px; border-radius: 45px; text-align: center; }
				.menu2 li a:hover { border-color: #009847; }
				.menu2 li a i { color: #E31E25; text-align: center; margin: 0 !important; font-size: 24px; }
			
				.menu3 { padding: 0; margin: 0; list-style: none; }
				.menu3 li { width: 120px; height: 120px; margin-bottom: 3px; background-color: rgba(0, 0, 0, 0.7); text-align: center; }
				.menu3 li a { width: 70px; height: 70px; line-height: 72px; border: 2px solid rgba(255, 255, 255, 0.5); display: inline-block; margin: 5px auto 0 auto; -webkit-border-radius: 45px; border-radius: 45px; text-align: center; }
				.menu3 li a:hover { border-color: #009847; }
				.menu3 li a i { color: #E31E25; text-align: center; margin: 0 !important; font-size: 24px; }
			
				.menu4 { padding: 0; margin: 0; list-style: none; }
				.menu4 li { width: 120px; height: 120px; margin-bottom: 3px; background-color: rgba(0, 0, 0, 0.7); text-align: center; }
				.menu4 li a { width: 70px; height: 70px; line-height: 72px; border: 2px solid rgba(255, 255, 255, 0.5); display: inline-block; margin: 5px auto 0 auto; -webkit-border-radius: 45px; border-radius: 45px; text-align: center; }
				.menu4 li a:hover { border-color: #009847; }
				.menu4 li a i { color: #E31E25; text-align: center; margin: 0 !important; font-size: 24px; }
			
				.menu5 { padding: 0; margin: 0; list-style: none; }
				.menu5 li { width: 120px; height: 120px; margin-bottom: 3px; background-color: rgba(0, 0, 0, 0.7); text-align: center; }
				.menu5 li a { width: 70px; height: 70px; line-height: 72px; border: 2px solid rgba(255, 255, 255, 0.5); display: inline-block; margin: 5px auto 0 auto; -webkit-border-radius: 45px; border-radius: 45px; text-align: center; }
				.menu5 li a:hover { border-color: #009847; }
				.menu5 li a i { color: #E31E25; text-align: center; margin: 0 !important; font-size: 24px; }
			

.tooltip { font-size: 16px; width: 120px; }

.tooltip-inner {
  background-color: #E31E25;
  color: #000000;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #E31E25;
}


.responsive-navigation { position: relative; z-index: 99999; }

.menu-toggle-btn { width: 100%; height: 60px; background-color: #E31E25; display: block; color: #000000; text-align: center; } 
.menu-toggle-btn:hover { color: #000000; }
.menu-toggle-btn i { line-height: 60px; }

.responsive_menu { display: none; position: relative; width: 100%; }

.responsive_menu .main_menu li { padding: 20px; background-color: rgba(0,0,0, 0.7); border-bottom: 1px solid #333333; }
.responsive_menu .main_menu li:last-child { border-bottom: 0px; }
.responsive_menu .main_menu li a { color: #999999; display: block; font-size: 18px; }
.responsive_menu .main_menu li a:hover { color: white; }
.responsive_menu .main_menu li a i { margin-right: 15px; }




.main_menu li { padding: 20px; border-bottom: 1px solid #333333; }
.main_menu li:last-child { border-bottom: 0px; }
.main_menu li a { color: #000; display: block; font-size: 18px; }
.main_menu li a:hover { color: white; }
.main_menu li a i { margin-right: 15px; }



/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.site-footer { margin: 70px 0; padding: 15px 0; }

.copyright-text { text-align: center; margin-top: 20px; margin-left: 55px;}
.copyright-text { color: #000000; }
.copyright-text a { color: #000000; }

.social-icons-footer { text-align: center; margin-left: 55px; }
.social-icons-footer ul li { display: inline; margin-left: 5px; }
.social-icons-footer ul a { color: #41C9FF; width: 36px; height: 36px; border: 1px solid #41C9FF; -webkit-border-radius: 18px; border-radius: 18px; text-align: center; line-height: 36px; }
.social-icons-footer ul a:hover { background-color:#41C9FF; color:#E31E25; }/********************************
IPAD LANDSCAPE (1024x768)
********************************/
@media only screen and (max-width: 1200px) { .main-content { margin-top: 60px; }
  .main_menu { position: relative; } }
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) { .site-footer, .social-icons-footer { text-align: center; }
  .portfolio-item { height: auto; }
  .portfolio-item img { width: 100%; height: auto; }
  .team-member { margin-bottom: 30px; }
  .information { margin-top: 60px; }
  .portfolio-item { width: auto; }
  .main-menu { position: relative; } }
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
@media only screen and (max-width: 450px) { .templatemo_logo img { width: 100%; height: auto; } }
