/*
Theme Name: Viadouro
Theme URI: http://www.viadouro.pt
Author: Pedro Silva V6
Author URI: http://www.psilva.pt
Description: A custom theme
Version: 1.0
License:
License URI:
*/

/**********************************************************************/
/****************------------- 02. HEADER  -------------***************/
/**********************************************************************/
html, body {
  height: 100%;
}

body {
	/*color: #8E8E8E;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	line-height: 26px;
	font-weight:300;*/
	
	font-size: 14px;
color: #818284;
font-weight: 400;
font-family: Lato;
line-height:24px;
}

body div, body dl, body dt, body dd, body ul, body ol, body li, body pre, body form, body p, body blockquote, body th, body td {
  font-size: inherit;
  font-family: inherit;
}

p {
-webkit-font-smoothing: antialiased;
}

article strong {
	color:#112641;
}

img {
  border: none;
max-width: 100%;
	height: auto;
}


a {
	color:#627F9A;
	-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}

a:hover {
	color:#a08c3e;
	text-decoration:none;
}

::-webkit-input-placeholder {
  color: #e0e0e0;
}

::-moz-selection {
  background-color: #627F9A;
  color: #fff;
}

::-webkit-selection {
  background-color: #627F9A;
  color: #fff;
}

::selection {
  background-color: #627F9A;
  color: #fff;
}

h1, h2, h3, h4, h5 {
	font-size: 30px;
font-weight: 400;
font-family: Lato;
color:#112641;
}

h3 a {
	color:#26292a;
	/*text-transform:uppercase;*/
	margin-top:10px;
	font-weight: 500;
}

h3 {
	font-size: 36px;
	line-height: 1.3;
	margin: 0;
	font-family: 'Merriweather', serif;
	font-weight: 500;
}

#slideshow .slides li{ height: 650px; position: relative; background-size: cover !important; background-attachment: fixed !important; }
#slideshow .slides li:before{ position: absolute; content: ''; width: 100%; height: 100%; background-color: #101e28; opacity: 0.4; }

.hero-title{ overflow: hidden; text-align: center; }
.hero-title h1{ 
	clear: both; 	
	padding: 22px;
	margin-top:0px;
	font-weight: 900;
	font-size: 72px;
}
.hero-title .spet{ position: relative; top: 17px; font-size: 62px; color: #FFF; /*width: 850px; display:inline-block;*/ text-transform: uppercase; font-weight: bold;}

/* -- header container -- */
#masthead { }

#masthead {
  background-color: #FFF;
  top: -200px;
  -webkit-transition: top 600ms ease;
  -moz-transition: top 600ms ease;
  transition: top 600ms ease;
  background-position: bottom center;
  background-repeat: repeat-x; }

/* -- logo -- */
#logo {
  height: 100%;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle; }

#logo a {
  display: block;
  padding: 10px 0px;
  margin: 0;
  font-size: 200%;
  line-height: 100%;
  font-weight: bold;
  float: left;
  width: 100%; }

#logo a img {
  /*max-height: 999px;
  height: auto;*/
  max-height:70px;
  width: auto; }

#logo a {
  color: #627f9a; }

/* -- header layout -- */
#masthead .row {
  height: 100%; }

#masthead .header-container {
  display: table;
  height: 100%;
  width: 100%; }

#masthead .left-links {
  display: table-cell;
  vertical-align: middle; }

#masthead .right-links {
  display: table-cell;
  vertical-align: middle; }

#masthead .left-links > ul {
  float: left;
  padding-top: 15px;
  margin-left: 15px; }

#masthead .right-links > ul {
  float: right;
  padding-top: 15px; }

/* -- sticky header -- **/
#masthead.stuck {
  opacity: 0.95;
  position: fixed;
  /*top: -200px;*/
  height:70px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2); }

#masthead.stuck:hover {
  opacity: 1; }

#masthead.stuck.move_down {
  height: 70px;
  top: 0; }

