/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
strong {
	font-weight: bold;
}
ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#fff;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
	border: 0;
}

/*	Custom CSS  */
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Fjalla One', sans-serif;
font-family: 'Titillium Web', sans-serif;
*/
body {
	font-family: 'Raleway', sans-serif;
	color: #fff;
}
p {
	font-size: 1.2em;
}
.right{
	text-align: right;
}
.left-txt {
	text-align: left;
}
.separated-lines {
	line-height: 1.4em;
}
.size-07em {
	font-size: 0.7em;
}
.golden-txt{
	color: #C7A960;
}
.gray-txt{
	color: #31302E;
}
.section {
	text-align: center;
}
.section-content {
	position: static;
	height: 100%;
	width: 100%;
}
.section-title { 
	position: inherit;
	margin-top: 60px;
	margin-bottom: 20px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 2.8em;
}
.section-subtitle {
	font-size: 1.2em;
	font-weight: bolder;
	padding: 0% 18%;
}
.clear-40 {
	height: 40px;
}

/*************************  ORDUX MENU  */
#menu li {
	display:inline-block;
	margin: 0px 5px;
	font-size: 0.9em;
	font-weight: bold;
	-webkit-border-radius: 0px;
            border-radius: 0px;
}
#menu li.active{
	background: #c7a960;
	color: #fff;
	border-style: solid;
    border-width: 1px;
    border-color: #90722a;
}
#menu li a{
	text-decoration: none;
	color: #717171;
}
#menu li.active a:hover{
	color: #fff;
}
#menu li:hover{
	background: rgba(199,169,96, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 5px 9px;
	display: block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position: fixed;
	top: 0;
	right: 10%;
	height: 31px;
	z-index: 70;
	width: auto;
	padding: 0;
	margin: 10px 0px 0px 0px;
	background: rgba(255,255,255, 0.2);
	font-family: 'Roboto';
    font-size: 1.1em;
}
.icon-social {
	width: 20px;
	height: auto;
	margin-right: 10px;
}

/* form elements */
input[type="text"] {
	color: #ccc;
    display: block;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: 1em;
    appearance: none;
    box-shadow: none;
    border-radius: 0px;
    background-color: #31302E;
    border-color: #ccc;
    border-width: 1px;
}
input[type="text"]:focus {
    outline: none;
}
.inputForm {
	width: 30%;
	display: inline-block;
}
/* text area */
#contactmessage {
	height: 135px;
	color: #ccc;
	padding: 5px;
	font-family: inherit;
    border-radius: 0px;
    background-color: #31302E;
    border-width: 1px;
    border-color: #ccc;
}
blockquote {
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #bba86d;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

button {
    color: rgb(255, 255, 255);
    background: transparent;
    border-color: #bba86d;
    border-style: solid;
    margin-top: 15px;
    padding: 10px 45px;
    font-weight: bolder;
}

button:hover {
	background-color: #C7A960;
	background: rgba(199,169,96, 0.8);
}



/*************************	HOME */
#orduxHome {
	background: url('../img/bg_home.jpg') no-repeat center / cover;
}
#logo img {
	position: absolute;
	top: 4%;
	left: 15%;
	width: 250px;
	height: auto;
}
#keywords {
	position: absolute;
	top: 35%;
	left: 15%;
	text-align: left;
	font-family: 'Titillium Web', sans-serif;
	font-size: 3.2em;
}
#keywords p {
	margin: -10px 0px;
	padding: 0;
}
#order {
	-webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
}
#guide {
	-webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
}
#consulting {
	-webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
}
/*************************	US */
#orduxUs {
	background: url('../img/bg_us.jpg') no-repeat center / cover;
}
#logo_white {
	width: 200px;
	height: auto;	
	margin-bottom: 20px;
}
#description {
	position: absolute;
	top: 30%;
	right: 16%;
	width: 350px;
	height: auto;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
}
#description p.separated-lines {
	text-align: justify;
}
#signature {
	width: 100%;
	height: auto;
}
.director-name {
	font-size: 1.2em;
	font-weight: bolder;
}
.profesional-title {
	font-size: 0.85em;
}
/*************************	TEAMWORK */
#orduxTeamwork {
	background: url('../img/bg_teamwork.jpg') no-repeat center / cover;
}
p.team {
	margin: 10% 25%;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
}
/*************************	SERVICES */
#orduxServices {
	background: url('../img/bg_gray.jpg');
}
#services_div {
	height: 65%;
}
#services-list {
	display: inline-flex;
    padding: 2% 12% 0% 12%;
}
#services-list img {
	width: 60%;
	height: auto;
}

