/*
CSS style for Travel Smart
June 2013
*/

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

body, input, textarea {
	color: #868480;
	font: 14px/23px 'Source Sans Pro', sans-serif;
}
input, textarea {
	font-family: 'Open Sans', sans-serif;
}

/* -----------------------------------
	Headings Styles
-----------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0.5em 0 1em;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	//text-transform: uppercase;
	//letter-spacing: 2px;
	color: #36383c;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	//text-transform: uppercase;
	//letter-spacing: 2px;
	color: #eb6400;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 20px;
	//text-transform: uppercase;
	//letter-spacing: 2px;
	color: #008b98;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	//letter-spacing: 2px;
	color: #eb6400;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}


/* -----------------------------------
	Text Elements Styles
-----------------------------------*/
p {
	margin-bottom: 1.2em;
}
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: 1.3em;
}
dl {
	margin: 0 1.2em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.2em;
}
strong {
                //font-family: 'Open Sans', sans-serif;
	//font-size: 14px;
	font-weight: 800;
	//line-height: 20px;
	//letter-spacing: 2px;
	//color: #eb6400;
}

strongs {
		font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 20px;
	color: #555555;
}
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],
input[type=email],
input[type=tel],
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] {
	color: #4d4f53;
	background: #dfdf00;
	border: 1px solid #dfdf00;
	cursor: pointer;
}

/* Links */
a {
	color: #eb6400;
	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 {
  display: table;
  line-height: 0;
  content: "";
}

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

/* Layout */
.container {
	//width: 940px;
	margin: 0 auto;
	position: relative;
}

.wide {
	width: 100% !important;
}

/* Menu & List Unstyle */
ul.unstyled,
ul.menu,
ul.submenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.unstyled > li,
ul.menu li,
ul.submenu li {
	margin: 0;
	padding: 0;
}
ul.menu li {
	display: inline-block;
}
ul.submenu li {
	display: block;
}

/* Position */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


/* -----------------------------------
	Uniform Styles
-----------------------------------*/
div.selector,
div.uploader,
div.uploader,
div.checker,
div.radio {
  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 {
  width: 100%;
  top: 0px;
  left: 0px;
  border: 0;
  margin: 0 !important;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
}

div.checker,
div.radio {
  width: 19px;
  height: 19px;
}
div.checker input,
div.radio input {
  width: 19px;
  height: 19px;
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
}
div.checker span,
div.radio span {
  height: 19px;
  width: 19px;
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.uploader {
  height: 28px;
  position: relative;
  overflow: hidden;
}
div.uploader span.action {
  height: 24px;
  line-height: 24px;
  float: left;
  display: inline;
  overflow: hidden;
}
div.uploader span.filename {
  height: 24px;
  line-height: 24px;
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  float: right;
  border: none;
  cursor: pointer;
}

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


/* -----------------------------------
	Form Styles
-----------------------------------*/
form {
	margin: 1.2em 0;
	font-family: 'Open Sans', sans-serif;
}
form div.input {
	display: table;
	width: 100%;
	margin: 0 0 15px 0;
	background: #f2f2f2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form div.input.captcha {
	background: none;
}
form div.input.recaptcha {
	background: none;
        overflow: hidden;
        padding: 0 0 15px 0;
        width: 100%;
        max-width: 100%;
}

form div.input.recaptcha .g-recaptcha {
/*                transform:scale(0.50);
                -webkit-transform:scale(0.50);
                transform-origin:0 0;
                -webkit-transform-origin:0 0;*/
}
form div.input label {
	float: left;
	min-width: 80px;
	margin-right: -30px;
	padding: 0 15px;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	background: url(../img/bg-label.png) 100% 0 no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
        font-weight: 400;
}
form div.input.checkbox label {
	width: 95%;
	color: #555;
	background: none;
}
form div.text input,
form div.captcha input,
form div.textarea textarea,
form div.selector {
	float: right;
	width: 70%;
	height: 20px;
	margin: 0;
	padding: 0 1% 0 5%;
	font-size: 12px;
	line-height: 20px;
	background: none;
}
form div.textarea textarea {
	width: 98%;
	height: 80px;
                padding: 0 1%;
}
form div.selector {
	width: 50%;
	padding: 0 1%;
}
form div.selector,
form div.selector span,
form div.selector select {
	height: 20px;
	line-height: 20px;
}
form div.selector {
	background: url(../img/bg-selector.png) 100% 50% no-repeat;
}
form div.selector span {
	margin-right: 20px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
form div.checker,
form div.checker span {
	float: right;
	width: 20px;
	height: 20px;
}
form div.checker span.checked {
	background: url(../img/bg-checker.png) 50% 50% no-repeat;
}
form div.captcha-code,
form div.captcha-code > * {
	float: left;
}
form div.input.captcha label {
	float: right;
	max-width: 210px;
	margin: 0 0 15px;
	background: url(../img/bg-button-search.png) 0 0 no-repeat;
}
form div.input.captcha input {
	width: 225px;
	background: #f2f2f2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form div.button {
	margin: 0;
	background: none;
}
form div.button input {
	width: 100%;
	margin: 0;
	padding: 0 15px;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	background: url(../img/bg-button-link.png) 100% 0 no-repeat;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

@media (max-width: 767px) {
    form div.input label {
        font-size: 3vw;
        line-height: 5vw;
        background: #4d4f53;
        width: 100%;
    }
    form div.text input, form div.captcha input, form div.textarea textarea, form div.selector {
        font-size: 3vw;
        line-height: 5vw;
        height: 5vw;
        padding: 0 15px;
        width: 100%;
    }
    form div.textarea textarea {
        height: auto;
    }
    form div.selector span {
        font-size: 3vw;
        line-height: 5vw;
        height: 5vw;
        margin-left: 15px;
    }
    div.selector select {
        height: 5vw;
        line-height: 5vw;
    }
    form div.button input {
        width: 100%;
        background: #008b98 !important;
        text-align: center;
        font-size: 3.5vw !important;
        line-height: 7vw !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    form div.input label {
        width: 100%;
        background: #4d4f53;
    }
    form div.text input, form div.captcha input, form div.textarea textarea, form div.selector {
        width: 100%;
        padding: 0 15px;
        line-height: 24px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    form div.input label {
        width: 100%;
        background: #4d4f53;
    }
    form div.text input, form div.captcha input, form div.textarea textarea, form div.selector {
        width: 100%;
        padding: 0 15px;
        line-height: 24px;
    }
}
/* -----------------------------------
	Header Styles
-----------------------------------*/
#header {
	//padding-top: 20px;
	//padding-bottom: 17px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background: #eb6400;
	position: relative;
	z-index: 1;
                height: 135px;
}
#header:before {
	width: 100%;
	height: 6px;
	margin-top: -2px;
	background: url(../img/header-after.png);
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
}
#header .logo {
	//height: 60px;
	//margin: 0 15px;
                padding-top: 20px;
	padding-bottom: 17px;
}
#header .logo img {
                width: 100%;
}
#header .logo-right {
	//height: 60px;
	//margin: -20px 0 -17px 0;
	padding-top: 20px;
	padding-bottom: 17px;
	background: #008b98;
                height: 135px;
}
#header .logo-right img {
                width: 100%;
}
#header .phone {
	padding-top: 20px;
	padding-bottom: 17px;
}
#header .phone > * {
	display: block;
	line-height: 1em;
	letter-spacing: 1px;
}
#header .phone em {
	font-size: 12px;
}
#header .phone strong {
	font-size: 36px;
}

