/*
CSS style for Travel Managers
March 2013
*/

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

html {
    background-color: #ebeff2;
}

body, input, textarea {
	color: #4d4b54;
	font: 13px/18px 'Source Sans Pro', sans-serif;
	text-align: left;
	letter-spacing:0;
                background-color: #ebeff2;
}

/* -----------------------------------
	Headings Styles
-----------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0.5em 0 1em;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}
#main {
    margin-bottom: 15px;
}
#main .content h3 {
	font-size: 17px;
	color: #1eada5;
	font-weight: normal;
	margin-left:0.5em;
}

/* -----------------------------------
	Text Elements Styles
-----------------------------------*/
p {
	margin-bottom: 1.2em;
                line-height: 170%;
}
ul, ol {
	margin-left: 1.5em;
	padding-left: 0.8em;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
li {
	padding-left: 0.7em;
	margin-bottom: 0.7em;
}
dl {
	margin: 0 1.2em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.2em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-weight: normal;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 0.85em Helvetica Neue, Helvetica, "Arial", sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #fcfcfc;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 2;
	margin-bottom: 1.2em;
	overflow: auto;
	padding: 0.3em 0.7em;
	max-width: 90%;
}
code, kbd {
	font: 0.85em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.2em;
}
ins {
	background: #fcfcfc;
	text-decoration: none;
}
sup,
sub {
	font-size: 0.6em;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}
table {
	margin: 1.2em 0;
}

/* -----------------------------------
	Form Styles
-----------------------------------*/
input[type=text],
input[type=password],
textarea {
	background: #fff;
	border: 0;
	outline: none;
}
input[type=text]:focus,
textarea:focus {
}
textarea {
	padding-left: 3px;
	width: 99%;
}
input[type=text] {
	padding: 3px;
}
input[type=submit] {
	border: 0;
	cursor: pointer;
}

/* Links */
a {
	color: #00859b;
	text-decoration: none;
}
a:focus,
a:hover {
	text-decoration: underline;
}

/* Images */
img {
	max-width: 100%;
	height: auto;
}

/* Clear Mode */
.clearfix:after {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
	
}

/* -----------------------------------
	Common Styles
-----------------------------------*/
body {
	//background: #fff;
}

/* Layout */
.container {
	background: #ebeff2;
}

.wrapper {
	width: 990px;
	margin: 0 auto;
	position: relative;
}

.wide {
	width: 100% !important;
}

ul.nostyle {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.nostyle li {
	margin: 0;
	padding: 0;
}
ul.square {
	margin: 0 0 1.2em 1.2em;
	padding: 0;
	list-style: square;
}
ul.square li {
	margin: 0;
	padding: 0;
}

/* Position */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textjustify {
	text-align: justify;
}

/* Button */
a.button,
input.button {
	font-family: 'Source Sans Pro', sans-serif;
	display: inline-block;
	height: 24px;
	width: 110px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none !important;
	color: #fff;
	background: #4d4b54 url(../img/arrow-right.png) 115px 7px no-repeat;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
a.button.large,
input.button.large {
	width: 260px;
	background-position: 252px 7px;
}
a.button.small,
input.button.small {
	height: 17px;
	width: 80px;
	padding: 0 7px;
	font-size: 12px;
	line-height: 17px;
}
a.button.green {
	font-size:14px;
	font-family: 'Source Sans Pro', sans-serif;
	width: 130px;
	letter-spacing:1px;
	padding: 0;
	background: #00859b 0 0 repeat-x;
}
a.button.green span {
	font-size:14px;
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	padding: 0 10px;
	background: url(../img/arrow-right.png) 115px 7px no-repeat;
}
a.button.large.green {
	width: 267px;
}
a.button.large.green span {
	background-position: 252px 7px;
}
a.button.small.green {
	width: 94px;
	background: #00859b;
}
a.button.small.green span {
	padding: 0 7px;
	background: url(../img/arrow-right-small.png) 83px 5px no-repeat;
}
input.button {
	width: 130px;
}
input.button.small {
	width: 94px;
}
input.button.green {
                background: #00859b url(../img/arrow-right.png) 115px 7px no-repeat;
}
input.button.small.green {
	background: #00859b url(../img/arrow-right.png) 83px 5px no-repeat;
	margin-top: 0 !important;
}


/* -----------------------------------
	Header Styles
-----------------------------------*/
#header {
	background: #fff;
	padding: 3px 0;
}
#logo {
	margin: 0;
}
#access {
	max-width: 720px;
	margin-top: 20px;
	margin-right: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	background: #4d4b54;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
#access ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#access li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#access li a {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 0 10px;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
#access li a:hover,
#access li:hover > a,
#access li.current > a {
	background: #00859b;
}
#access ul.submenu {
	display: none;
	min-width: 110px;
	padding-top: 2px;
	background: #fff url(../img/bg-submenu.gif) 0 bottom repeat-x;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#access li:hover > ul.submenu {
	display: block;
}
#access ul.submenu li {
	float: none;
	background: url(../img/bg-our-news-list.gif) 0 bottom repeat-x;
}
#access ul.submenu li.last {
	background: none;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#access ul.submenu li a {
	display: block;
	padding: 0 15px 0 7px;
	line-height: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
	color: #4d4b54;
	letter-spacing:1px;
	background: url(../img/arrow-submenu.gif) 95% 6px no-repeat;
	-moz-border-radius: 0;
	border-radius: 0;
	white-space: nowrap;
}


/* -----------------------------------
	Featured Styles
-----------------------------------*/
#featured {
	height: 325px;
	margin-bottom: 20px;
}
#featured .feat-inner {
	height: 325px;
}

.boxshadow {
	background: #fff;
	-webkit-box-shadow: 0 3px 5px #d9e0e6;
	-moz-box-shadow: 0 3px 5px #d9e0e6;
	box-shadow: 0 3px 5px #d9e0e6;
}

/* -----------------------------------
	Main Styles
-----------------------------------*/
#main {
}

.list-packages-small {
	margin: 0 -11px;
}
.list-packages-small .package {
	width: 291px;
	margin: 0 11px 0px;
	padding: 12px;
}
.list-packages-small .package .info {
	padding-top: 5px;
	margin-bottom: -5px;
}
.list-packages-small .package .title {
	margin: 0;
	width: 55%;
	max-height: 42px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	overflow: hidden;
}
.list-packages-small .package .title a {
	color: inherit;
}
.list-packages-small .package .price {
	width: 40%;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.3em;
}
.list-packages-small .package .price strong {
	display: block;
	font-size: 28px;
	font-weight: 600;
	color: #00859b;
}

.page-caption {
	margin-bottom: 12px;
	padding: 12px 16px;
                background: #3aa8b8; /* Old browsers */
                background: -moz-linear-gradient(top, #3aa8b8 0%, #00879e 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3aa8b8), color-stop(100%,#00879e)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* IE10+ */
                background: linear-gradient(to bottom, #3aa8b8 0%,#00879e 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa8b8', endColorstr='#00879e',GradientType=0 ); /* IE6-9 */
}
#main.extras .page-caption {
                margin: 0;
}
#main.extras .headline {
                margin-bottom: 12px;
}
#main.extras .headline p {
                margin: 0;
                line-height: 0;
}
.page-caption .title {
	margin: 0;
	font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	line-height: 20px;
	letter-spacing:2px;
	color: #fff;
		text-transform: uppercase;


}
.page-thumbnail {
	//margin-right: 15px;
	//max-width: 308px;
	//max-height: 233px;
                width: 100%;
                margin-bottom: 15px;
}
.page-content {
	padding: 10px 15px;
}
.page-content .title {
	margin: 0.2em 0 0.7em 0;
	font-size: 28px;
	line-height: 1em;
	font-weight: 300;
	color: #00859b;
}

.region-thumbnail {
	//max-width: 292px;
	//max-height: 139px;
}

/* News */
#main.news .wrapper {
	width: 935px;
}
#main.news .headline {
	padding-bottom: 25px;
	background: #fff url(../img/bg-headline.gif) 0 bottom repeat-x;
}
#main.news .headline .thumb {
	width: 283px;
}
#main.news .headline .info {
	width: 630px;
	margin-right: 5px;
	font-size: 17px;
	line-height: 24px;
}
#main.news .content {
	/*padding: 10px 0 0 10px;*/
	color: #4d4b54;
	background: #ffffff;
	-webkit-box-shadow: 0 6px 3px -6px #999999;
	-moz-box-shadow: 0 6px 3px -6px #999999;
	box-shadow: 0 6px 3px -6px #999999;
	margin-top: -12px;
	margin-bottom: 10px;
}
#main.news .content .title {
	margin: 0;
	font-size: 17px;
	font-weight: normal;
	line-height: 24px;
	color: #00859b;
}
#main.news .content.clearfix p {
	margin-top: 10px;
}
#main.news .content.clearfix h2, #main.news .content.clearfix .date, #main.news .content.clearfix p {
	margin-left: 10px;
}
#main.news .content .date {
	color: #4d4b54;
}
#main.news .content img.alignright {
	margin-left: 10px;
}
#main.news .news-list {
	margin-bottom: 20px;
}
#main.news .news-block {
	padding: 15px 150px 15px 10px;
	background: #f2f2f2 url(../img/bg-our-news-list.gif) 0 0 repeat-x;
	position: relative;
}
#main.news .news-block .title {
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
}
#main.news .news-block p {
	margin: 0;
	color: #4d4b54;
}
#main.news .news-block a.more-link {
	position: absolute;
	top: 35%;
	right: 10px;
}
#main.news .date {
	font-weight: bold;
	color: #000000;
}

#main.news .news-list h2 {
	margin: 0;
	font-size: 17px;
	font-weight: normal;
	line-height: 24px;
	color: #00859b;
}

