@charset "utf-8";

/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
/*jquery.fancybox-1.3.1.css  - Lightbox*/
@import url("../js/fancybox/jquery.fancybox-1.3.1.css");
/*Google Fonts*/

/* Standar Styles --------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open Sans:wght@400;700&family=Oswald:wght@400;700&display=swap");
body {
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	line-height: 24px;
	color: #000;
	text-align: center;
	background-color: #ccc;
}
a {
	color: #005a31;
	/* text-shadow: 2px 2px 1px #000; */
	text-transform: uppercase;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
	/* color: #fef78a; */
	opacity: 0.75;
}

a.smLink {
	color: #005a31;
	text-shadow: 2px 2px 1px #fff;
	text-transform: uppercase;
}
.menu a {
	color: #ffffff;
}
p {
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	line-height: 1.6;
}
h1 {
	font-size: 24px;
	font-family: "Oswald", sans-serif;
}
h2 {
	font-size: 22px;
	font-family: "Oswald", sans-serif;
}
h3 {
	font-size: 18px;
	font-family: "Oswald", sans-serif;
}
h4 {
	font-size: 16px;
	font-family: "Oswald", sans-serif;
}
h5 {
	font-size: 14px;
	font-family: "Oswald", sans-serif;
}
h6 {
	font-size: 12px;
	font-family: "Oswald", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 30px;
	margin: 0;
	color: #005a31;
	text-shadow: 1px 1px 2px #fff;
}

/* Class and styles General ----------------------------*/