@media (max-width: 767px) {
    #header {
        height: auto;
    }
    #header .logo-right {
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #header {
        height: 98px;
    }
    #header .logo-right {
        height: 98px;
    }
    #header .phone {
        padding: 30px 0 20px 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #header {
        height: 117px;
    }
    #header .logo-right {
        height: 117px;
    }
    #header .phone {
        padding: 30px 0 20px 0;
    }
}
@media (min-width: 1200px) {
    #header {
        height: 135px;
    }
    #header .logo-right {
        height: 135px;
    }
    #header .phone {
        padding: 40px 0 20px 0;
    }
}

/* -----------------------------------
	Access Styles
-----------------------------------*/
#access {
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}
#access .container {
	position: static;
}

#access .main-menu {
}
#access .main-menu li {
	margin-right: 0px;
}
#access .main-menu li.normal {
	position: relative;
}
#access .main-menu > li > a {
	display: block;
	padding: 7px 10px 4px;
	margin: 0 3px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: 1.4px;
	color: #fff;
	position: relative;
	background-position: 50% 100%;
}
#access .main-menu .menu-home > a > span {
	display: block;
	width: 22px;
	height: 100%;
	background: url(../img/icon-home.png) 1px 1px no-repeat;
	text-indent: -9999px;
}
#access .main-menu .menu-home.current > a > span {
	background-image: url(../img/icon-home-current.png);
}
#access .main-menu > li > a:before,
#access .main-menu > li > a:after {
	display: block;
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	background-position: 0 100%;
}
#access .main-menu > li > a:after {
	right: auto;
	left: 100%;
	background-position: 100% 100%;
}
#access .main-menu > li > a,
#access .main-menu > li > a:before,
#access .main-menu > li > a:after {
	text-shadow: 0 1px #bf6234;
	background-image: url(../img/bg-main-menu.png);
}
#access .main-menu .current > a,
#access .main-menu .current > a:before,
#access .main-menu .current > a:after {
	background-image: url(../img/bg-main-menu-current.png);
}
#access .main-menu .highlight > a,
#access .main-menu .highlight > a:before,
#access .main-menu .highlight > a:after {
	text-shadow: 0 1px #1a738b;
	background-image: url(../img/bg-main-menu-highlight.png);
}

