@charset "utf-8";
/* css document */

body {
	/*font-family: 'Segoe UI', Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #212121;*/
}

h1 {
	font-weight: normal;
}

p {
	line-height: 28px;
}

/*form*/
.contact-content-container {
	padding: 40px 0 100px 0;
	background-color: #4b555a;
	background-image: url("/images/home/banner.jpg");
}
#contact-content {
	width: 100%;
	max-width: 960px;
	overflow: hidden;
	text-align: center;
	vertical-align: bottom;
	margin: 0 auto;
}

a:hover {
	text-decoration: underline;
	color: #5AB3FF;
	cursor: pointer;
}

a:visited {
	color: #B8C3CD;
}
#contact-from h1 {
	color: #fff;
}
#contact-from p {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 4px;
	color: #eee;
	display: inline-block;
	line-height: 24px;
}
#contact-from p a {
	color: #83BAE5;
}
/* aa*/
#control-form-horizontal {
	position: relative;
	width: 100%;
	max-width: 700px;
	display: inline-block;
	text-align: justify;
	padding: 20px 0;
}

#sendingCover {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.5;
	z-index: 1;
	display: none;
}

.control-group {
	position: relative;
    text-align: center;
    display: inline-block;
    margin-bottom: 17px;
    font-style: italic;
    padding: 0 8px;
}
.control-group.textarea-group {
	width: 100%;
	line-height: 0;
}
.contact-control {
	border: 1px solid #d0d5d8;
	display: inline-block;
	border-radius: 2px;
	outline: none;
	transition: all .35s;
	-webkit-transition: all .35s;
}

.contact-control:focus, .contact-control:hover {
	border-color: #4797ee;
}

.control-group input {
	height: 55px;
	padding: 0 45px 0 20px;
	font-size: 17px;
	font-size: 1.7rem;
	width: 100%;
}

#inputCatalog {
	height: 55px;
    padding: 0 45px 0 20px;
    font-size: 17px;
    font-size: 1.7rem;
    font-style: italic;
    position: absolute;
    top: 0;
    text-align: left;
    background-color: #fff;
    left: 8px;
    right: 8px;
}

.control-group input::-ms-clear {
    display: none;
}

.inputError {
	border: 1px solid #f05050 !important;
}

#inputMessage {
	resize: vertical;
	width: 100%;
	height: 180px;
	padding: 10px 20px;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 24px;
}

.smart-select-arrow {
	color: #a4abb1;
	right: 18px;
}

#buttonSubmit {
	background-color: rgb(71, 151, 238);
	display: block;
	margin: auto;
	width: 100%;
	max-width: 446px;
	border-radius: 4px;
	height: 55px;
	color: white;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 55px;
	border: 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
}

#buttonSubmit:hover {
	background-color: rgb(72, 155, 246);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px 1px #d0d5d8;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px 1px #d0d5d8;
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px 1px #d0d5d8;
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px 1px #d0d5d8;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px 1px #d0d5d8;
}

.contact-message {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-align: center;
	padding: 20px;
	box-shadow: 0px 1px 1px white inset;
	display: none;
}

#contact-success {
	background-color: #B4F49A;
	border: 1px solid #98D862;
	color: #2D9E2F;
	width: 700px;
	margin: auto;
	font-size: 17px;
	font-size: 1.7rem;
}

#contact-success div {
	font-size: 15px;
	font-size: 1.5rem;
}

#contact-error {
	background-color: #FDB0B0;
	color: #C43E3B;
	border: 1px solid #F5A4B0;
	display: none;
	height: 55px;
	border-radius: 2px;
}

.contact-message a {
	outline: none;
}

.contact-message a span {
	display: inline-block;
	margin: 10px 10px 0;
	width: 160px;
	line-height: 21px;
}

.contact-message .button-action {
	background: #8fcf00;
}

.contact-message .button-action:hover {
	background: #6b9c00;
}

.contact-message .button-primary {
	background: #00b5e5;
}

.contact-message .button-primary:hover {
	background: #008db2;
}

.contact-message .button-caution {
	background: #e8543f;
}

.contact-message .button-caution:hover {
	background: #d9331a;
}

/*location*/
#contact-location {
	width: 100%;
	height: 448px;
	background: #406894 url(img/map.jpg) center no-repeat;
	/*min-width: 960px;*/
	color: white;
	text-align: center;
	padding: 114px 0;
}

#contact-location p {
	font-size: 20px;
	font-size: 2.0rem;
}

#contact-location p {
	font-size: 20px;
	font-size: 2.0rem;
}

#contact-location-cursor {
	width: 100px;
	height: 118px;
	background: url(img/contactIcon.png) no-repeat 0 0;
	margin: auto;
}

/*contact*/
#contact-support {
	width: 100%;
	max-width: 960px;
	margin: auto;
	margin: 80px auto;
	text-align: center;
}

#contact-support > p {
	margin: 30px 0;
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
}
.contact-grid-panel {
	position: relative;
	overflow: hidden;
}
.contact-grid {
	padding: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 330px;
}
.contact-grid-inner {
	padding: 10px;
	background-color: #f8f8f8;
}
.contact-grid a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #428bca;
}
.contact-grid p {
	font-weight: bold;
	font-size: inherit;
}

.contact-grid-wrap {
	margin: 30px;
}

.contact-icon {
	width: 62px;
	height: 61px;
	border-radius: 100%;
	display: inline-block;
	background: #404040 url(img/contactIcon.png) no-repeat;
	margin: 20px 105px;
}

#contact-email {
	background-position: -19px -131px;
}

#contact-twitter {
	background-position: -19px -201px;
}

#contact-facebook {
	background-position: -19px -271px;
}