#masthead.stuck.move_down .catalog-mode-header, #masthead.stuck.move_down .left-links > ul, #masthead.stuck.move_down .right-links > ul,
#masthead.stuck.move_down #logo a, #masthead.stuck.move_down .wide-nav-search > div {
  padding: 0 !important; }

#masthead.stuck.move_down #logo a {
  float: none; }

#masthead.stuck.move_up {
  top: -300px; }

/* -- boxed header style --*/
.boxed #masthead {
  max-width: 71.25em;
  width: 100%;
  left: auto;
  right: auto; }

.boxed #masthead.stuck {
  left: auto;
  right: auto; }

/* -- centered logo -- */
.logo-center #masthead .left-links {
  width: 40%; }

.logo-center #masthead .right-links {
  width: 40%; }

.logo-center #masthead #logo {
  width: 20%;
  text-align: center; }

.logo-center #masthead .left-links > ul {
  margin-left: 0; }

.logo-center #masthead .left-links > ul > li {
  margin-left: 0;
  margin-right: 20px; }

/* -- navigation -- */
ul.header-nav {
  margin: 0; float:right; }

ul.header-nav li {
  float: left;
  list-style: none; }

ul.header-nav li a {  
  text-decoration: none;
  line-height: inherit;
  -webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
  font-size: 13px;
  padding: 13px 25px 13px 0;
  color:#909090;
  text-transform: uppercase;
}

ul.header-nav li.current-menu-item a {
	color:#627F9A;
}

ul.header-nav li a:hover {
  color: #627F9A;
  text-decoration: none;
}  

.right-links > ul.header-nav {
  white-space: nowrap; }

.right-links > ul.header-nav > li {
  display: inline-block !important;
  float: none; }


a.band {
	padding:7px;
	margin:0px;
}
a.bandsel, a.band:hover {
	background-color:#FFF;
}

.cart {
	display:inline-block;
}

.cart a {
	display:inline-block;
	margin-left:0px;
	background-color:#d9d9d9;
	padding:3px 15px;
	color:#627F9A;
	text-transform:uppercase;
	font-size:12px;
}

.cart a:hover {
	background-color:#FFF;
	color:#222528;
}

a.button-details {
display: inline-block;
margin: 0 2px;
border: 2px solid #c3cbce;
padding: 0 9px;
line-height: 30px;
background: #fff;
color: #9fa6b1;
text-transform: uppercase;
font-size: 11px;
font-weight: 400;
text-align: center;
margin-top: 15px;
-webkit-border-radius: 66px;
    -moz-border-radius: 66px;
    border-radius: 66px;
}

.reservarbox {
	-webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border-radius: 10px;
}

a.button-details:hover {
	border: 2px solid #a08c3e;
	background-color:#a08c3e;
	color:#FFF;
}

a.button-buy {
display: inline-block;
margin: 0 2px;
border: 2px solid #a08c3e;
padding: 0 9px;
line-height: 30px;
background: #a08c3e;
color: #FFF;
text-transform: uppercase;
font-size: 11px;
font-weight: 400;
text-align: center;
margin-top: 15px;
-webkit-border-radius: 66px;
    -moz-border-radius: 66px;
    border-radius: 66px;
	cursor:pointer;
}

a.button-buy:hover {
	border: 2px solid #101e28;
	background-color:#101e28;
	color:#FFF;
}

a.button-blue {
display: inline-block;
margin: 0 2px;
border: 1px solid #101e28;
padding: 0px 15px;
line-height: 30px;
background: #fff;
color: #9fa6b1;
text-transform: uppercase;
font-size: 11px;
font-weight: 400;
text-align: center;
margin-top: 15px;
-webkit-border-radius: 66px;
    -moz-border-radius: 66px;
    border-radius: 66px;
background-color:#101e28;
cursor:pointer;
}

a.button-blue:hover {
	border: 1px solid #a08c3e;
	background-color:#a08c3e;
	color:#FFF;
}

