

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: #a64bf4;
	background: -webkit-linear-gradient(45deg, #00dbde, #fc00ff);
	background: -o-linear-gradient(45deg, #00dbde, #fc00ff);
	background: -moz-linear-gradient(45deg, #00dbde, #fc00ff);
	background: linear-gradient(45deg, #1f9bde, #1f9bde);
}

.wrap-contact100 {
	max-width: 550px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 42px 55px 45px 55px;
}

.form-container
{
    justify-content: center;
}

.form-content
{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*------------------------------------------------------------------
[ Form ]*/

.contact100-form {
	width: 100%;
        padding: 5px;
        background: #1f9bde;
}

.contact100-form-new-title {
	display: block;
	font-size: 40px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 44px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
}

.form-new-title2 {
	display: block;
	font-size: 40px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
}

.screenName
{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
}

.contact100-form-title {
	display: block;
	font-family: Gotham-Bold-Regular;
	font-size: 39px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 44px;
}

/*------------------------------------------------------------------
[ Menu]*/

.customMenu.ui-menu.ui-widget
{
    background-color: lightgray;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-top-color: #1f9bde;
    border-top-width: 15px;
    padding-left: 10px;
    width: 75%
}

.selectedMenuItem.ui-menuitem-link
{
    font-weight: bold;
    background-color: white;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 15px;
    padding-left: 15px !important;
}

.normalMenuItem.ui-menuitem-link
{
    font-weight: bold;
    margin-bottom: 5px;
}

.brandHeader
{
    background: #ffffff;
    justify-content: center;
    padding: 10px;
}

/*------------------------------------------------------------------
[ Input ]*/

.subformDesign.ui-panelgrid-cell
{
    border: 1px solid #bdbdbd !important;
    background: #f1f1f1 !important;
    text-align: center;
    border-radius: 5px;
}

.subform_header
{
    font-weight: bold;
    font-size: 16px;
}

.wrap-input100 {
	width: 100%;
	position: relative;
	border-bottom: 2px solid #d9d9d9;
	padding-bottom: 5px;
	margin-bottom: 27px;
}

.label-input100 {
	/*font-family: Gotham-Bold-Regular;*/
	/*font-size: 13px;*/
	color: #666666;
	/*line-height: 1.5;
	padding-left: 5px;*/
}

.input100 {
	display: block;
	width: 100%;
	background: transparent;
	/*font-family: GothamLight;*/
	/*font-size: 18px;*/
	color: #3a3a3a !important;
	/*line-height: 1.2;
	padding: 0 5px;*/
}

.input_normal
{
    max-width: 170px;
    color: #3a3a3a !important;
    background: transparent;
}

.focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.focus-input100::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	background: #009f9c;
}

/*---------------------------------------------*/

textarea.input100 {
	min-height: 110px;
	padding-top: 9px;
	padding-bottom: 13px;
}

.input100:focus + .focus-input100::before {
	width: 100%;
}

.has-val.input100 + .focus-input100::before {
	width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 13px;
}

.wrap-contact100-form-btn {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 25px;
	overflow: hidden;
	margin: 0 auto;
}

.contact100-form-bgbtn {
	position: absolute;
	z-index: -1;
	width: 300%;
	height: 100%;
	background: #009f9c;
	/*background: -webkit-linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -o-linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -moz-linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);*/
	top: 0;
	left: -100%;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.contact100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 50px;

	font-family: Gotham-Bold-Regular;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
	left: 0;
}

.contact100-form-btn i {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.contact100-form-btn:hover i {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}


