@charset "utf-8";
/* css GeneralElements */
* {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}
img, object, embed, video {
	max-width: 100%;
}
img {
	width: 100%;
	height: 100%;
	display: block;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
Html, body {
    height: 100%;
	margin: 0px;
}
.No_height {
	height: auto !important;
}
.hideBlock {
	display: none;
}
.BoldTxt {
	font-weight: bold;
}
.TxtalignCenter {
	text-align: center;
}
.BoxRadius {
	border-radius: 10px;
}
.Imgbox {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #C9C7C8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ---------------------------Back Color ----------------------*/
.Back-Blue {
	background-color: #2c3e50;
}
.Back-Red {
	background-color: #e64c3c;
}
.Back-Navy-blue {
	background-color: #0071bc;
}
.Back-Gray {
	background-color: #f0f5fc;
}
.Back-Strong-gray {
	background-color: #969393;
}
.Back-White {
	background-color: #ffffff;
}
.Back-LightGray {
	background-color: #f8fafc;
}
/* --------------------------- Color ----------------------*/
.Txt-Blue {
	color: #2c3e50;
}
.Txt-Red {
	color: #e64c3c;
}
.Txt-Navy-blue {
	color: #0071bc;
}
.Txt-Gray {
	color: #f0f5fc;
}
.Txt-Strong-gray {
	color: #969393;
}
.Txt-White {
	color: #ffffff;
}
/* --------------------------- pass ----------------------*/
.BoxPass {
	border: 1px solid #969393;
}
.UnderPass {
	border-bottom: 1px solid #969393;
}
.TopPass {
	border-top: 1px solid #2c3e50;
}
.No_BoxPass {
	border: none !important;
}
/* --------------------------- pass ----------------------*/

.No_marginLeft {
	margin-left: 0px !important;
}
.No_marginRight {
	margin-right: 0px !important;
}
.No_marginButtom {
	margin-bottom: 0px !important;
}
.No_marginTop {
	margin-top: 0px !important;
}

.No_PaddingLeftRight {
	padding-right: 0px !important; 
	padding-left: 0px !important;
}

.No_PaddingRight {
	padding-right: 0px !important;
}
.No_PaddingLeft {
	padding-left: 0px !important;
}
.No_PaddingButtom {
	padding-bottom: 0px !important;
}
.No_paddingTop {
	padding-top: 0px !important;
}
.No_curser {
	cursor: default !important;
}
.More_marginButtom {
	margin-bottom: 10px !important;
}
.DoubleMore_marginButtom {
	margin-bottom: 50px !important;
}
.TripleMore_marginButtom {
	margin-bottom: 80px !important;
}
.More_marginTop {
	margin-top: 20px !important;
}
.DoubleMore_marginTop {
	margin-top: 60px !important;
}
.paddingTop {
	padding-top: 5px !important;
}
.PaddingButtom {
	padding-bottom: 10px !important;
}
.MorePaddingButtom {
	padding-bottom: 140px !important;
}
.MorePaddingTop {
	padding-top: 60px !important;
}
/* Mobile Layout: 480px and below. */
.gridContainer {
	width: 100%;
	height: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	clear: none;
	float: none;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -140px; /* bottom = footer height */
}
.Container {
	width: 100%;
	max-width: 1350px;
	float: none;
	clear: both;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0px auto;
	overflow: hidden;
/*	position: relative;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header {
	width: 100%;
	float: left;
}
.TopHeaderContent, .TopContent, .Menu, .MenuTop {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.MenuTop {
    padding-left: 15px;
    padding-right: 15px;
}
.TopContent {
	margin-top: 20px;
	padding-bottom: 10px;
}
.LogoIcon {
	width: 36%;
	max-width: 192px;
	float: right;
	display: block;
	text-decoration: none;
}
.LogoIcon:hover {
	text-decoration: none;
}
.Menu {
	display: none;
	border-top: 1px solid #969393;
	margin-top: 10px;
}
.MenuBar {
	width: 35px;
	height: 24px;
	float: left;
	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;
	margin-top: 5px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.MenuBar span {
	width: 100%;
	display: block;
	position: absolute;
	height: 3px;
	border-radius: 9px;
	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;
}
.MenuBar span:nth-child(1) {
	top: 0px;
}
.MenuBar span:nth-child(2) {
	top: 10px;
}
.MenuBar span:nth-child(3) {
	top: 20px;
}
.MenuBar.open span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.MenuBar.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
.MenuBar.open span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.MenuTitle {
	width: 100%;
	float: left;
	font-size: 1.1em;
	text-align: center;
	padding-bottom: 13px;
	padding-top: 13px;
	cursor: pointer;
	text-decoration: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.MenuTitle:hover {
	color: #e64c3c;
	background-color: #f0f5fc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.FooterWrapper {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-top: 50px;
	
}
form {
	width: 100%;
	direction: ltr;
	float: left;
}
/*input, textarea {
    -webkit-appearance: none;
}*/
input:focus, textarea:focus {
	background-color: #FFFFFF;
}
input, textarea {
	width: 100%;
	height: 50px;
	color: #B2B2B2;
	text-indent: 20px;
	font-family: inherit;
	float: left;
	display: block;
/*	background-color: #f9f9f9;*/
	background-color: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #BFBFBF;
	border-image: initial;
	border-radius: 5px;
	outline: none;
}
.inputlabel {
	width: 100%;
	text-align: left;
	color: #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-bottom: 5px;
	padding-top: 15px;
}
.inputcontent {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 30px;
}
textarea {
	height: 108px;
	min-height: 108px;
	max-height: 108px;
	max-width: 100%;
	overflow-y: auto;
	line-height: 2em;
}
.FormBtnCon {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 30px;
}
.FormBtn {
	width: 100%;
	height: 45px;
	line-height: 45px;
	display: block;
	font-weight: bold;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	color: #FFFFFF;
	box-sizing: border-box;
	text-align: center;
	font-size: 1em;
	text-indent: 0px;
	border-radius: 5px;
	background-color: #e64c3c;
}
.FormBtn:active, .FormBtn:hover {
	background-color: #969393;
}
.FormBtn a, .FormBtn a:hover {
	width: 100%;
	color: #FFFFFF;
	display: block;
}
.FormBox {
	width: 100%;
	float: left;
}
/* ----------------------------------- Footer --------------------------------*/
.FooterBox, .FooterBox li, .socialIcons, .socialBox, .FooterMap, .social {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.FooterBox li {
	margin-bottom: 5px;
}
.FooterParagraph {
	margin-bottom: 5px;
}
.socialIcons {
	border-top: 1px solid #F0F5FC;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 70px;
}
.socialBox {
	max-width: 70px;
	margin-right: 21px;
}
.social {
	font-size: 3.32em;
	color: #f0f5fc;
}
.FooterMap{
	margin-top: 30px;
}
iframe {
	width: 100%;
	height: 470px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 0px;
	border-style: none;
}
.GotoTop {
	position: relative;
}
.ToTop {
	width: 100%;
	max-width: 70px;
	height: 40px;
	display: block;
	position: absolute;
	right: 25px;
	bottom: 0px;
	background-color: #2C3E50;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.FotterTxt {
    width: 100%;
    float: left;
    font-size: 1em;
    color: #f0f5fc;
    font-weight: lighter;
	margin-top: 5px;
}


@media only screen and (min-width: 350px){
.FooterParagraph {
    margin-bottom: 0px;
    float: left;
    margin-right: 15px;
}	
.socialBox {
	margin-right: 25px;
}
}


@media only screen and (min-width: 400px){
.MenuBar {
	margin-top: 20px;
}
}


@media only screen and (min-width: 470px){
.LogoIcon {
	width: 31%;
}
}

@media only screen and (min-width: 550px){
.LogoIcon {
    width: 150px;
}
}


@media only screen and (min-width: 600px){
.FormBtn {
    width: 32%;
	max-width: 430px;
    float: right;
    clear: none;
}
.ContactBtn {
	width: 100%;
	max-width: none;
}
}


@media only screen and (min-width: 700px) {
.LogoIcon {
	width: 24%;
}
.TopContent {
	margin-top: 30px;
	position: relative;
}
.MenuBar {
	display: none;
}
.Menu {
	width: 70%;
	position: absolute;
    bottom: 15px;
    left: 0px;
	margin-top: 0px;
	display: block !important;
	border-bottom: none;
	border-top: none;
}
.MenuTitle {
	width: 22%;
	text-align: center;
	display: inline-block;
	padding-bottom: 0px;
	padding-top: 0px;
}
.MenuTitle:hover {
	background-color: transparent;
	border-top: none;
	border-bottom: none;
}
.FormBtn {
    width: 40%;
}
.ContactBtn {
	width: 100%;
	float: right;
}
}


@media only screen and (min-width: 800px){
.FormBox {
    margin-right: 30px;
}	
.FormBox, .ContactBtn {
	width: 30.6%;
}
}


@media only screen and (min-width: 860px){
.FormBox, .ContactBtn {
	width: 30.8%;
}	
}


@media only screen and (min-width: 900px) {
.Menu {
	width: 60%;
}
.MenuTitle{
	font-size: 1.2em;
}
.FormBox, .ContactBtn {
    width: 30.9%;
}
.FooterBox {
    width: 380px;
    margin-right: 40px;
}	
.FooterMap {
	width: 49%;
	float: right;
	max-width: 925px;
    margin-top: 0px;
}
}


@media only screen and (min-width: 950px) {
.FormBox, .ContactBtn {
    width: 31%;
}
.FooterMap {
	width: 50%;
}
}


@media only screen and (min-width: 1000px) {
.FormBox, .ContactBtn {
    width: 31%;
}
.FooterMap {
	width: 55%;
}
}


@media only screen and (min-width: 1100px) {
.FormBox, .ContactBtn {
    width: 31.3%;
}
.FooterMap {
	width: 58%;
}
}


@media only screen and (min-width: 1200px){	
.Menu {
    width: 50%;
}
.MenuTitle{
	font-size: 1.4em;
}
.FormBox, .ContactBtn {
    width: 31.5%;
}
.FooterMap {
	width: 62%;
}
}


@media only screen and (min-width: 1250px) {	
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
 opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
 opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
 opacity: 1;
}

.FooterMap {
	width: 63%;
}
}


@media only screen and (min-width: 1300px){	
.FormBox, .ContactBtn {
    width: 31.7%;
}
.FooterBox {
    width: 380px;
}
.FooterMap {
	width: 65%;
}
}