a.button-red {
display: inline-block;
margin: 0 2px;
border: 1px solid #b73f2f;
padding: 0px 15px;
line-height: 30px;
background: #fff;
color: #FFF;
text-transform: uppercase;
font-size: 11px;
font-weight: 400;
text-align: center;
margin-top: 15px;
-webkit-border-radius: 66px;
    -moz-border-radius: 66px;
    border-radius: 66px;
background-color:#b73f2f;
cursor:pointer;
}

a.button-red:hover {
	border: 1px solid #a08c3e;
	background-color:#a08c3e;
	color:#FFF;
}

/* -- dropdown -- */
.nav-dropdown {
  display: none;
  background: #fff;
  padding: 20px 10px 20px 30px;
  z-index: 100;
  border: 3px solid #dddddd;
  position: absolute;
  margin-top: 10px;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1); }

.active .nav-dropdown {
  display: block !important; }

.left-links .nav-dropdown, .account-dropdown .nav-dropdown {
  margin-left: -15px; }

.nav-dropdown > ul, .nav-dropdown > .row, .nav-dropdown-inner {
  position: relative; }

/* -- dropdown arrow -- */
.nav-dropdown > ul:after, .nav-dropdown > .row:after, .nav-dropdown-inner:after {
  top: -37px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.nav-dropdown > ul:after, .nav-dropdown > .row:after, .nav-dropdown-inner:after {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #dddddd;
  border-width: 7px;
  left: 8px;
  margin-left: -7px; }

.nav-dropdown > .row:after {
  left: -12px; }

/* search dropdown fix */
.nav-dropdown-inner:after {
  left: auto;
  right: -25px; }

/* cart dropdown fix */
.no-arrow.nav-dropdown > ul:after {
  opacity: 0; }

/* -- dropdown styles -- */
ul.header-nav li ul {
  margin: 0; }

ul.header-nav li ul.menu li {
  width: 160px;
  float: none; }

ul.header-nav li .nav-dropdown li {
  display: block;
  width: 100%;
  min-width: 170px;
  margin: 0;
  float: none; }

ul.header-nav li .nav-dropdown li a {
  text-transform: normal;
  font-weight: normal;
  border-bottom: 1px solid #f2f2f2;
  font-size: 78%;
  display: block;
  padding: 8px 0;
  margin-right: 20px; }

ul.header-nav li .nav-dropdown > ul > li.menu-parent-item {
  float: left !important;
  width: 160px !important; }

ul.header-nav li .nav-dropdown > ul > li:last-child > a {
  border: 0; }

/* 4. level items and down */
#site-navigation .nav-dropdown .nav-column-links .nav-column-links {
  padding-left: 7px; }

ul.header-nav li .nav-dropdown > ul > li.menu-parent-item ul ul li a {
  font-size: 11px;
  padding: 6px 0;
  border-bottom: none; }

ul.header-nav li .nav-dropdown > ul > li.menu-parent-item ul ul ul li a {
  padding: 4px 0; }

/* -- add a arrow to top links if it has dropdown -- */
li.menu-parent-item > a.nav-top-link:after {
  font-family: 'icomoon';
  content: "\f107";
  opacity: 0.7;
  margin-left: 5px;
  top: 1px;
  position: relative; }

/* -- image column for dropdown -- */
ul.header-nav li .nav-dropdown li.image-column {
  position: relative;
  float: left !important;
  width: 160px !important; }

ul.header-nav li .nav-dropdown li.image-column a {
  line-height: 0;
  font-size: 0px;
  margin: 0;
  padding: 0;
  margin-right: -10px;
  margin-top: -20px;
  margin-bottom: -20px; }

ul.header-nav li .nav-dropdown li.image-column a img {
  width: 100%; }

ul.header-nav li .nav-dropdown li.image-column a:hover {
  opacity: 0.9; }

#jPanelMenu-menu li.image-column {
  display: none !important; }