#access .main-menu ul.submenu {
	width: 15em;
	padding-top: 1px;
	border-top: 0;
	background: #fff;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9999;
	display: none;
	border: 1px solid #ddd;
}
#access .main-menu ul.submenu li {
	display: block;
	width: 15em;
	float: none;
}
#access .main-menu ul.submenu a {
	display: block;
	padding: 0.5em 15px;
	line-height: 18px;
	text-align: left;
	text-transform: none;
}
#access .main-menu ul.submenu a:hover {
	background: #fff;
}

#access .main-menu ul.submenu li ul.submenu li{
	width: 255px;
    left: 99%;
    position: absolute;
    top: -31px;
	border: 1px solid #adaeb1;
	z-index: 9999;
	background: #e4e4e4;
}

#access .main-menu .submenu-pack {
	width: 100% !important;
	margin-top: 5px;
	padding: 5px 0;
	background: #fff url(../img/bg-main.png) 0 0 repeat-x !important;
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	z-index: 9999 !important;
	-webkit-box-shadow: 0 1px 5px #eee !important;
	-moz-box-shadow: 0 1px 5px #eee !important;
	box-shadow: 0 1px 5px #eee !important;
}
#access .main-menu .submenu-pack > * > li {
	float: left !important;
	width: 100px !important;
	margin: 10px !important;
}
#access .main-menu .submenu-pack > * > li.first {
	margin-left: 0;
}
#access .main-menu .submenu-pack > * > li.last {
	margin-right: 0;
}
#access .main-menu .submenu-pack > * > li li {
	display: block;
	width: auto;
	float: 
}
#access .main-menu .submenu-pack ul {
	display: block !important;
	visibility: visible !important;
	font: 14px/23px 'Source Sans Pro', sans-serif;
	color: #a0a3ab;
}
#access .main-menu .submenu-pack .caption {
	min-height: 32px;
	margin: 0;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #36383c;
	border-bottom: 1px dotted #555;
}
#access .main-menu .submenu-pack .caption.caption-main {
	font-size: 14px;
	color: #eb6400;
	border-bottom: 0;
}

#access .main-menu .sf-sub-indicator {
	display: none;
	width: 100%;
	height: 12px;
	text-indent: -9999px;
	background: url(../img/bg-submenu.png) 50% 0 no-repeat;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 99999;
}
#access .main-menu .sfHover > a .sf-sub-indicator {
	display: block;
}
#access .main-menu .submenu-pack .sf-sub-indicator {
	display: none !important;
}

#access .menu-socials {
	margin-top: 10px;
	line-height: 20px;
                width: 46px;
}
#access .menu-socials li {
	//margin: 0 1px;
}
#access .menu-socials a {
	display: block;
	width: 20px;
	height: 20px;
	//text-indent: -9999px;
	//background: url(../img/icon-socials.png) 0 0 no-repeat;
                color: #4d4f53;
}
#access .menu-socials a.pinterest {
	//margin-right: 3px;
}
#access .menu-socials a.twitter {
	background-position: 0 -25px;
}
#access .menu-socials a.facebook {
	background-position: 0 -50px;
}

#access .search {
    padding: 0 15px 0 0;
}

#access .searchform {
	margin-top: 10px;
	//margin-left: 10px;
                //width: 80%;
}
#access .searchform form {
	margin: 0;
}
#access .searchform input {
	float: left;
	height: 20px;
	margin: 0;
	padding: 0 5px;
	font-size: 12px;
	line-height: 20px;
	border: 0;
	background: #f4f4f4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#access .searchform input#searchsubmit {
	
	margin-left: -10px;
	padding-left: 10px;
	
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: url(../img/bg-button-search.png) 0 0 no-repeat;
}