/* Contact */
#main.contact .wrapper {
	width: 955px;
}
#main.contact .top-content {
	margin-bottom: 25px;
	/*background: url(../img/bg-top-content-contact.png) right 0 repeat-y;*/
}
#main.contact .top-content .photo {
	width: 100%;
	line-height: 0;
	background: #f7f7f7;
	-webkit-box-shadow: 0 6px 3px -6px #999999;
	-moz-box-shadow: 0 6px 3px -6px #999999;
	box-shadow: 0 6px 3px -6px #999999;
}
#main.contact .top-content .data {
	//width: 660px;
        width: 100%;
	font-size: 17px;
	line-height: 24px;
	background: #ffffff;
	padding-bottom: 10px;
	-webkit-box-shadow: 0 6px 3px -6px #999999;
	-moz-box-shadow: 0 6px 3px -6px #999999;
	box-shadow: 0 6px 3px -6px #999999;
}
#main.contact .top-content .page-caption {
	width: 100%;
	margin-bottom: 20px;
}
#main.contact .top-content .detail li {
	margin-left: 130px;
}
#main.contact .top-content .detail li span {
	width: 100px;
	margin-left: -130px;
}

#main.contact .bottom-content {
	margin-bottom: 40px;
}
#main.contact .bottom-content .content {
	//width: 660px;
	//margin-left: 15px;
	background: #ffffff;
	-webkit-box-shadow: 0 6px 3px -6px #999999;
	-moz-box-shadow: 0 6px 3px -6px #999999;
	box-shadow: 0 6px 3px -6px #999999;
}
#main.contact .bottom-content .content .title {
	margin: 10px 0 1em 10px;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.2em;
	color: #00859b;
}
#main.contact .bottom-content .content p {
	margin-left: 10px !important;
                margin-right: 10px !important;
}
#main.contact .bottom-content .sidebar {
	//width: 280px;
	-webkit-box-shadow: 0 6px 3px -6px #999999;
	-moz-box-shadow: 0 6px 3px -6px #999999;
	box-shadow: 0 6px 3px -6px #999999;
}
#main.contact .bottom-content .sidebar .caption {
	padding: 12px 16px;
                background: #3aa8b8; /* Old browsers */
                background: -moz-linear-gradient(top, #3aa8b8 0%, #00879e 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3aa8b8), color-stop(100%,#00879e)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* IE10+ */
                background: linear-gradient(to bottom, #3aa8b8 0%,#00879e 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa8b8', endColorstr='#00879e',GradientType=0 ); /* IE6-9 */
}
#main.contact .bottom-content .sidebar .title {
	margin: 0;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-shadow: 0 0 5px #4d4b54;
}
#main.contact .bottom-content .sidebar .inner {
	padding: 10px;
	background: #fff url(../img/bg-sidebar-inner.png) 0 bottom repeat-x;
}
#main.contact .bottom-content .sidebar form {
	margin-top: 15px;
}
#main.contact .bottom-content .sidebar div.input {
	display: table;
	width: 100%;
	margin: 6px 0;
}
#main.contact .bottom-content .sidebar div.input p.note {
	margin: 0;
	font-size: 10px;
	line-height: 24px;
	color: #4d4b54;
}
#main.contact .bottom-content .sidebar div.input label {
	display: table-cell;
	width: 65px;
	line-height: 14px;
}
#main.contact .bottom-content .sidebar div.textarea label {
	vertical-align: top;
}
#main.contact .bottom-content .sidebar div.input label span,
#main.contact .bottom-content .sidebar div.input p.note span {
	color: #00859b;
}
#main.contact .bottom-content .sidebar div.text input,
#main.contact .bottom-content .sidebar div.input textarea {
	width: 100%;
	height: 24px;
	padding: 0 4px;
	line-height: 24px;
	border: 1px solid #4d4b54;
	background: #e0e4e7 url(../img/bg-input.gif) 0 0 repeat-x;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#main.contact .bottom-content .sidebar div.input textarea {
	height: 55px;
	background: #dee3e6 url(../img/bg-textarea.png) 0 0 repeat-x;
}
#main.contact .bottom-content .sidebar div.button {
	margin-bottom: 0;
}
#main.contact .bottom-content .sidebar div.button input {
	margin-right: 5px;
}

/* Insurance */
#main.insurance .wrapper {
	width: 935px;
}
#main.insurance .headline {
	padding-bottom: 0;
	background: none;
}
#main.insurance .headline .info {
	width: auto;
	margin-left: 15px;
	font-size: 16px;
	line-height: 24px;
}

#main.insurance .bottom-content {
	margin-left: 15px;
	margin-bottom: 40px;
}
#main.insurance .bottom-content .sidebar {
	width: 275px;
}
#main.insurance .bottom-content .content {
	width: 560px;
	margin-left: 20px;
}
#main.insurance .bottom-content .content .title {
	margin: 0 0 1em 0;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.2em;
	color: #00859b;
}
#main.insurance .bottom-content .content p {
	color: #4d4b54;
}
#main.insurance .bottom-content .content p a {
	font-size: 14px;
	text-decoration: underline;
}

/* Packages */
#main.packages .wrapper {
}
#main.packages .left-content {
	//width: 715px;
}
#main.packages .right-content {
	//width: 260px;
}

#main.packages .headline {
	margin-bottom: 12px;
}
#main.packages .headline .page-caption {
	margin: 0;
}
#main.packages .headline .image {
	width: 310px;
	line-height: 0;
	background: #f5f5f5;
}
#main.packages .headline .info {
	width: 360px;
	color: #4d4b54;
}
#main.packages .headline .info .title {
	margin: 0.5em 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.2em;
	color: #00859b;
}

#main.packages .package-list {
}
#main.packages .package-area {
	//margin-bottom: 6px;
	padding: 1em;
	position: relative;
                margin: 0 0 6px 0;
}
#main.packages #listings .package-area {
                padding: 1em 0;
                border-top: 1px solid #ebeff2;
}
#main.packages .package-area .image a {
    width: 100%;
}
#main.packages .package-area .image img {
    width: 100%;
}
#main.packages .package-area .info {
	//width: 440px;
	//margin-bottom: -1em;
	padding: 0 1em;
	line-height: 18px;
}
#main.packages .package-area .title {
	margin: 0;
	font-size: 24px;
	line-height: 1.2em;
	color: #00859b;
}
#main.packages .package-area .title a {
	color: #00859b;
	font-weight:500;
}
#main.packages .package-area .title hr {
	width: 100%;
	margin: 5px 0 10px;
	border-color: transparent;
	background: #ebeff2
}
#main.packages .package-area .sub-title {
	margin: 0;
	font-size: 13px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}
#main.packages .package-area .more-link {
	//position: absolute;
	//bottom: 1.2em;
	//right: 1.5em;
}
#main.packages .package-area .more-link h3{
	font-weight: lighter;
	font-weight: 300;
	font-size: 20px;
	margin: 10px 0 5px 0;
	text-align: right;
}
#main.packages .package-area .more-link h4{
	font-weight: 600;
	font-size: 32px;
	color: #00859b;
	margin-bottom:  15px;
	text-align: right;
}
#main.packages .package-area .more-link h5{
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #007746;
	margin-bottom:  20px;
	text-align: right;
}
#main.packages .package-area .more-link p{
	margin-bottom: 5px;
	text-align: right;
}
#main.packages .package-area .more-link a {
	display: block;
	padding-right: 1.5em;
	background: url(../img/more-link-arrow.png) 100% 50% no-repeat;
	text-align: right;
}
#main.packages .package-area .inner {
	padding-bottom: 25px;
}
#main.packages .package-area .price-area {
	width: 180px;
	padding: 6px 10px 4px 10px;
}
#main.packages .package-area .price-area em {
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #007746;
}
#main.packages .package-area .price-area span {
	display: block;
	font-size: 18px;
	line-height: 30px;
}
#main.packages .package-area .price-area strong {
	font-size: 50px;
	line-height: 1em;
	color: #00859b;
}
#main.packages .package-area .price-area small {
	display: block;
	font-size: 12px;
	color: #808184;
}
#main.packages .package-area .bonus-area {
	width: 230px;
	padding: 6px 10px 0 10px;
	color: #485654;
	line-height: 1.2em;
}
#main.packages .package-area .bonus-area p {
	margin: 8px 0;
}
#main.packages .package-area .bonus-area strong {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #007746;
}
#main.packages .package-area .more-info {
	display: block;
	padding: 4px 10px 5px 10px;
	font-size: 11px;
	color: #fff;
	background: #4d4b54;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#main.packages .package-area .more-info a {
	margin-right: 225px;
}

#main.packages .specialist-deals .package-area {
	background: #fff;
}
#main.packages .specialist-deals .package-area .info {
	min-height: 230px;
}
#main.packages .specialist-deals .package-area .bonus-area {
	float: left;
	width: 240px;
	padding-top: 0;
}
#main.packages .specialist-deals .package-area .bonus-area p {
	margin: 0 0 1.4em 0;
}
#main.packages .specialist-deals .package-area .price-area {
	float: right;
	width: 170px;
	padding-top: 0;
}
#main.packages .specialist-deals .package-area .price-area em,
#main.packages .specialist-deals .package-area .price-area small {
	display: block;
	text-align: right;
	margin-right: 10px;
}
#main.packages .specialist-deals .package-area .more-info a {
	margin-right: 0;
}


.pagination {
	margin-bottom: 25px;
	padding: 5px;
	position: relative;
        width: 100%;
}
.pagination .pages {
	margin: 0 100px;
}
.pagination .pages a {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 2px;
	line-height: 15px;
	text-decoration: none !important;
	color: #485654;
	border: 1px solid #485654;
	opacity: 0.6;
}
.pagination .pages a:hover,
.pagination .pages a.current {
	opacity: 1;
}
.pagination a.prev,
.pagination a.next {
	position: absolute;
	top: 4px;
	right: 6px;
}
.pagination a.prev {
	text-align: right;
	right: auto;
	left: 6px;
}
.pagination a.prev span {
	background: url(../img/arrow-left-small.png) 6px 5px no-repeat !important;
}


