/* ====================================================================================
=======================================================================================
   base.css
=======================================================================================
==================================================================================== */

body {font-family: Verdana, Arial, sans-serif !important;}

a {text-decoration: underline !important;}

body, div, dl, dt, dd, ul, ol, li, h6, pre, form, blockquote, th, td {
  font-size: 13px !important;
}

p {font-size: 1em !important;}

h1, h2, h3, h4, h5, h6  {
  line-height: 1.4; margin: 10px 0 15px;
  font-family: Verdana, Arial, sans-serif !important;
  font-weight: 400 !important;
}

small {font-size: 75% !important;}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="file"] {margin-bottom: 12px;}

.radio {display: inline-block; width: 100%; margin: 1em 0 2em; font-size: 1em;}

label small {display: block; margin: 1em 0; color: #777;}

select {margin-bottom: 1em;}

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

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

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

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

textarea {resize: vertical; margin-bottom: 1em;}

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

textarea.require-field {
  height:0; 
  margin: 0;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

form.subcribe-form select{
  margin-top: 1em;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.italic {font-family: Georgia, Times, serif; font-style: italic;}

.box-shadow {
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.dark-blue-trans {background: transparent url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1360006654_original.jpg) repeat;}

figcaption {display: inline-block !important; font-family: Georgia, Times, serif; font-style: italic; font-size: .7em; margin: .3em 0; color: #777; width: 100%;}

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

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

ul.unstyled {list-style: none; margin-left: 0;}

ul.inline {list-style: none; margin-left: -.8em; }

ul.inline li {display: inline-block; margin: 0 .8em;}

i span {font-family: Verdana, Arial, sans-serif !important;}

.button.success {background-color: #0ecd68 !important; border-color: #0ecd68 !important;}

.button {text-shadow: 1px 1px rgba(0,0,0,.5); font-weight: 500 !important;}

.red-color {color: #e70404;}

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

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

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

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


/*Transparent colors*/

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

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

.row .row {width: auto !important;}

.input-place {display: inline-block; width: 100%;}

.input-place input[type="text"] {position: relative;}

.input-place .dropdown-autocomplete {top: 52px; width: 94.5%;}

.dropdown-autocomplete {
    background-color: #FFFFFF;
    border-bottom: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    position: absolute;
    z-index: 999;
    top: 32px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;  
}

.dropdown-autocomplete a {
    display: block;
    padding: 4px 8px;
}


#telephone {color: #00476B;}

/* Logo  */

.brand {display: inline-block; margin: 1em 0; width: 100%;}

.brand a {width: 100%; display: inline-block;}

.agency-brand img {height: 50px;}

.wrap-brand {padding: .3em 0; display: inline-block; width: 100%;}

.wrap-brand img {width: 135px; margin-top: .35em; min-height: 28px;}

.wrap-brand span {font-weight: 600; color: #115a81; font-family: Arial, sans-serif; font-size: 1.2em; display: block; margin: .4em .4em 0 0;}


/* Main */

.main h2.subtitle {font-weight: 400; font-size: 1.4em;}

.main [class*="column"] + [class*="column"]:last-child {float: left !important;}

.main ul.breadcrumbs {
  background: transparent;
  border: none;
  padding: .5em 0;
  margin: 0;
}

.main ul.breadcrumbs li a, .main ul.breadcrumbs li span {text-transform: capitalize;}

ul.breadcrumbs a {color: #e85649;}

ul.breadcrumbs li:last-child a {color: #0f0f0f;}

ul.breadcrumbs li:last-child a:hover {text-decoration: none;}

.page-header {padding: 1em 0; display: inline-block; width: 100%;}

h1.title {font-weight: 400; font-size: 1.7em; margin: 0;}

h1.title a {text-decoration: none !important;}

.page-header form {margin: 0;}

.page-header .detailsPost {margin-top: .8em;}

.page-header .centered h1.title {margin-top: 1em;}

.page-content {padding: 1em 0; display: inline-block; width: 100%;}

.main-content > .eight h1, .main-content > .eight h2, .main-content > .eight h3, .main-content > .eight h4 {color: #204A68 !important; margin-top: 0;}

.main-content .page-content {padding-top: 0;}

.main-content > .eight h4:first-child {margin-top: 0}

ul.unstyled.list-offices li {margin: 2em 0; color: #5d5d5d}

.main-content .eight ul.unstyled.list-offices {margin-left: 0;}

.list-offices li b {text-transform: uppercase;}

.list-offices a {color: #46a29f;}




/* Nav */

#nav {
  background-color: #222;
}

.top-bar {margin: 0; min-height: 2.7em;}

.top-bar ul:first-child {text-transform: uppercase;}

.top-bar ul:first-child > li {padding: 0 .8em; height: 45px;}

#nav .top-bar ul:first-child > li:last-child {padding-right: 0;}

#nav .top-bar ul:first-child > li.has-dropdown:last-child {padding-right: .8em;}

#nav section .top-bar ul:first-child > li:hover {background: transparent url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1360006844_original.jpg) no-repeat bottom;}

#nav .top-bar ul > li.active {background-color: transparent;}

#nav .top-bar ul:first-child > li > a {color: #fff !important; line-height: 40px; height: 40px; font-weight: 500; padding: 0;}

#nav .top-bar ul a {text-decoration: none !important;}

#nav .top-bar ul:first-child > li:hover > a {border-bottom: 3px solid #dd4302; color: #fff;}

#nav .top-bar ul > li.active > a {color: #fff;}

#nav .top-bar ul:first-child > li.has-dropdown > a {padding-right: 1.5em;}

#nav .top-bar ul:first-child > li.has-dropdown .dropdown {top: 44px;}

#nav .top-bar ul.right .has-dropdown .dropdown {left: 0; right: auto;}

#nav .top-bar ul.right li.has-dropdown:last-child .dropdown {left: auto; right: 0;}




/* Blog Posts */

.blogPost {display: inline-block; width: 100%; border-top: 1px solid #bfbfbf;}

.titlePost {display: inline-block; width: 100%; padding: 1em 0;}

.titlePost h2 {font-size: 1.4em; font-weight: 200; margin-top: 0; line-height: 1.4;}

.detailsPost {font-size: .7em; color: #888; display: inline-block; width: 100%;}

.detailsPost a {color: #888; text-decoration: underline;}

.contentPost {display: inline-block; width: 100%; padding: .5em 0 1em;}

.contentPost p {line-height: 1.4;}

.contentPost ul {margin-left: 1.5em;}

.mediaPost {width: 100%; display: inline-block;  margin: .5em 0 1em;}

.videoPost {width: 100%; display: block; overflow: hidden; text-align: center;}

.videoPost iframe {width: 100% !important; display: block;}

.imgPost {width: 100%; display: inline-block; overflow: hidden; margin: .5em 0;}

.imgPost figure {display: inline-block; width: 12.5%; float: left;}

.imgPost figure.one-imgPost {width: 100%;}

.imgPost figure img {width: 100%;}




.tagsPost .alert-box {font-weight: normal;}

.alert-box ul.inline-list {margin-bottom: 0;}

.tagsPost span {margin-right: .3em;}

.tagsPost a {display: inline; margin: 0 .3em;}


.share-block ul.inline-list {margin-left: -10px;}

.share-block ul.inline-list > li {margin-left: 10px;}

.share-block .share-icons {margin: 3px 3px 0 0;}

.share-icons {background: transparent url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1361917571_original.jpg) no-repeat; height: 16px; width: 18px; display: inline-block;}

.printing {background-position: 0 0;}

.emailing {background-position: -18px 0;}


/*New Share Block*/

.share-block2 span {box-sizing: content-box; -moz-box-sizing: content-box;}

.share-block2 .st_fblike_hcount > span {margin-top: 0 !important; margin-bottom: 6px !important;}

.share-block2 .stButton {margin-bottom: 5px;}

a[title="Email this page"] {display: inline-block; vertical-align: top;}

a[title="Email this page"] img {margin-top: -3px;}




.related-posts {display: inline-block; width: 100%; margin: .5em 0;}

.related-posts h4 {font-weight: 400; font-size: 1.4em; margin-top: 0;}



/*Feeds*/

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

.row .feeds:last-child {margin-bottom: 1em;}

.feeds .titlePost {padding-top: 0;}

.feeds .titlePost a {font-size: 1.3em;}

.feeds hr {margin: .8em 0;}

.feeds .contentPost {padding-top: 0;}

.feeds .contentPost p {margin-bottom: 0; line-height: 1.5;}

.feeds .mediaPost {margin-top: 0;}

.feeds .detailsPost {margin-bottom: 1em;}

.responsePost {display: inline-block; width: 100%; padding-top: 1em;}

.responsePost form {margin: 0;}




/*Thumbs Pages*/

.wrap-thumb {display: inline-block; width: 100%; text-align: center; margin-bottom: 1.5em;}

.wrap-thumb.place-thumb .box-shadow {min-height: 15.3em;}

.wrap-thumb .box-shadow {width: 85%; display: inline-block; padding: 1em; position: relative;}

.wrap-thumb img {display: inline-block; width: 80%;}

.wrap-thumb a span span {display: block; font-size: 1em; margin: .5em 0;}

.wrap-thumb a {display: inline-block; width: 100%;}

.place-links {position: absolute; bottom: 0; left: 0; padding: 1em; display: inline-block; width: 100%;}

.place-links .button.success {margin-bottom: .5em;}

.place-links .button.small {font-size: 13px;}

.place-links .button.secondary {text-shadow: none;}


/*ads*/

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

.ad-center {text-align: center; margin: 1em 0;}

.ad-side {background-color: #fff;}

.ad-side iframe, .ad-side object, .ad-side embed, .ad-side img {width: 100% !important;}



/*Website selector*/


.website-selector {display: inline-block; width: 100%; background-color: #f6f4eb; padding: .3em 0;}

.website-selector .three.columns {padding-right: 0;}

.website-selector .nine.columns {padding-left: 5px;}

.website-selector .three img {width: 72px;}

.website-selector a {color: #204a68;}

.website-selector p {margin: 1.2em 0 0 0; font-size: 1.4em !important; line-height: 1.2; color: #204A68 !important;}

.website-selector form {margin:0 1em 0 0;}

.website-selector form label {color: #204a68; font-size: 1.4em; margin: .6em 0;}

.website-selectorb {display: inline-block; width: 100%;}



/* Agency Selector */

.agency-selector ul.nav-bar {margin: .5em 0; background-color: #9a9a9a; height: 25px;}

.agency-selector ul.nav-bar > li {border: none; line-height: 24px;}

.agency-selector ul.nav-bar > li > a {text-decoration: none !important;}

.agency-selector ul.nav-bar > li.has-flyout > a:first-child {padding-left: 10px; padding-right: 25px;}

.agency-selector ul.nav-bar > li.has-flyout > a:first-child:after {top: 12px; right: 12px;}

.agency-selector ul.nav-bar > li.has-flyout > a.flyout-toggle {padding: 12px 15px; }

.agency-selector .flyout {top: 25px; right: 0; background-color: #fff;}

.agency-selector .flyout.large {width: 760px;}

.agency-selector .flyout p, .agency-selector.page-content p  {margin: .8em 0 .3em}

.agency-selector .flyout h5, .agency-selector.page-content h5 {text-transform: uppercase; font-size: 15px;}

.agency-selector .flyout .four, .agency-selector.page-content .four, .agency-selector.page-content .six {margin-bottom: 2em;}

.agency-selector.page-content .agencies-list a {display: inline-block; width: 100%; line-height: 1.6;}


.find-agency-icon {background: transparent url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1362159496_original.jpg) no-repeat; padding-left: 3em;}

.phone-icon {
  background-image: url(https://cdn1.gttwl.net/attachments/uniglobegeotravel.gttwl2.com/ltmq6z/1383682928_original.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-bottom: -2px;
}


/*Comment Form*/


.comment-form fieldset {background-color: #dddcdc; border: none; padding: .5em .7em;}

.comment-form textarea {margin-bottom: .3em;}

.panel form {display: inline-block; width: 100%;}





/*blog blocks*/

.block-blog {background-color: #f3f4ed; padding: 1em; display: inline-block; width: 100%;}

.wrap-block-blog {height: 22em;}

.blog-date span, .blog-link a {text-transform: uppercase; color: #a2a39e; font-size: 10px; font-weight: 600;}

.block-blog .blog-title a {text-decoration: none !important;}

.blog-title a h2 {color: #204a68;}

.blog-title h2 {font-weight: 400; font-size: 1.4em; line-height: 1.3;}

.blog-content {display: block; margin-bottom: 1em;}

.blog-content p {color: #5e5e5e; line-height: 1.4; font-size: 14px;}

.blog-link a {display: block; text-align: right;}




/* subscribe form */

.subcribe-form fieldset {padding-top: 1.3em; background: transparent url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1360006710_original.jpg) repeat-x top; border: none;}

.subcribe-form label {color: #e24e32; font-size: 12px;}

.subcribe-form h2 {margin: .7em 0 0; font-size: 1.3em; font-weight: 400; line-height: 1.4;}

form.subcribe-form.custom .custom.dropdown {margin-bottom: 0; line-height: 2.3125em; margin-top: 1em; padding: .3em 0;}


/*Pagination*/

.pagination {display: inline-block; width: 100%; margin: 1.5em 0;}

.pagination a, .pagination .previous_page, .pagination .next_page, .pagination em.current, .pagination span {display: inline; padding: 0 .3em;}



/* Main Content */

.main-content .side-content section:first-child  {margin-top: 0;}

.main-content .eight ul {margin-left: 1.5em;}

.main-content .eight ul.tabs-content {margin-left: 0;}


/*footer*/

#footer {
  padding: 1em 0; 
  -moz-box-shadow: inset 0 5px 5px rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.2);
  box-shadow: inset 0 5px 5px rgba(0,0,0,.2);
}

#footer h3 {font-weight: 200; font-size: 1.6em;}

#footer ul {list-style: none;}

#footer a {font-weight: 200;}

.footer-nav .columns {border-right-style: solid; border-right-width: 1px;}

.footer-nav .columns:last-child {border: none;}

.footer-nav ul {margin: 0;}

.footer-nav ul li {font-size: 12px !important;}

.footer-nav ul li a {display: block; line-height: 1.2; padding: .5em 0; font-size: 10px !important;}

#footer .social {margin: 1em 0 1em 1em;}

.social {display: inline-block; width: auto; margin-top: 1em;}

.social a {display: inline-block; width: 26px; vertical-align: top; margin-right: .5em; margin-bottom: .5em; line-height: 26px;}

.social a:last-child {width: auto; margin: 0;}

.social-icon {display: inline-block; background: transparent url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1364782305_original.jpg) no-repeat; width: 26px; height: 26px;}

.facebook {background-position: 0 0;}

.linkedin {background-position: 0 -26px;}

.pinterest {background-position: 0 -52px;}

.google-plus {background-position: 0 -78px;}

.rss {background-position: 0 -104px;}

.email {background-position: 0 -130px;}

.print {background-position: 0 -156px;}

.twitter {background-position: 0 -182px;}

.youtube {background-position: 0 -208px;}

#footer center {margin-top: 1em;}

#footer .row .columns.address-footer {padding-right: 0;}

.offices-list {display: inline-block; width: 100%;  text-align: center;}

.offices-list a {display: inline-block; width: auto; float: left; font-size: 1.4em; padding: 1em .6em;}


/*** Admin Table  ***/

.admin-table .add-link {display: inline-block; width: 100%; margin-bottom: 1em;}

.admin-table table {width: 100%;}

.admin-table table th {text-align: left; padding: 9px 10px;}




/***Notice***/

.notice {text-align: center; background-color:#d9266d; color: #fff; padding: 1em 0;}




/* ====================================================================================
=======================================================================================
   utwc-corporate-temp.css
=======================================================================================
==================================================================================== */

body#whole-body {background: #f3efe4 !important;}

p {color: #696868 !important;}

a {color: #41A09D;}

/*header*/

#header {background-color: #fff;}

.brand {display: inline-block; margin: 1em 0; width: 100%;}

.brand a {width: 100%; display: inline-block;}

.wrap-brand img {width: 135px; margin-top: .35em;}

.wrap-brand span {font-weight: 600; color: #115a81; font-family: Arial, sans-serif; font-size: 1.2em; display: block; margin: 0 .4em 0 0;}

img.uniglobe-trip  {width: 190px; float: left; padding-left: .5em; border-left: 1px solid #e4e1d4;}


.top-nav {display: inline-block; margin: .5em 0; width: 100%;}

.top-nav .nav-bar {margin: 0; background-color: transparent; color: #666; height: auto;}

.top-nav .nav-bar > li {border-color: none; border-image: none; border-style: none; border-width: 0; box-shadow: none; line-height: 12px; margin-top: .35em;}

.top-nav .nav-bar > li:hover {background: transparent;}

img.flag {height: 12px; display: block; width: 20px;}

img.access-more {margin-left: .5em; margin-top: -.4em;}

.top-nav .nav-bar > li > span {padding: 0 .7em; display: block; font-size: 12px;}

.top-nav .nav-bar > li > a, .top-nav .nav-bar > li > a:first-child {color: #666; font-size: 12px; padding: 0 .7em;}

.top-nav .nav-bar > li.has-flyout > a:first-child {padding-right:2em;}

.top-nav .nav-bar > li > a {border-left: 1px solid #666;}

.top-nav .nav-bar > li.has-flyout > a:first-child:after {border-color: #666 transparent transparent; top: .3em; right: .8em;}

.top-nav .nav-bar > li.has-flyout > a.flyout-toggle {padding: 1em;}

.top-nav > .nav-bar > li:last-child {border: none;}

.top-nav .flyout {top: 1.3em; width: auto; min-width: 10em; left: 0; background-color: #eee;}

.top-nav ul.flyout li {border-left-width: 1px;}

.top-nav ul.flyout li a {padding: 0.8em 1em;}

#telephone {display: block; text-align: right; font-size: 1.2em; font-weight: 600; margin: .5em 0; color: #00476B;}

#telephone i.foundicon-phone {line-height: 1.5em; vertical-align: middle; color: #0ecd68;}



/*content*/

#wrapper {
  min-height: 30em; 
  background-color: #fff;
}

/* home-banner */

.home-banner {position: relative; height: 380px; overflow: hidden; width: 100%; margin: 0 auto;}

.over-banner {position: relative; width: 100%;}

.home-banner > .row {position: relative;}

.home-banner .orbit-wrapper {position: absolute;}

.home-banner .orbit.with-bullets {margin: 0;}

.home-banner ul.orbit-bullets {bottom: 2em; margin-left: -38% !important;}

.home-banner ul.orbit-bullets li:has-thumb {background: url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1362172020_original.jpg) transparent 4px 0;}

.home-banner ul.orbit-bullets li.has-thumb {height: 20px; width: 20px;}

.home-banner ul.orbit-bullets li.active.has-thumb {border: none;}

.home-banner .orbit {margin: 0;}

.home-banner .orbit .orbit-slide {max-width: none; width: 100%;}


.caption-banner {display: inline-block; width: 100%; height: 380px;}

.caption-banner h1 {text-transform: uppercase; font-weight: 300; font-size: 2.9em; margin: 0;}

.caption-banner p {font-size: 1.3em !important;}

.caption-banner a {color: #0d0d0d; text-transform: uppercase; font-size: 1.3em;}


/** Service Banner **/

.banner-services {position: relative; height: 190px; width: 100%; margin: 0 auto; -moz-box-shadow: inset 0 0 5px #888; -webkit-box-shadow: inset 0 0 5px#888; box-shadow: inset 0 0 5px #888;}

.banner-services .banner-form {height: 190px;}

.service-index {background: transparent url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1368793330_original.jpg) no-repeat center;}



/*form welcome*/

.over-banner > .row {height: 320px;}

.banner-form {position: relative; z-index: 9; display: inline-block; height: 320px; width: 18%; padding: 0 1em; background-image: url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1362177972_original.jpg); background-repeat: no-repeat; background-size: 100%;}


.banner-form-nav {margin-top: 4em;}

.banner-form-nav .nav-bar {background-color: transparent;}

.banner-form-nav .nav-bar.vertical > li {background-color: #0ECD68; border: none; position: relative; margin-bottom: 1em; line-height: 2em;}

.banner-form-nav .nav-bar.vertical > li:hover {background-color: #0ECD68;}

.banner-form-nav .nav-bar.vertical > li:last-child {border: none;}

.banner-form-nav .nav-bar.vertical > li > a {background: transparent url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1363030558_original.jpg) no-repeat; background-position: 5px 9px; padding: 0 .6em 0 1.4em; line-height: 2em; display: inline-block; width: 100%; color: #fff; font-weight: 600;}




/*welcome main*/

/*welcome blocks*/

.group-section {display: block;}


.home-listing-block > .columns {padding-right: 5px;}

.end-group-section {display: inline-block; width: 100%; margin: 1em 0;}

.view-all {display: block; font-size: 1em; color: #41A09D;}




/* main */

.main {
  background-image: url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1362159325_original.jpg);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center top;
}

.main > .row {background-color: #fff; position: relative; border-width: 0 1px; border-style: solid; border-color: #EFEDF0;}

.main h2.subtitle {font-weight: 400; font-size: 1.5em !important; color: #204a68; line-height: 1.4;}

.main [class*="column"] + [class*="column"]:last-child {float: left !important;}

.main ul.breadcrumbs {
  background: transparent;
  border: none;
  padding: .5em 0;
  margin: 0;
}

.main ul.breadcrumbs li a, .main ul.breadcrumbs li span {text-transform: capitalize;}

ul.breadcrumbs a {color: #e85649;}

ul.breadcrumbs li:last-child a {color: #0f0f0f;}

ul.breadcrumbs li:last-child a:hover {text-decoration: none;}

.page-header {padding: 1.5em 0; display: inline-block; width: 100%;}

h1.title {font-weight: 400; font-size: 1.7em; margin: 0; color: #204a68;}

.page-header form {margin: 0;}

.page-header .detailsPost {margin-top: 1.4em;}

.page-content {padding: 1em 0; display: inline-block; width: 100%;}




/*Main Content*/

.main-content {display: inline-block; width: 100%; padding: 1.5em .5em; color: #5f5e5e !important;}

.main-content .side-content {padding: 0;}

.main-content h1.title {margin-bottom: .6em;}

.main-content .eight ul {list-style: disc; margin-bottom: 1em;}

.main-content .eight ol {margin-bottom: 1em !important;}

.one-column-page {display: inline-block; width: 100%; padding: 0 2em;}





/*Photos Index*/

.wrap-thumb {display: inline-block; width: 100%; text-align: center; margin-bottom: 1.5em;}

.wrap-thumb .box-shadow {width: 85%; display: inline-block; padding: 1em;}

.wrap-thumb img {display: inline-block; width: 80%;}

.wrap-thumb a span span {display: block; font-size: 1.2em; margin: .7em 0;}

.wrap-thumb a {display: inline-block; width: 100%;}




/*side column*/

.side-content {display: inline-block; width: 100%; padding: 0 .5em;}

.side-content > section {display: inline-block; width: 100%; margin: 1em 0;}

.page-content .side-content > section:first-child {margin-top: 0;}

.side-content > hr {margin: 0;}

.side-content .end-group-section {margin: .3em 0;}


/*=========  accordion  ===========*/

section ul.accordion {border-bottom: none;}

section ul.accordion > li {border-top: 1px solid #c5c5c5;}

section ul.accordion > li:first-child {border-top: none !important;}

section ul.accordion > li.active {border-top: 1px solid #c5c5c5;}

section ul.accordion > li > div.title {padding: 1em 1em 1em 0; border-left: none; border-right: none; background-color: transparent;}

section ul.accordion > li > div.title h5 {color: #5F5E5E; font-weight: 600; text-transform: uppercase; font-size: 1em;}

section ul.accordion > li.active .content {border-top: 1px solid #c5c5c5; border-right: none; border-left: none;}

section ul.accordion > li .content {padding: 1em 1em 1em 0;}

section ul.accordion > li.active .content p:last-child {margin: 0;}

section ul.accordion > li > div.title:after {top: 1.25em; right: 1em; border-color: #c5c5c5 transparent transparent;}

section ul.accordion > li.active > div.title:after {border-color: #c5c5c5 transparent transparent;}

section ul.accordion .end-group-section {margin-bottom: 0;}

section ul.accordion > li .content img {margin-bottom: .8em;}



/*==========   subsection   ==========*/


.title-subsection img {width: 100%; margin-bottom: 1em;}

.main .side-content > section.subsection h2.subtitle {margin-bottom: .5em;}

section.subsection .end-group-section {margin: 0;}

section.subsection .view-all {/*font-size: 1.05em;*/ line-height: 1.3;}

.download {display: inline-block; background-image: url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1364404827_original.jpg); background-repeat: no-repeat; background-position: 0 3px; padding-left: 35px;}

.download h3 {margin-top: 0; text-transform: uppercase; color: #5e5e5e; font-size: 1.1em;}



/*==========   free consultation   ==========*/

.free-consultation {display: inline-block; width: 100%; margin: .4em 0;}

.free-consultation > span {display: inline-block; vertical-align: top;}

.free-consultation > span:first-child {width: 76px;}

.free-consultation > span:last-child {margin-left: .7em;}

.free-consultation h3 {font-size: 1.5em; text-transform: uppercase; font-weight: 400; color: #878686; margin: 0 0 .5em;}

.free-consultation .end-group-section {margin: 0;}




/*==========   Nav Services   ==========*/

.nav-services .tabs {margin: 0;}

.nav-services .tabs.vertical {border: 0;}

.nav-services .tabs.vertical dd {border: none; padding: 6px 0;}

.nav-services .tabs.vertical dd a {background-color: transparent; padding: 5px 0; border: none; text-transform: uppercase; color: #204a68; border-bottom: 3px solid #fff; display: inline-block;}

.nav-services .tabs.vertical dd:hover a, .nav-services .tabs.vertical dd.active a {border-bottom: 3px solid #dd4302; background-color: transparent; font-weight: 400; color: #204a68; text-decoration: none !important;}

.nav-services .tabs.vertical dd.active, .nav-services .tabs.vertical dd:hover {border: none; background-image: url("https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1360006844_original.jpg"); background-repeat: no-repeat; background-color: transparent; background-position: .5em bottom;}

.nav-services .tabs.vertical dd.active a {}




.side-content h2.subtitle {margin-top: 0;}

.agents-side {display: inline-block; width: 100%; color: #555;}

.agents-side p {line-height: 1.4; margin-bottom: .6em; font-size: 11px !important;}

.agents-side-list {display: inline-block; width: 100%; margin-top: 1em;}

.agents-side-list .row { padding: .5em 0}

.agents-side-list hr {margin: .5em 0;}

.agents-side-list .eight.columns {padding-left: 0;}

.agents-side-list h3 {font-weight: 400; font-size: 1em; margin: 0 0 .5em;}

.agents-side-list .button {padding: .2em .5em; float: right; font-size: 12px;}


.testimonial-side {display: inline-block; width: 100%;}

.testimonial-side a h2 {font-size: 1.4em; font-weight: 200; color: #5a5a5a; margin: .4em 0;}


.side-lists {display: inline-block; width: 100%;}

.side-list-header h2 {font-size: 1em; font-weight: 400; margin:0; padding: .5em 1em; border-bottom: 1px solid #c5c5c5; color: #e85649; text-transform: uppercase;}

.side-list-content ul {margin: 0.5em 0;}

.side-list-content ul li a {padding: .3em 1.5em; display: block; font-size: .9em; color: #252525;}


.side-content .subcribe-form fieldset {padding: 2em 0 0 0; margin: 0;}

.side-content .subcribe-form h2 {margin-bottom: 1em;}

.side-content .subcribe-form .button {width: 100%;}



/*Comment Form*/

.comment-form fieldset {background-color: #dddcdc; border: none; padding: .5em .7em;}

.comment-form textarea {margin-bottom: .3em;}



/*Centered Forms*/

.centered-forms {margin: 3em 0; display: inline-block; width: 100%; padding: 0 1em;}

.header-centered-form h1 {font-weight: 400; text-align: center; font-size: 2em; margin: 0; padding: .5em 0;}

.centered-forms div.alert-box {font-weight: normal;}

.facebook-connect {text-align: center;}

.facebook-connect span {display: block; margin-top: 1em;}

.centered-forms fieldset {padding: 0; border: none;}

.centered-forms label[for="reset"] {margin: 1.5em 0;}


.page-content .centered-forms {margin: 0 0 1em; padding: .5em 2em 0;}

.header-centered-form h1.title {text-align: left;}



/*footer*/

#footer {color: #1e3e57;}

#footer h3 {color: #1e3e57;}

#footer a {color: #1e3e57;}

.footer-nav .columns {border-color: #fff;}

#footer center {color: #65605c;}

.offices-list {background-color: #fff;}




/*Custom CSS*/

 
.ui-tabs-vertical { width: 55em; } 

.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; } 

.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; } 

.ui-tabs-vertical .ui-tabs-nav li a { display:block; } 

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; } 

.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}



.thumbs .panel {padding: 0;}

.thumbs .panel img {margin-bottom: .5em;}

.panel-content {padding: .5em;}





@media (max-width: 767px) {
  #header .top-nav {
    display: none;
  }
  .brand {
    margin-bottom: 0;
  }
  #telephone {
    text-align: left; 
    font-size: 15px; 
    margin-bottom: 1em;
  }
  #telephone i {
    display: none;
  }
  .home-banner {
    height: 200px;
  }
  .home-banner .orbit .orbit-slide {
    background-size: 250%;
  }
}