#access .phone {
    text-align: right;
    display: inline-block;
    margin-top: 10px;
}
#access .phone em {
    font-size: 3vw;
    line-height: 6vw;
    display: inline-block;
}
#access .phone strong {
    font-size: 8vw;
    line-height: 10vw;
    display: inline-block;
    color: #eb6400;
}


@media (max-width: 767px) {
    nav.navbar {
        padding: 0;
        margin: 10px 0 0 0;
        height: 10vw;
    }
    nav.navbar button {
        border: 1px solid #ebeff2;
        height: 10vw;
        width: 100%;
        padding: 0 1vw;
        background-color: #FFF;
    }
    nav.navbar button span.icon-bar {
        width: 100%;
        display: block;
        background-color: #eb6400;
        height: 1vw;
        margin: 1vw 0;
    }
    div#navbar-collapse-main.navbar-collapse.navbar-collapse {
        padding: 0;
        width: 100%;
    }
    div#navbar-collapse-main.navbar-collapse ul {
        margin: 0;
        list-style: outside none none;
        padding: 0;
        background: #FFF;
        width: 100%;
    }
    div#navbar-collapse-main.navbar-collapse ul li {
        padding: 0;
        margin: 0;
        font-size: 3.5vw;
        line-height: 8vw;
        border-top: 1px solid #ebeff2;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
    }
    div#navbar-collapse-main.navbar-collapse ul li:first-child {
        border: none;
    }
    div#navbar-collapse-main.navbar-collapse ul li a {
        padding: 0 10px;
        display: block;
        background: none !important;
        color: #eb6400;
    }
    div#navbar-collapse-main.navbar-collapse ul li a:hover {
        color: #4d4f53;
        text-decoration: none;
    }
    #access .menu-socials {
        width: 20%;
        font-size: 7vw;
        line-height: 10vw;
        margin: 0;
    }
    #access .menu-socials a {
        width: auto;
        height: auto;
    }
    #access .search {
        padding: 0 15px;
    }
    #access .searchform {
        width: 100%;
        margin-top: 1vw;
    }
    #access .searchform input {
        width: 76%;
        font-size: 4vw;
        line-height: 10vw;
        height: 10vw;
        
    }
    #access .searchform input#searchsubmit {
        width: 25%;
        font-size: 4vw;
        line-height: 10vw;
        height: 10vw;
        background: #4d4f53;
        letter-spacing: 0vw;
        padding: 0;
    }
    #access .main-menu .menu-home > a > span {
        background: none !important;
        text-indent: 0;
        width: auto;
    }
    #access .main-menu > li > a, #access .main-menu > li > a::before, #access .main-menu > li > a::after {
        background: none !important;
        text-shadow: 0 1px #f4f4f4;
    }
    #access .main-menu .highlight > a {
        text-shadow: 0 1px #f4f4f4;
        color: #1a738b;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #access .main-menu {
        font-size: 11px;
    }
    #access .main-menu li {
        margin-right: 0px;
    }
    #access .main-menu > li > a {
        padding: 5px 5px 2px;
        letter-spacing: 0px;
    }
    #access .main-menu .menu-home {
        display: none;
    }
    #access .searchform input {
        width: 85px;
    }
    #access .searchform input#searchsubmit {
        width: 51px;
        font-size: 10px;
        letter-spacing: 0.5px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #access .main-menu {
        font-size: 13px;
    }
    #access .main-menu li {
        //margin-right: 3px;
    }
    #access .main-menu > li > a {
        padding: 6px 8px 4px;
        letter-spacing: 1.0px;
    }
    #access .main-menu .menu-home {
        display: none;
    }
    #access .searchform input {
        width: 131px;
    }
    #access .searchform input#searchsubmit {
        width: 60px;
        font-size: 10px;
        letter-spacing: 1.5px;
    }
}
@media (min-width: 1200px) {
    #access .main-menu {
        font-size: 14px;
    }
    #access .searchform input {
        width: 164px;
    }
    #access .searchform input#searchsubmit {
        width: 75px;
        font-size: 11px;
    }
}