.right-content .right-block {
	margin-bottom: 6px;
}
.right-content .right-block .page-caption {
	margin: 0;
}
.right-content .right-block .page-caption .title {
}
.right-content .right-block .inner {
	padding: 10px 15px;
	border-top: 1px solid #fff;
}

.right-content #find-destination .inner {
	padding: 0 12px;
	background: url(../img/bg-right-find-destination.png) 0 0 repeat-x;
}
.right-content #find-destination div.input {
	min-height: 15px;
	margin: 12px 0;
}
.right-content #find-destination div.selector {
	height: 20px;
	width: 205px;
	padding-left: 5px;
	background: url(../img/bg-selector.png) 0 0 no-repeat;
}
.right-content #find-destination div.selector span {
	height: 20px;
	margin-right: -5px;
	padding-right: 20px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	color: #4d4b54;
	background: url(../img/bg-selector.png) right 0 no-repeat;
}
.right-content #find-destination div.selector select {
	height: 20px;
	width: 215px;
}

.right-content #search-destination .page-caption {
	padding-left: 25px;
	padding-right: 25px;
	background: #4d4c54;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.right-content #search-destination .inner {
	padding: 8px 25px;
}
.right-content #search-destination .inner li {
	line-height: 20px;
}
.right-content #search-destination .inner li a{
	color: #4d4b54;
}
.right-content #search-destination .inner ul.children {
	margin-left: 10px;
	color: #00859b;
}
.right-content #search-destination .inner ul.children a {
	color: #00859b;
	text-decoration: underline;
}

.right-content #search-categories .page-caption {
	background: #6dae3c url(../img/bg-right-search-categories-caption.png) 0 0 repeat-x;
}
.right-content #search-categories .inner {
	background: url(../img/bg-right-search-categories.png) 0 0 repeat-x;
}
.right-content #search-categories .inner a {
	color: #4d4b54;
}
.right-content #search-categories .inner li {
	line-height: 19px;
}

/* Packages */
#main.package .wrapper {
	width: 935px;
}
#main.package .package-image {
    padding-left: 0px;
    padding-right: 0px;
}
#main.package .top-content {
	margin-bottom: 15px;
}
#main.package .gogogo {
	margin-bottom: 10px;
	width: 935px; 
	height: 353px; 
	overflow: hidden;
}

#main.package .gogogo img {
    position: relative; top: -200px;
    width: 100%;
}

#main.package .package-area {
	background: #fff url(../img/bg-packages-area.png) 220px 0 repeat-y;
	position: relative;
}
#main.package .package-area .thumb {
	width: 315px;
	line-height: 0;
	position: relative;
	z-index: 1;
}
#main.package .package-area .info {
	width: 620px;
}
#main.package .package-area .caption {
	padding: 12px 16px;
	background: #007746 url(../img/bg-latest-packages-caption.png) 0 0 repeat-x;
}
#main.package .package-area .caption .title {
	margin: 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
}
#main.package .package-area .inner {
	padding-bottom: 35px;
}
#main.package .package-area .price-area {
	width: 240px;
	padding: 20px 20px 10px 20px;
}
.package-area a.button span {
	font-size: 12px;
}
#main.package .package-area .price-area em {
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
	color: #007746;
}
#main.package .package-area .price-area span {
	display: block;
	font-size: 25px;
	line-height: 38px;
}
#main.package .package-area .price-area strong {
	font-size: 65px;
	line-height: 1em;
	color: #00859b;
}
#main.package .package-area .price-area small {
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	color: #808184;
}
#main.package .package-area .bonus-area {
	width: 310px;
	padding: 0 15px;
	color: #485654;
	line-height: 1.2em;
}
#main.package .package-area .bonus-area p {
	margin: 1.2em 0;
}
#main.package .package-area .bonus-area p a {
	display: inline-block;
}
#main.package .package-area .bonus-area strong {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #007746;
}
#main.package .package-area .more-info {
	display: block;
	padding: 9px 15px 10px 15px;
	font-size: 15px;
	color: #fff;
	background: #333;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#package-detail .inner {
	padding: 15px;
}
#package-detail h1.title {
	//width: 525px;
	color: #00859b;
	font-size:24px;
	border-bottom: 1px solid #ebeff2;
	padding-bottom: 10px;
	font-weight:600;
}
#package-detail h2 {
                color: #00859b;
}
#package-detail h3 {
	font-size: 17px;
	font-weight: 300;
	color: #1eada5;
}
#package-detail #leftcol {
	//float: left;
	//width: 690px;
	//margin-right: 10px;
	padding-bottom: 15px;
}
#package-detail #rightcol {
	//float: right;
	//width: 190px;
	padding-bottom: 15px;
}
#package-detail .stay-duration {
	font-size: 18px;
	font-weight: 300;
	text-align: right;
}
#package-detail .price {
	font-size: 32px;
	color: #00859b;
	line-height: 100%;
	text-align: right;
	margin: 5px 0 15px 0;
}
#package-detail .small-note {
	font: 11px 'Droid Sans', Arial, sans-serif;
	color: #808184;
	text-align: right;
}
#package-detail .price-per-child {
	font: 14px 'Droid Sans', Arial, sans-serif;
	color: #007746;
	text-align: right;
	margin-top: 5px;
}
.foot ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.foot li {
                width: 100%;
                display: block;
                float: none;
                margin: 10px 0;
	//padding: 12px 22px !important;
/*                background: #3aa8b8;  Old browsers 
                background: -moz-linear-gradient(top, #3aa8b8 0%, #00879e 100%);  FF3.6+ 
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3aa8b8), color-stop(100%,#00879e));  Chrome,Safari4+ 
                background: -webkit-linear-gradient(top, #3aa8b8 0%,#00879e 100%);  Chrome10+,Safari5.1+ 
                background: -o-linear-gradient(top, #3aa8b8 0%,#00879e 100%);  Opera 11.10+ 
                background: -ms-linear-gradient(top, #3aa8b8 0%,#00879e 100%);  IE10+ 
                background: linear-gradient(to bottom, #3aa8b8 0%,#00879e 100%);  W3C 
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa8b8', endColorstr='#00879e',GradientType=0 );  IE6-9 
*/
}
.foot li.center {
	//padding: 12px 21px !important;
	//margin: 0 2px !important;
	background: #4d4b54;
}
.foot li a, .foot li a span {
                width: 100% !important;
                background-position: 95% center !important;
}


/* Specialists */
#main.specialists .wrapper {
	width: 955px;
}
#main.specialists .top-content {
	/*margin-bottom: 25px;
	background: url(../img/bg-top-content-specialists.png) right 0 repeat-y;*/
}
#main.specialists .top-content .photo {
	//width: 280px;
                width: 100%;
	line-height: 0;
	background: #f7f7f7;
}
#main.careers .top-content .data {
                width: 100%;
}
#main.careers .top-content .data .detail {
	//width: 470px;
	margin: 15px;
	font-size: 13px;
	line-height: 24px;
	color: #4d4b54;
}
#main.specialists .top-content .data {
	//width: 660px;
                width: 100%;
	font-size: 17px;
	line-height: 24px;
}
#main.specialists .top-content .data .detail {
	//width: 470px;
	margin: 15px;
	font-size: 17px;
	line-height: 24px;
	color: #4d4b54;
}
#main.specialists .top-content .page-caption {
	margin-bottom: 20px;
}

#main.specialists .data.alignright.clearfix,
#main.careers .data.alignright.clearfix {
	background: #ffffff;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 6px 3px -6px #999999;
	-moz-box-shadow: 0 6px 3px -6px #999999;
	box-shadow: 0 6px 3px -6px #999999;
}

#main.specialists .top-content.clearfix img {
	-webkit-box-shadow: 0 6px 3px -6px #999999;
	-moz-box-shadow: 0 6px 3px -6px #999999;
	box-shadow: 0 6px 3px -6px #999999;
}

#main.specialists .bottom-content {
	margin-bottom: 40px;
}
#main.specialists .bottom-content .content {
	//width: 540px;
	//margin-left: 15px;
}
#main.specialists .bottom-content .content .title {
	margin: 0 0 1em 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.2em;
	color: #00859b;
}
#main.specialists .bottom-content .sidebar {
	//width: 280px;
}
#main.specialists .bottom-content .content {
	//width: 660px;
}
#main.specialists .bottom-content .sidebar .caption {
	padding: 0 10px 0 3px;
	background: #00859b;
	-moz-border-radius: 2em;
	border-radius: 2em;
	line-height:28px;
	position:relative;
}
#main.specialists .bottom-content .sidebar .caption ul{
	margin:0;
	padding:0;
	background: url(../img/arrow-down.png) right 11px no-repeat;
}

