@charset "utf-8";
/* CSS Document */

/*fonts*/

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:900|Roboto:300,700);

@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Regular-webfont.eot');
	src: url('../_fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Regular-webfont.woff') format('woff'), url('../_fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Regular-webfont.svg#webfont9UOzsjXz') format('svg');
	font-weight: normal;
	font-style:normal;
}
@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Bold-webfont.eot');
	src: url('../_fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Bold-webfont.woff') format('woff'), url('../_fonts/Cantarell-Bold-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Bold-webfont.svg#webfontKr2CkGZp') format('svg');
	font-weight: bold;
	font-style:normal;
}
/* colors 
red: #97190a
green: #008e76
blue: rgba(0,204,204,1)
orange: #ed782a
grey: #9caaa4
yellow:rgba(255,204,0,1)
fuccia:rgba(221,34,81,1)
black:rgba(255,255,255,1)
prune: rgba(128,0,64,1)
*/

body {
	font-size: 100%;
	width: 100%;
	background-color: #FFFFFF;
    margin-top: 0px;
 	padding: 0px;
	}

/*header*/

header {
	height: 419px;
	width: 100%;
	background-image: url(../_images/img-back/portrait-bk.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 20px;
}

.logo{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
}
.logo a{
font-family: 'Cantarell', sans-serif;
	font-size: 2.5em;
	color: chocolate;
	text-decoration: none;
	border: 3px solid  chocolate;
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	margin: 0;
}
.logo a:hover{
	background-color: chocolate;
	color: #7accc8;
}
header a.logo span { display: none; }
header h1 {
	font-family: "Titillium Web", sans-serif;
	font-size: 3em;
	line-height: 152px;
	text-transform: uppercase;
	text-shadow: 0px 5px 2px #000;
	font-weight: 900;
	letter-spacing: 2px;
	color: rgba(255,204,0,1);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	}
/*nav*/
ul.nav {
	color: rgba(51,51,51,1);
	font-size: 2em;
	text-align: center;
	width: 65%;
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 12px;
}
.nav li {
	list-style: none;
	display: inline;
	margin: 0 20px 0 0;
	color: rgba(102,102,102,1);
}
.nav a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
.nav a:hover {
	color: rgba(255,0,0,1);
}
.wrap {
	width: 100%;
	position: relative;
	margin: auto;
	background-color: #FFFFFF;
}
p a img{
	padding-top: 0px;
	margin-bottom: 20px;
	float: left;
	width: 30px;
	height: 30px;
}
.data{
    font: 100% Cantarell, Arial, Helvetica, sans-serif;
    fon-size: 1.2em;
	width: 75%;
	padding: 15px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.data img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
}
.data h2 a {
	font: 100% Cantarell, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: rgba(128,0,64,1);
	text-decoration: none;
	text-align: center;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
.data h2 a:hover {
	color: rgba(0,0,255,1);
	text-align: center;
}
 blockquote{
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	background-color: rgba(255,255,255,1);
	width: 65%;
	border-radius: 40px 40px 40px 40px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 18px;
	color: rgba(0,153,0,1);
	padding: 25px;
}

blockquote p { margin: 40px 30px 20px 50px; }
blockquote p.quote { font-style: italic; font-size: 1.2em;}

blockquote::before { 
     content: '\201c';
	 color:rgba(128,0,64,1);
	 position: absolute;
	 top: 10px; left: 8px;
	 font-size: 9em;
	 font-family: serif;
}
blockquote h4 {
	text-align: right;
	font-weight: normal;
}
.connect{
	width: 90%;
	font-family: Satisfy, cursive;
	background-color: rgba(255,255,255,0.9);
	border-radius: 40px 40px 40px 40px;
	padding: 10px;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: rgba(204,255,51,1);
	border-right-color: rgba(255,204,0,1);
	border-bottom-color: rgba(0,0,204,1);
	border-left-color: rgba(0,204,204,1);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.connect h1{
	font-family: Satisfy, cursive;
	color: rgba(204,0,0,1);
	font-size: 1em;
	text-align: center;
	
}
.connect h1 a{
	font-family: Satisfy, cursive;
    color: red;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
}
.connect h1 a:hover{
	font-family: Satisfy, cursive;
    color: rgba(0,0,0,1);
	font-size: 1em;
	text-align: center;
	text-decoration: none;
}

.data1{
	background-color: white;
	color: rgba(102,102,102,1);
	padding-top: 25px;
	padding-bottom: 25px;
}
.data1 h1 {
	font-family: Satisfy, cursive;
	font-size: 2em;
	color: rgba(54,75,171,1.00);
	text-align: center;
	
}
.data1 button {
    width: 65%;
	cursor: hand;
	background-color: rgba(255,0,0,1);
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 3px 5px #888;
	color: rgba(255,255,255,1);
	border: none;
	display: block;
	margin-top: 3em;
   margin-right: auto;
	margin-bottom: 3em;
	margin-left: auto;
	padding: 10px;
}
.data1 button p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
}
.data1 button:hover {
	transform: scale(1.2);
	background-color: rgba(255,204,0,1);
	color: rgba(51,51,51,1);
}
.note {
	background-color: rgba(244,247,159,1);
	width: 85%;
	border: thick dotted rgba(204,0,0,1);
	margin-right: auto;
	margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 100%;font-weight: 500;
	color: rgba(86,6,7,1.00);
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;	
}
.note h1 {
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.7em;
	color: darkred;
}
.data2{
	background-color: white;
	padding-top: 25px;
	padding-bottom: 40px;
	color: rgba(51,51,51,1);
}
.data2 h2 {
	font-family: "Titillium Web", sans-serif;
	color: rgba(255,255,255,1);
	letter-spacing: 2px;
	font-size: 1.8em;
	line-height: 44px;
	text-shadow: 0px 5px 2px #000;
	text-align: center;
	padding: 15px;
}
.data2 h2 a {
	color: rgba(255,255,255,1);
	text-decoration: none;	
}
.data2 h2 a:hover {
	color: rgba(0,204,153,1);	
}
.data2 button {
	cursor: hand;
	background-color: rgba(166,166,210,1);
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 3px 5px #888;
	color: rgba(51,51,51,1);
	border: none;
	display: block;
	margin-top: 4em;
	margin-right: auto;
	margin-bottom: 4em;
	margin-left: auto;
	padding: 10px;
	width: 65%;
}
.data2 button h2{
	font-family: 'Satisfy', cursive;
	color: rgba(128,0,64,1);
	font-size:18px;
}
.data2 button:hover {
	transform: scale(1.2);
	background-color: rgba(255,51,102,1);
	color: rgba(51,51,51,1);
}
.data2 p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	
}
.data2 button ul li{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	text-align: left;
}
.data2 h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(128,0,64,1);
	text-align: center;
	font-size: 1.8em;
	padding: 12px;
}

