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



*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

body {
	background: white;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Raleway', Arial, sans-serif;
}
header {
    height: 320px;
	background-size: cover;
    margin-bottom: 10px;
    position: relative;
    background-color: none;
    background-image: none;
    background-repeat: no-repeat;
    -moz-box-shadow: 0px 5px 10px #888;
    -webkit-box-shadow: 0px 5px 10px #888;
    box-shadow: 0px 5px 10px #888;
    padding-bottom: 0px;
}
header img{
	position: relative;
	text-align: center;
	clear:both;
	
}
img, object, embed, video {
	max-width: 100%;
	-ms-interpolation-mode:bicubic;
}
div.nameCom {
	height: 160px;
	width:auto;
	text-align: center;
	margin-top: 0px;
}

div.nameCom {
     background-color: none;    
     -webkit-animation: spotlightBG 30s infinite alternate;
     -moz-animation: spotlightBG 30s infinite alternate;
     -o-animation: spotlightBG 30s infinite alternate;
     animation: spotlightBG 30s infinite alternate;
 }
.logo{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
}

a {
	outline: none;
	color: red;
	text-decoration: none;
}

a:hover, a:focus {
	color:red;
}
ul.nav {	
	font-family: "Monserrat", sans-serif;
	background-color: none;
	font-size: 1em;
	text-align: center;
	width: 65%;
    font-weight: bold;
	text-transform: lowercase;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 12px;
}
.nav li {
	list-style: none;
	display: inline;
	margin: 0 20px 0 0;
	color: #666;
}
.nav a {
	color: #666;
	text-decoration: none;
}
.nav a:hover {
	color: red;	
}

section {
	padding: 1em;
	text-align: center;
}

.content {
	margin: 0 auto;
	max-width: 1000px;
}

.content > h2 {
	clear: both;
	margin: 0;
	padding: 4em 1% 0;
	color: gray;
	font-weight: 800;
	font-size: 1.5em;
}

.content > h2:first-child {
	padding-top: 0em;
}

/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 4em 1em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 800;
	font-size: 4em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	color: #74777b;
	font-weight: 300;
	font-size: 45%;
}

/* Demo links */
.codrops-demos {
	clear: both;
	padding: 1em 0 0;
	text-align: center;
}

.content + .codrops-demos {
	padding-top: 5em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0 5px;
	padding: 1em 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
	background: #3c414a;
	color: #fff;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {
	clear: both;
	padding: 6em 1em;
	font-size: 120%;
}

.related > a {
	display: inline-block;
	margin: 20px 10px;
	padding: 25px;
	border: 1px solid #4f7f90;
	text-align: center;
}

.related a:hover {
	border-color: #39545e;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

@media screen and (max-width: 25em) {
	.codrops-header {
		font-size: 75%;
	}
	.codrops-icon span {
		display: none;
	}
}
/**set2.css**/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 1em 0 4em;
	max-width: 1280px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** katiagem *****/
/*---------------*/

figure.effect-katiagem {
	background:rgba(190,189,189,1.00);
}

figure.effect-katiagem img {
	max-width: none;
	height: 440px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-katiagem figcaption {
	text-align: left;
}

figure.effect-katiagem2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-katiagem p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-katiagem p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-katiagem p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-katiagem p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-katiagem:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-katiagem:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-katiagem:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-katiagem:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-katiagem:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** orcharducks*****/
/*-----------------*/

figure.effect-katiagem {
	background:rgba(190,189,189,1.00);
}

figure.effect-katiagem img,
figure.effect-katiagem h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-katiagem img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-katiagem h2,
figure.effect-katiagem p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}

figure.effect-katiagem p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-katiagem:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-katiagem:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-katiagem:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
footer{
	background-color:none;
	background-size: cover;
	height: auto;
	width: 100%;
    margin-top: 35px;
	margin-bottom: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 30px;
	padding-botton: 20px;
	padding-left: 20px;
	padding-right: 20px;
    display: block;
	clear:both;
}
.roaming{
	padding: 10px;
}
ul.social{
	display: block;
	margin: 3% 0;
	list-style-type: none;
	text-align: center;
}
ul.social li{
	font-size: 1.2em;
	display: inline;
	padding: 0 1%;
}
ul.social li a{
	color: rgba(117,112,112,1.00);
}
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{
    font-family: "Montserrat", sans-serif;
    color: black;
	text-align: center;
	font-size: .7em;
	padding-bottom: 5px;
}
p.copyright{
    font-family: "Montserrat", sans-serif;
    color: black;
	text-align: center;
	font-size: .7em;
	padding-bottom: 5px;
}
 footer #privacy {
	padding: 20px;
}
footer #privacy p {
	font-family: "black", sans-serif;
    color: black;
	font-size: 0.4em;
	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;
}
footer #privacy h3{
	font-family: "Montserrat", sans-serif;
    font-size: 1em;
	color: black;
	text-align: center;
}
footer #privacy p:hover {
	font-size: 1.2em;
	color: black;
}
@-webkit-keyframes nameCom {
     0% {color: none;}
     50% {color: #666666;}
     100% {color: #999;}	
}
@-moz-keyframes nameCom {
      0% {color: none;}
     50% {color: #666666;}
     100% {color: #999;}	
}
@-o-keyframes nameCom {
      0% {color: none;}
     50% {color: #666666;}
     100% {color: #999;}	
}
@keyframes nameCom {
      0% {color: none;}
     50% {color: #666666;}
     100% {color: #999;}	
}



/**normalize.css**/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