#services-list2 {
	display: none;
	padding-top: 5%;
	margin-bottom: 30px;
}
#services-list2 img {
	width: 60%;
	height: auto;
}
#services-list2 div.row {
	display: inline-flex;
	padding: 0px 20%;
}
div.service-item {
	display: block;
}

.service-title {
	color: #c7a960;
	margin-top: 15%;
	font-family: 'Roboto', Arial;
}
#services-banner {
	background: url('../img/services_banner.jpg') no-repeat center / cover;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	color: #31302E;
	height: 35%;
	padding-top: 20px;

}
.quote-service {
	width: 100%;
	margin-top: 4%;
	font-family: 'Titillium Web', sans-serif;
    font-weight: bolder;
    opacity: 0.5;
    padding-left: 20%;
    padding-right: 20%;
}
.quote-autor {
	font-family: 'Raleway', Arial;
	font-size: 0.9em;
}
.line-div {
	height: 2px;
	width: 30%;
	background-color: #C7A960;
	margin: 0px auto;
}
.kws {
    height: 4px;
    margin-left: 10%;
    margin-top: 240px;
    width: 11%;
}

/* Override fancybox classes to replace arows */
/* always visibles */
.fancybox-nav span {
	height: 70px;
	visibility: visible;
}
/* preview arrow */
.fancybox-prev span {
	left: -60px;
	background-image: url('../img/left-arrow.png');
	background-position: 0 0;
}
/* next arrow */
.fancybox-next span {
	right: -60px;
	background-image: url('../img/right-arrow.png');
	background-position: 0 0;
}

/*************************	CLIENTS */
#orduxClients {
	background: url('../img/bg_clients.jpg') no-repeat center / cover;
}
.divisor {
	background: url('../img/pixel-gold.png');
	margin: 15px 20%;
	height: 2px;
}
.client-list {
	margin: 0 20%;
	font-size: 1.2em;
	font-weight: bolder;
	line-height: 1.7;
}
.client-list li {
	margin: 10px 0px;
    font-family: 'Montserrat';
}
.client-list li:hover {
	color: #c7a960;
}
.client-list-mobile {
	display: none;
	margin: 0 20%;
	font-size: 0.9em;
	font-weight: bolder;
	text-align: left;
}
.client-list-mobile li {
	margin: 8px 0px;
}
.client-list-mobile-2 {
	display: none;
	margin: 0 20%;
	font-size: 0.9em;
	font-weight: bolder;
	text-align: left;
}
.client-list-mobile-2 li {
	margin: 8px 0px;
}

#mobile-menu-client {
	margin: 0px 10px;
	font-weight: bolder; }
#btn-back {
	display: none;
}
#btn-more {
	display: none;
}
/*************************	CONTACT */
#orduxContact {
	background: url('../img/bg_location.jpg') no-repeat center / cover;
}
#contactForm {
	margin-left: 15%;
    margin-right: 15%;
}
.inputs {
	display: flex;
	margin-left: 0px;
	margin-right: 0px;
}
.clear-input-hform {
	height: inherit;
	width: 4%;	
}
.contact-info {
	font-size: 1em;
}
#social-bar {
	margin-top: 1%;
}
/*************************	LOCATION */
#footer {
	background: url('../img/bg_gray.jpg');
	display: flex;
	height: 8%;
}
#location-wrap {
	height: 92%;
}
#location-data {
	margin-top: 3%;
}
.location-item {
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
.title-info {
	font-family: 'Titillium Web', sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	margin-bottom: 10px;
}
.ico-info {
	width: 40px;
	height: auto;
}
.correction-ico {
	width: 32px;
}
#copyright {
	height: 8%;
    text-align: left;
    margin-top: 1%;
    margin-left: 15%;
    margin-bottom: 2%;
    font-size: 0.9em;
}

