/* ==================================================
   Basic Styles
================================================== */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

html, body {
	
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{ background:#fff; color:#fff; font-weight:400; font-family: Ubuntu, sans-serif; }
a{
	color:#9f4546;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#FFFFFF;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

strong {
  	font-weight: 500;
}

p { font-size: 1.2em; line-height: 1.6em; margin: 0 0 30px 5px; }

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}

.align_left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;	
}

.color-text { color: #353535; font-weight: 400; }

.through{
	text-decoration:line-through;
}

input, button, select, textarea { font-weight: 300; font-family: 'Ubuntu', sans-serif; outline: none 0; }

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
.separador { margin: 0; padding: 0; position: relative; width: 100%; height: 50px; float: left; }
.foto80 { width: 100%; height: 100%; }
.vari2 { display: none; }

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 0.75em;
  	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
  	color: #232527;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 0.75em;
  	line-height: 1.25em;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 10px;
	font-weight:400;
	font-family: Ubuntu, sans-serif;
	line-height:1.5em;
}

h1{ color: #fff; font-size:2.25em; }

h2{ color: #fff; font-size:1.5em; }

h3{ color: #e0f2ff; font-size:1.5em; }

h4{ color: #fff; font-size:1.25em; }

h5{ color: #fff; font-size:1.12em; }

h6{ color: #fff; font-size:1em; }

h3.spec {
	color: #FFFFFF;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}


/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}

/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#home-slider .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#home-slider .slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -125px 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;	
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;	
}

#home-slider .slide-content {
	font-size: 3.75em;
	color: #cb4648;
	letter-spacing: -3px;
	text-transform: uppercase;	
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: #2F3238;
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #26292E;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;	
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color:#DE5E60;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 1em;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;	
}

#home-slider #prevslide i {
	margin-left: -9px;	
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;	
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;	
}

#home-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;	
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#DE5E60;
}

#home-slider #nextsection {
	background-color: #26292E;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#DE5E60;
}

#home-slider #nextsection i {
	font-size: 1em;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;	
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: 80px;
	background: #502569;
	z-index: 1001;
	
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	color: #ffffff;
	float: left;
	padding: 10px 0 15px;
	margin-left: 20px;
}


header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

nav#menu {
	float: right;
	margin-right: 20px;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 10px 0 0;	
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 30px;	
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a {
	color: #ffffff;
	font-size: 1.15em;
	font-weight: 400;
	line-height: 3.75em;
	display: block;
	text-transform: uppercase;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: #de5e60;
}


/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;	
}


.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #515152;	
	border-bottom: 1px solid #2f3238;
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #2F3238;
}

#navigation-mobile li a { color: #de5e60; display: block; font-size: 1.3em; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; padding: 15px 0; }
#navigation-mobile li a:hover { color: #fff; }
/* ==================================================
   Section Page
================================================== */

.page { background: #8f939a; padding: 0 -20px; position: relative; z-index: 99; overflow: hidden; min-width: 320px; max-width: 1500px; margin: 15px auto; border: 1px #f00; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0px 0px 7px 1px rgba(36,36,36,0.4); -moz-box-shadow: 0px 0px 7px 1px rgba(36,36,36,0.4); box-shadow: 0px 0px 7px 1px rgba(36,36,36,0.4); }
.title-page {
	text-align: center;
	margin-bottom: 50px;	
}

.title-page .title { font-size: 3em; font-weight: 400; margin: 0 0 10px
 }

.title-page .title-description {
	font-size: 1.5em;
	font-weight: 400;
	margin: 0;
}

/* ==================================================
   Section Portfolio
================================================== */

.type-work {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

.work-nav #filters { margin-top: 0; margin-right: 0; margin-bottom: 0; padding: 0; list-style: none; }

.work-nav #filters li { margin-top: 0; margin-right: 0; margin-bottom: 30px; padding: 0; }

.work-nav #filters li a { color: #3b3d41; font-size: 1em; display: block; }

.work-nav #filters li a:hover {
	color: #FFFFFF;
}

.work-nav #filters li a.selected { color: #fff; background-color: #0f8dac; }

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs { position: relative; overflow: hidden; margin-bottom: 30px; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.item-thumbs a + img { width: 100%; }

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0f8dac;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #ffffff;
	font-size: 2em;
	line-height: 1em;
	
	opacity: 1;
	filter: alpha(opacity=100);
}


/* ==================================================
   About Section
================================================== */

.profile-name {
	margin-bottom: 15px;	
}

.profile-description {
	margin-bottom: 25px;	
}

.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;
  	-webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;	
}

.image-wrap img {
	width: 100%;	
}