/* -- main navigation link colors -- */
ul.header-nav li.active a.nav-top-link {
  color: #000;
  opacity: 1; }

ul.header-nav li .nav-dropdown a {
  color: #777; }

ul.header-nav li .nav-dropdown > ul > li.menu-parent-item > a {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2 !important; }

ul.header-nav li .nav-dropdown a:hover {
  color: #000;
  text-decoration: underline; }

/* -- Nav breaks fixes -- */
.nav-crop-right-links .right-links .li.mini-cart {
  margin-left: 5px !important; }

.nav-crop-right-links .right-links ul.header-nav li {
  margin-left: 5px !important; }

.nav-crop-right-links .right-links ul.header-nav li.account-dropdown {
  padding-right: 5px !important; }

.nav-crop-left-links .left-links ul.header-nav > li {
  margin-left: 5px !important; }

/* -- edit block links for admins -- */
.ux_block {
  position: relative; }

.ux_block .edit-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000;
  color: #FFF;
  padding: 5px;
  display: none; }

.ux_block:hover .edit-link {
  display: block; }


/* -- slider container -- */
.iosSlider {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: min-height 500ms ease-out;
  -moz-transition: min-height 500ms ease-out;
  transition: min-height 500ms ease-out;
  margin-bottom: 30px; }

.iosSlider .slider {
  width: 100%;
  height: 100%; }

.iosSlider .slider .slide {
  float: left;
  width: 100%; }

.iosSlider.default {
  position: relative;
  height: 300px;
  min-height: 300px;
  overflow: hidden;
  width: 100%;
  position: relative;
  top: -1px !important; }

.iosSlider.blog-posts {
  height: 200px;
  min-height: 300px;
  overflow: hidden;
  width: 100%; }

.iosSlider.lookbook-slider {
  height: 300px;
  min-height: 300px;
  overflow: hidden;
  width: 100%; }

.iosSlider.product-gallery-slider {
  height: 500px;
  min-height: 500px;
  overflow: hidden;
  width: 100%; }

.iosSlider .slider > .ux_banner, .iosSlider .slider > .row {
  float: left;
  width: 100%;
  height: 100%; }

.iosSlider .slider > a {
  display: block; }

.iosSlider .slider > a img {
  width: 100% !important; }