#main.specialists .bottom-content .sidebar .caption ul li{
	list-style:none;
	color:#FFFFFF;
	margin:0;
	font-size:17px;
}
#main.specialists .bottom-content .sidebar .caption ul.submenu {
	display: none;
	width: 100%;
	padding-top: 2px;
	background: #fff url(../img/bg-submenu.gif) 0 bottom repeat-x;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#main.specialists .bottom-content .sidebar .caption li:hover > ul.submenu {
	display: block;
}
#main.specialists .bottom-content .sidebar .caption ul.submenu li {
	float: none;
	background: url(../img/bg-our-news-list.gif) 0 bottom repeat-x;
}
#main.specialists .bottom-content .sidebar .caption ul.submenu li:last-child {
	background: none;
	border:0;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#main.specialists .bottom-content .sidebar .caption ul.submenu li a {
	display: block;
	padding: 0 15px 0 7px;
	line-height: 22px;
	color: #4d4b54;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size:12px;
	text-decoration:none;
}
#main.specialists .bottom-content .sidebar .title {
	margin: 0;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-shadow: 0 0 5px #4d4b54;
	background: url(../img/arrow-down.png) right 7px no-repeat;
}
#main.specialists .bottom-content .sidebar .inner {
	padding: 20px;
	text-align: center;
}
#local-specialists {
	padding: 8px 8px 0px 8px;
	background: #4d4b54;
}
#local-specialists div.input {
	margin-right: 25px;
	margin-left: -15px;
}
#local-specialists div.input.label {
	width: 175px;
	font-size: 15px;
	line-height: 20px;
	text-align: Left;
	color: #ffffff;
	margin-left: -10px;
}
#local-specialists div.input.button {
	width: 97px;
	margin-right: 0;
	padding-top: 1px;
	text-align: right;
	margin-top: 0 !important;
}
#local-specialists div.selector {
	height: 20px;
	width: 140px;
	/*background: url(../img/bg-selector.png) 0 0 no-repeat;*/
}
#uniform-StoreLocationId{
	/*background:url("../img/bg-selector.png") no-repeat scroll right 0 transparent;*/
	padding-left: 5px;
}
#local-specialists div.selector span {
	height: 20px;
	margin-right: -5px;
	padding-right: 20px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	color: #4d4b54;
	background: url(../img/bg-selector.png) right 0 no-repeat;
	border-radius: 15px;
	padding-left: 5px;
	//margin-top: -2px;
}
#local-specialists div.selector select {
	height: 20px;
	width: 150px;
}
#local-specialists div.text input {
	width: 140px;
	height: 18px;
	padding: 0 4px;
	line-height: 18px;
	text-transform: uppercase;
	color: #4d4b54;
	border: 1px solid #4d4b54;
	background: #e0e4e7 url(../img/bg-input.gif) 0 0 repeat-x;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#specialist-list {
	padding: 2em 10px;
	line-height: 19px;
	background: #ffffff;
	-webkit-box-shadow: 0 6px 3px -6px #999999;
	-moz-box-shadow: 0 6px 3px -6px #999999;
	box-shadow: 0 6px 3px -6px #999999;
}
#specialist-list a {
	color: #4d4b54;
	text-decoration: underline;
}
#specialist-list li {
	float: left;
	width: 23%;
	margin-right: 2%;
}

/* Terms $ Conditions */
#main.terms .wrapper {
	width: 935px;
}
#main.terms .headline {
	background: #ffffff;
	-webkit-box-shadow: 0 6px 3px -6px #999999;
	-moz-box-shadow: 0 6px 3px -6px #999999;
	box-shadow: 0 6px 3px -6px #999999;
	//margin-top: -12px;
	margin-bottom: 10px;
}
#main.terms .headline .info {
	width: auto;
	margin: 0 15px;
	line-height: 24px;
}

#main.terms .bottom-content {
	background: #ffffff;
	-webkit-box-shadow: 0 6px 3px -6px #999999;
	-moz-box-shadow: 0 6px 3px -6px #999999;
	box-shadow: 0 6px 3px -6px #999999;
	margin-top: -12px;
	margin-bottom: 10px;
}
#main.terms .bottom-content .sidebar {
	width: 275px;
}
#main.terms .bottom-content .sidebar img {
	margin-bottom: 1em;
}
#main.terms .bottom-content .content {
	//width: 540px;
	margin-left: 15px;
margin-right: 15px;
	color: #4d4b54;
}
#main.terms .bottom-content .content .title {
	margin: 0.8em 0;
	font-size: 17px;
	font-weight: normal;
	line-height: 24px;
	color: #00859b;
}
#main.terms .bottom-content .content p {
	margin-left: 2em;
}
#main.terms .bottom-content .content p span.number {
	float: left;
	margin-left: -2em;
}

/* Specialist */
#main.specialist .wrapper {
	width: 955px;
}
#main.specialist .top-content {
	margin-bottom: 25px;
	/*background: url(../img/bg-top-content-contact.png) right 0 repeat-y;*/
}
#main.specialist .top-content .photo {
	//width: 280px;
                width: 100%;
	line-height: 0;
	background: #f7f7f7;
	-webkit-box-shadow: 0 6px 3px -6px #999999;
	-moz-box-shadow: 0 6px 3px -6px #999999;
	box-shadow: 0 6px 3px -6px #999999;
}
#main.specialist .top-content .data {
	//width: 660px;
        width: 100%;
	font-size: 17px;
	line-height: 24px;
	position: relative;
	background: #ffffff;
	//padding-bottom: 41px;
	-webkit-box-shadow: 0 6px 3px -6px #999999;
	-moz-box-shadow: 0 6px 3px -6px #999999;
	box-shadow: 0 6px 3px -6px #999999;
}
#main.specialist .top-content .data img.logo {
	position: absolute;
	top: 60px;
	right: 15px;
                max-width: 100px;
}
#main.specialist .top-content .page-caption {
	//display: inline-block;
	//min-width: 195px;
	margin-bottom: 15px;
}
#main.specialist .top-content .page-caption .title {
	font-size: 15px;
}
#main.specialist .top-content .detail ul {
                margin-bottom: 1.2em;
}
#main.specialist .top-content .detail li {
	margin-left: 10px;
	margin-right:10px;
}
#main.specialist .top-content .detail li span {
	width: 100px;
	/*margin-left: -130px;*/
	margin-right: 20px;
}
#main.specialist .top-content .detail li span.phone {
                width: auto;
                display: block;
                margin-left: 120px;
}   
#main.specialist .top-content .detail ol li {
	margin: 0 0 0 60px;
	padding-left: 25px;
}

#main.specialist .bottom-content {
	margin-bottom: 40px;
}
#main.specialist .bottom-content .content {
	//width: 660px;
	//margin-left: 25px;
	background: #ffffff;
	-webkit-box-shadow: 0 6px 3px -6px #999999;
	-moz-box-shadow: 0 6px 3px -6px #999999;
	box-shadow: 0 6px 3px -6px #999999;
}
#main.specialist .content h2,  #main.specialist .content p {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
#main.specialist .bottom-content .content .title {
	margin: 10px 0 1em 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.2em;
	color: #00859b;
}
#main.specialist .bottom-content .sidebar {
	//width: 270px;
	-webkit-box-shadow: 0 6px 3px -6px #999999;
	-moz-box-shadow: 0 6px 3px -6px #999999;
	box-shadow: 0 6px 3px -6px #999999;
}
#main.specialist .bottom-content .sidebar .thumbnails {
	width: 290px;
	margin: 0 0 10px 0;
}
#main.specialist .bottom-content .sidebar .thumbnails a {
	float: left;
	margin: 0 10px 10px 0;
}
#main.specialist .bottom-content .sidebar ul.nostyle li {
	margin-bottom: 5px;
}
.sidebar ul.nostyle a.button.large.green {
	width: 270px;
}
.sidebar ul.nostyle a.button.large {
	width: 250px;
}
#main.specialist .bottom-content .sidebar .caption {
	padding: 12px 16px;
	background: #3aa8b8; /* Old browsers */
                background: -moz-linear-gradient(top, #3aa8b8 0%, #00879e 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3aa8b8), color-stop(100%,#00879e)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* IE10+ */
                background: linear-gradient(to bottom, #3aa8b8 0%,#00879e 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa8b8', endColorstr='#00879e',GradientType=0 ); /* IE6-9 */
}
#main.specialist .bottom-content .sidebar .title {
	margin: 0;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-shadow: 0 0 5px #4d4b54;
}
#main.specialist .bottom-content .sidebar .inner {
	padding: 10px;
	background: #fff url(../img/bg-sidebar-inner.png) 0 bottom repeat-x;
}
#main.specialist .bottom-content .sidebar form {
	margin-top: 15px;
}
#main.specialist .bottom-content .sidebar div.input {
	display: table;
	width: 100%;
	margin: 6px 0;
}
#main.specialist .bottom-content .sidebar div.input p.note {
	margin: 0;
	font-size: 10px;
	line-height: 24px;
	color: #4d4b54;
}
#main.specialist .bottom-content .sidebar div.input label {
	display: table-cell;
	width: 65px;
	line-height: 14px;
}
#main.specialist .bottom-content .sidebar div.textarea label {
	vertical-align: top;
}
#main.specialist .bottom-content .sidebar div.input label span,
#main.specialist .bottom-content .sidebar div.input p.note span {
	color: #00859b;
}
#main.specialist .bottom-content .sidebar div.text input,
#main.specialist .bottom-content .sidebar div.input textarea {
	width: 100%;
	height: 24px;
	padding: 0 4px;
	line-height: 24px;
	border: 1px solid #4d4b54;
	background: #e0e4e7 url(../img/bg-input.gif) 0 0 repeat-x;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#main.specialist .bottom-content .sidebar div.input textarea {
	height: 55px;
	background: #dee3e6 url(../img/bg-textarea.png) 0 0 repeat-x;
}
#main.specialist .bottom-content .sidebar div.file input {
	width: 160px;
	margin-right: 30px;
}
#main.specialist .bottom-content .sidebar div.button {
	margin-bottom: 0;
}
#main.specialist .bottom-content .sidebar div.button input {
	margin-right: 5px;
}

/* Our Careers */
#main.careers .page-caption {
	display: block !important;
}
#main.careers .sidebar p.image {
	margin-top: 20px;
}

/* Trips */
#main.trips .trip-block {
	margin: 15px 0;
	border-bottom: 1px solid #b3b3b3;
}
#main.trips .trip-block .info {
	width: 575px;
	padding: 0 10px;
	color: #4d4b54;
}
#main.trips .trip-block .title {
	margin: 0;
	font-size: 17px;
	font-weight: normal;
	line-height: 24px;
	color: #00859b;
}
#main.trips .trip-block .date {
	margin: 0;
	color: #4d4b54;
}
#main.trips .trip-block .images {
	width: 315px;
	margin-bottom: 15px;
	position: relative;
}

#main .image-slider {
	position: relative;
	margin-top: 20px;
	max-width:190px;
	height:auto;
}
#main .image-slider .image {
	margin-bottom: 10px;
}
#main .image-slider .image img {
	width: 200px;
}

