/* Enter Your Custom CSS Here 
[codesyntax lang='css']
*/
@import  "http://fonts.googleapis.com/css?family=PT+Sans";

/*************************************************
 * CONTACT FORM CSS
/************************************************/
.wpcf7 {
	color: #37d928;
	font-weight: bold;
	font-family: 'montserrat','PT Sans', 'sans-serif';
}

/*Input Fields*/
.wpcf7 input[type="password"], .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	width: 60%;
	border: 2px solid #000000;
	font-family: 'PT Sans', 'sans-serif';
}

/*Message Area*/
.wpcf7 textarea {
	width: 100%;
	border: 2px solid #68b12c;
	font-family: 'PT Sans', 'sans-serif';
	padding: 6px;
}

.wpcf7 :focus {
	outline: none;
}

/*All Fields when Active*/
.wpcf7 input[type="text"]:active, .wpcf7 input[type="email"]:active, .wpcf7 textarea:active,
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus {
	background-color: #f8f8f8 !important;
	border: 2px solid #8ED2C0;
}

/*Send Button*/
.wpcf7  input[type="submit"] {
	padding: 10px 20px;
	background-color: #68b12c;
	color: #fff;
	text-align: right;
	border: 0px solid #68b12c;
	float: right;
}

/*Send button hover*/
.wpcf7 input[type="submit"]:hover {
	background-color: #37d928;
	border: 1px solid #7bd2bb;
}

div.wpcf7-response-output {
	margin: 2em 0 1em;
	padding: 20px 10px;
	font-family: 'PT Sans', 'sans-serif';
	font-size: 1.2em;
}

div.wpcf7-mail-sent-ok {
	border: none;
	background-color: #8ED2C0;
	color: #fff;
}

div.wpcf7-mail-sent-ng {
	border: none;
	background-color: #8ED2C0;
	color: #fff;
}

div.wpcf7-spam-blocked {
	border: none;
	background-color: #f85342;
	color: #fff;
}

div.wpcf7-validation-errors {
	border: none;
	background-color: #f85342;
	color: #fff;
}

span.wpcf7-not-valid-tip {
	color: #f85342;
	font-size: 1em;
	display: block;
}
.wpcf7 p label{color: #37d928!important;}

.page-id-1740 .avia_textblock  a:hover{color: #0000ee;}
.page-id-1740 .avia_textblock p a {
    display: inline-block;
    vertical-align: top;
}
.page-id-1740 .av_default_container_wrap.container_wrap .template-page {
padding:0;
}
#top #wrap_all .all_colors h2 {
 word-wrap: break-word;
   hyphens:auto;
    text-align:justify;
    -webkit-hyphens:auto;
    -webkit-hyphenate-character:"\2010";
    -webkit-hyphenate-limit-after:1;
    -webkit-hyphenate-limit-before:3;
    -moz-hyphens:auto;
}
table .package-tooltip {
    font-size: 16px;
}
.btn-green{
background: #68B02A;
    color: white!important;
    margin: 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 0;
    padding: 12px 30px;

  font-weight: bold;
}