/* -- slider navigation -- */
.iosSlider .sliderNav a {
  z-index: 2;
  width: 7%;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.iosSlider .sliderNav a span {
  display: block;
  line-height: 30px;
  position: absolute;
  top: 45%;
  font-size: 32px;
  width: 38px;
  height: 38px;
  text-align: center;
  color: #888;
  border: 3px solid #FFF;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; 
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
}

.iosSlider .sliderNav a:hover span {
  background: #627f9a;
  color: #000;
  /*border-color: #627f9a;*/ }

.iosSlider:hover .sliderNav a {
  opacity: 0.7; }

.iosSlider .sliderNav a:hover {
  opacity: 1; }

.iosSlider .sliderNav a.nextSlide {
  left: 0; }

.iosSlider .sliderNav a.prevSlide {
  right: 0; }

.iosSlider .sliderNav a.nextSlide span {
  left: 30%;
  padding-right: 3px; 
  background-color: #FFF;
}

.iosSlider .sliderNav a.prevSlide span {
  right: 30%;
  padding-left: 3px;
  background-color: #fff;
}

/**********************************************************************/
/**************------------- 09. BANNER SYSTEM -------------***********/
/**********************************************************************/
.ux_banner .inner.animated {
  opacity: 0; }

.ux_banner {
  /*background: #627f9a;*/
  display: block;
  position: relative;
  overflow: hidden; }

.ux_banner.light {
  background: #f9f9f9; }

.ux_banner .banner-bg {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -ms-behavior: url(/backgroundsize.min.htc); }

.ux_banner .banner-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  background-color: transparent; }

.ux_banner .row {
  position: relative;
  height: 100%;
  z-index: 2; }

.ux_banner .inner {
  white-space: normal;
  z-index: 3;
  position: absolute;
  left: 10%;
  bottom: 10%;
  right: 10%;
  margin: 0 auto; }

.ux_banner .banner-bg.ux_parallax {
  background-position: 50% 0px;
  background-size: cover !important;
  background-attachment: fixed !important;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out; }


/* -- font sizes -- */
.ux_banner h1 {
  font-weight: bolder;
  font-size: 450%;
  line-height: 100%;
  margin: 7px 0; 
  color:#FFF;
  text-transform: uppercase;
  width: 80%;
  display: inline-block;
  text-shadow: 0px 2px 2px rgba(0,0,0,.2);
  font-family:'Raleway';
}

.ux_banner h2 {
  font-size: 300%;
  line-height: 100%;
  margin: 7px 0; }

.ux_banner h3 {
  font-size: 200%;
  line-height: 100%;
  margin: 7px 0; }

.ux_banner h4 {
  font-size: 150%;
  line-height: 100%;
  margin: 7px 0; }

.ux_banner h5 {
  font-size: 100%;
  line-height: 100%;
  margin: 7px 0; }

.ux_banner h6 {
  font-size: 60%;
  line-height: 100%;
  margin: 7px 0; }

.ux_banner p {
  font-size: 60%;
  line-height: 120%; }

.ux_banner h1.h-large {
  font-size: 650%;
  line-height: 85%;
  padding: 0px !important; }

.ux_banner h1.h-xlarge {
  font-size: 1200%;
  line-height: 85%;
  padding: 0px !important; }

.ux_banner h1.h-xxlarge {
  font-size: 1500%;
  line-height: 85%;
  padding: 0px !important; }

.ux_banner h1.h-xxlarge {
  font-size: 1700%;
  line-height: 85%;
  padding: 0px !important; }

.large-1 .ux_banner, .large-2 .ux_banner {
  font-size: 6px; }

.large-3 .ux_banner {
  font-size: 8px; }

.large-4 .ux_banner {
  font-size: 8px; }

.ux_banner .button {
  margin: 10px 5px 10px 5px; }

.ux_banner .text-right .button {
  margin: 10px 0 10px 10px; }

.ux_banner .text-left .button {
  margin: 10px 10px 10px 0px; }


a.button {
  /*font-size: 14px;
  border-width: 3px;
  margin: 0 15px;
  padding: 10px 20px;
  border-radius: 0;
  color: #fff;
  border-color: #fff;
  border: 3px solid #FFF;
 
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0px 2px 2px rgba(0,0,0,.2);*/

	padding-left: 30px;
	padding-right: 30px;
	font-size: 1.25em;
	
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	border: 0;
	background: #101e28;
	/*-webkit-box-shadow: #26384a 0px -2px 0px 0 inset;
	-moz-box-shadow: #26384a 0px -2px 0px 0 inset;
	box-shadow: #26384a 0px -2px 0px 0 inset;*/
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-align: center;
	overflow: hidden;
	
	-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a.button:hover {
  background-color: #a08c3e;
  color:#FFF;
}

a.buttondou {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1.25em;
	
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	border: 0;
	background: #a08c3e;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 14px;
	
	-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a.buttondou:hover {
  background-color: #101e28;
  color:#FFF;
}

a.buttonviewmore {
  font-size: 13px;
  border-width: 3px;
  margin: 0 15px;
  padding: 6px 20px;  
  color: #9fa6b1;
  border: 2px solid #c3cbce;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  text-decoration: none;
-webkit-border-radius: 66px;
    -moz-border-radius: 66px;
    border-radius: 66px;
}
a.buttonviewmore:hover {
  background-color: #a08c3e;
  border: 2px solid #a08c3e;
  color:#FFF;
}

a.buttonnews {
  	font-size: 12px;
text-transform: uppercase;
border-radius: 3px;
font-weight: bold;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
padding: 8px 25px;
/*border: 1px solid #d2d3d4;*/
color: #323232;

-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
box-shadow: 0 1px 1px rgba(0,0,0,.2);

}
a.buttonnews:hover {
  background-color: #101e28;
  color:#FFF;
  /*border:1px solid #101e28;*/
}

.ux_banner .center {
  bottom: 50% !important;
  top: auto !important;
  text-align: center; }

.ux_banner .left {
  left: 10%;
  right: auto;
  text-align: left; }

.ux_banner .far-left {
  left: 20px;
  right: auto;
  text-align: left; }

.ux_banner .right {
  left: auto;
  right: 10%;
  text-align: right; }

.ux_banner .far-right {
  left: auto;
  right: 20px;
  text-align: right; }

.ux_banner .center .tx-div {
  margin: 0 auto; }

.ux_banner .left .tx-div, .ux_banner .far-left .tx-div {
  margin: 0 auto 0 0; }

.ux_banner .right .tx-div, .ux_banner .far-right .tx-div {
  margin: 0 0 0 auto; }

.ux_banner .text-center .tx-div {
  margin: 0 auto; }

.ux_banner .text-left .tx-div {
  margin: 0 auto 0 0; }

.ux_banner .text-right .tx-div {
  margin: 0 0 0 auto; }

.ux_banner .tx-div {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.ux_banner .top {
  top: 12% !important;
  margin: 0 auto !important;
  bottom: auto !important; }

.ux_banner .bottom {
  bottom: 12% !important;
  margin: 0 auto !important;
  top: auto !important; }

.ux_banner .far-bottom {
  bottom: 0 !important;
  top: auto !important; }

.ux_banner .far-top {
  top: 0 !important;
  bottom: auto !important; }


/**********************************************************************/
/*******************------------- 03. FOOTER -------------*************/
/**********************************************************************/

/* -- scroll to top --  */
#top-link {
  display: none;
  background: #FFF;
  position: fixed;
  right: 35px;
  text-align: center;
  bottom: 20%;
  color: #28353e;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 8px;
  font-size: 32px;
  opacity: 0.9;
  z-index: 99; 
  line-height:22px;

	-webkit-border-radius: 99px;
	border-radius: 99px;
	-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}

#top-link.active {
  display: block; }

#top-link:hover {
  display: block; background-color:#28353e; color:#FFF; }


.absolute-footer h3 {
  	font-size: 32px;
	font-weight: 300;	
	line-height: 1.42857143;
	color:#FFF;
}
.absolute-footer {
  padding: 15px 0 25px; }

.absolute-footer.dark {
  background: #101e28; }

.absolute-footer .left {
  font-size: 90%; }

.absolute-footer .right {
  font-size: 90%; }

.absolute-footer ul {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.absolute-footer ul li {
  /*float: left;*/
  list-style: none;
  padding-right: 15px; }

.absolute-footer ul li:last-child {
  padding: 0; }

.absolute-footer ul li a {
  display: block;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 80%;
  color: #999; }

.absolute-footer ul li a:hover {
  color: #000; }

.copyright-footer {
  opacity: 0.6; font-size:14px; }

h3.section-title {
  margin: 0 0 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #f1f1f1; }

h3.section-title.title_center {
  text-align: center;
  margin-bottom: 40px;
  line-height: 22px; 
  color:#95a5a6;
}

.title_center:after {
position: absolute;
bottom: -20px;
left: 50%;
margin-left: -25px;
width: 50px;
height: 2px;
background: rgb(191, 191, 191);
background: rgba(191, 191, 191, 0.7);
content: "";
}

h3.section-title.title_center span {
  border: 0;
  background: #FFF;
  bottom: -12px;
  position: relative;
  padding: 0 30px; 
  font-weight:300;
}

  
 #noticias h3 {
	color:#112641;
	margin-bottom:20px;
	margin-top:20px;
	font-size: 20px;
	font-weight: 600;
 }
#noticias img {
	/*width:35px;
	padding-right:10px;*/
}

#cruzeiros h5
{
	margin:0px;
	padding:0px;
}
 #cruzeiros h5 a, #barcos h5 a {
  font-size: 14px;
  font-weight:bold;
  color:#627F9A;
  line-height:20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#cruzeiros h5 a:hover, #barcos h5 a:hover {
  color:#18263F;
  text-decoration: none;
}
a.cruzeirosmin {
font-size:12px;color:#7A7A7A;
-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a.cruzeirosmin:hover {
	color:#112641;
}

.aligncenter {
  text-align:center;
}


/* Isotope */

.fw_gallery.list-of-images .gallery_item, .fw_gallery.list-of-images .gallery_item_padding, .fw_gallery.list-of-images .gallery_item_wrapper {
margin: 0!important;
padding: 0!important;
float: left;
/*height: 220px;
max-height: 220px;*/
display: inline-block;
overflow:hidden;
}

.gallery_item_wrapper a:hover {    
	/*cursor: url('imagens/zoom.png'), auto;*/
}
#cruzeiros img {
	/*cursor: url('imagens/more.png'), auto;*/
}

.gallery_item img, #barcos img, #cruzeiros img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; 
}

.gallery_item img:hover, #barcos img:hover, #cruzeiros img:hover {
	opacity:0.8;
}

/* Testemunhos */
.text_content {
	color:#FFF;
	font-size:20px;
	line-height:26px;
	text-shadow: 0px 2px 2px rgba(0,0,0,.2);
}
.text_name {
	color:#FFF;
	font-size:14px;
}
.text_country {
	color:#FFF;
	font-size:14px;
}

input[type="text"] {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.parallax-background {
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-ms-background-size: cover !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}

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

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

ul.social-icons li {
list-style: none;
display: inline-block;
margin-left: 8px;
}

ul.social-icons li a.facebook {
background: #3e5ea2;
}

ul.social-icons li a.twitter {
background: #2eb0e3;
}

ul.social-icons li a.google {
background: #da5f2e;
}

ul.social-icons li a.youtube {
background: #df2826;
}

ul.social-icons li a {
display: inline-block;
margin: 0;
width: 24px;
height: 24px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
text-decoration: none;
text-align: center;
transition: all 0.17s ease-in-out;
-moz-transition: all 0.17s ease-in-out;
-webkit-transition: all 0.17s ease-in-out;
-o-transition: all 0.17s ease-in-out;
color:#FFF;
}

footer ul.social-icons li a.facebook, footer ul.social-icons li a.twitter, footer ul.social-icons li a.google, footer ul.social-icons li a.youtube {
background: #28353e;
}

footer ul.social-icons {
display: inline-block;
margin-bottom:30px;
margin-top:10px;
}

footer ul.social-icons li a {
display: inline-block;
margin: 0;
width: 48px;
height: 48px;
border-radius: 99px;
-webkit-border-radius: 99px;
-moz-border-radius: 99px;
-o-border-radius: 99px;
text-decoration: none;
text-align: center;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
color:#FFF;
text-decoration:none;
font-size:26px;
line-height:48px;
}

footer ul.social-icons li a:hover {
	color:#06101e;
	background-color:#FFF;
}

.widget {
margin-bottom: 50px;
}

.widget h4 {
margin-bottom: 30px;
font-size: 22px;
}

.form1 input[type=text],
.form1 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form1 input[type=text]:hover,
.form1 input[type=password]:hover {
    border-color: #CCC;
}

.form1 label:hover ~ input {
    border-color: #CCC;
}

#newsletter_form {
    margin-top:30px;
    height: 3.25rem;
	display: inline-block;
	margin-bottom:30px;
}

.subscribe-form {
    margin-left:auto;
    margin-right:auto;
    position: relative;
    z-index:10;
}

.subscribe-input {
    float:left;
    padding-left: 1.2rem;
    padding-top: 0.1rem;
    width:350px;
    height: 40px;
    background: white;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border:1px solid #d5d5d5;
}

.subscribe-input:focus {
    outline: 0;
}

.subscribe-submit {
    color:white;
	background:#28353e;
	font-style:normal;
    height:40px;    
	text-decoration:none;
	text-align:center;
    display: block;
    border:none;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    outline: 0;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
    background:#a08c3e;
}

#preview {
    width:28.6rem;
    height: 3.25rem;
    border-radius: 10px;
    border:none;
    margin-left:auto;
    margin-right:auto;
    margin-top:-3.25rem;
    padding:1.1rem;
    color:black;
    z-index:5;
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#preview p {
    margin:0;
    line-height:1rem;
    font-weight:600;
    color: black;
}

/* Social icons */

#share {
    margin-top:3.25rem;
    border-top:1px solid #1c2e3c;
    padding-top:3.25rem;
}

