/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	font-family: "Quattrocento",serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

a:focus, a:hover {
    text-decoration: none;
	outline: 0 none;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* --- Sticky --- */

#header {
	height: 100px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.is-sticky #header {
	background: rgba(255,255,255,0.95);
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 2px #666;
	-moz-box-shadow: 0px 0px 2px #666;
	box-shadow: 0px 0px 2px #666;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}

.logo-menu.open {
	background: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.logo-menu.open .nav-list {
	opacity: 1!important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out; 
}

.nav-list {
	list-style: outside none none;
    position: absolute;
    right: 8%;
    top: 0;
}

.nav-list li {
	display: inline-block;
    margin: 0 30px;
}

.nav-list li a {
	color: #000;
    font-family: "Quattrocento Sans",sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 100px;
}

.is-sticky #nav-icon4 span {
	background: #000;
}

.logo-menu.open #nav-icon4 span {
	background: #000;
}

.logo-menu .logo img.logo-black {
	display: none;
}

.is-sticky .logo-menu .logo img.logo-white {
	display: none;
}

.is-sticky .logo-menu .logo img.logo-black {
	display: block;
}

.logo-menu.open .logo img.logo-white {
	display: none;
}

.logo-menu.open .logo img.logo-black {
	display: block;
}
/* --- Header --- */

#header-home {
	background-image: url("../img/background-head.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 900px;
	overflow: hidden;
	position: relative;
}

.logo-menu {
	display: inline-block;
    width: 100%;
}

.logo-menu .logo {
	display: block;
    float: left;
    margin-left: 30px;
    margin-top: 25px;
}

.logo-menu .logo img {
	 height: auto;
    max-width: 101px;
}

.logo-menu .menu {
	display: block;
    float: right;
    margin-right: 30px;
    margin-top: 37px;
}

.animate-content {
	left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 93%;
}

.animate-content img {
	max-width: 961px;
	width: 100%;
	height: auto;
}

.animate-content .tlt {
	color: #fff;
    font-family: "Quattrocento",serif;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 96px;
}

.animate-content h1 {
	color: #fff;
    font-family: "Quattrocento",serif;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 96px;
}

.animate-content ul {
	list-style: none;
}

.learn-more {
	bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.learn-more a {
	display: inline-block;
    margin: 0 auto;
}

.learn-more a span {
	font-family: 'Quattrocento Sans', sans-serif;
	color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.learn-more a i {
	color: #fff;
    font-size: 20px;
    line-height: 24px;
}

/* --- Content --- */

h3.section-title {
	color: #888888;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 26px;
    margin: 0 0 50px;
    text-transform: uppercase;
}

#footer h3.section-title {
	margin: 0 0 40px;
}

#who-we-are {
	padding: 150px 0 0;
}

#who-we-are p,
#what-we-do p {
	font-size: 40px;
    letter-spacing: 0;
    line-height: 54px;
    margin: 0 0 80px;
}

span.line {
	background: #e0e0e0 none repeat scroll 0 0;
    height: 1px;
}

#results {
	border-bottom: 1px solid #e0e0e0;
    padding: 70px 0 40px;
}

.results-block {
	
}

.results-block h1 {
	color: #999999;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 55px;
    letter-spacing: -0.25px;
    line-height: 55px;
	font-weight: 600;
}

.results-block h3 {
	color: #212121;
	border-bottom: 1px solid #e0e0e0;
	display: inline-block;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0 10px 10px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.results-block p {
	color: #999999;
    font-family: "Quattrocento",sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
}

#what-we-do {
	padding: 150px 0 120px;
}

.whatwedo-content {
	background: transparent none repeat scroll 0 0;
    border: 1px solid #222222;
    padding: 60px 60px 30px;
    position: relative;
}

.whatwedo-content .tab-icon img {
	max-width: 68px;
	height: auto;
	width: 100%;
}

.whatwedo-content h4{
	color: #999999;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    margin: 0 0 80px;
    text-transform: uppercase;
}

.whatwedo-content span.line{
	margin-bottom: 80px;
}

.tab-icon {
	position: relative;
	margin: 0 0 50px;
}

