﻿
/*      upcss   style*/
body {
    margin: 0;
    font-family: 'Biryani';
    background: #fff;
}



.about{
	background: #fff;
	margin-top: -5px;
	text-align:center;
	padding: 4% 0;
}
.about img{
	cursor: pointer;
}
.about h3{
	color: #777;
	font-size: 2.5em;
	font-weight: 300;
	padding-bottom: 1%;
}
.about p{
	width: 78%;
	color: #000;
	font-size: 0.8755em;
	font-weight: 300;
	padding-bottom: 0.3%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.9em;
}
#about > div > p:nth-child(2) {
	padding-bottom: 2%;
}
/***************start-service************/

/***************end-servivice************/
/* start portfolios */
.portfolios{
	font-family: 'Open Sans', sans-serif;
}
.portfoli1
{
    text-align: center;
    background: #ffffff;
   /*padding: 4% 0;*/
 

}
.portfoli1 h5 {
	color: #777;
	font-size: 2.5em;
	font-weight: 300;
	padding-bottom: 1%;
}
.portfoli1 h6{
	width: 78%;
	color: #000;
	font-size: 0.8755em;
	font-weight: 300;
	padding-bottom: 0.3%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.9em;
}
/*---start container --*/
#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info .info-wrapper {
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info a {
	color:#c09853;
	text-decoration:none;
}
	
#info p {
	margin:5px 0 0 0;
}

/*   saida    CONFLICT ON CONTAINERS  */

/*
.container { 
	position: relative; 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}

*/
/* saida  box of categories on index page */
#filters {
	margin: 2%;
	padding: 0 0 2 0;
	list-style: none;
}
#filters li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
#filters li span
{
    font-family: 'Biryani';
    font-size: 1em;
    display: block;
    padding: 10px 30px;
    border: 1px solid rgb(221, 221, 221);
    text-decoration: none;
    color: #336699; /* color: #191919; */
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-weight: lighter;
}
#filters li span.active,#filters li span:hover {
	border: 1px solid #2C3E50;
}
/*BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB */

#filterstwo {
	margin:2%;
	padding:0;
	list-style:none;
}
#filterstwo li {
	display:inline-block;
	margin-right: 20px;
}
#filterstwo li span {
	font-size:1em;
	display: block;
	padding: 10px 30px;
	border: 1px solid rgb(221, 221, 221);
	text-decoration: none;
	color: #191919;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
#filterstwo li span.active,#filters li span:hover {
	border: 1px solid #2C3E50;
}


/*  change no of images in one line for categories*/

#portfoliolist .portfolio {
	margin: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:20%;    /*  width:30%;  */
	margin:1.5%;
	display:none;
	float:left;
	overflow:hidden;}