#social_icons {
    text-align:center;
    margin-bottom:3.6rem;
}

#social_icons li {
    display:inline;
    padding-left:0.4rem;
    padding-right:0.4rem;
}

#fb_icon, #tw_icon, #in_icon, #g_icon, #pin_icon, #fli_icon {
    width:2.5rem;
    height:2.5rem;
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#fb_icon:hover, #tw_icon:hover, #in_icon:hover, #g_icon:hover, #pin_icon:hover, #fli_icon:hover {
    cursor: pointer;
}

#slider {
max-height: 740px;
}

.slides .overlay {
content: ' ';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(40, 40, 53, 0.38) url("../images/dot.png");
}

.caption-wrap {
top: 235px;
}

.caption-wrap {
font-weight: 400;
font-size: 30px;
text-align: center;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
color: #fff;
left: 0;
right: 0;
top: 180px;
position: absolute;
}

.caption-wrap .line-1 {
position: relative;
font-size: 18px;
bottom: 15px;
}

.caption-wrap .line-2 {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
text-transform: uppercase;
font-size: 90px;
letter-spacing: 15px;
margin: 0 0 20px;
color: #fff;
}

.caption-wrap .line-3 {
font-size: 13px;
text-transform: uppercase;
margin: 0;
position: relative;
letter-spacing: 6px;
font-family: 'Montserrat', sans-serif;
color: #fff;
margin: 40px 0;
}