.tab-icon .tab-item  {
	position: absolute;
}

.tab-icon .tab-item h5 {
	font-family: 'Quattrocento', sans-serif;
	font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0;
	text-transform: uppercase;
}

#what-we-do .tab-icon .tab-item p {
	color: #999999;
    font-family: "Quattrocento",sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
}

#what-we-do .content-2 .tab-icon .tab-item p,
#what-we-do .content-3 .tab-icon .tab-item p {
	color: #222;
}

.content-1 .tab-icon .tab-item-1 {
	 left: 56%;
    right: auto;
    text-align: left;
    top: 3%;
}

.content .tab-icon .tab-item-2 p {
	 text-align: right!important;
}

.content .tab-icon .tab-item-1 p,
.content .tab-icon .tab-item-3 p {
	 text-align: left!important;
}

.content .tab-icon .tab-item p {
	margin: 0!important;
}

.content-1 .tab-icon .tab-item-2 {
	left: auto;
    right: 56%;
    text-align: right;
    top: 44%;
}

.content-1 .tab-icon .tab-item-3 {
	bottom: 3%;
     left: 56%;
    right: auto;
    text-align: left;
}

.content-2 .tab-icon .tab-item-1 {
	 left: 56%;
    right: auto;
    text-align: left;
    top: 5%;
}

.content-2 .tab-icon .tab-item-2 {
	left: auto;
    right: 56%;
    text-align: right;
    top: 47%;
}

.content-2 .tab-icon .tab-item-3 {
	bottom: 6%;
     left: 56%;
    right: auto;
    text-align: left;
}

.content-3 .tab-icon .tab-item-1 {
	 left: 56%;
    right: auto;
    text-align: left;
    top: 5%;
}

.content-3 .tab-icon .tab-item-2 {
	left: auto;
    right: 56%;
    text-align: right;
    top: 33%;
}

.content-3 .tab-icon .tab-item-3 {
	 bottom: 34%;
     left: 56%;
    right: auto;
    text-align: left;
}

.content-3 .tab-icon {
	margin: 0;
}

h3.partner-title {
	font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin: 30px 0 30px!important;
    text-transform: uppercase;
	 font-family: "Quattrocento",sans-serif;
}

#what-we-do .whatwedo-content p{
	color: #222222;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0;
    text-align: center;
    width: 100%;
}


ul.left-nav {
	left: -200px;
    list-style: outside none none;
    max-width: 160px;
    position: absolute;
    text-align: left;
    top: 32%;
    width: 100%;
}

ul.left-nav li {
	border-top: 1px solid #e0dcd5;
    color: #999999;
    font-family: "Quattrocento Sans",sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    padding: 20px 0;
    text-transform: uppercase;
	cursor: pointer;
	position: relative;
}

ul.left-nav li span {
	display: block;
}

ul.left-nav li:hover {
	color: #000;
}

/*ul.left-nav li:hover:before,
ul.left-nav li:focus:before,
ul.left-nav li:active:before,*/
ul.left-nav li.active:before {
	background-image: url("../img/arrow-tab.png");
    background-repeat: no-repeat;
    background-size: 61px auto;
    content: "";
    height: 5px;
    left: auto;
    position: absolute;
    right: -40px;
    top: 47%;
    width: 61px;
}

ul.left-nav li.active {
	color: #000;
}

ul.left-nav li:last-child {
	border-bottom: 1px solid #e0dcd5;
}

/* --- Footer --- */
#footer {
	background-image: url("../img/bg-footer.png");
    background-repeat: repeat;
    background-size: 12px auto;
    padding: 150px 0 50px;
}

ul.list-phone-mail {
	list-style: none;
}

/*ul.list-phone-mail li.phone-icon a{ 
	background-image: url("../img/mobile-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 21px auto;
    padding-left: 35px;
}*/

/*ul.list-phone-mail li.mail-icon a{ 
	background-image: url("../img/email-icon.png");
	background-position: left center;
    background-repeat: no-repeat;
    background-size: 32px auto;
    padding-left: 50px;
}*/

