/* General */

/* color */
/*.dark-grey-blue{color: #2c3e50;}
.brownish-grey{color: #666666;}
.black{color: #2f2e2e;}
.azure-two{color: #0095f2;}
.pink-red {color: #ef0252;}*/


div:focus, img:focus, a:focus {
	outline: none !important;	
}

.dir-ltr {
	direction: ltr !important;
}

/* size */

.text-size-40{font-size: 40px;}
.text-size-30{font-size: 30px;}
.text-size-28{font-size: 28px;}
.text-size-25{font-size: 25px;}
.text-size-24, .text-size-24 p {font-size: 24px;}
.text-size-23{font-size: 23px;}
.text-size-22{font-size: 22px;}
.text-size-21, .text-size-21 p{
	font-size: 21px;
	}
.text-size-20{font-size: 20px;}
.text-size-19, .text-size-19 p{
	font-size: 19px !important;
	}
.text-size-18, .text-size-18 p {font-size: 18px;}
.text-size-16, .text-size-16 p {font-size: 16px !important;}
.text-size-15, .text-size-15 p {font-size: 15px;}
.text-size-14, .text-size-14 p {font-size: 14px !important;}
.text-size-12, .text-size-12 p {font-size: 14px;}



h2.homeHeaders {
    font-size: 38px;
    font-weight: bold;
	margin-bottom: 22px;
}




/* font weight */

.semibold, .semibold p {
	font-weight:600;
}
.bold, .bold p {
	font-weight:700;
}
.light, .light p {
	font-weight: 300;	
}

/* color */

.white, .white p {
    color: white !important;
}
.off-white {
	color: #fefefe;	
}
.dark_blue {
    color:#3d414d; !important;
}
.light_blue {
    color: #18cdf0; !important;
}
.peach {
	color: #ed9b9b !Important;	
}
.grey {
	color: #6c6f73;
}
.pink {
	color: #ed9b9b;	
}

.pinkBackground {
    background-color: #fdf5f5;
}


a.blackPhone {
    color: black;
    font-weight: 600;
}

.full {
	width: 100%;	
}
/* center */

.centerText {
	text-align:center !important;
	text-align-last:center !important;
}
.rightText {
    text-align: right !important;
    text-align-last: right !important;
}


.one-in-row {
    display: block !important;
}

.topSpace {
	margin-top:30px !important;
}



/**/
a button.grey-btn {
	border-radius: 0;
    background-color: #fff;
    text-transform: uppercase;
    color: #222;
    background-image: none;
    border: 1px solid #fff;
    line-height: 48px;
    display: flex;
    margin: 0 auto !important;
    justify-content: center;
	transition: all 1s;
}
a:hover button.grey-btn {
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
}


.pinkBorderButton {
    border-radius: 100px;
    border: 1px solid #ed9b9b;
    color: #ed9b9b;
    background-color: transparent;
    box-shadow: 0 8px 20px 0 rgba(224, 224, 224, 0.5);
    padding: 13px 45px;
	display: inline-block;
}
.pinkBorderButton:hover {
    color: white !important;
    background-color: #ed9b9b;
}

.whiteBorderButton {
    border-radius: 100px;
    border: 1px solid white;
    color: #ed9b9b;
    background-color: white;
    padding: 13px 74px;
    display: inline-block;
}
.whiteBorderButton:hover {
    color: white !important;
    background-color: #ed9b9b;
}



a button.black-btn {
	display: -webkit-inline-box;
	border-radius: 0;
    background-color: #18cdf0;
    color: #fff;
    background-image: none;
    border: 1px solid #18cdf0;
    line-height: 46px;
    display: flex;
    margin: 0 auto !important;
    justify-content: center;
	transition: all 1s;
	display: inherit;
}

button#send2 {
    height: 45px;
    width: 191px;
    font-size: 19px;
}

a:hover button.black-btn {
    background-color: transparent;
    text-transform: uppercase;
    color: #18cdf0;
}
a button {
	width: 207px;
	height:46px;	
	font-size: 20px;
}

.buttonSpace {
	 padding: 0px 50px;
}

a.peach-btn {
    height: 53px;
    display: inline-block;
    width: 227px;
    text-align: center;
    margin-top: 28px;
}
a button.peach-btn, button.peach-btn, input[type="submit"].peach-btn, .peach-btn {
	/*background-color: #ed9b9b;*/
	/*border: 1px solid #ed9b9b;*/
	box-sizing:border-box;
	border-radius: 100px;
	height: 53px;
	line-height: 53px;
	color: #fff;
	font-size: 19px;	
	/*box-shadow: 0px 3px 14px 0px rgba(224, 224, 224, 0.5);*/
	box-shadow: 0px 9px 22px 0px rgba(88, 88, 88, 0.5)
	/*transition: all 1s;*/
	outline: none;
	background-color: rgba(237, 155, 155, 0.7);
}
a:hover button.peach-btn, button.peach-btn:hover, input[type="submit"].peach-btn:hover, .peach-btn:hover {
	/*background-color: #fff;*/
	/*color: #ed9b9b;*/
	background-color: rgba(237, 155, 155, 1);
}


