/* your styles go here */
@font-face {
	font-family: font1;
	src: url(fonts/Typo-Gotika-Light-Demo.otf);
}
@font-face {
	font-family: font2;
	src: url(fonts/Typo-Gotika-Small-Caps-Demo.otf);
}
@font-face {
	font-family: font3;
	src: url(fonts/Now-Regular.otf);
}
body {
	background-color: #fff !important;
	font-family: 'Montserrat', sans-serif;
}
i.fa.fa-fax.fa-lg {
    margin: 10px 0;
}

.justify{
	text-align:justify !important;
}

.text-center{
	text-align:center !important;
}

.btn.btn-primary {
	color: #bbb;
	border: 2px solid #bbb;
	background: transparent;
	border-radius: 3em;
}
.btn.btn-primary:hover {
	color: #999;
	background: transparent;
	border-color: #999;
}
.fancybox-bg {
	background: #c4c4c4;
	opacity: 0.8;
}
.noline:after {
	content: "";
	height: 0px;
}
.linecenter {
	margin: 10px 0;
}
.linecenter:after {
	margin: 10px auto 10px;
}
.nopadding {
	padding: 0px;
}
.line-on-desktop {
	/* gradient shining border */
 
	background-image: linear-gradient(0deg, rgba(190,190,190,0) 0%, rgba(190,190,190,0) 15%, rgba(190,190,190,0.65) 50%, rgba(190,190,190,0) 85%, rgba(190,190,190,0) 100%);
	background-size: 3px 100%;
	background-position: right;
	background-repeat: no-repeat;
}

.colpad {
	padding: 10px 20px;
}
.colpad10{
	padding: 10px;
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.brand-center {
	top: 30%;
}
.centered p, .centeredHalf p {
	margin-bottom: 20px;
}
.absolutetop {
	position: absolute;
	left: 0;
	top: 0;
}
.absolutebottom {
	position: absolute;
	right: 0;
	bottom: 0;
}
.piccarousel {
	max-height: 240px;
}
.nameteam {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #17012e;
	line-height: 32px;
	text-transform: uppercase;
	padding-top: 15px;
	letter-spacing: 1px;
}

.newtextcolor{
	color: #bdbdbd;
}

.positionteam {
	font-size: 16px;
	color: #bdbdbd;
	text-align: center;
	line-height: 25px;
}
.section_border {
	border: 14px solid white;
}
.scrolloff {
	pointer-events: none;
}

.contact-row{
	display:flex;
}
.contact-div{
	flex:1;
}

#map {
	height: 100%;
	width: 100%;
	border: 0px;
	width: 100% !important;
}
.rightfloat, .right {
	float: right !important;
}
.leftfloat {
	float: left !important;
}

.intro .leftfloat p{
	text-align:left !important;
}
.no-space2 .box2 {
	margin: 1px -14px;
	padding: 0;
}
.post {
	margin-bottom: 20px;
}
.imageshadow {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.76);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.76);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.76);
}
.fp-controlArrow.fp-prev {
	border-color: transparent #444 transparent transparent;
}
.fp-controlArrow.fp-next {
	border-color: transparent transparent transparent #444;
}
.space5 {
	height: 5px;
}
.space2 {
	height: 2px;
}
.space10 {
	height: 10px;
}
.space15 {
	height: 15px;
}
.space20 {
	height: 20px;
}
.space30 {
	height: 30px;
}
.space60 {
	height: 60px;
}
.nodecoration a, .nodecoration a:hover {
	text-decoration: none;
	color: inherit;
}
/* Theme CSS
* --------------------------------------- */
.intro{
	
	color: #bdbdbd;
}
.intro p {
	width: 42%;
	margin: 0 auto;
	font-size: 1.5em;
	text-align:center;
}
.intro .fullWidth p{
	width:100% !important;
}
.intro .smallerText p {
	font-size: 1.35em;
    line-height: 1.6em;
}
.intro .smallerText p i{
	vertical-align: middle;
	margin: 5px 0;
}
.intro .smallerTextTwo p {
	font-size: 1.25em;
}

.text-in-border p{
	margin-bottom: 20px;
}