ul.list-phone-mail li p {
	 font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
	font-family: "Quattrocento",sans-serif;
	margin: 0 0 30px;
	color: #212121;
}

ul.list-phone-mail li a {
	color: #222222;
    font-family: "Quattrocento Sans",sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 46px;
}

.locations {
display:none;
	margin-top: 90px;
}

.locations h4 {
	color: #999999;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0 0 30px;
    text-transform: uppercase;
	font-family: "Quattrocento Sans",sans-serif;
}

.locations ul {
	list-style: outside none none;
}

.locations ul li {
	border-right: 1px solid #777777;
    display: inline;
    padding: 0 20px;
	position: relative;
}

.locations ul li:last-child {
	border-right: 0px solid #777777;
}

.locations ul li a {
	color: #222222;
    font-size: 18px;
    line-height: 20px;
	font-weight: 400;
}

.locations ul li a:hover,
.locations ul li a:focus {
	color: #000;
    text-decoration: underline;
}

.location-wrapp {
	left: 0;
    max-width: 1024px;
    min-width: 310px;
    padding-left: 20px;
    position: absolute;
    text-align: left;
    top: 50px;
    width: 100%;
}

.usa .location-wrapp {
    min-width: 770px;
	}

.location-wrapp .location-item:before {
	background: #999999 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin: 0 0 10px;
    width: 100%;
}

.usa .location-wrapp .location-item:before,
.china .location-wrapp .location-item:before {
	width: 100px;
}

.locations ul li.china {
	 position: static;
}

.china .location-wrapp {
	left: auto;
    padding-left: 0;
    right: 0;
    text-align: right;
    top: 95px;
}

.location-wrapp .location-item {
	display: inline-block;
    margin-right: 25px;
	text-align: left;
}

.location-wrapp .location-item h3 {
	font-family: "Quattrocento Sans",sans-serif;
	font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
}

.location-wrapp .location-item p {
	font-family: "Quattrocento Sans",sans-serif;
	color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.location-wrapp .location-item p span {
	display: block;
}

.location-wrapp a.close-btn{
	cursor: pointer;
	display: inline-block;
	height: 22px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 22px;
}

.location-wrapp a.close-btn span {
    background: #999999 none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
    -webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
    width: 100%;
}

.location-wrapp a.close-btn span:nth-child(1) {
    left: 0;
    top: 9px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.location-wrapp a.close-btn span:nth-child(2) {
     left: 0;
    top: 9px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.location-wrapp a.close-btn:hover span {
	background: #222222 none repeat scroll 0 0;
}

.scroll-top {
	bottom: 40px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    right: 150px;
    text-align: center;
    width: 35px;
}

.scroll-top a {
	display: block;
}

.scroll-top i {
	color: #000;
}


#footer-bottom {
	border-top: 1px solid #dfdfdf;
    margin-top: 150px;
    padding-top: 75px;
	position: relative;
}

#footer-bottom img {
	margin: 0 0 95px;
    max-width: 161px;
}

#footer-bottom p {
	color: #999999;
    font-family: "Quattrocento Sans",sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 18px;
}

#footer-bottom:before {
	background: #f6f6f6 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}


/* --- Menu --- */
* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 45px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 29px;
  left: 8px;
}

#form-mail {
    width: 100%;
max-width: 500px;
margin: 0 auto;
text-align: center;
}

#form-mail input {
    display: block;
width: 100%;
margin: 0 0 15px;
height: 40px;
padding: 0 15px;
border: 1px solid #000;
background: transparent;
line-height: 38px;
outline: none;
}

#form-mail textarea {
    display: block;
width: 100%;
margin: 0 0 15px;
padding: 15px;
background: transparent;
border: 1px solid #000;
box-shadow: none;
}

#form-mail .g-recaptcha > div {
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
}

#form-mail button {
    display: block;
margin: 15px auto;
width: 100%;
max-width: 304px;
height: 40px;
border: 1px solid #000;
background: #000;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 38px;
outline: none;
}

#form-mail button:hover,
#form-mail button:focus {
    outline: none;
    border: 1px solid #000;
background: #fff;
color: #000;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}