a button.white-btn, button.white-btn, input[type="submit"].white-btn {
	background-color: #fff;
	border: 1px solid #ed9b9b;
	box-sizing:border-box;
	border-radius: 100px;
	height: 53px;
	line-height: 53px;
	color: #ed9b9b;
	font-size: 19px;	
	box-shadow: 0 8px 20px 0 rgba(224, 224, 224, 0.5);
	transition: all 1s;
	outline: none;
}
a:hover button.white-btn, button.white-btn:hover, input[type="submit"].white-btn:hover {
	background-color: #ed9b9b;
	color: #fff;
}


   
/* Text styles */

.warm-grey {color: #666;}
.black {color: #282d40;}
.white {color: #fff;}
.dark-grey { color: #373737;}
.dark-black { color: #333;}
.mid-grey {color: #6c6f73;}
.grey {color: #707070 !important;}
/* Text styles */



h1.big {
    font-size: 55px;
    font-weight: bold;
    line-height: normal;
}


h2 {
	font-size: 30px;
	margin: 0;
}
h3 {font-size: 18px;}
h4 {
	font-size: 15px;
}
.uppercase {text-transform: uppercase;}
.md-txt {font-size: 18px;}
.l-txt {font-size:20px};
.ml-txt {font-size:25px};
.sm-txt {font-size: 15px;}
.xsm-txt {font-size: 13px;}
.xxsm-txt {font-size: 11px;}
.btn-txt {font-size: 14px;}
.bold {
	font-weight: bold;
}

.btn-black {
    background: #000;
    border-radius: 0;  
}

a.white {
	color: #fff !important;	
	font-size:18px;
}


/* form styles */

form .input-wrap label {
	font-size: 15px;
    font-weight: 600px;
    margin-bottom: 10px;
    color: #373737;
}
form .input-wrap input,textarea {
	border: 1px solid #e8b0b3;
    border-radius: 4px;
	font-size: 15px;
	color: #707070;
	padding-right: 8px;
	padding-left:8px;
}
form .input-wrap input {
    height: 50px; 
    line-height: 50px;
}
form .input-wrap textarea {
	padding-top: 12px;
	padding-bottom: 12px;
}
form .input-wrap {
	margin-bottom: 10px;	
}
form .input-wrap input:focus, form .input-wrap textarea:focus {
	background: #fff;
	outline:none;	
}
form .validation-error-message>p {
    color: #e8b0b3;
    font-size: 14px;	
}
form .input-wrap input:-webkit-autofill, form .input-wrap textarea:-webkit-autofill, form .input-wrap select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.displayBlock {
	display: block !important;
}

/*end form styles */


/*p {
	margin: 0;	
}

h2 {  
  font-size: 40px;
  font-weight: bold;
  color: #212f3f;  
}
h3 {  
  font-size: 24px;
  font-weight: bold;  
  color: #2c3e50;  
}

h4 {  
  font-size: 22px;
  color: #535353;
}*/

/* 2c3e50 */

/*.h1-bold, .bigDarkGreyBold { 
  font-size: 40px;
  font-weight: bold;  
  color: #2c3e50;  
}
.medDarkBlueBold, .bigDarkBlueBold { 
  font-size: 30px;
  font-weight: bold;
  color: #2c3e50; 
}

.green-success{
 font-size: 16px;
 color: #71c341;
}*/
  
/*.bigDarkBlueBold {  
  font-size: 29px;
  font-weight: bold;  
  color: #2c3e50;
}*/

/*.medDarkBlueNormal {
  font-size: 26px;
  color: #2c3e50; 
}
.MedDarkGreyBold, .medDarkBlueBold , .bold-dark-grey-blue{  
  font-size: 23px;
  font-weight: bold;
  color: #2c3e50; 
}*/
/*.medDarkBlueBold { 
  font-size: 22px;
  font-weight: bold;  
  color: #2c3e50;  
}*/

/*.bold-dark-grey-blue {  
  font-size: 22px;
  font-weight: bold;  
  color: #2c3e50;  
}*/
/*.italic-dark-grey-blue { 
  font-size: 22px;
  
  font-style: italic; 
  color: #2c3e50;  
}
.dark-grey-blue-bold-21 {  
  font-size: 21px;
  font-weight: bold;  
  color: #2c3e50;  
}
.black-sm-14{
font-size: 14px;
font-weight: bold;
color: #2f2e2e;
}
.medDarkBlueBold { 
  font-size: 20px;
  font-weight: bold;  
  color: #2c3e50; 
}

.medDarkGreyBold ,.medDarkGreyBold {  
  font-size: 19px;
  font-weight: bold;  
  color: #2c3e50;  
}*/

/*.medDarkGreyBold { 
  font-size: 19px;
  font-weight: bold; 
  color: #2c3e50; 
}*/


/*.dark-grey-blue { 
  font-size: 18px;
  font-weight: bold;
  color: #2c3e50;
}

.medDarkBlueBold-30 {
  font-size: 30px;
  font-weight: bold;
  color: #2c3e50;
}

.medDarkGreyNormal {
  font-size: 18px;
  color: #2c3e50;
}
.smallDarkGreyNormal {
  font-size: 16px;
  color: #2c3e50;
  font-weight: normal;
}
.xsDarkGreyBold {
  font-size: 16px;
  color: #2c3e50;
  font-weight: bold;
}
.dark-grey-blue-15 {
  font-size: 15px;
  color: #2c3e50;
}
.xxsDarkGreyBold {
  font-size: 14px;
  font-weight: bold;
  color: #2c3e50;
}

*/

/* fff */
/*.XXLBoldWhite {
  font-size: 64px;
  font-weight: bold;  
  color: #ffffff;  	
}

.veryBigWhiteBold {  
  font-size: 56px;
  font-weight: bold;  
  color: #ffffff;  
}
.bigWhiteBold { 
  font-size: 29px;
  font-weight: bold;  
  color: #ffffff;
}
.bigWhiteNormal {
  font-size: 26px;
  color: #ffffff;
}
.medBigWhiteBold {  
  font-size: 23px;
  font-weight: bold; 
  color: #ffffff; 
}
.md-regular-white {
  font-size: 24px;
  font-weight: bold; 
  color: #ffffff;  
}
.med-bold-white {
  font-size: 22px;
  font-weight: bold; 
  color: #ffffff;  
}
.medBigWhiteNormal {
  font-size: 24px;  
  color: #ffffff; 
}
.txt-white  {  
  font-size: 19px;
  font-weight: bold; 
  color: #ffffff;  
}*/
/*.smallWhiteNormal {  
  font-size: 19px;
  font-weight: bold; 
  color: #ffffff; 
}*/
/*.smallWhiteBold {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.smallWhiteNormal { 
  font-size: 17px; 
  color: #ffffff;
}
.medSmallWhiteBold { 
  font-size: 17px;
  font-weight: bold;  
  color: #ffffff;
}
.dodger-blue{
  font-size: 16px;
  color: #42a5f5;
}

.smallWhiteBold {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.smallWhiteNormal16 {
  font-size: 16px;
  color: #ffffff;
}
.vsmallWhiteNormal, .sm-regular-white {
  font-size: 15px;
  color: #ffffff;
}*/
/*.sm-regular-white {
  font-size: 15px;
  color: #ffffff;
}*/
/*.smallWhiteNormal13 {
  font-size: 13px;
  color: #ffffff;
}
.xxsWhiteNormal,.txt-sm-regular-white  {
  font-size: 12px;
  color: #ffffff;
}*/
/*.txt-sm-regular-white {
  font-size: 12px;
  color: #ffffff;
}*/


/* 0095f2 */

/*.veryBigAzureBold { 
  font-size: 56px;
  font-weight: bold;  
  color: #0095f2; 
}
.BigAzureTwoBold {  
  font-size: 51px;
  font-weight: bold;  
  color: #0095f2;
}
.BigWhiteTwoBold {  
  font-size: 51px;
  font-weight: bold;  
  color: #ffffff;
}
.BigAzureTwoNormal { 
  font-size: 24px; 
  color: #0095f2;  
}
.medAzureTwoBold {  
  font-size: 20px;
  font-weight: bold;  
  color: #0095f2;  
}
.smallAzureBold {
  font-size: 18px;
  font-weight: bold;
  color: #0095f2; 
}
.smallAzureTwoNormal , .xsAzureNormal{
  font-size: 16px;
  color: #0095f2;
}*/
/*.xsAzureNormal {
  font-size: 16px;
  color: #0095f2;
}*/
/*.xsAzureBold,.smallAzureBold, .stage-text  {
  font-size: 16px;
  font-weight: bold;
  color: #0095f2;
}
.sm-azure-two {
  font-size: 15px;
  color: #0095f2;
}
.xsAzureBold {
  font-size: 14px;
  font-weight: bold;
  color: #0095f2;
}
.xsAzureNormal {
  font-size: 14px;
  font-weight: 300;
  color: #0095f2;
}
*/
/*119cfb*/

/*.xs-azure {
  font-size: 13px;
  color: #119cfb;
}
*/
/*535353*/

/*.md-regular {  
  font-size: 22px;  
  color: #535353;
}
*/
/*42a5f5*/

/*.regular-dodger-blue {
  font-size: 15px;
  color: #42a5f5;
}*/

/*666*/
/*.xl-brownish-grey , .medBrownGreyNormal{ 
  font-size: 22px;
  color: #666666;
}*/
/*.medBrownGreyNormal {
  font-size: 22px; 
  color: #666666;  
}*/
/*.midBrownGreyNormal, .smallBrownGreyNormal , .regular-brownish-grey{  
  font-size: 18px;  
  color: #666666;
}*/
/*.smallBrownGreyNormal {
  font-size: 18px;
  color: #666666;
}*/
/*.regular-brownish-grey {
  font-size: 18px;
  color: #666666; 
}*/


/*.smallBrownGreyNormal, .sm-brownish-grey {
  font-size: 16px;
  color: #666666;
}*/
/*.sm-brownish-grey {
  font-size: 16px;
  color: #666666;
}*/


/*0f7fee*/
/*.h3-blue { 
  font-size: 18px;
  font-weight: bold;  
  color: #0f7fee;
}
.mediumBlue { 
  font-size: 22px;
  color: #0f7fee;
}
.sm-blue-light {
  font-size: 15px;
  font-weight: 300;
  color: #0f7fee;
}
.vsmallBlueBold {
  font-size: 14px;
  font-weight: bold;
  color: #0f7fee;
}
.sm-regular-blue, .vsmallBlueNormal {
  font-size: 15px;
  color: #0f7fee;
}*/
/*.vsmallBlueNormal {
  font-size: 15px;
  color: #0f7fee;
}*/


/*212f3f*/

/*.mediumBlack {
  font-size: 19px;
  font-weight: bold;
  color: #212f3f; 
}
*/
/* 5c6773 */

/*.sm-slate-grey {
  font-size: 18px;
  font-weight: bold; 
  color: #5c6773; 
}*/

/*4a5460 */

/*.medDarkBold {
  font-size: 18px;
  font-weight: bold; 
  color: #4a5460;
}
*/

/*2f2e2e*/

/*.smallBlackNormal, .regular-black {  
  font-size: 18px;  
  color: #2f2e2e;
}*/
/*.regular-black {
  font-size: 18px;
  color: #2f2e2e;
}*/
/*.smallAlmostBlackNormal {
  font-size: 16px;
  color: #2f2e2e;
}
.xsBlackNormal {
  font-size: 14px;
  color: #2f2e2e;
}
.sBlackNormal,.xxsBlackNormal  {
  font-size: 14px;
  font-weight: 300;
  color: #2f2e2e;
}*/
/*.xxsBlackNormal {
  font-size: 12px;
  font-weight: 300;
  color: #2f2e2e;
}*/

/*212f3f*/

/*.sm-text-black { 
  font-size: 18px; 
  color: #212f3f; 
}
*/
/*232222*/
/*.md-black {  
  font-size: 18px; 
  color: #232222;
}
.txt-sm-regular {
  font-size: 12px;
  font-weight: 300;
  color: #232222;
}*/

/*e74036*/

/*.smallRedNormal {
  font-size: 18px;
  color: #e74036;
}*/

/*ef0252*/

/*.regular-pink-red { 
  font-size: 18px;
  color: #ef0252;
}
.smallPinkRedNormal {
  font-size: 16px;
  color: #ef0252;
}

.smallYellowNormal {
  font-size: 16px;
  color: #F8EB33;
}
*/
/*808080*/

/*.smallMidGreyNormal {
  font-size: 16px;
  color: #808080;
}
.smallBrownGreyNormal {
  font-size: 16px;
  font-weight: bold;
  color: #808080;
}
.vsmallBrownGreyNormal {
  font-size: 14px;
  color: #808080;
}


*/


/* weight */
.text-weight-bold{font-weight: bold;}
.text-weight-100{font-weight: 100;}
.text-weight-200{font-weight: 200;}
.text-weight-300{font-weight: 300;}
.text-weight-400{font-weight: 400;}
.text-weight-500{font-weight: 500;}
.text-weight-600{font-weight: 600;}
.text-weight-700{font-weight: 700;}
.text-weight-800{font-weight: 800;}
.text-weight-900{font-weight: 900;}

@media only screen and (max-width: 1440px) {
	
}
@media only screen and (max-width: 1300px) {
	
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 1024px) {
	
}
@media only screen and (max-width: 980px) {
	
}
@media only screen and (max-width: 767px) {
	
}
@media only screen and (max-width: 540px) {

}
@media only screen and (max-width: 480px) {
	.text-size-20 {
		font-size: 16px;
	}

}
@media only screen and (max-width: 400px) {

}
@media only screen and (max-width: 370px) {

}