/* -----------------------------------
	Featured Styles
-----------------------------------*/
#featured {
	margin-bottom: 1px;
}
#featured .featured-wrapper {
	width: 100%;
	//height: 330px;
                overflow: hidden;
                margin-bottom: 5px;
}
#featured .featured-wrapper img {
                width: 100%;
}
#featured .flexslider {
	position: relative;
}
#featured .flexslider .slides {
	margin: 0;
	padding: 0;
	list-style: none;
}
#featured .flexslider .slide {
	display: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#featured .flexslider .slide .info {
	padding: 10px 0;
	font: 300 15px/1.2em 'Open Sans', sans-serif;
	font-weight: 300;
	background: url(../img/bg-light.png);
	position: absolute;
	left: 0;
	bottom: 30px;
}
#featured .flexslider .slide .info > * {
	margin: 0 10px;
	color: #555;
}
#featured .flexslider .slide .info > * strong {
	display: block;
	font-size: 17px;
}
#featured .flexslider .slide .info .price {
	font-size: 34px;
	line-height: 1em;
	color: #008b98;
}
#featured .flexslider .slide .link {
	width: 210px;
	height: 100px;
	background: url(../img/bg-slide-link.png) no-repeat;
	position: absolute;
	bottom: 100px;
	right: 140px;
}
#featured .flexslider .slide .link > * {
	display: inline-block;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #008b98;
	margin-top: 50px;
	margin-left: 80px;
}
#featured .flexslider .flex-direction-nav,
#featured .flexslider .flex-direction-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#featured .flexslider .flex-direction-nav a {
	display: block;
	width: 33px;
	height: 33px;
	margin: -18px 0;
	background: url(../img/slider-arrow.png) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	left: 15px;
	opacity: 0.5;
}
#featured .flexslider .flex-direction-nav a.flex-next {
	background-position: 100% 0;
	left: auto;
	right: 15px;
}
#featured:hover .flexslider .flex-direction-nav a {
	opacity: 1;
}


/* -----------------------------------
	Main Styles
-----------------------------------*/
#main {
	padding: 15px 0;
	background: #fff url(../img/bg-main.png) 0 0 repeat-x;
}
#main #content .title {
/*	margin: 0 0 1em 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #eb6400;*/
}
#main #content .title.main-title {
/*	margin-bottom: 1.5em;
	font-weight: bold;
	color: #36383c;*/
}
#main #content .title.no-margin,
#main #content .title.muted {
	margin: 0;
	line-height: 24px;
}
#main #content .title.no-margin {
	font-weight: normal;
	letter-spacing: 0;
}
#main #content .title.muted {
	//color: #36383c;
                color: #eb6400;
}
#main .highlight {
	color: #008b98;
}
#main .breadcrumb {
	margin-top: -5px;
	margin-bottom: 25px;
	font: 11px 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#main .breadcrumb > * {
	color: #ccc;
}
#main .breadcrumb strong {
	font-weight: normal;
	color: #555;
}
#main .more-link {
	display: inline-block;
	padding: 0 10px;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: 2px;
	color: #fff;
	background: url(../img/bg-button-link.png) 100% 0 no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

@media (max-width: 767px) {
    #main .breadcrumb {
        font: 2vw 'Open Sans', sans-serif;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #main .breadcrumb {
        font: 9px 'Open Sans', sans-serif;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #main .breadcrumb {
        font: 10px 'Open Sans', sans-serif;
    }
}
@media (min-width: 1200px) {
    #main .breadcrumb {
        font: 11px 'Open Sans', sans-serif;
    }
}


.list-packages {
	margin-left: -10px;
	margin-right: -10px;
                margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
}
.list-packages .package-block {
	//width: 220px;
	//height: 150px;
	//margin: 0 10px 20px;
	position: relative;
}
.list-packages .package-block a {
                display: block;
}
.list-packages .package-block a img {
                width: 100%;
                height: 100%;
}
.list-packages .package-block .info {
	width: auto;
	padding: 5px 5px 10px 5px;
	background: url(../img/bg-light.png);
	position: absolute;
	bottom: 5px;
	left: 15px;
                right: 15px;
}
.list-packages .package-block .info > * {
	margin: 0;
	color: #555;
	line-height: 1.1em;
}
.list-packages .package-block .info h4 {
                margin: 6px 0;
}
.list-packages .package-block .info h3,
.list-packages .package-block .info h3 a {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
}
.list-packages .package-block .info p {
	font-size: 11px;
	font-weight: 300;
}
.list-packages .package-block .info .price {
	color: #008b98;
}


@media (max-width: 767px) {
    .list-packages .package-block .info h3,
    .list-packages .package-block .info h3 a {
            margin: 0 0 1em;
            font-size: 4vw;
            line-height: 5vw;
            text-align: center;
    }
    .list-packages .package-block .info h4 {
        font-size: 5vw;
        text-align: center;
    }
    .list-packages .package-block .info p {
        font-size: 3vw;
        line-height: 4vw;
        font-weight: 300;
        text-align: center;
    }
    .list-packages .package-block .info .price {
        font-size: 5vw;
    }
}