#main .image-slider .slides_container {
	position: relative;
	z-index: 1;
	width:315px;
	height:275px;
}
#main .image-slider .pagination {
	display: block;
	width: 100%;
	margin: 0;
	padding: 9px 0;
	list-style: none;
	text-align: right;
	background: url(../img/bg-dark.png);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 11;
}
#main .image-slider .pagination li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#main .image-slider .pagination a {
	display: block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	border: 1px solid #fff;
}
#main .image-slider .pagination li.current a {
	color: #00859b;
	border-color: #00859b;
}

/* -----------------------------------
	Homepage Styles
-----------------------------------*/
.home-block {
	width: 347px;
}
.home-block.centered {
	width: 280px;
	margin-left: 6px;
}
.home-block .title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0;
}

#welcome {
	width: 600px;
	margin-bottom: 20px;
	padding: 10px 14px;
	line-height: 20px;
}
#welcome .title {
	margin: 0.2em 0 0.7em 0;
	font-size: 28px;
	line-height: 1em;
	font-weight: 300;
	color: #00859b;
}
#welcome .sub-title {
	margin: 0;
	font-size: 13px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}

#home-right {
	width: 345px;
	margin-bottom: 20px;
}

#find-specialist {
	//height: 100px;
	margin-bottom: 1.4em;
	padding: 10px;
	color: #fff;
	background: #3aa8b8; /* Old browsers */
            text-align: center;
            background: -moz-linear-gradient(top, #3aa8b8 0%, #00879e 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3aa8b8), color-stop(100%,#00879e)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* IE10+ */
            background: linear-gradient(to bottom, #3aa8b8 0%,#00879e 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa8b8', endColorstr='#00879e',GradientType=0 ); /* IE6-9 */
}
#find-specialist .title {
                text-align: center;
	margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 3vw;
	font-weight: normal;
	text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
	text-shadow: 0 0 3px #00859b;
}
#find-specialist p {
	margin-bottom: 5px;
                text-align: center;
}
#find-specialist a {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	//text-transform: uppercase;
	text-decoration: underline;
}
#find-specialist form {
	width: 80%;
	margin: 0;
        display: inline-block;
        text-align: center;
}
#find-specialist div.input {
	width: 48%;
	//margin-bottom: 5px;
                display: inline-block;
                margin: 15px 1% 15px 1%;
}
#find-specialist div.input input {
                line-height: 3vw;
                font-size: 1.5vw;
                height: 3vw;
                width: 100%;
                -webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	border-radius: 3em;
                border: none;
                text-align: center;
                background: #FFF;
}
#find-specialist input.button {
                width: 30%;
                display: inline-block;
                text-align: center;
                background-position: 1000vw 1000vw;
                line-height: 3vw;
                font-size: 1.5vw;
                height: 3vw;

}
#find-specialist div.selector {
	line-height: 3vw;
                font-size: 1.5vw;
                height: 3vw;
                width: 100%;
	//padding: 2px 5px;
        padding: 0;
	background: #fff;
	//border: 2px solid #00859b;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	border-radius: 3em;
}
#find-specialist div.selector span {
	padding-left: 5px;
	padding-right: 15px;
	line-height: 3vw;
                font-size: 1.5vw;
                height: 3vw;
                width: 100%;
	text-transform: uppercase;
	color: #4d4b54;
	background: url(../img/selector-arrow.png) 95% 50% no-repeat;
}
#find-specialist div.selector select {
	height: 100%;
	width: 100%;
}

#latest-packages {
	background: url(../img/bg-latest-packages.png) 0 0 repeat-y;
}
#latest-packages .caption {
	margin-bottom: 5px;
	padding: 12px;
	background: #007746 url(../img/bg-latest-packages-caption.png) 0 0 repeat-x;
}
#latest-packages .title {
	color: #fff;
	background: url(../img/arrow-down.png) right 7px no-repeat;
	text-transform: uppercase;
}
#latest-packages p {
	margin: 10px;
}
#latest-packages li {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 3px 100px 6px 10px;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	letter-spacing: 1px;
	background: url(../img/bg-latest-packages-list.png) 0 bottom repeat-x;
	position: relative;
}
#latest-packages a.more-link {
	font-family: 'Source Sans Pro', sans-serif;
	display: inline-block;
	height: 23px;
	padding: 0 20px 0 15px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff;
	letter-spacing: 1px;
	background: #007746 url(../img/arrow-right.png) 95% 7px no-repeat;
	position: absolute;
	top: 3px;
	right: -4px;
}
#latest-packages a.more-link span {
	display: block;
	width: 4px;
	height: 3px;
	background: url(../img/bg-latest-packages-link.png) no-repeat;
	position: absolute;
	top: 100%;
	right: 0;
}

#our-news {
	margin-bottom: 8px;
	background: #f2f2f2;
}
#our-news .caption {
	padding: 12px 10px;
	background: #e6e6e6 url(../img/bg-our-news-caption.png) 0 0 repeat-x;
}
#our-news li {
	padding: 15px 10px 13px 10px;
	background: url(../img/bg-our-news-list.gif) 0 0 repeat-x;
}
#our-news li p {
	margin: 0;
	color: #4d4b54;
}
#our-news li .title {
	font-size: 14px;
	letter-spacing: 1px;
}
#our-careers {
	//height: 69px;
	padding: 10px;
	color: #fff;
	background: #4d4b54;
	position: relative;
}
#our-careers .title {
	margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 3px;
	color: #00859b;
	text-transform: uppercase;
}
#our-careers p {
	//width: 150px;
	margin: 0;
}
#our-careers a.button {
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* News */
div.news img.alignleft {
	margin: 0 15px 0 0;
}
div.news .content {
	font-size: 17px;
	line-height: 130%;
}
ul.news-list {
	background: url(../img/bg-gray-shade.gif) repeat-x;
	margin: 0;
	padding: 30px 0 0 0;
}
ul.news-list li {
	background: #ffffff;
	list-style: none;
	margin: 0;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 6px 3px -6px #999999;
-moz-box-shadow: 0 6px 3px -6px #999999;
box-shadow: 0 6px 3px -6px #999999;
}
ul.news-list h3.title {
	font-weight: normal;
	margin-bottom: 0;
}
ul.news-list .meta {
	font-weight: normal;
	color: #4d4b54;
}
ul.news-list a.button {
	float: right;
	position: relative;
	top: -25px;
}


/* -----------------------------------
	Bottom Styles
-----------------------------------*/
#bottom {
	margin-bottom: 4px;
	font-size: 17px;
}
#bottom .first-line .caption {
	padding: 15px 16px 8px 18px;
	background: #007746 url(../img/bg-latest-packages-caption.png) 0 0 repeat-x;
}
#bottom .first-line .caption .title {
	margin: 0;
	padding-right: 85px;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-shadow: 0 0 5px #4d4b54;
	background: url(../img/arrow-down.png) right 6px no-repeat;
}
#bottom .first-line .specialist {
	width: 485px;
	padding: 8px 4px;
	background: #fff url(../img/bg-bottom-specialists.png) 0 bottom repeat-x;
    font-family: 'Source Sans Pro', sans-serif;
	line-height: 24px;
}
#bottom .second-line {
	padding: 7px 0;
	color: #fff;
	background: #4d4b54;
}
#bottom .second-line a {
	color: #fff;
}
#bottom .second-line ul {
	max-width: 800px;
}
#bottom .second-line li {
	float: left;
	margin: 5px 0;
	padding: 0 42px;
	line-height: 14px;
	border-right: 1px solid #fff;
}


/* -----------------------------------
	Footer Styles
-----------------------------------*/
#footer {
	padding: 15px 0 25px 0;
	color: #36383c;
	background: #fff;
}
#footer div.container {
                background: #FFF;
}
#footer a {
	color: #36383c;
}
#footer p {
	line-height: 19px;
}
#footer .block {
	width: 125px;
	margin-right: 15px;
	padding-left: 15px;
	border-left: 1px solid #555559;
}
#footer .block.first {
	padding-left: 22px;
	border-left: 0;
}
#footer .block.logos {
	width: 171px;
}
#footer .block.logos > * {
	display: block;
}