.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #de5e60;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 2em;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;	
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a{
	color: #ffffff;
	font-size: 1em;
	line-height: 1em;
	width: 16px;
	height: 16px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: opacity 0.1s linear 0s;	
	   -moz-transition: opacity 0.1s linear 0s;
		 -o-transition: opacity 0.1s linear 0s;
		    transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================================
   Contact Section
================================================== */

.contact-details h3 {
	color: #ffffff;
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: uppercase;
}

.contact-details ul { font-size: 1.2em; margin: 0; padding: 0; list-style: none; }

.contact-details ul li { margin: 0 0 20px; line-height: 28px; padding: 0; }

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #858a95;
    color: #ffffff;
    font-size: 1em;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #858a95;
    color: #23262c;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
  	-webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;		    	    
}

#contact-form .submit:hover {
    background: #de5e60;
    color: #ffffff;
}

#response {
	margin-top: 20px;
	color: #FFFFFF;
}


/* ==================================================
   Twitter Feed
================================================== */

#twitter-feed {
	padding: 100px 0 90px;
	text-align: center;	
}

#twitter-feed .follow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -8px;
	font-size: 1em;	
}

#ticker .tweet_list {
	margin: 0;
	padding: 0;
	height: 64px;
	list-style: none;
	overflow-y: hidden;	
}

#ticker .tweet_list li {
	font-size: 1.125em;
	height: 64px;
	line-height: 1.75em;
	overflow: hidden;
}

#ticker .tweet_list .tweet_time a {
	color: #7f8289;
	font-size: 0.875em;
	font-style: italic;
	margin-left: 10px;	
}

#ticker .tweet_list .tweet_time a:hover {
	color: #FFFFFF;	
}


/* ==================================================
   Social Area
================================================== */

#social-area {
    text-align: center;
}

#social-area #social ul {
	margin: 0;
	padding: 0;
}

#social-area #social ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
	cursor: pointer;
}

#social-area #social ul li:first-child {
	margin-left: 0;
}

#social ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: #26292e;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li a span {
	display: inline-block;
	margin: 0;
	color: #55606a;
	font-size: 2em;
	line-height: 4.37em;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#social ul li:hover a,
#social ul li.active a {
	background-color: #DE5E60;	
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
		    transform: rotateY(0deg);
}

#social ul li:hover a span,
#social ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

/* ==================================================
   Footer
================================================== */

footer { position: relative; width: 100%; height: auto; background: #858a95; text-align: center; z-index: 99; min-height: 75px; }
footer .credits {
	color: #fff;
	font-size: 1em;
	margin-bottom: 0;
	padding: 20px 0;	
}

/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #3C3F45;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color:#DE5E60;
}

#back-to-top i {
	font-size: 1em;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}


/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #2F3238;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	
	font-size: 1.5em;
	color: #FFFFFF;	

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #0f8dac;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}