/*************************    MENU  slicknav   */
.slicknav_menu {
	display: none;
	visibility: hidden;
}
#mobile {
	z-index: 100;
    position: absolute;
   	width: 100%;
}
/* for devices with resolution menor than 520 */
@media screen and (max-width: 520px) {
	p {
		font-size: 0.8em;
	}
	#location-wrap {
		height: auto;
	}
	.service-title {
		margin-top: 0%;
	    margin-bottom: 5%;
	}
	.section-title {
		margin-bottom: 0px;
		font-size: 2.5em;
		padding: 0px;
	}
	.section-subtitle {
		font-size: 0.8em;
		padding: 0% 0%;
	}
	/* hide large menu web */
	#menu {
		visibility: hidden;
	}
	/* show mobile menu*/
	.slicknav_menu {
		display: block;
		visibility: visible;
	}
	#menu_mobile {
		display: block;
	}
	.kws {
	    margin-top: 150px;
	}

	/* increment top for logo to give the correct space for mobile menu */
	#logo img {
		top: 15%;
	}
	#keywords {
		font-size: 2.6em;
		top: 40%;
	}
	#logo_white {
		width: 120px;
		height: auto;	
		margin: 15px 0px 5px 0px;
	}
	#description {
		position: inherit;
		width: 260px;
		right: 0;
		padding-left: 70px;
		margin: auto auto;
	}
	#signature {
		width: 100%;
		height: auto;
	}
	p.team {
		font-size: 1.1em;
		margin: 10% 16%;
	}
	blockquote {
		font-size: 14.5px;
	}

	#location-data {
		margin-top: 6%;
	}
	.location-item {
		width: 260px;
		margin-bottom: 15px;
	}
	.divisor {
		margin: 5px 20% 0px 20%;
	}
	.client-list {
		margin: 0 10%;
		font-size: 0.8em;
	}
	/* ocultar lista de web */
	.client-list {
		display: none;
	}
	.client-list-mobile {
		display: block;
		margin: 0 10%;
		font-size: 0.8em;
		text-align: center;
	}
	.client-list-mobile-2 {
		margin: 0 10%;
		font-size: 0.8em;
	}
	#btn-more {
		display: initial;
	}
	#services_div {
		height: auto;
	}
	#services-list {
		display: none;
	}
	#services-list2 {
		display: initial;
	}
	#services-list div {
		margin: 5px 20px;
	}
	#services-list img {
		width: 60px;
		height: auto;
	}
	#services-banner {
		padding-top: 0px;
		font-size: 1.8em;
	}
	/* prev arrow */
	.fancybox-prev span {
		background-size: 36px 72px;
    	left: -34px;
    	top: 40%;
	}
	/* next arrow */
	.fancybox-next span {
		background-size: 36px 72px;
    	right: -33px;
    	top: 40%;
	}
	/*
	.quote-service {
		margin-left: 10%;
		width: 250px;
	}
 	*/
	.quote-service {
		font-size: 0.6em;
    	margin-top: 0;
    	padding: 5% 10%;
	}

	.clear-40 {
		height: 0px;
	}
	#contactForm {
		margin-top: 10px;
		font-size: 0.8em;
	}
	input[type="text"] {
		height: 22px;
		margin-bottom: 5px;
	}
	.inputForm {
		width: 90%;
	}
	#contactmessage {
		width: 100%;
		height: 100px;
		margin-top: -15px;
	}
	.inputs {
		display: block;
	}
}
/* for large heigth resolucions */
@media screen and (min-height:600px) {
	#location-wrap {
		height: 92%;
	}
	/* preview arrow */
	.fancybox-prev span {
		background-size: 36px 70px;
	}
	/* next arrow */
	.fancybox-next span {
		background-size: 36px 70px;
	}
}

/* for devices with resolution major than 520 */
@media screen and (min-width: 520px) {
	/* hide mobile menu*/
    .slicknav_menu { 
		visibility: hidden;
	}
}