.subscribe-toolbar {
	height: auto;
	margin: 0 0px 25px 0px;
	padding: 10px;
	color: #fff;
	background: #008b98;
}
.subscribe-toolbar p {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 20px;
}
.subscribe-toolbar strong {
	margin-right: 10px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.subscribe-toolbar .subcribeform {
    float: right;
}
.subscribe-toolbar .subcribeform form {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
.subscribe-toolbar .subcribeform form > * {
	float: left;
}
.subscribe-toolbar .subcribeform label {
	margin-right: 15px;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.subscribe-toolbar .subcribeform input {
	float: left;
	width: 135px;
	height: 20px;
	margin: 0;
	padding: 0 5px;
	font-size: 12px;
	line-height: 20px;
	border: 0;
	background: #f4f4f4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.subscribe-toolbar .subcribeform input::placeholder {
                color: #FFF;
}
.subscribe-toolbar .subcribeform input#subcribesubmit {
	width: 75px;
	margin-left: -10px;
	padding-left: 10px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: url(../img/bg-button-search.png) 0 0 no-repeat;
}

@media (max-width: 767px) {
    .subscribe-toolbar .subcribeform {
        margin: 10px 0;
        float: none;
        text-align: center;
    }
    .subscribe-toolbar .subcribeform label {
        display: none;
    }
    .subscribe-toolbar .subcribeform input::placeholder {
        color: inherit;
    }   
    .subscribe-toolbar .subcribeform input {
        float: none;
        display: inline-block;
        height: 7vw;
        line-height: 7vw;
        font-size: 4vw;
        width: 50%;
    }
    .subscribe-toolbar .subcribeform input#subcribesubmit {
        height: 7vw;
        line-height: 7vw;
        font-size: 4vw;
        width: auto;
        background: #4d4f53;
        //margin: 0;
        vertical-align: top;
    }
    .subscribe-toolbar p {
        text-align: center;
        font-size: 3vw;
        line-height: 5vw;
    }
    .subscribe-toolbar strong {
        display: block;
        text-align: center;
        font-size: 5vw;
        line-height: 7vw;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .subscribe-toolbar .subcribeform {
        margin: 10px 0;
    }
    .subscribe-toolbar .subcribeform label {
        display: none;
    }
    .subscribe-toolbar .subcribeform input::placeholder {
        color: inherit;
    }
    .subscribe-toolbar strong {
        display: block;
    }
}

.home-block {
	width: 460px;
}
.home-block p {
	font: 14px/23px 'Source Sans Pro', sans-serif;
}
.home-block .thumb {
	height: 150px;
	margin-bottom: 15px;
}
.home-block .title {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.home-block .title .highlight {
	font-weight: 600;
}
.home-block .home-block .title {
	margin-bottom: 1em;
}

.list-links {
	margin-left: -10px;
	margin-right: -10px;
                margin-top: 15px;
}
.list-links .link-block {
	//width: 220px;
	//min-height: 390px;
	margin: 0 0 15px;
}
.list-links .link-block p {
	min-height: 69px;
	font: 14px/23px 'Source Sans Pro', sans-serif;
}

.list-links .link-block .thumb {
	//height: 150px;
                overflow: hidden;
	margin-bottom: 15px;
}
.list-links .link-block .thumb img {
                width: 100%;
}
.list-links .link-block .title {
	min-height: 40px;
	margin: 0 0 1em;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.list-links .link-block .title .highlight {
	font-weight: 600;
}
.list-links .link-block .more-link {
	width: 180px;
}

@media (max-width: 767px) {
    .list-links .link-block .title {
            margin: 0 0 1em;
            font-size: 4vw;
            line-height: 5vw;
            text-align: center;
    }
    .list-links .link-block p {
            font-size: 3vw;
            line-height: 4vw;
    }
    .list-links .link-block a.more-link {
        width: 100%;
        background: #008b98 !important;
        text-align: center;
        font-size: 3.5vw !important;
        line-height: 7vw !important;
    }
}
/* -----------------------------------
	Content Styles
-----------------------------------*/
#content .content-left  {
	//width: 700px;
}
#content .content-right {
	//width: 220px;
}
#content .content-right > * {
	margin-bottom: 20px;
}
#content .product-description ul {
                margin-left: 5px;
}
#content .product-description ul li {
                padding-left: 5px;
                margin-bottom: 10px;
}
#content .product-description h4.muted {
                text-align: left;
}
#content .product-description .price {
	font: bold 29px/1em 'Open Sans', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 10px;
        text-align: left;
}
#content .product-description .book-link {
	width: 100%;
        margin: 0 0 10px 0;
}
#content .product-description .product-images img {
            width: 100%;
}
#content .quick-links > li {
	margin-bottom: 10px;
}
#content .quick-links > li > * {
	display: block;
	padding: 3px 10px;
	font: normal 11px/14px 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: 2px;
	color: #555;
	background: #f4f4f4;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content .quick-links > li.heading > * {
	font-size: 13px;
	color: #fff;
	background: #ef783b;
}
#content .quick-links > li > * > * {
	display: block;
	padding: 3px 10px 3px 18px;
	text-decoration: none !important;
	color: #fff;
	background: url(../img/bg-quick-link.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
#content .quick-links a:hover {
                background-color: #4d4f53;
                color: #FFF;
}


