/* ==== Google font ==== */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic,600,600italic,700');

@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700italic');

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300');

/* ===================================
1. General
==================================== */

body {
  font-family:'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:1.5;
  height: 100%;
	color:#444;
  background-color: #F9F8F3;
}

a {color: #00ADA8;}

a:hover {color: #115A81;}

a:active {
	outline:0;
}

.clear {
	clear:both;
}

.cursive-font {font-family: 'Great Vibes',cursive;}

p {
  font-family:'Source Sans Pro', sans-serif;
  line-height: 1.6;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 1.3em;
}

em {font-style="italic"; font-family: Georgia, serif;}

strong {font-weight: 600;}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  text-rendering: optimizelegibility;
}

h1 {font-size: 43px; font-family: 'Roboto Slab', serif;}

h2 {font-size: 36px; font-family: 'Roboto Slab', serif;}

h3 {font-size: 30px; font-family: 'Roboto Slab', serif;}

h4 {font-size: 23px;}

h1 a:hover, a:hover h1, h2 a:hover, a:hover h2 {text-decoration: none;} 

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .commentFeed, .input-append .add-on, .input-prepend .add-on, a, th, td, img, div, section, article, legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .input-prepend .add-on, .input-append .add-on {
  height: 2.1em;
  line-height: 1.4;
}

.input-icon .add-on, .input-icon .add-on {
  width: 30px;
  position: relative;
  z-index: 99;
}

.input-icon input, .input-icon select {
  width: 100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.input-icon.input-prepend, .input-icon.input-append {width: 100%;}

.input-icon.input-prepend input, .input-icon.input-prepend select {margin-left: -29px; padding-left: 34px;}

.input-icon.input-append input, .input-icon.input-append select {margin-right: -29px; padding-right: 34px;}

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

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

textarea {resize: vertical;}

textarea.invisibles, input[type="text"].invisibles {
  border: none;
  outline: none;
 /* -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;*/
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.checkbox.one-checkbox {margin: 1em 0;}

.corners {border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}

.corners-top {border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;}

.corners-bottom {border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px;}

.corners-right {border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0;}

.corners-left {border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px;}

.no-corners {border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;}

.border-top {border-top: 1px solid #e1dece;}

.border-right {border-right: 1px solid #e1dece;}

.border-bottom {border-bottom: 1px solid #e1dece;}

.border-left {border-left: 1px solid #e1dece;}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
	content: none;
}

iframe, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* ===================================
Transparent colors
==================================== */

.bgWhite-transp {
  /* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
}

.bgBlack-transp {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.bgBlue-transp {
  background: url(https://media.gttwl.com/attachments/uniglobegeotravel.gttwl2.com/ltmq6z/1379613760_original.jpg) repeat;
}

/*Opacity*/

.opacity0 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}

.opacity5 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}

.opacity8 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}

a.opacity0:hover, a.opacity3:hover, a.opacity5:hover, a.opacity8:hover, a .opacity0:hover, a .opacity3:hover, a .opacity5:hover, a .opacity8:hover {
	/*opacity*/
  	opacity: 1;
  	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  	filter: alpha(opacity=100);
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* ===================================
colors
==================================== */

.blue-bg {background-color: #03A5DD;}

.blue {color: #03A5DD;}

.green-bg {background-color: #32CC61;}

.green {color: #32CC61;}

.gold-bg {background-color: #CCA812;}

.gold {color: #CCA812;}

.orange-bg {background-color: #FF8B00;}

.orange {color: #FF8B00;}

.red-bg {background-color: #FF0000;}

.red {color: #FF0000;}


.btn-pink.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-pink {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #995078;
  *background-color: #864063;
  background-image: -moz-linear-gradient(top, #A55B87, #864063);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A55B87), to(#864063));
  background-image: -webkit-linear-gradient(top, #A55B87, #864063);
  background-image: -o-linear-gradient(top, #A55B87, #864063);
  background-image: linear-gradient(to bottom, #A55B87, #864063);
  background-repeat: repeat-x;
  border-color: #864063 #864063 #602646;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffA55B87', endColorstr='#ff864063', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-pink:hover,
.btn-pink:active,
.btn-pink.active,
.btn-pink.disabled,
.btn-pink[disabled] {
  color: #ffffff;
  background-color: #864063;
  *background-color: #7A375C;
}

.btn-pink:active,
.btn-pink.active {
  background-color: #7A375C \9;
}

.btn-pink .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-large {line-height: 1.3;}



/* ===================================
welcome
==================================== */

.hero-section {position: relative; max-height: 370px;}

.carousel {margin-bottom: 0; max-height: 370px; overflow: hidden;}

.carousel-inner > .item > img {width: 100%;}

.carousel-control {border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; font-size: 25px; top: 50%;}

.carousel-caption {top: 5%; right: 5%; bottom: auto; background: transparent; text-align: right;}

.carousel-caption h2 {
  font-family: 'Great Vibes', cursive;
  color: #fff; 
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6), 0 -1px 1px rgba(0, 0, 0, 0.6);
  font-size: 40px;
  margin: 0;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {opacity: 1;}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {z-index: 2;}

.carousel,
.carousel-inner, 
.carousel-inner .item {
  height: 100%;
}

.call-action {position: absolute; z-index: 99; bottom: 1.5em; width: 100%;}

.call-action form {padding: .5em; margin: 0;}

.call-action .input-prepend {margin: 0; width: 100%; background-color: #fff;}

.call-action .btn-large {width: 100%; padding: 11px 0; }

.call-action .input-prepend .add-on {width: 20%; text-align: right; padding: 0 .5em; line-height: 44px; border-right: 1px dotted #bfbfbf; border-left: none; border-top: none; border-bottom: none;}

.call-action select {width: 80%; padding: .4em .5em; border: none;}

.call-action option {padding: .2em 0;}

.call-action select, .call-action .input-prepend .add-on {
  background: transparent; 
  font-size: 20px; 
  vertical-align: middle; 
  height: 44px;
  font-style: italic;
  font-family: Georgia, serif;
}


.hero-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -999;
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-copy {
  padding: 4em 0 2em; 
  color: #fff; 
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6), 0 -1px 1px rgba(0, 0, 0, 0.6);
}

.home-copy h1 {margin: 0; font-weight: 700; font-size: 50px;}

.home-copy p {font-size: 27px;}

.hero-form {display: inline-block; width: 100%; padding: .5em;}


.home-content {padding: 2em 0; background-color: #fff;}

.widgetHome {background-color: #b5d1e8;}


section.block {margin-bottom: 1.5em;}

section.block.widgets-block {margin: 0;}

section.block.block-offer header {padding-top: 0;}

section.block.block-offer header.border-bottom {border-bottom-color: #99badd;}

section.block.block-offer header h2 {color: #115A81; font-weight: 600; letter-spacing: 2px; font-size: 24px;}

section.block.well.block-registry header {padding: 0;}

section.block.block-registry header h2 a {color: #115A81; font-weight: 600; letter-spacing: 2px; font-size: 24px;}

section.block.ad-block {width: 100%; margin: 0;}

section.block.ad-block img {width: 100%; margin-bottom: 1em;}

.block .post h3 {font-size: 20px;}

.block .contentPost {font-size: 17px; margin-bottom: .5em;}

.block .mediaPost, .block .metaPost {margin-bottom: 0;}

.well {background-color: #b5d1e8; border-color: #99badd;}

.well2 {background-color: #edded7; border-color: #99badd;}


.listExperiences {margin-top: 1em;}

.listExperiences .well {display: inline-block; width: 100%;}

.contentExp {display: inline-block; width: 63%; vertical-align: top;}

.experiences-block .mediaPost {width: 30%; margin-right: .5em; margin-top: 0; display: inline-block; vertical-align: top;}

.experiences-block h3 {font-size: 20px; margin-top: 0;}


.block blockquote {font-style: italic; color: #777}

.block blockquote i {margin-right: 10px !important; font-size: 20px;}

.block blockquote h3 a, .block blockquote i {color: #222;}


p.titlePost, p.contentPost {margin-bottom: .3em; line-height: 1.4;}

p.titlePost {margin-top: -.3em;}



/* ===================================
layout
==================================== */

.wrap-body {
  width:100%;
  min-height: 100%;
  position: relative;
  margin:0;	
	padding:0;
}

.notification {position: absolute; top: 0; margin: 0; z-index: 9999; width: 100%;}

.sec-nav {font-size: 15px; font-weight: 400;}

.navbar-fixed-top {position: relative;}

.navbar-fixed-top .navbar-inner {
  background-color: #115A81;
  background-image: none;
  border-width: 0;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#115A81', endColorstr='#115A81', GradientType=0)
}

.navbar-fixed-top .navbar-inner .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-fixed-top .navbar-inner .nav > li > a:hover {
  color: #000;
}

.navbar-fixed-top.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #f9dee7;
  border-top-color: #f9dee7;
}

.navbar-fixed-top.navbar .nav li.dropdown > a:hover .caret {
  border-bottom-color: #000;
  border-top-color: #000;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #115A81;
  color: #f9dee7;
}

.wrap-body > header {
  padding: 1em 0;
  min-height: 50px;
  background-color: #fff;
}

.brand {padding: 0; width: auto;}

.brand img {max-width: 140px;}

.header-phone {font-size: 24px; color: #115A81;}

.header-phone i {margin-right: 5px;}

.wrap-content > .container {padding-bottom: 2em;}

.breadcrumb {font-size: 14px; background-color: transparent; padding: .7em 0;}

.header-page {padding: 1.5em 0; background-color: #b5d1e8;}

.header-page h1 {margin: 0; font-size: 22px; text-transform: uppercase; letter-spacing: 3px; font-weight: 600; font-family:'Source Sans Pro', sans-serif; color: #115A81;}

.header-page form {margin: 0;}


/* ===============================
Article Post  
================================ */

.contentPost li {line-height: 1.6; margin: .5em 0;}

.contentPost ul, .contentPost ol {margin-bottom: 1.5em;}

.listPost hr:first-child {margin-top: 0;}

.post h2 {font-size: 28px; margin-bottom: 1em;}

.metaPost {font-size: 15px; color: #999; display: inline-block; width: 100%; margin-bottom: 1em;}

.metaPost a {color: #999; text-decoration: underline;}

.contentPost, .mediaPost {display: inline-block; width: 100%; margin-bottom: 1em;}

.contentPost blockquote {margin-top: 1em;}

.contentPost blockquote p {font-size: 19px; line-height: 1.6; margin-bottom: 1em; font-weight: 400; font-style: italic;}

.mediaPost {margin-top: 1em;}

.contentPost img {margin: 1em 0;}

.contentPost img:first-child {margin-top: 0;}

.contentPost .mediaPost img {margin: 0;}

.contentPost p:last-child {margin: 0;}

.mediaPost img, .contentPost img {width: 100%;}

.mediaThumb {height: 150px; overflow: hidden;}

.offerPost {
  display: inline-block; 
  width: 100%;
  margin: 1em 0;
  padding: 1em 1.5em; 
  color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #e86491;
}

.offerPost img {width: 95%;}

.offerPost h2 {margin-top: 0; margin-bottom:.6em; font-size: 37px;}

.offerPost p {margin-bottom: 0.5em; font-size: 24px; font-weight: 300;}

.offerPost .btn {font-size: 20px;}

.btn i {margin-right: .3em;}



/* ===============================
Right Side Sections
================================ */

.right-side {color: #555;}

.right-side section {margin-bottom: 2em;}

.right-side section.well {padding: 0 19px;}

section.block header {padding: .7em 0; display: block;}

section.block.widgets-block header {padding-bottom: 2em;}

section.block.well header {padding-bottom: .9em;}

section.block .content-section {padding: .5em 0 1em; display: block;}

section.block .content-section p:last-child {margin: 0;}

section.block.well .content-section {padding-bottom: 0;}

.right-side section.well .content-section {padding-bottom: 19px;}

section.block header h2 {
  font-size: 18px; 
  margin: 0; 
  font-family:'Source Sans Pro', sans-serif; 
  text-transform: uppercase;
  letter-spacing: 3px;
}

section.block header a {color: #594340;}

section.block header p {margin-bottom: 0; color: #444; margin-top: .3em; line-height: 1.3;}

section.block .content-section form {margin: 0;}

section.block .content-section form select {margin-bottom: 1em; width: 100%;}

.simpleList li {margin: .3em 0; display: inline-block; width: 100%; line-height: 1.4;}

.simpleList li:first-child {margin-top: 0;}

.simpleList li:last-child {margin-bottom: 0;}

.simpleList li i {margin-right: .5em;}

.simpleList li img.img-polaroid {width: 100%;}

.tags {display: inline-block; width: 100%; margin-bottom: .5em;}

.tags a {padding: 3px 8px; background-color: #E6E6E6; color: #444; margin-right: .5em; margin-bottom: .5em; display: inline-block; width: auto;}

.tags a:hover {text-decoration: none; background-color: #ccc;}


.simpleList .btn {width: 100%; margin-top: .7em;}

.list-icon a {color: #555; text-decoration: underline;}

.list-icon a i {text-decoration: none;}

.list-icon i {margin-right: .6em !important; font-size: 20px;}

.priceExp {font-size: 28px;}

.affix .well {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}


/* ===============================
Share Group
================================ */


.group-share {display: inline-block; width: 100%; margin-top: 5px;}

.share-btn {display: inline-block; width: auto; margin-left: 6px; vertical-align: top;}

.group-share .share-btn:first-child {margin:0;}

.share-btn .btn {padding: 0; height: 20px; line-height: 20px; font-family: 'Helvetica Neue',Arial,sans-serif; font-size: .6em; position: relative; vertical-align: top;}

#article_right_header .share-btn span {font-weight: 600;}

.share-btn .btn > span {padding: 0 7px 0 23px; white-space: nowrap; font-weight: 600;}

.share-btn i {position: absolute; top: 2%; height: 16px; width: 16px; left: 4px;}

.facebook-share-button i {background: url(https://media.gttwl.com/attachments/rainbowtravel.gttwl2.com/ltmq6z/1369767046_original.jpg) no-repeat; background-size: 100%;}

.share-btn.share-email img {margin-top: -11px;}


/* ===============================
Thumbnails
================================ */

.thumbnail {
  text-align: center; 
  position: relative; 
  background-color: #115A81;
  padding: 0;
  border-radius: 0; 
  -moz-border-radius: 0; 
  -webkit-border-radius: 0; 
  border: none;
}

.widgets-wedding .thumbnail {
  padding: 0;
  border-radius: 0; 
  -moz-border-radius: 0; 
  -webkit-border-radius: 0;
  background: #fff;
}

.widgets-wedding .thumbnail:hover {background: #fff;}

.widgets-wedding .caption {background-color: #115A81;}

.thumbnail:hover {background-color: #115A81;}

.thumbnails > li {min-height: 250px;}

.thumbnail h4 {margin: 0; font-size: 18px;}

.thumbnail h4 a {color: #fff;}

.thumbnail a:hover {text-decoration: none;}

.placesThumbs .thumbnail {margin: 0 1em; min-height: 225px;}

.wrap-imgThumb {display: inline-block; width: 100%; height: 170px; overflow: hidden;}

.wrap-imgThumb a {display: block; height: 100%;}

.wrap-imgThumb img {width: 100%; min-height: 170px;}

ul.widgetThumbs {margin-bottom: 0;}

ul.widgetThumbs .thumbnail {}

.widgetThumbs .wrap-imgThumb {background-color: #EFEDE6;}

.widgets-wedding > li {
  min-height: 150px;
}

.widgets-wedding .wrap-imgThumb a {
  background-repeat: no-repeat;
  /* background-position: left bottom; */
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 170px;
}

.wrap-imgThumb .engagement {background-image: url(https://cdn4.gttwl.net/attachments/uniglobegeo.ca/ltmq6z/1385758305_medium.png);}

.wrap-imgThumb .wedding {background-image: url(https://cdn4.gttwl.net/attachments/uniglobegeo.ca/c7rlir399dh/1386778571_original.png);}
/*.wrap-imgThumb .wedding {background-image: url(https://cdn4.gttwl.net/attachments/uniglobegeo.ca/ltmq6z/1385757798_medium.png);}*/

.wrap-imgThumb .honeymoon {background-image: url(https://cdn4.gttwl.net/attachments/uniglobegeo.ca/ltmq6z/1385757602_medium.png);}

.wrap-imgThumb .vows {background-image: url(https://cdn4.gttwl.net/attachments/uniglobegeo.ca/ltmq6z/1385758464_medium.png);}

.wrap-imgThumb .stagdoe {background-image: url(https://cdn4.gttwl.net/attachments/uniglobegeo.ca/ltmq6z/1386268297_medium.png);}

.widgetThumbs .wrap-imgThumb img {min-height: auto; height: 160px; width: auto;}

.thumbnail .caption {padding: 9px 5px 12px; margin-top: -4px; color:#ffe9f6; font-weight: 300;}

.thumbnail .caption small {font-size: 80%;}



/* ===============================
User Profile
================================ */

.user-profile header {margin-bottom: 1em;}

.user-profile header h1 {font-size: 37px; margin: 0;}

.user-profile header .btn-large {font-size: 15px; padding: 11px 10px; width: 100%;}




/* ===============================
Favorite Places
=============================== */

.place-header > header {padding: 2.5em 0 0.5em; background-color: #fff;}

.place-header > header .brand {padding: 0;}

.place-header > header .brand img {max-height: 35px;}

#hero-img {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}

.breadcrumb.breadcrumbsBg {margin:0;}

.breadcrumb.breadcrumbsBg > li {text-shadow: 0 1px 0 #000; color: #fff;}

.breadcrumb.breadcrumbsBg > li > a {color: #fff;}

.transpInfo {padding: 2em 0;}

.transpInfo section.block {padding: 0 1em;}

.transpInfo section.block header {padding-bottom: .5em;}

.transpInfo .bgBlack-transp {color: #efefef;}

.transpInfo .block .btn {margin-bottom: 1em;}



/* ===============================
Blank-pages
================================ */

.blank-page {padding: 3.5em 0;}

.headerBlank {padding-bottom: 1em;}

.headerBlank h2 {margin: 0; font-size: 23px; font-weight: 600;}

.contentBlank legend {border: none; padding: 0 .5em; background-color: #ebebeb; font-size: 15px;}

.facebook-login p {font-size: 14px; color: #666; line-height: 1.3;}

.blank-page form {margin-bottom: 0;}

.blank-page input[type="text"], .blank-page input[type="email"], .blank-page input[type="date"], .blank-page input[type="tel"], .blank-page input[type="email"], .blank-page input[type="password"], .blank-page input[type="submit"], .blank-page textarea, .blank-page select {
  width: 100%;
}

/*.blank-page input[type="submit"] {margin-top: 1em;}*/

.blank-page form p {font-size: 15px; margin-top: .7em; margin-bottom: 0;}

.well .nav-tabs > .active > a, .well .nav-tabs > .active > a:hover, .well .nav-tabs > .active > a:focus {
  background-color: transparent;
  border-bottom-color: #F5F5F5;
}


/* ===============================
Landing pages
================================ */

.header-landing {
  background: #cde5ff; /* Old browsers */
  background-image: url(https://media.gttwl.com/attachments/ourdestinationwedding.gttwl2.com/ltmq6z/1372905176_original.jpg), -moz-linear-gradient(top, #cde5ff 0%, #f9ffff 100%); /* FF3.6+ */
  background-image: url(https://media.gttwl.com/attachments/ourdestinationwedding.gttwl2.com/ltmq6z/1372905176_original.jpg), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cde5ff), color-stop(100%,#f9ffff)); /* Chrome,Safari4+ */
  background-image: url(https://media.gttwl.com/attachments/ourdestinationwedding.gttwl2.com/ltmq6z/1372905176_original.jpg), -webkit-linear-gradient(top, #cde5ff 0%,#f9ffff 100%); /* Chrome10+,Safari5.1+ */
  background-image: url(https://media.gttwl.com/attachments/ourdestinationwedding.gttwl2.com/ltmq6z/1372905176_original.jpg), -o-linear-gradient(top, #cde5ff 0%,#f9ffff 100%); /* Opera 11.10+ */
  background-image: url(https://media.gttwl.com/attachments/ourdestinationwedding.gttwl2.com/ltmq6z/1372905176_original.jpg), -ms-linear-gradient(top, #cde5ff 0%,#f9ffff 100%); /* IE10+ */
  background-image: url(https://media.gttwl.com/attachments/ourdestinationwedding.gttwl2.com/ltmq6z/1372905176_original.jpg), linear-gradient(to bottom, #cde5ff 0%,#f9ffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde5ff', endColorstr='#f9ffff',GradientType=0 ); /* IE6-9 */
}

.header-landing h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  color: #115A81;
  margin-bottom: 20px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.landing-image {padding: 1em 0 1.5em; background-repeat: no-repeat; background-position: left bottom;}

.wedding-image {background-image: url(https://cdn4.gttwl.net/attachments/uniglobegeo.ca/c7rlir399dh/1386778571_original.png);}

.engagement-image {background-image: url(https://cdn4.gttwl.net/attachments/uniglobegeo.ca/ltmq6z/1385758305_original.png);}

.honeymoon-image {background-image: url(https://cdn4.gttwl.net/attachments/uniglobegeo.ca/ltmq6z/1385757602_original.png);}

.vow-image {background-image: url(https://cdn4.gttwl.net/attachments/uniglobegeo.ca/ltmq6z/1385758464_original.png);}

.stag-image {background-image: url(https://cdn4.gttwl.net/attachments/uniglobegeo.ca/ltmq6z/1386268297_original.png);}

.header-landing p {font-size: 30px; font-family: 'Roboto Slab',serif; line-height: 1.2; margin-bottom: 1.3em;}

.header-landing .btn-large {padding: 15px 25px; font-size: 25px;}


.testimonial-landing i {font-size: 30px; margin-top: .2em; display: block;}


.home-content.features-landing {background-color: #F9F8F3;}

.content-landing {padding-top: 1.5em;}

.header-feature-landing {
  color: #115A81;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.header-feature-landing i {font-size: 45px;}

.header-feature-landing h3 {margin-top: 0; font-size: 23px;}

.landing-end-action .btn-large {width: 100%; margin-top: 1em; font-size: 25px; padding: 15px 0; line-height: 1.3;}

.landing-end-action h2 {font-size: 32px;}

.well.landing-end-action .btn-large {margin: 0;}


/* ===============================
Weddings Landing Pages
=============================== */

a.link-top {position: absolute; bottom: 1em; right: 1em; z-index: 99; font-size: 30px; color: #736260; display: block; cursor: pointer;}

a.link-top:hover {text-decoration: none; color: #594340;}

.wrapWedding {background-color: #F9F8F3; position: relative; margin: 1em 0;}

.headerWedding {padding: 1.5em 1em; background: url("https://media.gttwl.com/attachments/ourdestinationwedding.gttwl2.com/ltmq6z/1372790594_original.jpg");}

.headerWedding h2 { font-family: 'Great Vibes', cursive; font-size: 50px; margin: 0;}

.headerWedding > p {margin: 0; font-size: 15px;}

.photoWedding {position: relative; width: 100%; max-height: 500px; overflow: hidden;}

.photoWedding img {margin-top: -1em; width: 100%;}

.actionWedding {position: absolute; z-index: 99; bottom: 2em; width: 100%;}

.actionWedding .btn {width: 100%; font-size: 23px;}

.actionWedding .btn i {font-size: 20px;}

.navWedding {padding: 1em; }

.navWedding a {padding: .4em .6em; margin: 0 1em; text-transform: uppercase; font-weight: 600; letter-spacing: 3px;}

.navWedding a:hover {color: #fff; text-decoration: none; background-color: #00ADA8;}

.welcomeWedding {padding: 2em 0 1.5em;}

.welcomeWedding p:last-child {margin: 0;}

.infoWedding {position: relative; padding: 0 1.5em;}

.contentWedding.contentPost {margin: 0;}

.contentPost .wrapPhotos a {display: inline-block; width: auto; height: 150px; margin: 0 1em 1em 0; vertical-align: top;}

.contentPost .wrapPhotos a img {display: inline-block; height: 150px; width: auto;}

.contentWedding header h2 {font-size: 45px;}

.contentWedding header h3 {font-size: 27px; margin-bottom: 1em;}

.contentWedding h4.subtitle {font-size: 19px; text-transform: uppercase; margin: 1.6em 0 .8em; font-weight: 700; letter-spacing: 2px; display: inline-block; width: 100%;}

.contentWedding h4.subtitle:first-child {margin-top: 0;}

.contentWedding .depositWedding h4.subtitle {width: auto; margin-right: 0.5em; margin-top: 0.3em; vertical-align: top;}

.contentWedding .depositWedding p {width: auto; display: inline-block; vertical-align: top;}

.contentWedding header ul {list-style: none; margin: 0 0 1em 0;}

.contentWedding header ul li {display: inline; margin: 0 .5em;}

.placeWedding {padding: 1em 0;}

.leadWedding form {margin:0.2em;}

.leadWedding h4 {margin-top:0;}

.leadWedding input {width: 100%;}

.thanksWedding {padding-bottom: 2em;}

.thanksWedding p {margin-bottom: 0;}

.thanksWedding .cursive-font {font-size: 30px; line-height: 1;}


/* ===============================
Faqs
=============================== */

.Faqs h2 {font-size: 30px; margin: 0 0 .8em;}

.contentFaqs p:last-child {margin: 0;}





/* ===============================
Wedding Form
=============================== */

.wedding-form input, .wedding-form textarea {width: 100%;}

.wedding-form input[type="checkbox"] {width: auto;}

.wedding-form input[type="file"] {margin-bottom: 1em;}

.wedding-form .accordion-group {border: none; margin-bottom: .5em;}

.wedding-form .accordion-heading {background-color: #00ADA8;}

.wedding-form .accordion-heading:hover {background-color: #04968E;}

.wedding-form .accordion-heading a {color: #FFE9F6;}

.wedding-form .accordion-heading a:hover {text-decoration: none;}

.wedding-form .accordion-heading a i {margin-right: .5em; width: 30px;}

.wedding-form .accordion-inner {border: none; padding: 1em;}

.wedding-form .well {margin-bottom: 2em;}

.wedding-form .well form {margin: 0;}

label em {font-size: 17px; margin-bottom: .8em; display: block;}

.bottom-linksForm {margin-bottom: 0; font-size: 15px; line-height: 30px;}

ul.inline.bottom-linksForm > li {padding: 0 10px;}

ul.inline.bottom-linksForm > li:first-child {padding-left: 0;}

.bottom-linksForm li a:hover {text-decoration: none;}

.attachFields {display: inline-block; width: 100%; padding: 10px 0; border-top: 1px dotted #ccc;}

.attachFields input {margin: 0;}

/* ===============================
Forms
================================ */

.wrap-input {display: inline-block; width: 100%; position: relative;}

.wrap-input input[type="text"], .wrap-input input[type="email"], .wrap-input input[type="tel"] {
  width: 100%;
}

.wrap-input.right-element input[type="text"] {padding-right: 2em;}

.wrap-input.left-element input[type="text"] {padding-left: 2em;}

.wrap-input .element-input {
  position: absolute; 
  z-index: 99; 
  top: 0; 
  width: auto; 
  line-height: 1.4;
}

.right-element .element-input {right: 0;}

.left-element .element-input {left: 0;}

.element-input > i {padding: 0 10px; line-height: 1.6;}

.right-element .element-input .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.left-element .element-input .btn {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.content-section input, .content-section textarea {width: 100%;}

.content-section input[type="submit"] {width: auto;}

.content-section form {margin: 0;}

.offer-form input {width: 100%;}

.offer-form input[type="submit"] {margin-top: .7em;}

.hero-form input[type="text"] {font-size: 17.5px; padding: 11px 6px; margin: 0; height: 45px; width: 100%;}

.hero-form .btn-large {width: 100%; padding: 8px 0; font-size: 22px; font-weight: 600; height: 45px;}

.hero-form .wrap-input .element-input {top: 8px;}


.top-forms select {width: 100%;}

.top-forms a {font-size: 14px;}

.top-forms .text-right a {margin-left: 1em;}

.top-forms .text-right a:first-child {margin-left: 0;}


.modal form {margin: 0;}

.modal-header {padding: 15px;}

.modal-header p {margin: 0; font-size: 16px;}

.modal form input[type="text"], .modal form input[type="email"], .modal form input[type="tel"], .modal form textarea {
  width: 100%;
}

form .form-inline {line-height: 25px; margin-bottom: 12px;}

form .form-inline label.radio {margin-right: 1em;}

.group-fields {
    display: inline-block;
    margin-bottom: 1em;
    width: 100%;
}

.hide-formFeed.in {border-top: 1px dashed #bfbfbf; padding: .4em;}

.hide-formFeed .upload {margin: 0;}

.hide-formFeed small {font-size: .6em;}

.upload {
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 1em;
    position: relative;
    width: 100px;
}

.upload input[type="file"] {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.bottom-form-content {padding-top: 1em;}


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

footer{
  background: #F9F8F3;
	color:#bfbfbf;
  font-size: 15px;
  width: 100%;
}

footer > .container {padding-top: 2em; padding-bottom: 3em;}

footer p {font-size: 15px;}

footer a {color: #594340;}

footer a:hover {text-decoration: none;}

footer .inline li {padding: 0 1em;}

.footer-links {text-transform: uppercase;}

.footer-logos li {width: 60px;}

.inline.text-right li:last-child {padding-right: 0;}

/* Map */
#mappy { height: 450px; width: 100%;}