/* ==================================================
   Isotope Filtering
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
.txtgris { color: #727781; }
form label.error { color: #efa9a9; font-size: 0.9em; font-style: italic; position: relative; float: right; margin: -35px 5px 0 0; padding: 0; }
.linia { display: block; }
.linia2 { padding-top: 20px; display: block; }
.slidingDiv { margin-top: 20px; margin-bottom: 25px; padding:10px 10px 0; border: solid 1px #8f939a; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }
.show_hide { display:none; font-size: 1.1em; position: relative; float: right; }
.textcentre { text-align: center; }
.frameort { width: 100%; height: 320px; min-width: 320px; margin: 0; padding: 0; border: 1px #51ff00; }
.framepeu { background-color: #eee; width: 100%; height: 225px; margin: 0 0 -10px; padding: 0; border: 1px #f00; -webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; }
.pujar { background-image: url(../imatges/top.png); background-repeat: no-repeat; position: relative; width: 33px; height: 33px; float: right; margin-top: -48px; margin-right: 20px; display: block; }
#zzz { position: relative; width: 100%; height: auto; float: left; margin: 0 0 50px; p;padding: 0; border: 1px #f00; }
.cont2 { width: auto; margin-right: auto; margin-left: auto; padding: 0; border: 1px #f00; }
.compartir { position: relative; width: 265px; height: 85px; margin: 30px auto 40px; padding: 0; border-color: #f00; border-width: 1px; }
.sep { position: relative; width: 100%; height: auto; float: left; margin: 0 0 40px; padding: 0; }
.bandainferior { margin-bottom: 20px; padding-top: 15px; position: relative; width: 100%; height: auto; float: left; max-width: 1500px; margin-top: 85px; padding-bottom: 15px; border: 1px #f00; }
.imgbandabotoes { background-color: #efeff1; margin-left: 15px; position: relative; width: 275px; height: 390px; float: left; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
.imgbandabotocentre { background-color: #efeff1; margin-right: auto; margin-left: auto; position: relative; width: 275px; height: 390px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
.imgbandabotodr { background-color: #efeff1; margin-top: -390px; margin-right: 15px; position: relative; width: 275px; height: 390px; float: right; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
.fotobandaboto { margin-bottom: 15px; -webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px; }
.txtcentre { color: #717171; font-size: 1.3em; font-family: Roboto, sans-serif; font-weight: 400; text-align: center; padding-right: 7px; padding-bottom: -10px; padding-left: 7px; }
.txtcentre2 { color: #717171; font-size: 1.2em; font-family: Roboto, sans-serif; font-weight: 300; text-align: center; padding-right: 7px; padding-bottom: -10px; padding-left: 7px; }
a.boto2:link { color: #fff; background-color: #0f8dac; text-decoration: none; width: 95px; height: 27px; margin-right: auto; margin-left: auto; padding: 12px 5px 5px 0; display: block; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
a.boto2:visited { color: #fff; background-color: #0f8dac; text-decoration: none; display: block; margin-right: auto; margin-left: auto; width: 95px; height: 27px; padding: 12px 5px 5px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
a.boto2:hover { color: #fff; background-color: #626262; text-decoration: none; }
.botons { font-size: 1em; font-family: Arial; font-weight: bold; text-align: center; width: 100px; height: 27px; margin-right: auto; margin-left: auto; }
.botons2 { font-size: 1em; font-family: Arial; font-weight: bold; text-align: center; position: relative; margin-left: 25px; width: 100px; height: 27px; float: left; margin-top: 20px; margin-bottom: 30px; }
.at-share-btn-elements { position: relative; width: 250px; margin-right: auto; margin-left: auto; }
.visita { marginheight="0"; marginwidth="0"; width: 100%; height: 100%; border-style: none; }
@media(max-width:1500px){
.page { background: #8f939a; padding: 0 -20px; position: relative; z-index: 99; overflow: hidden; min-width: 300px; max-width: 1500px; margin: 0 auto; border: 1px #f00; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: 0px 0px 7px 1px rgba(36,36,36,0.4); -moz-box-shadow: 0px 0px 7px 1px rgba(36,36,36,0.4); box-shadow: 0px 0px 7px 1px rgba(36,36,36,0.4); }
}

@media(min-width:1200px){
         .cont2 { width: 1170px; }
}

@media(min-width:980px) and (max-width:1199px){
         .cont2 { width: 945px; }         
}

@media screen and (max-width: 930px) {
         .bandainferior { padding-top: 0; position: relative; width: 100%; height: auto; float: none; max-width: 650px; margin: 25px auto 20px; padding-bottom: 15px; }
         .subandainf { position: relative; width: 625px; height: auto; margin-right: auto; margin-left: auto; padding-right: 10px; padding-left: 10px; border: 1px #5eff00; }
	.imgbandabotoes { background-color: #efeff1; margin-left: 15px; position: relative; float: left; margin-top: 15px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
	.imgbandabotocentre { background-color: #efeff1; position: relative; float: left; margin: 15px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
	.imgbandabotodr { background-color: #efeff1; margin-top: 15px; margin-right: auto; position: relative; float: none; clear: left; margin-left: auto; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
}

@media(min-width:768px) and (max-width:979px){
         .cont2 { width: 724px; }
}

@media screen and (max-width: 985px){
            .compartir { width: 265px; }                       
}

@media screen and (max-width: 980px){
          ul,ol {padding:0;margin:0 0 10px 20px; }                    
}


@media screen and (min-width: 980px){
          ul,ol {padding:0;margin:0 0 10px 20px; }          
}

@media screen and (min-width: 768px){
            .linia { display: inline; }

}


@media screen and (max-width: 767px){
            .title-page { margin-top: 80px; }        

}

@media screen and (max-width: 754px){
            .frameort { height: 290px; }        

}

@media screen and (max-width: 737px){
            .txtcentre { padding-right: 7px; padding-left: 7px; }
            .txtcentre2 { padding-right: 7px; padding-left: 7px; }                   

}

@media screen and (max-width: 625px){
            .bandainferior { padding-top: 0; position: relative; width: 100%; height: auto; float: none; max-width: 320px; margin: 25px auto 20px; padding-bottom: 15px; }            
            .subandainf { position: inherit; width: auto; height: auto; max-width: 320px; margin-right: auto; margin-left: auto; }
	        .imgbandabotoes { background-color: #efeff1; margin-left: auto; position: relative; height: 365px; float: none; margin-top: 15px; margin-right: auto; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
	        .imgbandabotocentre { background-color: #efeff1; margin-left: auto; position: relative; height: 365px; float: none; margin-top: 15px; margin-right: auto; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
	        .imgbandabotodr { background-color: #efeff1; margin-top: 15px; margin-right: auto; position: relative; height: 365px; float: none; margin-left: auto; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
}

@media screen and (max-width: 607px) {
	.frameort { height: 340px; }
}
@media screen and (max-width: 600px) {
.vari { display: none; }
.vari2 { display: block; }
}

@media screen and (max-width: 567px) {
	.framepeu { height: 310px; }
}

@media screen and (max-width: 360px){
            .title-page .title { font-size: 2.5em; }
}