/* -----------------------------------
	Uniform Styles
-----------------------------------*/
div.selector {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
div.selector {
  line-height: 22px;
  height: 22px;
  position: relative;
}
div.selector span {
  height: 22px;
  line-height: 22px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
div.selector select {
  top: 0px;
  left: 0px;
  border: 0;
  margin: 0 !important;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
}

/* Accordion */
div.accordions {
    margin: 0 0 10px 0;
}
.accordion h4.name {
	font-size: 15px;
                letter-spacing: 2px;
	color: #00859b;
	margin: 0px 10px 10px 10px;
	font-weight:500;
	text-transform: uppercase;
	padding: 12px 16px;
	background: #3aa8b8; /* Old browsers */
                background: -moz-linear-gradient(top, #3aa8b8 0%, #00879e 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3aa8b8), color-stop(100%,#00879e)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* IE10+ */
                background: linear-gradient(to bottom, #3aa8b8 0%,#00879e 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa8b8', endColorstr='#00879e',GradientType=0 ); /* IE6-9 */
}
.accordion h4.name a {
                color: #FFF;
}
.accordion h4.name span.arrow,
.accordion ul.child li span.arrow {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/icon-accordion-arrow.png) no-repeat;
	position: relative;
	top: 3px;
}
.accordion ul {
	margin: 0 0 10px;
	padding: 0;
        list-style: inside disc;
}
.accordion ul li.accordion  {
	list-style: none;
	margin: 0 0 5px 70px;
	padding: 0;
}
.accordion ul li  .name {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}
.accordion ul li  .name a {
	color: #00859b;
}

/* -----------------------------------
	Table Styles
-----------------------------------*/
div.table {
	display: table;
	width: auto;
	font-size: 14px;
	line-height: 18px;
}
div.table .row {
	display: table-row;
	width: auto;
}
div.table .cell {
	float: left;
	display: table-cell;
	width: auto;
}


/* Messages */
.message {
	clear: both;
	width: 100%;
	background: #000000;
	font-weight: bold;
	padding: 10px 0;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	position:relative;
	z-index:99;
}

.success {
	float: left;
	clear: both;
	width: 100%;
	background: #48E059;
	font-weight: bold;
	padding: 10px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	position:relative;
	z-index:99;
}

.error-message {
	clear: both;
	color: #e0003e;
	margin-left: 125px;
	padding-top: 5px;
	font-weight: bold;
}

form .error-message {
	margin-left: 0;
}


/* Form */
form {
	display: table;
	width: 96%;
	margin: 0 2% .5em 2%;
}
form label {
	display: table-cell;
	width: 20%;
	padding-top: 3px;
	line-height: 14px;
	vertical-align: top;
}
form input[type=text],
form input[type=password],
form textarea {
	width: 75%;
	height: 18px;
	padding: 0 4px;
	line-height: 18px;
	border: 1px solid #4d4b54;
	background: #e0e4e7 url(../img/bg-input.gif) 0 0 repeat-x;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form textarea {
	height: 4.5em;
	background: #dee3e6 url(../img/bg-textarea.png) 0 0 repeat-x;
}
form .wrapinput {
	display: table;
	width: 100%;
	margin: 0.75em 0;
}
form div.checker {
	display: inline-block;
	margin-right: 0.5em;
	width: 12px;
	height: 12px;
	background: #e0e4e7 url(../img/bg-input.gif) 0 0 repeat-x;
	border: 1px solid #4d4b54;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	top: 3px;
}
form div.checker span {
	display: block;
	width: 12px;
	height: 12px;
}
form div.checker span.checked {
	background: url(../img/checker-check.gif) 50% 50% no-repeat;
}
form .wrpradio {
	display: inline-block;
	margin-right: 1.5em;
	min-width: 10%;
}
form div.radio {
	display: inline-block;
	margin-right: 0.5em;
	width: 18px;
	height: 18px;
}
form div.radio span {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/bg-form-radio.gif) 50% 50% no-repeat;
}
form div.radio span.checked {
	background: url(../img/bg-form-radio-checked.gif) 50% 50% no-repeat;
}
form div.selector {
	height: 20px;
	width: 75%;
	padding-left: 5px;
	/*background: url(../img/bg-selector.png) 0 0 no-repeat;*/
}
form div.date div.selector {
	width: 22%;
	margin-right: 1.5%;
}
form div.selector span {
	height: 20px;
	margin-right: -5px;
	padding-right: 20px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	color: #4d4b54;
	background: url(../img/bg-selector.png) right 0 no-repeat;
}
form div.selector select {
	height: 20px;
	width: 100%;
}
form div.button {
	float: right;
	margin-top: 0.5em;
	margin-right: 20%;
}
form div.button input {
	display: inline-block;
	height: 24px;
	width: 130px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	text-decoration: none !important;
	color: #fff;
	background: #007746 url(../img/bg-input-button-green.png) right 0 no-repeat;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

/*edited styles Aug 2013 */
/* enquire form */

#enquire form input[type=text], #enquire form input[type=email], #enquire form input[type=tel], #enquire form input[type=password], #enquire form textarea {
	background: #ffffff !important;
}

/* Tables */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd; }
  table thead,
  table tfoot {
    background: whitesmoke;
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5em 0.625em 0.625em;
      font-size: 1em;
      color: #222222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625em 0.625em;
    font-size: 1em;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125em; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
    box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }
  .th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

a.th {
  display: inline-block; }
  
.max-width {
	max-width: 190px;
}

/* Specialist tabs */

ul#specialist-tabs {
    margin: 0 0 0 0;
    padding: 0;
    list-style: outside none none;
    background-color: #ebeff2;
    width: 100%;
    //float: left;
    font-size: 110%;
    position:relative;
    display: table;
}
ul#specialist-tabs li {
    display: table-cell;
    //float: left;
    //max-width: 14%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: auto;
    background-color: #ebeff2;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition: .3s;
    transition:.3s;
    text-align: center;
}
ul#specialist-tabs li.current, ul#specialist-tabs li:hover {
    background-color: #FFF;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition: .3s;
    transition:.3s;
}
ul#specialist-tabs li a {
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    display: block;
    padding: 10px 8px;
    height: 100%;
    text-align: center;
}
div.tabbox {
    float: none;
    clear: both;
    padding: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0 6px 3px -6px #999999;
    -moz-box-shadow: 0 6px 3px -6px #999999;
    box-shadow: 0 6px 3px -6px #999999;
}
div.tabbox h2.title {
    margin: 0 0 1em 0;
    font-size: 21px;
    font-weight: normal;
    line-height: 1.2em;
    color: #00859b;
}
div.tabbox div#region-visited {
    width: 100%;
    margin: 0 0 20px 0;
}
div.tabbox h2.title {

}
div.tabbox div.trip-block {
    //margin: 0 10px;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #ebeff2;
}
div.tabbox div.trip-block h3.title {
    font-size: 18px !important;
    margin: 0 !important;
    
}
div.tabbox div.trip-block p.date {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 80%;
}
div.tabbox div.trip-block div.images {
    //width: 100%;
    margin: 0 10px;
}
div.tabbox div.trip-block div.images div.image-slider {
    width: 100% !important;
    max-width: 100% !important;
}   
div.tabbox div.trip-block div.images div.image-slider img {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
}   

div.tabbox div.row.member {
    border-bottom: 1px solid #ebeff2;
    margin: 0 15px;
    padding: 15px 0;
}
div.tabbox div.row.member div {
    padding: 0 15px 0 0;
}
div.tabbox div.row.member h3 {
    color: #1eada5;
     border-bottom: 1px solid #ebeff2;
     padding: 0.5em 0;
     margin: 0 0 0.5em 0;
}
div.tabbox div.row.member h4 {
    //margin: 0;
    font-weight: bold;
}
div.newsletter-signup,
div#listings-box {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 0 15px 0;
}
div.newsletter-signup a,
div#listings-box a {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: #3aa8b8; /* Old browsers */
    color: #FFF;
    font-size: 1.6vw;
    background: -moz-linear-gradient(top, #3aa8b8 0%, #00879e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3aa8b8), color-stop(100%,#00879e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3aa8b8 0%,#00879e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa8b8', endColorstr='#00879e',GradientType=0 ); /* IE6-9 */
}
div.newsletter-signup a:hover, div.newsletter-signup a:focus,
div#listings-box  a:hover, div#listings-box  a:focus {
    text-decoration: none;
}   
ul#social-links {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: outside none none;
    font-size: 52px;
    text-align: center;
}
ul#social-links li {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
}

/* RESPONSIVE ADDITIONS */

div.row.white {
    background-color: #FFF;
}
img.img-fluid {
    width: 100% !important;
    max-width: 100%;
    height: auto;
}
#header {
    padding: 0;
}
#header div.row div#logo {
    margin: 0 0 30px 0;
}
#header div.row div.social {
    text-align: right;
}
#header div.row div.social p {
    display: inline-block;
    margin: 0;
    line-height: 4vw;
    vertical-align: top;
}
#header div.row div.social p a {
    font-size: 2vw;
    line-height: 4vw; 
    padding: 0 10px;
    display: block;
    
}
#header div.row div.social a {
    display: inline-block;
    font-weight:bold;
}
#header div.row div.social a:hover {
    text-decoration: none;
}
#header div.row div.social a i {
    font-size: 3.8vw;
    line-height: 4vw;
    padding: 0 5px;
}
#header div.row div.search {
    text-align: right;
}
#header div.row div.search form {
    margin: 15px 5px 0 0;
    float: right;
}
#header div.row div.search form input[type=text] {
    background: #ebeff2;
    border: none;
    font-size: 1.6vw;
    line-height: 2.5vw;
    height: auto;
    margin: 0 5px 0 0;
    width: auto;
    max-width: 280px;
    vertical-align: top;
}
#header div.row div.search form input[type=submit] {
    background: #00859b;
    border: none;
    //font-size: 1.6vw;
    line-height: 2.5vw;
    height: auto;
    color: #FFF;
    border-radius: 3px;
    width: auto;
    vertical-align: top;
}
#header div.row div#access {
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    border-radius: 20px;
    text-align: center;
    height: 50px;
}
#header div.row div#access ul {
    display: inline-block;
    height: 100%;
}
#header div.row div#access ul li {
    display: inline-block;
    float: none;
    height: 100%;
    //width: 100%;
}
#header div.row div#access ul.menu li a.mobilemenu-back {
    display: none;
}
#header div.row div#access ul.menu li a {
    border-radius: 20px;
    line-height: 30px;
}
#header div.row div#access ul.menu ul.submenu {
    display: none;
    min-width: 110px;
    height: auto;
    padding-top: 0;
    background: #fff url(../img/bg-submenu.gif) 0 bottom repeat-x;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 99;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
#header div.row div#access ul.menu ul.submenu li {
    width: 100%;
}
#header div.row div#access ul.menu ul.submenu li a {
    border-radius: 0;
}
#header div.row div#access ul.menu ul.submenu li:last-child a {
    border-radius: 0 0 5px 5px;
}
#header div.row div#access ul.menu ul.submenu li a:hover {
    background-color: #00859b;
    color: #FFF;
}
.nav-mob {
    overflow: hidden;
    margin-bottom: 15px;
}
.nav-mob .navbar-collapse.in ul {
    overflow: hidden;
    width: 100%;
}
.nav-mob .navbar-collapse.in ul li ul.submenu, .nav-mob .navbar-collapse.collapsing ul li ul.submenu {
    position: absolute;
    left: 100%;
    top: 1px;
    width: 100%;
    margin: 0 15px 0 30px;
    display: block !Important;
    visibility: visible !important;
}
.nav-mob .navbar-collapse.in ul li ul.submenu li a.mobilemenu-back, .nav-mob .navbar-collapse.collapsing ul li ul.submenu li a.mobilemenu-back {
    display: block;
} 
.nav-mob .navbar-collapse.in ul li ul.submenu li a:hover, .nav-mob .navbar-collapse.collapsing ul li ul.submenu li a:hover,
.nav-mob .navbar-collapse.in ul li ul.submenu li.current a, .nav-mob .navbar-collapse.collapsing ul li ul.submenu li.current a {
    background-color: rgba(82, 112, 131, 0.6);
}