.clearfix {
	width: 1px;
	height: 1px;
	display: block;
	clear: both;
	content: " , ";
}
.divider_light {
	border: 1px dotted #ccc;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 47px;
}
.divider_dark {
	border: 1px double #9ac94f;
	width: 85%;
	margin-left: 7.5%;
	margin-right: 7.5%;
	margin-top: 35.5px;
	margin-bottom: 100px;
}
.pattern_top {
	background: url(../img/pattern_top.png) repeat-x;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.pattern_bottom {
	background: url(../img/pattern_bottom.png) repeat-x;
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 99;
}

/* ---------------------------------------------------------------------- */
/*	General Structure
/* ---------------------------------------------------------------------- */

footer {
	background-color: #537a14;
}
.color {
	background-color: #c0eb7b;
}
.bg_image {
	position: relative;
}
.opacy {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
		url(../img/bg2.jpg) no-repeat;
	height: 100%;
}

.opacy_02 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: url(../img/bg.jpg) no-repeat top center;
	height: 100%;
}
@media (max-width: 767px) {
	.opacy_02 {
		height: 70%;
	}
}
.work,
.about {
	padding-bottom: 60px;
	padding-top: 60px;
}
.works h2,
.about h2,
.contact_us h2 {
	font-size: 100px;
	padding-top: 80px;
	text-transform: uppercase;
}
.works p,
.about p {
	text-align: left;
	width: 85%;
	padding-top: 45px;
	text-shadow: 1px 1px 2px #fff;
}
/* Menu --------------------------------------------------------*/
.logo {
	padding: 13px 0;
	position: relative;
	top: 5px;
	color: #ffffff !important;
	text-align: left;
	font-size: 22px !important;
	/* text-shadow: 1px 1px 1px #000; */
	font-weight: bold;
	white-space: nowrap;
}
nav {
	position: fixed;
	z-index: 1000;
	background: url(../img/bgBlk.png);
	height: 73px;
	width: 100%;
}
.menu ul {
	text-align: right;
	font-size: 16px;
}
.menu ul span {
	padding-left: 10%;
	padding-right: 10%;
	color: #fecb1c;
}
.menu ul li {
	display: inline;
	padding: 11px 6px 8px 26px;
	margin: 0;
}
.menu select {
	display: none;
}
/* Home --------------------------------------------------------*/
.black_white_01 {
	background: url(../img/black-white-01.jpg);
	height: 800px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.home h2 {
	font-size: 38px;
	margin-top: 135px;
}
.home h1 {
	font-size: 70px;
	line-height: 125px;
	text-transform: uppercase;
}
.home p {
	color: #000;
	width: 55%;
	margin-left: 22.5%;
	margin-right: 22.5%;
	font-size: 25px !important;
	line-height: 1.4;
	text-shadow: 1px 1px 2px #fff;
}
.logo_big {
	margin-top: 65px;
}
/* works -------------------------------------------------------*/
.works h2 {
	color: #005a31;
}
.works p {
	text-align: left;
}
.work .social h3 {
	font-size: 20px;
	width: 86%;
}
.work .social h3 span {
	color: #000;
}
.item_preview img {
	border-radius: 25%;
	height: 260px;
	width: 260px;
}
.item_preview {
	position: relative;
}
.img_preview {
	border-radius: 25%;
	height: 260px;
	width: 260px;
	background: rgba(0, 0, 0, 0.7) no-repeat;
	position: absolute;
	top: 0;
	z-index: 999;
	color: #fff;
	margin-right: 2%;
	opacity: 1;
}
.img_preview h2 {
	text-transform: uppercase;
	color: #fecb1c;
	margin: 0;
	padding: 0;
	margin-top: 15%;
}
.divisor {
	border: 1px dotted #fff;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 2%;
}
.img_preview p {
	margin: 0;
	padding: 10px 20px 10px 35px;
	color: #fff;
	text-align: left;
	margin-bottom: 5%;
}
.img_preview a {
	color: #fecb1c;
	font-size: 20px;
}
.divider_dark.top {
	margin-top: 60px;
	margin-bottom: 60px;
}
/*#Social-icon*/
.social_icon ul {
	margin: 0;
	margin: 0 auto;
	display: table;
}
.social_icon ul li {
	border-right: 1px solid #fecb1c;
	float: left;
	padding: 0 30px;
	list-style: none;
}
.social_icon ul li:last-child {
	border-right: 0;
}
.social_icon.footer {
	margin-top: 27px;
}

.social_icon a,
.social_icon_social a {
	display: inline-block;
	text-transform: capitalize;
	font-size: 11px;
	margin: 0 3px;
	width: 40px;
	height: 40px;
	text-indent: -9000px;
	color: #444;
}
.social_icon a.behance,
.social_icon_social a.behance {
	background: url(../img/social/behance.jpg) center center no-repeat;
	background-color: #fff;
	border-radius: 50%;
	padding: 2px;
}
.social_icon a.deviantart,
.social_icon_social a.deviantart {
	background: url(../img/social/deviantart.png) center center no-repeat;
	background-color: #fff;
	border-radius: 50%;
	padding: 2px;
}
.social_icon a.dribble,
.social_icon_social a.dribble {
	background: url(../img/social/dribble.png) center center no-repeat;
	background-color: #fff;
	border-radius: 50%;
	padding: 2px;
}
.social_icon a.facebook,
.social_icon_social a.facebook {
	background: url(../img/social/facebook.png) center center no-repeat;
}
.social_icon a.cam,
.social_icon_social a.cam {
	background: url(../img/social/cam.png) center center no-repeat;
}
.social_icon a.twitter,
.social_icon_social a.twitter {
	background: url(../img/social/twitter.png) center center no-repeat;
}
.social_icon a.twitter_about,
.social_icon_social a.twitter_about {
	background: url(../img/social/tw-about.png) center center no-repeat;
	background-color: #fff;
	border-radius: 50%;
}
.social_icon a.facebook_about,
.social_icon_social a.facebook_about {
	background: url(../img/social/facebook-about.png) center center no-repeat;
	background-color: #fff;
	border-radius: 50%;
}
.social .social_icon {
	width: 85%;
	text-align: right;
}
/* about -------------------------------------------------------*/
.black_white_02 {
	background: url(../img/black-white-02.jpg);
	height: 545px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.about h2 {
	color: #005a31;
}
.about p {
	text-align: left;
	margin-left: 5%;
}
.divider_light.line {
	border: 1px solid #fecb1c;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 35.5px;
	margin-bottom: 60px;
}
.specialize {
	padding: 0 5% 0 10%;
	cursor: pointer;
}
.specialize h3 {
	font-size: 20px;
}
.photos .right {
	text-align: right;
	margin-right: 13%;
	margin-bottom: 20px;
}
.about_text h2,
.about_text p,
.about_text .social_icon {
	margin-left: 30%;
}
.photos .left {
	text-align: left;
	margin-left: 13%;
	margin-bottom: 20px;
}
.photos .right img,
.photos .left img {
	border-radius: 25%;
	height: 243px;
	width: 241px;
}
.about_text2 h2,
.about_text2 p,
.about_text2 .social_icon {
	margin-right: 30%;
}
.about_text p,
.about_text2 p {
	color: #fecb1c;
}
/* contact-us --------------------------------------------------------*/
.contact_us {
	padding-bottom: 60px;
	padding-top: 60px;
}
.contact_us h2 {
	padding-bottom: 36px;
	color: #005a31;
}
.contact_us h3 {
	font-size: 43px;
	margin-top: 65px;
	color: #000;
}
.contact_us p {
	color: #000;
	font-size: 16px;
	padding: 0;
	line-height: 34px;
}
.contact_us .number p {
	font-size: 30px;
	color: #000;
	padding-top: 8px;
	font-style: normal;
	text-align: left;
	font-family: "Open Sans", sans-serif;
}
.contact_us .address {
	text-align: left;
}
.contact_us .address p span {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
}
.divider_dark.line {
	margin-bottom: 35px;
}
.email {
	background: url(../img/email.png) no-repeat;
	width: 40%;
	margin: 0 30%;
	padding: 8px 0 0 6%;
	height: 43px;
}
.email a {
	color: #000;
}
.phone {
	background: url(../img/phone.png) no-repeat;
	width: 60%;
	margin: 0 30%;
	padding: 8px 0 0 2%;
	height: 60px;
}
.address {
	background: url(../img/address.png) no-repeat;
	width: 80%;
	margin: 0 10%;
}

/* footer --------------------------------------------------------*/
footer {
	height: 90px;
}
/* Top ---------------------------------------------------------*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 51px;
	height: 51px;
	border: none;
	text-indent: 100%;
	background: url(../img/ui.totop.png) no-repeat left top;
}
#toTopHover {
	background: url(../img/ui.totop.png) no-repeat left -51px;
	width: 51px;
	height: 51px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
}
#toTop:active,
#toTop:focus {
	outline: none;
}

/* ---------------------------------------------------------------------- */
/*	1024 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1024px) {
	.work .social h3 {
		width: 100%;
	}
	.about p {
		margin-left: 10%;
	}
	.img_preview {
		margin-left: 7%;
	}
	.email {
		width: 50%;
		margin: 0 23%;
		padding: 8px 0 0 8%;
	}
	.works p {
		text-align: left;
		margin-left: 50px;
		padding-top: 40px;
	}
	.about h2,
	.contact_us h2 {
		font-size: 93px;
	}
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 767px) {
	.menu select {
		width: 80%;
		display: inline-block;
	}
	nav {
		text-align: center;
		height: 115px;
	}
	nav ul {
		display: none;
	}
	.works h2,
	.about h2,
	.contact_us h2 {
		font-size: 50px;
	}
	.social .social_icon {
		text-align: center;
		width: auto;
		margin-top: 20px;
	}
	.home h1 {
		font-size: 55px;
		line-height: 75px;
	}
	.works p,
	.about p {
		text-align: center;
		width: 83%;
		margin-left: 8.5%;
		margin-right: 8.5%;
		padding-top: 55px;
	}
	.photos .right {
		text-align: center;
		margin-right: 0%;
		margin-bottom: 20px;
	}
	.about_text h2,
	.about_text p,
	.about_text .social_icon {
		margin-left: 0%;
	}
	.photos .left {
		text-align: center;
		margin-left: 0%;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.about_text2 h2,
	.about_text2 p,
	.about_text2 .social_icon {
		margin-right: 0%;
	}
	.black_white_02 {
		height: 1500px;
	}
	.specialize {
		display: none;
	}
	.contact_us .address {
		text-align: center;
	}
	.img_preview {
		margin-left: 31.5%;
		margin-bottom: 30px;
	}
	.email {
		width: 90%;
		margin: 0 5%;
	}
	.contact_us h3 {
		font-size: 40px;
	}
	.phone {
		width: 80%;
		padding: 8px 0 0 2%;
		margin: 0 5%;
		height: 60px;
		margin-bottom: 30px;
	}
	.phone p {
		margin-left: 13%;
	}
	.address {
		width: 80%;
		padding: 8px 0 0 2%;
		margin: 0 5%;
		height: 60px;
	}
}
/* ---------------------------------------------------------------------- */
/*	685px Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 685px) {
	.img_preview {
		margin-left: 29.4%;
	}
}

/* ---------------------------------------------------------------------- */
/*	568px Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 568px) {
	.img_preview {
		margin-left: 24.7%;
	}
}

/* ---------------------------------------------------------------------- */
/*	480px Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 480px) {
	.works h2,
	.about h2,
	.contact_us h2 {
		font-size: 40px;
	}
	.home h1 {
		font-size: 30px;
		line-height: 65px;
	}
	.contact_us h3 {
		font-size: 33px;
	}
	.social .social_icon {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.logo_big {
		margin-top: 25px;
	}

	.img_preview {
		margin-left: 19.4%;
	}

	.contact_us h3 {
		font-size: 23px;
	}
	.contact_us .number p {
		font-size: 25px;
	}
	.contact_us .address {
		margin-bottom: 30px;
	}
	.phone {
		width: 80%;
		padding: 8px 0 0 2%;
		margin: 0 5%;
		height: 60px;
		margin-bottom: 30px;
	}
	.address {
		width: 80%;
		padding: 8px 0 0 2%;
		margin: 0 5%;
		height: 60px;
	}
}

/* ---------------------------------------------------------------------- */
/*	380px Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 380px) {
	.img_preview {
		margin-left: 10%;
	}
	.home h1 {
		line-height: 70px;
	}
	.email {
		background: none;
		margin-left: -1%;
	}
	.phone,
	.address {
		background: none;
	}
	.contact_us .phone {
		padding: 0 2%;
		width: 90%;
	}
	.contact_us .address {
		margin-bottom: 40px;
		width: 90%;
		padding: 8px 0 0 2%;
	}
}

/* ---------------------------------------------------------------------- */
/*	320px Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) {
	.home p {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
	.logo_big {
		margin-top: 15px;
	}
	.img_preview {
		margin-left: 1%;
	}
	.contact_us h2 {
		font-size: 30px;
	}
	.phone,
	.address {
		background: none;
	}
	.contact_us p {
		padding: 0;
	}
	.social_icon ul li {
		padding: 0 15px;
	}
}
