/* ==== 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=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:#000;
  background-color: #F9F8F3;
}
a {color: #40c6f3;}

a:hover {color: #0c94c1;}

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;}

.blocktitle {font-size: 30px; color: #0cc597; font-family: 'Rancho', cursive;}

.blocktitle2 {font-size: 40px; color: #0cc597; font-family: 'Rancho', cursive;}

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

.blockcontent2 {color: #40c6f3; font-size: 24px; font-family: 'Roboto Slab', serif;}

.blockcontent {color: #40c6f3; font-size: 18px; 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 #bfbfbf;}

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

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

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

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

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

.btn.extend {width: 100%;}

/* ===================================
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)";
}

/*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;}

.rose-bg {background-color: #40c6f3;}

.rose {color: #40c6f3;}

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

.btn-rose {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #35a5ca;
  *background-color: #18637a;
  background-image: -moz-linear-gradient(top, #35a5ca, #18637a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#35a5ca), to(#18637a));
  background-image: -webkit-linear-gradient(top, #35a5ca, #18637a);
  background-image: -o-linear-gradient(top, #35a5ca, #18637a);
  background-image: linear-gradient(to bottom, #35a5ca, #18637a);
  background-repeat: repeat-x;
  border-color: #18637a #18637a #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='#ff35a5ca', endColorstr='#ff18637a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-rose:hover,
.btn-rose:active,
.btn-rose.active,
.btn-rose.disabled,
.btn-rose[disabled] {
  color: #ffffff;
  background-color: #18637a;
  *background-color: #18637a;
}

.btn-rose:active,
.btn-pink.active {
  background-color: #18637a \9;
}

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



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

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

.carousel {margin-bottom: 0; max-height: 500px; 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: 2em; width: 100%;}

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

.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: #F9F8F3 url(https://media.gttwl.com/attachments/ourdestinationwedding.gttwl2.com/ltmq6z/1372790594_original.jpg);}



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

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

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

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

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

.well {background-color: #EDECE6;}

.block.ads>a {margin-bottom: 1em; display: block;}

.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 .navbar-inner {
  background: #75cdd9; /* Old browsers */
  background: -moz-linear-gradient(top,  #75cdd9 0%, #6abbc6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75cdd9), color-stop(100%,#6abbc6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #75cdd9 0%,#6abbc6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #75cdd9 0%,#6abbc6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #75cdd9 0%,#6abbc6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #75cdd9 0%,#6abbc6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cdd9', endColorstr='#6abbc6',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #64b1bc;
}

.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: #fff;
  border-top-color: #fff;
}

.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: #40c6f3;
  color: #fff;
}

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

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

.brand img {max-height: 100px;}

.header-phone {padding-top: .5em;}

.header-phone span {
  font-size: 18px;
  color: #35a5ca;
  display: block;
  margin-bottom: .35em;
  line-height: 1.3;
}
.header-phone a {color: #35a5ca;}

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

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

.header-page {padding: 1.5em 0; background: transparent url(https://media.gttwl.com/attachments/ourdestinationwedding.gttwl2.com/ltmq6z/1372790594_original.jpg);}

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

.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 .mediaPost img {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: #75CDD9;
}

.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 2em; display: block;}

section.block.address-block header {padding-bottom: .7em;}

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

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

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: #000;}

section.block header p {margin-bottom: 0; color: #888; margin-top: .3em;}

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

.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: #75CDD9; color: #fff; margin-right: .5em; margin-bottom: .5em; display: inline-block; width: auto;}

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


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

.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: 17px; line-height: 17px; font-family: 'Helvetica Neue',Arial,sans-serif; font-size: .7em; 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%;}


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

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

.weddingThumbs .thumbnail {
  padding: 4px;
  border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;
  background: transparent;
}

.weddingThumbs .thumbnail:hover {background: #fff;}

.weddingThumbs .caption {background-color: #75cdd9;}

.thumbnail:hover {background-color: #6bbdc8;}

.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 {}

.widgets-block .wrap-imgThumb {height: auto; background-color: #EFEDE6;}

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

.thumbnail .caption {padding: 9px 5px 12px; margin-top: -3px; color:#e6f8fd; 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: 56px;}

.place-header .header-phone {padding-top: 0;}

.place-header .header-phone span {font-size: 14px; line-height: 1.2;}

.place-header .header-phone span:last-child {margin: 0;}

#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;}

.block.bgBlack-transp .content-section p,
.block.bgBlack-transp .content-section li {
  line-height: 1.3;
  margin-bottom: .83rem;
}
.block.bgBlack-transp .content-section li {
  margin-top: 0;
}

small.price-info {line-height: 1.25; display: block; font-size: 82%; color: #888;}



/* ===============================
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 {
  color: #40c6f3;
  background-color: transparent;
  border-bottom-color: #40c6f3;
}


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

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

.header-landing h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  color: #18637a;
  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://media.gttwl.com/attachments/ourdestinationwedding.gttwl2.com/ltmq6z/1372904458_original.jpg);}

.engagement-image {background-image: url(https://media.gttwl.com/attachments/ourdestinationwedding.gttwl2.com/ltmq6z/1373062192_original.jpg);}

.honeymoon-image {background-image: url(https://media.gttwl.com/attachments/ourdestinationwedding.gttwl2.com/ltmq6z/1373311841_original.jpg);}

.vow-image {background-image: url(https://media.gttwl.com/attachments/ourdestinationwedding.gttwl2.com/ltmq6z/1373312167_original.jpg);}

.stag-image {background-image: url(https://cdn3.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: #75cdd9;
  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: #000;}

.wrapWedding {background-color: #ebebeb; 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: 450px; 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: 30px;}

.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: #35a5ca;}

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

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

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

.infoWedding hr {border-color: #cfcfcf transparent transparent;}

.infoWedding .well {background-color: #dfdfdf;}

.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; 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%;}

.leadWedding .input-prepend {width: 100%;}

.leadWedding .input-prepend .add-on {height: 2.1em; min-width: 30px;}

.leadWedding .input-prepend input {width: 100%;}

.thanksWedding {padding-bottom: 2em;}

.thanksWedding p {margin-bottom: 0;}

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

.wedding-pass h2 {font-family: 'Great Vibes', cursive; font-size: 30px; margin-bottom: 0;}

.wedding-pass img {max-height: 300px;}

/* ===============================
Hotel Chain Landing Pages
=============================== */

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

.topLanding {display: block; padding: 1em;}

.hotel-logo img {max-height: 70px;}

.topLanding h1 {font-size: 160%; text-align: center;}

.topLanding p {font-family: Georgia, Times, serif; font-style: italic; font-size: 95%;}

.relatedLanding {padding: 1em 0;}

.relatedLanding .nav-tabs>li {
  float: none;
  display: inline-block;
}

.relatedLanding .tab-content {padding: 0;}


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

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

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

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

.wedding-form .accordion-heading {background-color: #75CDD9;}

.wedding-form .accordion-heading:hover {background-color: #6bbdc8;}

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

.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;
}

.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: transparent;
	color:#bfbfbf;
  font-size: 15px;
  width: 100%;
}
footer > .container {padding-top: 2em; padding-bottom: 3em;}

footer p {font-size: 15px;}

footer a {
	color: #000;
}
footer .inline li {padding: 0 1em;}

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

.footer-logo img {height: 50px; margin: 0 5px 5px;}

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



/*MOD*/