#header div.row div#access ul.menu ul.submenu li a {
    background: none;
}
nav.navbar {
    padding: 0;
    margin: 0;
}
nav.navbar button {
    border: 1px solid #ebeff2;
    height: 10vw;
    width: 100%;
    padding: 0 1vw;
}
nav.navbar button span.icon-bar {
    width: 100%;
    display: block;
    background-color: #00859b;
    height: 1vw;
    margin: 1vw 0;
}
div#navbar-collapse-main.navbar-collapse.navbar-collapse {
    padding: 0;
}
div#navbar-collapse-main.navbar-collapse ul {
    margin: 0;
    list-style: outside none none;
    padding: 0;
    background: #FFF;
}
div#navbar-collapse-main.navbar-collapse ul li {
    padding: 0;
    margin: 0;
    font-size: 2.8vw;
    line-height: 7vw;
    border-top: 1px solid #ebeff2;
    text-transform: uppercase;
    text-align: center;
}
div#navbar-collapse-main.navbar-collapse ul li:first-child {
    border: none;
}
div#navbar-collapse-main.navbar-collapse ul li a {
    padding: 0 10px;
    line-height: 7vw;
    display: block;
}
div#navbar-collapse-main.navbar-collapse ul li a:hover {
    background-color: #00859b;
    color: #FFF;
    text-decoration: none;
}

@media (max-width: 767px) {
    #header div.row div#logo {
        margin: 0;
    }
    #header div.row div.search form input {
        font-size: 1.8vw;
    }
    #header div.row div.social p {
        line-height: 10vw;
    }
    #header div.row div.social p a {
        font-size: 5vw;
        line-height: 10vw; 
    }
    #header div.row div.social a i {
        font-size: 8vw;
        line-height: 10vw;
        padding: 0 0.5vw;
    }
    #header div.row div.search form {
        margin: 15px 0;
        float: none;
        width: 100%;
    }
    #header div.row div.search form input[type=text] {
        width: 73%;
        font-size: 3vw;
        line-height: 6vw; 
        margin: 0 2% 0 0;
    }
    #header div.row div.search form input[type=submit] {
        width: 25%;
        font-size: 3vw;
        line-height: 6vw; 
        margin: 0;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #header div.row div#logo {
        margin: 0 0 15px 0;
    }
    #header div.row div.search form input {
        font-size: 1.4vw;
    }
    #header div.row div#access {
        height: 40px;
    }
    #header div.row div#access ul.menu li a {
        padding: 10px 8px;
        border-radius: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    #header div.row div.social p {
        line-height: 4vw;
    }
    #header div.row div.social p a {
        font-size: 2vw;
        line-height: 4vw; 
    }
    #header div.row div.social a i {
        font-size: 3.8vw;
        line-height: 4vw;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #header div.row div#logo {
        margin: 0 0 15px 0;
    }
    #header div.row div.search form input {
        font-size: 1.6vw;
    }
    #header div.row div#access {
        height: 48px;
    }
    #header div.row div#access ul.menu li a {
        padding: 10px 15px;
        border-radius: 20px;
        font-size: 14px;
        line-height:28px;
    }
    
    #header div.row div.social p {
        line-height: 4vw;
    }
    #header div.row div.social p a {
        font-size: 1.8vw;
        line-height: 4vw; 
    }
    #header div.row div.social a i {
        font-size: 3.8vw;
        line-height: 4vw;
    }
}
@media (min-width: 1200px) {
    #header div.row div.search form input {
        font-size: 1.6vw;
    }
    #header div.row div#access ul.menu li a {
        padding: 10px 15px;
        border-radius: 20px;
        font-size: 18px;
    }
    #header div.row div.social p {
        line-height: 4vw;
    }
    #header div.row div.social p a {
        font-size: 1.5vw;
        line-height: 4vw; 
    }
    #header div.row div.social a i {
        font-size: 2.5vw;
        line-height: 4vw;
    }
}


/* HOME PAGE PACKAGE STUFF */

div#slider {
    padding-top: 15px;
}
.list-packages-small {
    margin: 0 0 20px 0;
}
.list-packages-small .package {
    width: auto;
    margin: 0;
}
.list-packages-small .package p {
    margin: 0;
}
#welcome {
    width: auto !important;
}


@media (max-width: 767px) {
    .list-packages-small .package {
        margin-bottom: 15px;
    }
    #footer div.ge-content {
        text-align: center;
    }
    #footer div.ge-content p {
        font-size: 2vw;
        padding: 2vw 0;
    }
    #footer ul {
        border-top: 1px solid #ebeff2;
        padding: 2vw 0;
        font-size: 3vw;
        line-height: 5vw;
    }
    #footer div.col-12:first-child ul {
        border: none;
    }

    #footer img {
        width: 50%;
    }
}

// OTHER GENERIC CHANGES

div#main div.left-content {
    //width: auto;
}
div#main div.right-content {
    //width: auto;
}


#bottom .first-line .specialist {
    width: 50%;
}

