/* basic style */
* { 
	outline:none!important;
}
a { -webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
a:focus { 
	text-decoration:none;
	
}
:after { 
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

html {
	
}
body {
	font-family: 'MyriadPro-Regular';
	color: #18222b;
	margin: 0;
	padding: 0;
}
body img { 
	width:100%;
}
.container { 
	z-index:10!important;
}
input[type='submit'] {
	-webkit-appearance: none;
	box-shadow: none;
}
button {
	outline: none;
}
select {
	-webkit-appearance: none;
}
/* end basic style */

@media only screen and (max-width : 992px) {
	.hiddenMobile { display:none; visibility:hidden; }
}