.data2 h1 span {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	color: rgba(0,0,255,1);
	
}
.data2 img {
	margin-right: auto;
	margin-left: auto;

}
.data2 blockquote{
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	background-color: rgba(255,255,255,1);
	width: 75%;
	border-radius: 20px 10px 20px 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 18px;
	color: rgba(0,153,0,1);
	padding: 25px;
}

.data2 blockquote p { margin: 40px 30px 20px 50px; }
blockquote p.quote { font-style: italic; font-size: 1.2em;}

blockquote::before { 
     content: '\201c';
	 color:rgba(128,0,64,1);
	 position: absolute;
	 top: 10px; left: 8px;
	 font-size: 9em;
	 font-family: serif;
}
blockquote h4 {
	text-align: right;
	font-weight: normal;
}

.orange {
	text-transform: uppercase;
	color: rgb(251, 174, 44);
	font-weight: bold;
}
.black {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
	color: rgba(51,51,51,1);
	font-weight: bold;
}
.blue {
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-transform: uppercase;
	color:rgba(0,0,204,1);
	font-weight: bold;
}
.red {

	text-transform: uppercase;
	color:rgba(255,0,0,1);
	font-weight: bold;
}
.data img#fact2 {
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	clear: both;
}


@media screen and (max-width: 1024px) {
	
	header { width: 100%; background: url(../_images/img-back/portrait-bk.png); background-repeat: no-repeat;height: 222px; }
}

@media screen and (max-width: 768px) {
	
	header { width: 100%; background: url(../_images/img-back/portrait-bk.png); background-repeat: no-repeat; height: 222px; }
	article { width: 100%; float: none; margin-bottom: 40px; }
	article div { margin: 0px 40px; padding: 0px 0px 30px 0px; border-right: none; border-bottom: 1px solid #555; }
}
@media screen and (max-width: 320px) {
	
	header { width: 100%; background: url(../_images/img-back/portrait-bk.png)); background-repeat: no-repeat; height: 139px }
	h1{
	font-family: "Titillium Web", sans-serif;
	font-size: 1.5em;
	line-height: 10px;
	text-transform: uppercase;
	text-shadow: 0px 5px 2px #000;
	font-weight: 900;
	letter-spacing: 2px;
	color: rgba(0,204,204,1);
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 30px; }
	nav ul{ margin-top: 30px;
	padding-top: 20px; }
}

@media screen and.main,header,footer(max-width:767px){
	
	width:100%;  
	float:none;}
@media screen and.main,header,footer{
	min-max:320px;
	width:100%;
	float:none;}

/*footer styles	*/

footer{
	background-size: cover;
	box-shadow: 0px 10px 0px #888;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	background-color: white;
	background-image: none;
	background-position: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
}

footer img{
	padding: 7px;
}
.container{
	padding: 10px;
}
.container a{
	padding: 10px;
}
 ul.social{
	display: block;
	padding-top: 20px;
	margin: auto;
	list-style-type: none;
	text-align: center;
}
ul.social li{
	font-size: 2em;
	display: inline;
	padding: 0 1%;
}
ul.social li a{
	color: #666;
}
ul.social li.facebook a:hover{color: rgb(59,89,152);}
ul.social li.twitter a:hover{color: rgb(0,172,237);}
ul.social li.instagram a:hover{color: rgb(81,127,237);}
ul.social li.youtube a:hover{color: rgb(187,0,0);}
ul.social li.flickr a:hover{color: rgb(255,0, 132);}
 
 p.copyright{
	text-align: center;
	color: rgba(102,102,102,1);
	font-size: 0.7em;
}
 
footer #privacy {
	padding: 20px;
	margin-top: 20px;

}
footer #privacy h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: rgba(102,102,102,1);
	text-align: center;
	font-family: Cantarell, Arial, Helvetica, sans-serif;
}
footer #privacy p {
	font-size: 0.5em;
	text-align: justify;
	-webkit-transition: font-size .5s ease;
	-moz-transition: font-size .5s ease;
	-o-transition: font-size .5s ease;
	transition: font-size .5s ease;
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	color: rgba(102,102,102,1);
}
footer #privacy p:hover {
	font-size: 1em;
	color: rgba(102,102,102,1);
}