@media (max-width: 767px) {
    
    #find-specialist .title {
        font-size: 5vw;
    }
    #find-specialist div.input {
        width: 98%;
    }
    #find-specialist div.input input {
        font-size: 4vw;
        line-height: 6vw;
        height: 6vw;
    }
    
    
    #find-specialist div.selector {
        font-size: 4vw;
        line-height: 6vw;
        height: 6vw;
    }
    #find-specialist div.selector span {
        font-size: 4vw;
        line-height: 6vw;
        height: 6vw;
    }
    #find-specialist input.button {
        font-size: 4vw;
        line-height: 6vw;
        height: 6vw;
    }
    
    ul#specialist-tabs {
        font-size: 5vw;
    }
    ul#social-links {
        font-size: 18vw;
    }
    div.newsletter-signup a,
    div#listings-box a {
        font-size: 5vw;
        line-height: 6.5vw;
    }
    #main.contact .bottom-content .sidebar form,
    #main.specialist .bottom-content .sidebar form {
        margin: 0;
    }
    #main.contact .bottom-content .sidebar div.input.text input,
    #main.contact .bottom-content .sidebar div.input textarea,
    #main.specialist .bottom-content .sidebar div.text input, 
    #main.specialist .bottom-content .sidebar div.input textarea {
        height: auto !important;
        line-height: 6vw;
        font-size: 4vw;
    }
    #main.contact .bottom-content .sidebar div.input label,
    #main.specialist .bottom-content .sidebar div.input label {
        display: block;
        width: 100%;
        padding: 0 0 5px 0;
        font-size: 4vw;
        line-height: 6vw;
    }
    
    #main.specialist .top-content .data img.logo {
	position: relative;
	width: 80%;
                top: 0;
                left: 0;
                right: 0;
                max-width: 60%;
                margin: 0 auto 15px auto;
                display: block;
    }
    
    #specialist-tabs-accord {
        margin-top: 15px;
        -webkit-box-shadow: 0 3px 5px #d9e0e6;
        -moz-box-shadow: 0 3px 5px #d9e0e6;
        box-shadow: 0 3px 5px #d9e0e6;
    }
    #specialist-tabs-accord div.heading-accord {
        width: 100%;
        background-color: #FFF;
        text-align: center;
        border-bottom: 1px solid #ebeff2;
    }
    #specialist-tabs-accord div.heading-accord a {
        font-size: 4vw;
        line-height: 8vw;
        cursor: pointer;
        display: block;
        width: 100%;
    }
    div.tabbox {
        display: none;
    }
    
    #main.packages .package-area .title {
        margin: 15px 0;
        text-align: center;
    }
    
    #main.packages .package-area .more-link {
        margin: 15px 0;
        text-align: center;
        position: relative;
        bottom: 0;
        right: 0;
    }
    #main.packages .package-area .more-link a {
        //padding: 0;
        font-weight: bold;
        display: inline-block;
    }
    
    #package-detail h1.title {
        width: 100%;
    }
    
    #local-specialists {
        text-align: center;
        padding: 10px;
    }
    #local-specialists form {
        width: 80%;
        margin: 0;
        display: inline-block;
        text-align: center;
    }
    #local-specialists div.input {
        display: inline-block;
        margin: 15px 1% 15px 1%;
        width: 100%;
        
    }
    #local-specialists div.text input {
        font-size: 4vw;
        line-height: 6vw;
        height: 6vw;
        text-align: center;
        width: 100%;
        border-radius: 3em;
        background: #FFF;
        border: none;
    }
    #local-specialists div.selector {
        width: 100%;
        padding: 0;
        font-size: 4vw;
        line-height: 6vw;
        height: 6vw;
        border: none;
        
    }
    #local-specialists div.selector span {
        font-size: 4vw;
        line-height: 6vw;
        height: 6vw;
        background: url(../img/selector-arrow.png) 95% 50% no-repeat #FFF;
        border-radius: 3em;
    }
    #local-specialists div.selector select {
        font-size: 4vw;
        line-height: 6vw;
        height: 6vw;
        width: 100%;
    }
    #local-specialists div.selector  div.input {
        width: 100%;
        margin: 0;
    }
    #local-specialists div.input.label {
        width: 100%;
        line-height: 5vw;
        color: #ffffff;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 5vw;
	font-weight: normal;
	text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
	text-shadow: 0 0 3px #4d4b54;
    }   
    #local-specialists div.input.button {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    #local-specialists div.input.button input.button.small.green {
        width: 30%;
        background-position: 100vw 100vw;
        text-align: center;
        font-size: 4vw;
        line-height: 6vw;
        height: 6vw;

    }
    #specialist-list li {
        width: 46%;
        text-align: center;
        font-size: 3vw;
        line-height: 5vw;
    }
    #specialist-list li a {
        text-decoration: none;
    }
    .pagination {
        font-size: 3vw;
        line-height: 4.5vw;
    }
    .pagination span.current {
        margin: 0 5px;
    }
    .pagination .pages a {
        height: 4.5vw;
        width: 4.5vw;
        line-height: 4.5vw;
        margin: 0 5px;
    }
    .pagination a.prev, .pagination a.next {
        height: 4.5vw;
        width: 4.5vw;
        line-height: 4.5vw;
        font-size: 3vw;
        text-align: center;
    }
    .pagination a.prev span, .pagination a.next span {
        background: none !important;
    }
    
    
    
    #bottom .first-line .specialist {
        width: 100%;
        padding: 5vw 0;
    }
    .foot li {
        width: 100%;
        position: relative;
        text-align: center;
    }
    a.button.large, input.button.large, a.button.large.green  {
        width: 80%;
        position: relative;
        margin: 0 auto;
        display: inline-block;
        font-size: 3vw;
        line-height: 6vw;
        height: 6vw;
        text-align: center;
        background-position: 100vw 100vw;
    }
    a.button.large.green span {
        font-size: 3vw;
        line-height: 6vw;
        height: 6vw;
        background-position: 100vw 100vw;
    }


}
@media (min-width: 768px) and (max-width: 991px) {
    ul#specialist-tabs {
        font-size: 1.2vw;
    }
    ul#social-links {
        font-size: 32px;
    }
    #main.contact .bottom-content .sidebar form,
    #main.specialist .bottom-content .sidebar form {
        margin: 0;
    }
    #main.contact .bottom-content .sidebar div.input label,
    #main.specialist .bottom-content .sidebar div.input label {
        display: block;
        width: 100%;
        padding: 0 0 5px 0;
        font-size: 1vw;
    }
    #local-specialists {
        text-align: center;
    }
    #local-specialists div.input {
        display: inline-block;
        margin: 0 1%;
        width: 31%;
    }
    #local-specialists div.text input {
        height: 20px;
        text-align: center;
    }
    #local-specialists div.selector {
        width: 100%;
        padding: 0;
    }
    #local-specialists div.selector  div.input {
        width: 100%;
        margin: 0;
    }
    #local-specialists div.input.label {
        width: 100%;
        font-size: 15px;
        line-height: 20px;
        color: #ffffff;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }   
    #local-specialists div.input.button {
        width: 31%;
        margin: 0 1%;
    }
    #local-specialists div.input.button input.button.small.green {
        width: 100%;
        background-position: 100vw 100vw;
        text-align: center;
    }
    
    .foot li {
        position: relative;
        text-align: center;
        //padding: 12px 15px !important;
    }
    a.button.large, input.button.large, a.button.large.green  {
        width: 219px;
        font-size: 10px;
        background-position: 200px 8px;
    }
    a.button.large.green span {
        width: 219px;
        font-size: 10px;
        background-position: 200px 8px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    ul#specialist-tabs {
        font-size: 1vw;
    }
    ul#social-links {
        font-size: 40px;
    }
    #main.contact .bottom-content .sidebar form,
    #main.specialist .bottom-content .sidebar form {
        margin: 0;
    }
    #main.specialist .bottom-content .sidebar div.input label,
    #main.contact .bottom-content .sidebar div.input label {
        display: block;
        width: 100%;
        padding: 0 0 5px 0;
    }
    #local-specialists {
        text-align: center;
    }
    #local-specialists div.input {
        display: inline-block;
        margin: 0 1%;
        width: 25%;
        //padding: .2em .6em .3em;
    }
    #local-specialists div.text input {
        height: 20px;
        text-align: center;
    }
    #local-specialists div.selector {
        width: 100%;
        padding: 0;
    }
    #local-specialists div.selector  div.input {
        width: 100%;
        margin: 0;
    }
    #local-specialists div.input.label {
        width: 25%;
        font-size: 15px;
        line-height: 20px;
        color: #ffffff;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        padding: 0;
    }   
    #local-specialists div.input.button {
        width: 19%;
        margin: 0 1%;
    }
    #local-specialists div.input.button input.button.small.green {
        width: 100%;
        background-position: 100vw 100vw;
        text-align: center;
        height: 20px;
    }
    
    .foot li {
        position: relative;
        text-align: center;
        //padding: 12px 22px !important;
    }
    a.button.large, input.button.large, a.button.large.green  {
        width: 250px;
        font-size: 12px;
        background-position: 230px 8px;
    }
    a.button.large.green span {
        width: 250px;
        font-size: 12px;
        background-position: 230px 8px
    }
}
@media (min-width: 1200px) {
    
    #local-specialists {
        text-align: center;
    }
    #local-specialists div.input {
        display: inline-block;
        margin: 0 1%;
        width: 25%;
        //padding: .2em .6em .3em;
    }
    #local-specialists div.text input {
        height: 20px;
        text-align: center;
        width: 100%;
    }
    #local-specialists div.selector {
        width: 100%;
        padding: 0;
    }
    #local-specialists div.selector  div.input {
        width: 100%;
        margin: 0;
    }
    #local-specialists div.input.label {
        width: 25%;
        font-size: 15px;
        line-height: 20px;
        color: #ffffff;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        padding: 0;
    }   
    #local-specialists div.input.button {
        width: 19%;
        margin: 0 1%;
    }
    #local-specialists div.input.button input.button.small.green {
        width: 100%;
        background-position: 100vw 100vw;
        text-align: center;
        height: 20px;
    }
    
    .foot li {
        position: relative;
        text-align: center;
        //padding: 12px 22px !important;
    }
    a.button.large, input.button.large, a.button.large.green  {
        width: 280px;
        font-size: 14px;
        background-position: 260px 8px;
    }
    a.button.large.green span {
        width: 280px;
        font-size: 14px;
        background-position: 260px 8px
    }
}


/* SLIDER */

div#slider div#slides {
    width: 100%;
    height: 375px;
    margin-bottom: 15px;
    position: relative;
    overflow: visible !important;
}
div#slider div#slides section.module {
    width: 100%;
    height: 375px;
    background-repeat: no-repeat;
    background-size: 100%;
}
div#slider div#slides section.module div.cover {
    width: 100%;
    height: 100%;
}
div#slider div#slides section.module div.cover a {
    width: 100%;
    height: 100%;
    display: block;
}
div#slider a.slidesjs-navigation {
    position: absolute;
    display: block;
    top: 50%;
    background-color: #00859b;
    z-index: 1000;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
div#slider a.slidesjs-navigation.slidesjs-previous {
    left: -15px;
    background: url(../img/arrow-left.png) #00859b no-repeat center;
}
div#slider a.slidesjs-navigation.slidesjs-next {
    right: -15px;
    background: url(../img/arrow-right.png) #00859b no-repeat center;
}

@media (max-width: 767px) {
    div#slider div#slides {
        height: 30vw;
    }
    div#slider a.slidesjs-navigation {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
   div#slider div#slides {
       height: 237px;
   }
   div#slider div#slides section.module {
       height: 237px;
   }
}
@media (min-width: 992px) and (max-width: 1199px) {
   div#slider div#slides {
       height: 309px;
   }
   div#slider div#slides section.module {
       height: 309px;
   }
}
@media (min-width: 1200px) {
    div#slider div#slides {
       height: 375px;
   }
   div#slider div#slides section.module {
       height: 375px;
   }
}

/* SEARCH RESULT */

.packages.search h2.title {
    font-weight: bold;
    color: #00859b;
}
.packages.search div.standard-search-result {
    background-color: #FFF;
    margin-bottom: 6px;
    padding: 1em;
    position: relative;
}
.packages.search div.standard-search-result h3 a {
    color: #1eada5;
    font-weight: 500;
}
.packages.search div.standard-search-result p .highlight,
.packages.search div.standard-search-result p .highlight {
    font-weight: bold;
    color: #00859b;
}
.packages.search div.show-all {
    border-radius: 3em;
    margin-bottom: 1.4em;
    padding: 10px;
    color: #fff;
    background: #3aa8b8; /* Old browsers */
    text-align: center;
    background: -moz-linear-gradient(top, #3aa8b8 0%, #00879e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3aa8b8), color-stop(100%,#00879e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3aa8b8 0%,#00879e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3aa8b8 0%,#00879e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa8b8', endColorstr='#00879e',GradientType=0 ); /* IE6-9 */
}
.packages div.show-all a {
    line-height: 3vw;
    font-size: 1.5vw;
    height: 3vw;
    color: #FFF;
}

@media (max-width: 767px) {
    .packages.search div.show-all a {
        line-height: 6vw;
        font-size: 4vw;
        height: 6vw;
        }
}

/* New Google Recaptcha */

#main .bottom-content .sidebar div.input.recaptcha {
  width: auto;
  height: auto;
  margin-left: 0px;
}
#main .bottom-content .sidebar div.input.recaptcha .g-recaptcha {
  transform-origin: 0 0;
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #main.contact .bottom-content .sidebar div.input.recaptcha .g-recaptcha {
    transform: scale(1);
  }
  #main.specialist .bottom-content .sidebar div.input.recaptcha .g-recaptcha {
    transform: scale(1);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main.contact .bottom-content .sidebar div.input.recaptcha .g-recaptcha {
    transform: scale(0.637);
  }
  #main.specialist .bottom-content .sidebar div.input.recaptcha .g-recaptcha {
    transform: scale(0.448);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main.contact .bottom-content .sidebar div.input.recaptcha .g-recaptcha {
    transform: scale(0.868);
  }
  #main.specialist .bottom-content .sidebar div.input.recaptcha .g-recaptcha {
    transform: scale(0.611);
  }
}
@media (min-width: 1200px) {
  #main .bottom-content .sidebar div.input.recaptcha {
    margin-left: 65px;
  }
  #main .bottom-content .sidebar .error-message.recaptcha-error {
    margin-left: 65px;
  }
  #main.contact .bottom-content .sidebar div.input.recaptcha .g-recaptcha {
    transform: scale(0.866);
  }
  #main.specialist .bottom-content .sidebar div.input.recaptcha .g-recaptcha {
    transform: scale(0.866);
  }
}