.section {
	text-align: center;
}
#menu li {
	margin: 5px;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a, .navbarSelected {
	background: transparent;
	border-radius: 10px;
	color: #FFFFF0 !important;
}
#header, #menu {
	padding-top: 10px;
	position: fixed;
	display: block;
	width: 100%;
	z-index: 9;
	color: #f2f2f2;
	background-color: transparent;
}
#footer {
	bottom: 20px;
	position: fixed;
	height: 60px;
	display: block;
	width: 100%;
	z-index: 9;
	text-align: center;
	color: #f2f2f2;
	padding: 10px 0 0 0;
}
#infoMenu {
	bottom: 80px;
}
#infoMenu li a {
	color: #fff;
	z-index: 999;
}
.section .half {
	width: 50%;
	position: absolute;
	height: 100%;
	top: 0;
	box-sizing: border-box;
}
.section .half.leftHalf {
	left: 0;
	background-color: #444;
	color: #bdbdbd;
}
.section .half.leftHalf:hover {
	color: #999;
	background-color: #eee;
}
.section .half h1 {
	font-size: 48px;
	margin: 60px 0px;
}
.section .half a, .section .half a:hover {
	color: inherit;
	text-decoration: none;
}
.section .half.rightHalf {
	left: 50%;
	background-color: #fff;
	color: #444;
}
.section .half.rightHalf:hover {
	background-color: #eee;
	color: #999;
}
.section .half .centeredHalf {
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	top: 50%;
}
#fp-nav ul li .fp-tooltip {
	color: #bdbdbd;
	font-size: 15px;
}
.batata {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.batata>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	font-size: 16px;
}
.brandSection {
	display: inline-block !important;
}
.brandLogo {
	display: inline-block !important;
	vertical-align: middle !important;
	text-align: center !important;
}
.brand-section {
	position: absolute;
	top: 250px;
	display: flex;
    width: 100%;
}
.brand-section .col-sm-4 {
	margin: auto 0;
}

@media (min-width:769px){
	.boxBrand {
		display: flex !important;             /* primary flex container */
		flex-direction: row;       /* horizontal alignment of flex items
										  (default value; can be omitted) */
		align-items: stretch;      /* will apply equal heights to flex items
										  (default value; can be omitted) */
		height: 100%;
	}
	
	.columnBrand {
		display: flex !important;             /* nested flex container */
		flex-direction: column;    /* vertical alignment of flex items */
		justify-content: center;   /* center flex items vertically */
		align-items: center;       /* center flex items horizontally */
		flex: 1;
	}
	.brand-section-container {
		padding: 15px 0;
		background-color: rgba(190,190,190,0.4);
		-webkit-box-shadow: -2px 1px 0px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: -2px 1px 0px 0px rgba(0,0,0,0.75);
		box-shadow: -2px 1px 0px 0px rgba(0,0,0,0.75);
	}

}

.parentHover:hover{
	opacity:0.7;
}

/*................. Contact CSS....................*/  
.modal {
	position: fixed !important;
}
form .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
	height: 40px;
	line-height: 40px;
	padding: 20px;
	color: #bdbdbd;
	border: 2px solid #cccccc;
	font-weight: 300;
}
form textarea.form-control {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	height: auto;
	line-height: normal;
	resize: none;
	padding: 20px;
}
/*................. Menu CSS....................*/   

#menu li a, #menu .fa {
	font-size: 18px;
	text-decoration: none;
	color: #bbb;
}
#menu .navbarSelected a{
	color:inherit;
}
.navbar-nav>li {
	float: none;
	vertical-align: top;
}
.navbar-nav {
	float: inherit;
	margin: auto;
}
.nopadding {
	padding-left: 0px;
	padding-right: 0px;
}
.search {
	float: right;
	height: 42px;
	margin: 10px 0px 0px 30px;
}
.modal-title {
	color: #bdbdbd;
}
.searchbutton {
	float: right;
	width: 40px;
	height: 42px;
}
.searchinput {
	float: right;
	width: 250px;
	height: 42px;
}
.inputsearch {
	width: 250px;
	height: 36px;
	padding-left: 10px;
	border-style: solid;
	border-width: 1px 0px 1px 2px;
	border-color: #d3d3d3;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #A1A1A1;
	font-size: 14px;
	line-height: 40px;
	font-weight: 500;
	font-family: 'Quicksand', sans-serif;
}
.submitsearch {
	width: 38px;
	height: 36px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-style: solid;
	border-width: 1px 2px 1px 0px;
	border-color: #d3d3d3;
	background-color: #e1e1e1;
	background-image: url(../img/searchicon.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.navcontainer {
	margin-left: 250px;
}
.menumargin {
	margin-top: 30px;
}

@media (max-width:1500px) {
	.intro p {
    	width: 38%;
	}
	.navcontainer {
		margin-left: 150px;
	}
	.nav > li > a {
		padding: 10px 10px;
	}
	.intro .smallerText p {
    	font-size: 1.25em;
    	line-height: 1.5em;
	}
}

@media (max-width:1200px) {
.search {
	margin: 10px 0px 0px 15px;
}
.searchinput {
	width: 200px;
}
.inputsearch {
	width: 200px;
	font-size: 12px;
}
.navcontainer {
	margin-left: 50px;
}
.navbar-right-laptop {
	padding: 0px;
}
.nav > li > a {
	padding: 10px 8px;
}
.navbar-right-laptop {
	float: right;
}
#menu li a, #menu .fa {
	font-size: 16px;
	text-decoration: none;
	padding: 9px 10px;
}
.intro p {
	width: 70%;
	font-size: 1.3em;
	margin-bottom: 15px;
}
.intro h1 {
	font-size: 2.5em;
}
.section .half h1 {
	font-size: 36px;
}
}		

@media (max-width:992px) {
.search {
	margin: 10px 0px 0px 15px;
}
.searchinput {
	width: 150px;
}
.inputsearch {
	width: 150px;
}
.navcontainer {
	margin-left: 0px;
}
.menumargin {
	margin-top: 25px;
	float: right !important;
}
#menu li a, #menu .fa {
	font-size: 15px;
	text-decoration: none;
}
}