.caption-wrap .line-5 {
position: relative;
text-align: center;
margin: 35px auto;
display: block;
font-size: 20px;
}

.caption-wrap .line-6 {
font-size: 16px;
letter-spacing: 7px;
color: #fff;
}

ul.services-list {
	margin:0px;
	padding:0px;
}
.services-list li {
	list-style-type:none;
}

.service-box_right-image .service-description {
float: left;
}

.service-description {
text-align: left;
padding: 10px 20px;
}

.service-description h5 {
	font-family: 'Merriweather', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
}

.service-image {
position: relative;
height: 100%;
}

.service-image {
overflow: hidden;
}

.service-image, .service-description {
width: 50%;
}

.service-box_left-image .service-image:before {
right: 0;
border-width: 10px 10px 10px 0;
border-color: transparent #fff transparent transparent;
}

.service-box_right-image .service-image:before {
left: 0;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #fff;
}

.service-image:before {
position: absolute;
content: "";
top: 50%;
margin-top: -10px;
width: 0px;
height: 0px;
border-style: solid;
z-index: 20;
}

.service-box .service-image img {
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
}

.service-box:hover .service-image img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.service-box:hover {
	background-color:#f2f2f2;
}
.service-box_left-image .service-description {
float: right;
}





.reserva input[type="text"], .reserva textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background:none;
padding: 3px;
border: 1px solid #c5c5c5;
color:#444444;
}


.alert {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom:0;
    border: 0;
}
.alert-success {
    background: #e5f3df;
}
.alert-info {
    background: #d3e6f0;
}
.alert-warning {
    background: #f6f2dd;
}
.alert-danger {
    background: #f1d9d9;
}