/*
 * Author 	: HIMANSHU GUPTA 
 * Email 		: himanshucse2012@gmail.com
 * Website	:	http://www.indioweb.in/portfolio
 */
 
/*
 * Basic CSS starts 
 */

@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,400italic,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,300);
body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	color: #000000;
}
p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 23px;
}
a {
	text-decoration: none;
	color: #787878;
}
a:hover {
	text-decoration: none;
	color: #323232;
}
a:hover, a:active, a:focus {
	outline: 0;
	text-decoration: none;
}
hr {
}
:focus {
	outline: none;
	outline-width: 0 !important;
}

::-moz-focus-inner {
 border:0;
}
.form-control {
	border: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: none !important;
}
.btn {
	border-radius: 0px;
}
.view-button .btn {
	margin-top: 8px;
	font-size: 13px;
}
.view-button .btn i {
	top: -2px;
	margin-right: 0;
	margin-left: 5px;
	width: 15px;
	height: 15px;
	line-height: 13px;
	font-size: 10px;
	border: 1px solid #fff !important;
	color: #fff !important;
	border-radius: 30px;
}
.pad {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 80px;
}
/* 
 * Basic CSS ends 
 */
 
/* banner */

.banner {
	/*	background-image: url('/web/img/banner/1.jpg');
		min-height: 700px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center top;
		background-clip: content-box;
		background-origin: content-box;*/

	background-color: #fafafa;
	text-align: center;
}
.banner img {
	width: 100%;
	max-width: 350px;
	margin: 30px auto;
}
.banner p {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 28px;
	color: #000;
	background-color: rgba(255,255,255,0.45);
	border-radius: 5px;
}
.banner .btn {
	padding: 10px 22px;
	border-bottom: 3px solid rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
/* default heading */

.default-heading {
	max-width: 370px;
	margin: 0 auto;
	margin-bottom: 80px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.default-heading h2 {
	margin: 0;
	font-size: 32px;
	line-height: 42px;
}
/* features */

.features .features-item {
	max-width: 400px;
	margin: 0 auto;
	padding: 0 30px;
	margin-bottom: 30px;
	text-align: center;
}
.features .features-item i {
	display: block;
	width: 95px;
	height: 95px;
	margin: 0 auto;
	line-height: 95px;
	text-align: center;
	font-size: 32px;
	box-shadow: 0 0 0 10px #fafafa, inset 0 -3px 5px #eaeaea;
	border: 1px solid #eee;
	border-radius: 100px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.features .features-item h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 30px;
}
/* testimonial */

.testimonial .flexslider {
	min-height: 400px;
	margin: 0;
	border: none;
	border-radius: 0;
}
.testimonial .flexslider li img {
	max-width: 50%;
	float: left;
}
.testimonial .flexslider .block-quote {
	margin-left: 50%;
	padding: 50px;
}
.testimonial .block-quote p {
	font-size: 22px;
	line-height: 36px;
	font-weight: 300;
	color: #fff;
}
.testimonial .block-quote p i {
	position: relative;
	top: -10px;
	left: -5px;
	margin-right: 15px;
	font-size: 44px;
	color: #fff;
}
.testimonial .block-quote hr {
	margin-left: 0;
	width: 50px;
	border-color: #fff;
}
.testimonial .block-quote h5 {
	margin-bottom: 0;
	color: #fff;
}
/* subscribe */

.subscribe {
	margin-bottom: 60px;
	margin-top: 30px;
	padding: 25px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 2px #aaa;
	background: #fff url('/web/img/witewall_3.png') repeat;
}
/* blogs */

.entry {
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.entry .entry-image {
	position: relative;
}
.entry .entry-image img {
	border-radius: 0;
}
.entry .entry-image .img-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s cubic-bezier(0.01, 0.85, 0.34, 0.97);
	-moz-transition: all 0.5s cubic-bezier(0.01, 0.85, 0.34, 0.97);
	-ms-transition: all 0.5s cubic-bezier(0.01, 0.85, 0.34, 0.97);
	-o-transition: all 0.5s cubic-bezier(0.01, 0.85, 0.34, 0.97);
	transition: all 0.5s cubic-bezier(0.01, 0.85, 0.34, 0.97);
}
.entry .entry-image:hover .img-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.entry .entry-image .img-hover a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 5;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	box-shadow: 1px 1px 2px #000;
}
.entry h4 {
	margin-top: 20px;
}
.entry .meta {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 7px 0;
	font-size: 12px;
	line-height: 22px;
	font-style: italic;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/* services */

.service .service-item {
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 20px;
	text-align: center;
	background: #fff url('/web/img/witewall_3.png') repeat;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 2px #aaa;
}
.service-item img {
	position: relative;
	top: 0;
	width: 100%;
	max-width: 70px;
	margin: 0 auto;
	margin-top: 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.service-item:hover img {
	top: -4px;
}
.service-item h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}
.service-item p {
	margin-bottom: 15px;
}
/* team member */

.team {
	position: relative;
	overflow: hidden;
}
.team-shadow {
	position: absolute;
	right: 53%;
	top: -350px;
	z-index: 0;
	width: 800px;
	height: 1000px;
	background: rgba(255,255,255,0.1);
	box-shadow: 0 0 100px rgba(0,0,0,0.15);
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}
.team .default-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	border: none;
}
.team .default-heading h2 {
	color: #fff;
}
.team .team-member {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.team .carousel-indicators {
	bottom: -55px;
}
.team .team-member img {
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
	border: 8px solid #fff;
	box-shadow: 1px 1px 2px #000;
}
.team .team-member h4 {
	margin-top: 30px;
	margin-bottom: 20px;
	color: #fff;
}
.team .team-member p {
	margin-bottom: 30px;
	color: #fff;
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
}
.team .team-member .btn {
	padding: 10px 22px;
	border-bottom: 3px solid rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
/* contact */

/*.contact {
	background: url('/web/img/raster.png'), url('/web/img/banner/5.png') fixed center top;
}*/
.contact {
	background-color: #B94224;
}
.contact .default-heading {
	margin-bottom: 30px;
	border: none;
}
.contact .default-heading h2 {
	color: #fff;
}
.contact .contact-form label {
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
.contact-form .form-control {
	background: transparent;
	color: #fff !important;
	border-color: #fff;
}
.contact-form .btn {
	font-size: 14px;
	padding: 8px 22px;
	border-bottom: 3px solid rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
/* social medial */

.social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 2px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	box-shadow: inset 0px 0px 1px #333;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-ms-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}
.social a:hover {
	background: #000;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}
/* default animation */

.opacity {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opacity.animated {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/* footer */

footer {
	padding: 30px 0;
	/*background: #fff url('/web/img/footer.png') repeat;*/
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;	
}
footer a, footer a:visited {
	color: #111111;
}
footer a:hover {
	color: #000000;
	text-decoration: underline;
}
footer .widget {
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 20px;
}
footer h5 {
	margin-top: 0;
	color: #000000;
}
footer hr {
	height: 0px;
	padding: 0px;
	margin: 5px 0px;
}
footer .f-gallery img {
	display: inline-block;
	width: 100%;
	max-width: 90px;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 1px solid #fff;
}
footer .copy {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 11px;
}
/* Back to top */

.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 104400;
}
.totop a, .totop a:hover, .totop a:active, .totop a:visited {
	display: block;
	width: 40px;
	height: 40px;
	color: #fff !important;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}
.fondo-negro {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #B94224;
}
.fondo-negro a {
	color: #FFFFFF;
	font-weight: 900;
	text-transform: uppercase;
}
.mi-padding-o-margin {
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
}
/*footer .container hr {
	border-top: 1px solid #EEEEEE;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}*/




/*
 * Responsive CSS 
 */

/*
 * Mobile phones 
 */
@media (max-width: 480px) {
}

/*
 * Tablets 
 */
@media (max-width: 767px) {
.default-heading {
	margin-bottom: 40px;
}
.testimonial .flexslider li img {
	max-width: 100%;
	margin: 0 auto;
	float: none;
}
.testimonial .flexslider .block-quote {
	margin-left: 0;
	padding: 30px;
}
.team-shadow {
	display: none;
}
.team .team-member {
	max-width: 400px;
	margin: 0 auto;
}
.contact .contact-form {
	max-width: 400px;
	margin: 0 auto;
}
}

/*
 * Desktop 
 */
@media (max-width: 991px) {
.features .features-item {
	padding: 0;
}
}

h1, .h1 {
  font-size: 26px;
	text-align: center;
}