.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
	top: 0px !important;
    /*width:100%;*/
	position: relative;
	/*-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;*/
	margin-bottom: -5px;
}
.portfolio .label {
	position: absolute;
	width: 35%;  /* 65%  */
	bottom:-40px;
	height:40px;
}
.portfolio .label-bg {
	background: #9A9A9A;
	width: 35%;  /* 65%  */
	height:100%;
	position: absolute;
	top:0px;
	
}
.portfolio .label-text {
	color:#fff;
	position: relative;
		font-family: "Brush Script Std";
	z-index:500;
	padding:5px 40px;
}
.portfolio .label-text p {
	color:#fff;
	font-size: 1em;
	text-align: left;
}
.portfolio .text-category {
	display: block;
	font-size: 1.5em;
	text-align: left;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* contact */
.contact
{
    background: #FFFFFF;
    text-align: center;
    padding: 4% 0;
    font-family: 'Biryani';
}
.contact h3
{
    font-family: 'Biryani';
	color: #777;
	font-size: 2.5em;
	font-weight: 300;
	padding-bottom: 1%;
}
.contact p
{
    font-family: 'Biryani';
	width: 78%;
	color: #000;
	font-size: 0.8755em;
	font-weight: 300;
	padding-bottom: 0.3%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.9em;
}
/* contact_form */
.contact_form {
	width: 50%;
	margin: 0 auto;
}
.contact_form span
{
    font-family: 'Biryani';
	float: left;
	width: 100%;
}
.contact_form span.left{
}
.contact_form input[type=text], .contact_form textarea {
	font-family: 'Biryani';
	background: #FFFFFF;
	border: 1px solid #b0b0b0;
	color:#777;
	padding: 10px;
	font-size:0.8755em;
	display: block;
	width: 97%;
	margin-top: 3%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact_form input[type=text]:hover, .contact_form textarea:hover {
	border: 1px solid #2C3E50;
}
.contact_form textarea{
	margin: 3% 0;
	resize:none;
	height:120px;	
	width: 97%;	
}
.contact_form input[type=submit]{
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	cursor:pointer;
	color: #fff;
	background: #2C3E50;
	border:none;
	outline:none;
	display: inline-block;
	padding: 15px 40px;
	font-size:1em;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact_form input[type=submit]:hover{
	color: #fff;
	background: #333;
}
#contact > div > p {
    margin-bottom: 3%;
}
.fffooter-bottom{
	padding:2% 0;
}
.fffooter-bottomOne{
	padding:2% 0;
}

.nav {
	text-align:center;
}
.nav ul li {
	display: inline-block;
	margin-right: -17px;
	width: 86px;
}
.nav ul li span {
	display: inline-block;
	margin-left: 10px;
	color:#777;
}
body > div.fffooter-bottom > div > div > ul > li:nth-child(5) {
	margin-left: 20px;
}
.nav ul li a{
	font-size: 0.8755em;
	color:#777;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.nav ul li a:hover{
	color:#2C3E50;
}
.copy-right{
	text-align: center;
}
.copy-right p{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8755em;
	color: #777;
	margin-top: 1%;
}
.copy-right p a{
	color:#2C3E50;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
} 
.copy-right p a:hover{
	color:#777;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 44px;
	height: 44px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_move.png) no-repeat right top;
}
/***** Media Quries *****/
@media only screen and (max-width: 1366px) {
	.wrap{
		width:95%;
	}	
	#portfoliolist .portfolio {
		width: 45%;  /*  width: 30.1%; */
	}
}
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}	
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
	
	body > div.fffooter-bottom > div > div > ul > li:nth-child(5) {
		margin-left: 0px;
	}
	.images_1_of_4 h3 {
		font-size: 1.3em;
	}
	.contact_form input[type=text], .contact_form textarea {
		width: 95%;
	}
}
@media only screen and (max-width: 768px) {
	.wrap{
		width:95%;
	}	
	
	.images_1_of_4 {
		width: 47%;
		margin-top: 3%;
	}
	.logo {
		padding: 0.7em 0em;
	}
	.h_logo3{
		width:22.333%;
		float: none;
	}
	
  .images_1_of_4 a.radius img {
		width: 70%;
	}
}
@media only screen and (max-width: 640px) {
	
	.wrap{
		width:95%;
	}
	#filters li {
		margin-right: 6px;
	}
	#filters li span {
		font-size: 0.82355em;
	}
	.portfolio .text-category {
		font-size: 1.2em;
	}
	.contact_form textarea {
		height: 83px;
	}
	.contact_form input[type=submit] {
		padding: 10px 19px;
		font-size: 0.82355em;
	}
	.images_1_of_4 h3 {
		font-size: 1em;
	}
	#topnav #navbtn {
		top: -40px;
	}
}

@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	#filters li span {
		padding: 6px 18px;
	}
	
	.portfolio .text-category {
	font-size: 10px;

}
	.contact_form input[type=text], .contact_form textarea {
		padding: 6px;
	}
	.contact_form textarea {
		height: 60px;
	}
	#topnav #navbtn {
		top: -43px;
	}
	.images_1_of_4 a.radius img {
		width: 60%;
	}
}
@media only screen and (max-width: 320px) {
	
	.wrap{
		width:95%;
	}
	.images_1_of_4 {
		width: 100%;
	}
	#filters li span {
		padding: 2px 4px;
	}
	#portfoliolist .portfolio {
		width: 90%;  /*  width: 46.7%;  */
	}
	.contact_form textarea {
		height: 43px;
	}
	.nav {
		display: none;
	}
	body > div.fffooter-bottom > div > div.nav > ul > li:nth-child(1) {
		margin-left: -27px;
	}
	.copy-right p {
		line-height: 1.8em;
	}
	.contact_form {
		width: 80%;
	}
	.contact_form input[type=text], .contact_form textarea {
		width: 94%;
	}
	
/*=================================================================== */
/*=====================================================================  */
	.images_1_of_4 a.radius img {
		width: 50%;
	}
	#topnav #navbtn {
		top: -40px;
	}
}

/*   NEW ------------------  */

.gal-img img {
    padding: 6px;
    background: #f0f0f1;
}

.gal-info
{
    background: #fff;
    margin-bottom: 1em;
   padding: 1em;  
    text-align: left;
   
}

/*  background: #212529; */

.gal-info:hover
{
    background: #212529;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
   
}

.gal-info:hover h5 {
    color: #fff;
}

.gal-info h5
{
    text-align: center;
    font-size: 0.7em; /* 0.9  */
    color: #3a4045;
    /*font-weight: 400;*/
    text-transform: uppercase;
}

span.decription {
    text-transform: uppercase;
    display: block;
    font-size: 0.2em;  /*  font-size: 0.8em; */
    color: #888;
    letter-spacing: 1px;
    margin-top: 0.5em;
}

.gal-info:hover span.decription {
    color: #fff;
}

.ddrop
{
    padding-top: 10px;
}