@media (max-width: 767px) {
    #content .product-description {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #content .quick-links > li > * {
        font: normal 11px/14px 'Open Sans', sans-serif;
    }
    #content .product-description .book-link {
        width: 100%;
        background: #008b98 !important;
        text-align: center;
        font-size: 3.5vw !important;
        line-height: 7vw !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .quick-links > li > *,
    #content .product-description .book-link {
        font: normal 9px 'Open Sans', sans-serif;
        line-height: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .quick-links > li > *,
    #content .product-description .book-link {
        font: normal 10px 'Open Sans', sans-serif;
        line-height: 20px;
    }
}
@media (min-width: 1200px) {
    #content .quick-links > li > *,
    #content .product-description .book-link {
        font: normal 11px 'Open Sans', sans-serif;
        line-height: 20px;
    }
}


/* Contact */
#content .contact-left  {
	//width: 460px;
}
#content .contact-right {
	//width: 430px;
}

/* cruise-offers */
#main.cruise-offers #content .title,
#main.cruise-offers .title .highlight  {
	color: #008b98;
}
#main.cruise-offers #content .quick-links > li.heading > * {
	background: #008b98;
}
#main.cruise-offers .more-link {
	background-image: url(../img/bg-button-link-alt.png);
}

/* -----------------------------------
	Footer Styles
-----------------------------------*/
#footer {
	padding: 0.6em 0;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background: #eb6400;
}
#footer a {
	color: #fff;
}
#footer p {
	margin: 0;
}

@media (max-width: 767px) {
    #footer {
        text-align: center;
    }
    #footer p.alignleft, #footer p.alignright {
        text-align: center;
        font-size: 4vw;
        line-height: 7vw;
        float: none;
    }
}   

/* -----------------------------------
	MAP Styles
-----------------------------------*/
.contact-map {
	margin: 20px 0;
}
.contact-map .imapper-pin-wrapper img {
	opacity: 0.75;
}
.contact-map .imapper-content {
	width: 190px !important;
	height: 20px !important;
	margin-left: -5px;
	padding: 0 10px !important;
	font-size: 1em !important;
	line-height: 20px !important;
	font-family: inherit !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff !important;
	background: url(../img/bg-button-link-alt.png) 100% 0 no-repeat !important;
	border: 0 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}
.contact-map .imapper-content-wrapper .imapper-arrow,
.contact-map .imapper-content-wrapper .imapper-arrow-border {
	display: none !important;
}

/* Messages */
.message {
	clear: both;
	background: #eb6400;
	font-weight: bold;
	padding: 10px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}

.success {
	clear: both;
	background: green;
	font-weight: bold;
	padding: 10px;
	color: #fff;
	margin: 10px 0;
	text-align: center;
}

.error-message {
	float: left;
	clear: both;
	width: 100%;
	font-size: 11px;
	color: #eb6400;
	margin: -15px 0 10px 0;
	text-align: right;
}

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


/* SLIDER AND FEATURED */

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

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