@media (max-width:767px) {
	
	
	.contact-row{
		display:inherit;
	}
	.contact-div{
		flex:none;
	}
	#map{
		height:350px;
	}
	
.hideonmobile, .navbar-logo {
	display: none !important;
}
.search {
	float: left;
	margin: 10px 0px 0px 15px;
}
.searchinput {
	float: left;
	width: 250px;
}
.inputsearch {
	float: left;
	width: 250px;
}
.navbar-right-laptop {
	float: left;
}
.blockonmobile {
	position: relative;
}
	.contact-line {
	background-image: linear-gradient(0deg, rgba(190,190,190,0) 0%, rgba(190,190,190,0) 15%, rgba(190,190,190,0.65) 50%, rgba(190,190,190,0) 85%, rgba(190,190,190,0) 100%);
	background-size: 100% 5px;
	background-position: bottom;
	background-repeat: no-repeat;
}
.line-on-desktop {
	background-size: 100% 5px;
	background-position: bottom;
}
.intro p {
	width: 90%;
	font-size: 1.2em;
	margin-bottom: 15px;
}
.intro h1 {
	width: 90%;
	margin-bottom: 10px;
	font-size: 1.7em;
}
.arrow2 {
	display: none !important;
}
.centered {
	position: inherit;
	top:auto;
	left: auto;
	transform: none;
}
#footer.footerNew {
	bottom: 0;
	position: relative !important;
	padding: 20px 0 0 0;
}
#header, #menu {
	background-color: rgba(240,240,240,0.7);
}
.navbar-inverse .navbar-toggle {
	background-color: #666;
}
.section .half h1 {
	font-size: 30px;
}
.colpad {
	padding: 10px 0px 20px 0;
}
	.colpad10{
		padding: 5px 0 20px 0;
	}

	.brand-intro{
		height:60px;
		position:relative;
	}
.brand-section {
	display: inherit;
}

	
	
.absolutetop {
	display:none;
}
.absolutebottom {
	display:none;
}
.brand-section {
	position: inherit;
	top: 250px;
	display: inherit;
}
	
	
}

@media (max-width: 500px) {

.section .half h1 {
	font-size: 24px;
}
}

@media (min-width:768px) {
.hideondesktop {
	display: none !important;
}
.navbar-new-margin {
	margin-top: 25px !important;
}
}
.navbar-brand h2 {
	color: #bdbdbd;
}
.navbar-fixed-top {
	border-width: 0;
}
/*................. Gallery CSS....................*/   
.portimgcover {
	object-fill: fill;
	height: 250px;
	overflow: hidden;
}
.portimgcover .portimg {
	width: 100%;
	min-height: 250px;
}

@media (max-width:767px) {
.portimgcover {
	height: 150px;
}
.portimgcover .portimg {
	min-height: 150px;
}
.section .half.leftHalf {
	border-right: 0;
}
.section .half.rightHalf {
	border-left: 0;
}
}
.owl-prev {
	width: 35px;
	height: 100px;
	position: absolute;
	top: 40%;
	margin-left: -35px;
	display: block!IMPORTANT;
	border: 0px solid black;
}
.owl-next {
	width: 35px;
	height: 100px;
	position: absolute;
	top: 40%;
	right: -40px;
	display: block!IMPORTANT;
	border: 0px solid black;
}
.owl-prev i, .owl-next i {
	transform : scale(5, 6);
	color: #bdbdbd;
}
/*................. Pagination CSS....................*/ 
.paginationstyle {
	font-family: font1;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.paginationstyle:hover {
	text-decoration: none;
	color: inherit;
}
.paginationtablecenter {
	display: table;
	margin: 0px auto;
	padding-top: 10px;
}
.pagingdiv {
	display: inline-table;
	vertical-align: top;
	color: #e30917;
	font-size: 18px;
	line-height: 25px;
	font-family: font1;
	cursor: pointer;
}
.pagingdiv2 {
	display: inline-table;
	vertical-align: top;
	color: #000;
	font-size: 18px;
	line-height: 25px;
	font-family: font1;
	cursor: pointer;
}
.boxnum {
	display: inline-table;
	vertical-align: top;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
	margin: 0px 2px;
}
.boxnumsel {
	display: inline-table;
	vertical-align: top;
	font-size: 18px;
	color: #e30917;
	background-color: #fff;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
	margin: 0px 0px 0px 2px;
}
.pagingdiv:hover {
	color: #000;
}
.pagingdiv2:hover {
	color: #fff;
}
.boxnum:hover {
	background-color: #e30917;
	color: #000;
}
.paginations {
	font-family: font1;
	font-size: 24px;
	line-height: 40px;
	color: #ff4241;
	height: 40px;
}
.previous {
	float: left;
	padding: 2px 15px;
	cursor: pointer;
}
.next {
	float: right;
	padding: 2px 15px;
	cursor: pointer;
}
