body
{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #686062; 
}

body a
{
	text-decoration: none;
	color: #686062;
	transition: color .2s linear;
}

html {
	scroll-behavior: smooth;
}

::selection
{
 background: #f4b200;
	color: white;
}

::-moz-selection
{
	background: #f4b200; /* Gecko Browsers */
	color: white;
}

.doc-loader 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99998; 
	background-color: #ffb22c;
}

.doc-loader td 
{ 
	text-align: center;
	vertical-align: middle;
}

.doc-loader img
{
	width: 90px;
	height: 90px; 
	animation-name: doc-spinner;
	animation-duration: 1.5s;
}

.doc-loader-norotate
{
	position: fixed;
	left: -70px;
	top: 10px;
	width: 100%;
	height: 100%;
	z-index: 99999; 
}

.doc-loader-norotate td 
{ 
	text-align: center;
	vertical-align: middle;
}

.doc-loader-norotate img
{
	width: 650px;
}

@keyframes doc-spinner {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.full-width
{
	line-height: 0;
}

.menu-wrapper {
	￼    display: none !important;
}

.header {
	background-color: #fff;
	padding: 30px;
	text-align: right;
	font-size: 35px;
}

.x-close {
	￼    top: -60px;
	￼    right: -60px;
	￼    background-color: #686062;
	￼    line-height: 0;
	￼    font-size: 0;
	￼    width: 60px;
	￼    height: 60px;
}

body a {
	￼    text-decoration: none;
	￼    color: #686062;
	￼    transition: color .2s linear;
}

.entry-content {
	￼    background-color: #fff;
	￼    padding-bottom: 50px;
	￼    font-size: 18px;
	￼    line-height: 30px;
}

footer
{
	background-color: #686062;
}

.footer
{
	font-size: 16px;
	line-height: 36px;
	clear: both;
	color: #C0B7AB;
	text-align: center; 
	padding: 100px 0;
}

.footer-left, .footer-right
{
	width: 810px;
}

.footer-right
{
	margin-left: 370px;
}

.footer a
{
	color: #C0B7AB;
}

.social-footer a 
{
	margin: 0 10px;
	font-size: 20px;
}

/* TOP MENU */

.section
{
	padding-bottom: 150px;
}

.menu-wrapper
{
	transition: background-color .2s linear;
	z-index: 99 !important;
	background-color: #f4b200;
	width: 100% !important;
	top: 0;
	min-height: 64px;
	position: fixed;
}

#header-main-menu
{
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
}

.main-menu.sm-clean
{
	background-color: transparent;
}

.main-menu.sm-clean a
{
	font-size: 13px;
	line-height: 40px;
	color: rgb(196, 139, 12);
	//color: #686260;
	font-weight: 400;
	transition: color .2s linear;
	text-transform: uppercase;
	letter-spacing: 0.03cm;
}

.main-menu.sm-clean .sub-menu a
{
	font-size: 11px;
	line-height: 20px;
}

.sm-clean .current_page_item a
{
	color: #fff !important;
}

.main-menu.sm-clean a:hover
{
	color: #fff !important;
	min-width: 0px;
}

.sm-clean li.active a
{
	color: #fff !important;
}

.menu-img
{
	width: 160px;
	position: relative;
	top: 7px;
}

.main-menu-pos
{
	position: relative;
	top: -15px;
}

.mob-menu
{
	display: none;
	font-weight: 700;
	font-size: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: color .2s linear;
	color: #fff;
}

/* END TOP MENU */



/* TEAM SECTION */

.team-1170
{
	width: 1170px;
}

.team-1170 img
{
	max-width: 100%;
	max-height: 100%;
	#width: auto;
	width: 37%;
	padding-right: 0px;
	#height: auto;
	height: 37%;
}

.article
{
	background-color: #fff;
	padding-bottom: 50px;
}

.column {
	float: left;
	width: 33.333333333333%;
	padding: 0px;
	text-align: right;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.card
{
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
}

.card img
{
	position: relative;
	width: auto;
	height: auto;
	min-width: 200px;
	min-height: 297px;
}

.card .img-top
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.card:hover .img-top {
	display: inline;
}

.team-bold
{
	font-size: 18px;
	font-weight: 1000;
	line-height: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	// color: #f4b200;
}

article
{
	padding-top: 230px;
}

.entry-content
{
	background-color: #fff;
	padding-bottom: 50px;
	font-size: 18px;
	line-height: 30px;
}

.content-wrapper
{
	background: #fff;
}

.x-close
{
	top: -60px;
	right: -60px;
	background-color: #686062;
	line-height: 0;
	font-size: 0;
	width: 60px;
	height: 60px
}

.x-close img
{
	opacity: 0.4;
	transition: opacity .2s linear;
	width: 30px;
	height: 30px;
	padding-top: 15px;
	padding-left: 15px;
}

.x-close:hover img
{
	opacity: 1;
}

.entry-content
{
	padding-left: 100px;
	padding-right: 100px;
}

.ttext
{
	font-size: 16px;
	line-height: 150%;
	text-align: right;
	width: auto;
	height: auto;
	position: relative;
	display: flow-root;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.ttext-tel
{
	font-weight: 500;
}

.ttext-email
{
	font-weight: 500;
}

.ttext-top
{
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	display: block;
	//position: absolute;
	overflow: hidden;
	transition: max-height 0.35s ease-in;
	opacity: 0;
	max-height: 0;
	top: 10;
	z-index: 99;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.ttext-bold
{
	font-size: 16px;
	font-weight: 1000;
	letter-spacing: 1px;

}

.ttext-email a:hover
{
	color: #f4b200;
}

#team
{
	background-color: #686062;
}

#team .entry-content
{
	padding-bottom: 0;
}

.one-third
{
	margin-bottom: 50px;
}

.team-text
{
	position: relative;
	text-align: right;
	padding-left: 37%;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-right: 100px;
	float: left;
}

.team-rotate
{
	position: absolute;
	text-align: left;
	left: 10px;
	top: 10px;
	padding-top: 40px;
	padding-left: 100px;
	width: 100%;
	height: 100%;
	//        z-index: 2;
}

.team-rotate img
{
	float: left;
	width: 150px;
	height: 150px;
	animation-name: ani-spinner;
	animation-duration: 8s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}

.team-rotate-norotate
{
	position: absolute;
	text-align: left;
	left: 10px;
	top: 10px;
	padding-top: 40px;
	padding-left: 100px;
	width: 100%;
	height: 100%;
	//        z-index: 2;
}

.team-rotate-norotate img
{
	float: left;
	width: 150px;
	height: 150px;
}

.team-rotate-norotate img
{
	width: 150px;
	height: 150px;
}

.team-rotate-norotate img:hover {
	animation: shake 1s;
	animation-iteration-count: 2;
}

@keyframes ani-spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes shake {
	0% { transform: rotate(0deg); }
	30% { transform: rotate(-5deg); }
	60% { transform: rotate(0deg); }
	90% { transform: rotate(5deg); }
	100% { transform: rotate(0deg); }
}

@media screen and (max-width: 1024px) {
	.team-text {
		margin-right: calc(10% + 100px);
		min-height: 100%;
	}
}

@media screen and (max-width: 768px) {

	.team-1170
	{
		width: 960px;
	}

	.column 
	{
		width: 100%;
		float: none;
		padding: 10px;
	}

	.team-text
	{
		width: 60%;
		padding-top: 120px;
	}

	.row
	{
		padding-block-start: 10px;
	}

	.card img
	{
		display: flex;
		width: 400px;
	}

	.ttext
	{
		width: 94%;
		padding-left: 0px;
		padding-right: 0px;
	}

	.ttext-top
	{
		width: 94%;
		padding-left: 0px;
		padding-right: 0px;
	}

	.entry-content
	{
		padding-left: 3%;
		padding-right: 3%;
	}

}

@media (max-width: 425px) {

	article
	{
		padding-top: 130px;
	}

	.team-1170
	{
		width: 100%;
	}

	.column 
	{
		width: 100%;
		float: none;
		padding: 10px;
	}

	.team-text
	{
		width: 60%;
	}

	.row
	{
		padding-block-start: 10px;
	}

	.card img
	{
		display: flex;
		width: 94%;
	}

	.ttext
	{
		width: 94%;
		padding-left: 0px;
		padding-right: 0px;
	}

	.ttext-top
	{
		width: 94%;
		padding-left: 0px;
		padding-right: 0px;
	}

	.team-rotate
	{
		padding-top: 10px;
		padding-left: 5px;
	}

	.team-rotate-norotate
	{
		padding-top: 10px;
		padding-left: 5px;
	}

	.entry-content
	{
		padding-left: 3%;
		padding-right: 3%;
	}

	.footer
	{
		padding: 100px 0;
	}

}

@media screen and (max-width: 320px) {

	.team-text
	{
		padding-top: 120px;
	}

}

@media screen and (max-width: 1100px) { 

	.single-portfolio .x-close
	{
		right: 50%;
		right: calc(50% - 30px); 
	} 

}


@media screen and (max-width: 1020px) {

	.team-1170
	{
		width: 100%;
	}

	.article 
	{
		padding-top: 140px;
	}

}

/* END TEAM SECTION */