/* 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 .photo {
	//width: 280px;
}
#main.specialist .photo img {
                width: 100%;
}
#main.specialist .top-content .data {
	//width: 660px;
        width: 100%;
	font-size: 17px;
	line-height: 24px;
	position: relative;
	background: #f4f4f4;
	//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;
        background-color: #eb6400;
        padding: 15px;
}
#main.specialist .top-content .page-caption .title {
	//font-size: 15px;
        margin: 0;
        color: #FFF;
}
#main.specialist .top-content .detail {
    //display: table;
    width: 100%;
    margin-bottom: 15px;
    float: left;
}
#main.specialist .top-content .detail .detail-map {
        width: 40%;
        //display: table-cell;
        padding: 0 15px;
        float: right;
        display: block;
        clear: none;
}
#main.specialist .top-content .detail .detail-map div#map-canvas {
        width: 100%;
}
#main.specialist .top-content .detail ul {
                margin-bottom: 1.2em;
                margin-left: 0;
                list-style: outside none none;
                width: 60%;
                //display: table-cell;
                padding: 0 15px;
                display: block;
                clear: none;
}
#main.specialist .top-content .detail li {
	margin-left: 10px;
	margin-right:10px;
        margin-bottom: 0;
}
#main.specialist .top-content .detail li.pad {
                margin-bottom: 15px;
}
#main.specialist .top-content .detail li span {
	//width: 100px;
	/*margin-left: -130px;*/
	//margin-right: 20px;
}
#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;

}
#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;
	
}
#main.specialist .bottom-content .sidebar .title {
	margin: 0;
	font-size: 17px;
	line-height: 20px;
	color: #eb6400;
	//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 div.input p.note {
	margin: 0;
	font-size: 10px;
	line-height: 24px;
	color: #4d4b54;
}

/* Pagination */


.pagination {
	margin-bottom: 25px;
	padding: 5px;
	position: relative;
        width: 100%;
}
.pagination .pages {
	margin: 0 100px;
        text-align: center;
}
.pagination .pages span {
                width: 20px;
                height: 20px;
                line-height: 20px;
                display: inline-block;
                margin: 0 5px;
}
.pagination .pages span.current {
                
                width: 20px;
	height: 20px;
	margin: 0 2px;
	line-height: 20px;
	text-decoration: none !important;
	color: #FFF;
                background-color: #008b98;
                font-weight: bold;
                border-radius: 3px;
}
.pagination .pages a {
	display: inline-block;
	color: #eb6400;
                font-weight: bold;
        
}
.pagination .pages a:hover,
.pagination .pages a.current {
	opacity: 1;
}
.pagination a.prev,
.pagination a.next {
	background-color: #008b98;
                border-radius: 3px;
                letter-spacing: 2px;
                color: #FFF;
                font-weight: normal;
                text-transform: uppercase;
                font-size: 11px;
                padding: 0 10px;
                width: auto;
                border: none;
                margin: 0 0 0 50px;
}
.pagination a.prev {
	margin: 0 50px 0 0;
}


/* Specialist tabs */

ul#specialist-tabs {
    margin: 0 0 0 0;
    padding: 0;
    list-style: outside none none;
    background-color: #fff;
    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: #FFF;
    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: #f4f4f4;
    -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;
    color: #008b98;
}
div.tabbox {
    float: none;
    clear: both;
    padding: 15px;
    background: #f4f4f4;
    -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: #eb6400;
}
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;
     font-weight: bold;
}
div.tabbox div.row.member h4 {
    margin: 0;
    color: #4d4f53;
}
div.tabbox div.row.member ul {
    margin: 0;
    padding: 0;
    list-style: outside none none;
}
div.tabbox div.row.member ul li {
    margin: 0;
    padding: 0;
}
div.newsletter-signup {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 0 15px 0;
}
div.newsletter-signup a {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: #eb6400; /* Old browsers */
    color: #FFF;
    font-size: 1.6vw;
}
div.newsletter-signup a:hover, div.newsletter-signup 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;
}
ul#social-links li a {
    color: #008b98;
}
@media (max-width: 767px) {
    
    ul#specialist-tabs {
        font-size: 5vw;
    }
    ul#social-links {
        font-size: 16vw;
    }
    div.newsletter-signup a {
        font-size: 5vw;
        line-height: 6.5vw;
    }
    
    #main.specialist .top-content .detail .detail-map {
        float: none;
        width: 100%;
    }
    #main.specialist .top-content .detail .detail-map div#map-canvas {
        width: 100%;
    }
    #main.specialist .top-content .detail ul {
        float: none;
        width: 100%;
        margin: 15px 0;
    }
    #main.specialist .top-content .detail ul li {
        padding: 0;
    }
    
    #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;
    }
    
    #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: 6vw;
    }
    .pagination .pages span.current {
        height: 6vw;
        width: 6vw;
        line-height: 6vw;
    }
    .pagination .pages span {
        height: 6vw;
        width: 6vw;
        line-height: 6vw;
    }
    .pagination .pages a {
        height: 6vw;
        width: 6vw;
        line-height: 6vw;
        margin: 0 5px;
    }
    .pagination a.prev, .pagination a.next {
        height: 4.5vw;
        width: auto;
        line-height: 4.5vw;
        font-size: 3vw;
        text-align: center;
    }
    .pagination a.prev span, .pagination a.next span {
        background: none !important;
    }
    
   


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

