@charset "utf-8";
/* CSS Document */

body {
	font-weight: bolder;
	color: #271853;/*color: #271853;*/
}
.headtex {
	font-style: italic;
	font-family: "alex-brush";
	color: #271853;/*coloe: #080904*/
}
.symb {
	float: right;
	width: 40px;
	height: 40px;
	display: inline-block;
	padding-right: 6px;
}
.flag {
	float: right;
	padding-right: 5px;
}
.hometext {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	font-weight: 300;
	color: #1b103c;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f4f1fa;
	text-align: left;
	padding-top: 10px;
}/*color: #271853*/
.actcv {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	font-weight: 200;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f4f1fa;
	text-align: left;
	padding-top: 10px;
}
h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h4 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.shwimg {
	max-height: 420px;
	max-width: 630px;
}
.hometextptfl {
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	font-weight: 200;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #6c8cc7;
}
.homecont {
	margin-top: 20px;
	padding: 10px;
}
.mor {
	font-style: italic;
	font-size: 18px;
	color: darkblue;
}
.imsq {
	padding: 5px;
}
/*GROW*/
.grow img {
	height: 180px;
	width: 1200px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.grow img:hover {
	height: 216px;
	width: 1440;
}

/*
.zoom {
 transition: transform 1s;
}

.zoom:hover { 
    transform: scale(2); 
}


*/


/*Tablet View*/


@media (max-width: 768px) {
.heada img {
	width: 48.0%;
}
}

/*Mobile-View*/


@media (max-width: 400px) {
.heada img {
	width: 33.3%;
}
h2 {
	font-size: 50%;
}
}
.coprite {
	font-weight: 25px;
	font-style: italic;
	font-size: 14px;
}
.tapanm {
	float: right
}
.btn {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	margin: 2px;
	display: inline-block;
}
.butaln {
	float: right;
	width: auto;
}

/*Contact-Form*/

@media (max-width: 768px) {
#page-wrap img {
	width: 48.0%;
}
#contact-area {
	width: 48.0%;
}
.label {
	width: 48.0%;
}
}

/*Mobile-View*/


@media (max-width: 400px) {
#page-wrap img {
	width: 33.3%;
}
#contact-area {
	width: 33.3%;
}
.label {
	width: 33.3%;
}
}
#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#contact-area {
	width: 600px;
	margin-top: 25px;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
#contact-area textarea {
	height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}
#contact-area input.submit-button {
	width: 80px;
	float: right;
	font-size: 1.0em;
	font-weight: lighter;
	margin-right: 10px;
	color: white;
	background-color: #271853;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.0em;
}
