@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

body { font-family: 'Roboto', sans-serif; font-weight: 400; }

a { color: #669999; transition: .5s all ease; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; }
a:hover { text-decoration: none; }

h2 { font-size: 58px; font-weight: 700; line-height: 57px; text-transform: uppercase; }
h3 { font-size: 36px; line-height: 41px; }
h4 { font-size: 27px; line-height: 32px; font-weight: 700; }
h5 { font-size: 17px; line-height: 22px; }
h6 { background-color: rgba(123,165,174,0.75); color: #ffffff; display: inline-block; font-size: 23px; font-weight: 300; letter-spacing: 6px; line-height: 24px; padding-left: 5px; text-transform: uppercase; width: auto; }
h6.lines { background-color: transparent; }
h6 > span { background-color: rgba(123,165,174,0.75); padding-left: 5px; }
p { color: #666666; font-size: 15px; font-weight: 300; line-height: 20px; }
strong { font-weight: 700; }

small, .small { font-weight: 300; font-size: 75%; }

@media (max-width: 1199px) {
	h2 { font-size: 48px; line-height: 53px; }
	h3 { font-size: 32px; line-height: 37px; }
	h4 { font-size: 23px; line-height: 28px; }
	h5 { font-size: 16px; line-height: 21px; }
	h6 { font-size: 20px; line-height: 25px; }
}

@media (max-width: 992px) {
	h2 { font-size: 45px; line-height: 50px; }
	h3 { font-size: 30px; line-height: 35px; }
	h4 { font-size: 22px; line-height: 27px; }
	h5 { font-size: 15px; line-height: 20px; }
	h6 { font-size: 18px; line-height: 23px; }
}

@media (max-width: 767px) {
	h2 { font-size: 40px; line-height: 45px; }
	h3 { font-size: 27px; line-height: 32px; }
}

@media (max-width: 576px) {
	h2 { font-size: 35px; line-height: 40px; }
	h3 { font-size: 25px; line-height: 30px; }
}

ul.check { list-style: none; padding-left: 30px; }
ul.check > li { margin-bottom: 5px; position: relative; }
ul.check > li:before { content: ''; background: url('../img/icons/check-o.png') no-repeat center; background-size: contain; display: inline-block; height: 20px; left: -26px; position: absolute; top: 0; width: 20px; }

.bkg.black { background-color: #000000; }
.bkg.white { background-color: #ffffff; }
.bkg-site1 { background-color: #434B55; }
.bkg-site2 { background-color: #6DC1E2; }

.bkg-overlay { position: relative; }
.bkg-overlay:before { content: ''; background-color: rgba(0,0,0,0.4); display: inline-block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.text-black { color: #000000; }
.text-site1 { color: #434B55; }
.text-site2 { color: #6DC1E2; }

/**** Buttons ****/
.button { border: 0; color: #ffffff; display: inline-block; font-size: 15px; font-weight: 400; line-height: 20px; padding: 10px 20px; text-transform: uppercase; transition: .5s all ease; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; }
.button:hover { color: #ffffff; }
.button .fa { margin-right: 5px; }
.button img { margin-right: 5px; position: relative; top: -3px; }

.button.button-site1 { background-color: #434B55; }
.button.button-site1:hover { background-color: #6DC1E2; }

.button.button-site2 { background-color: #6DC1E2; }
.button.button-site2:hover { background-color: #434B55; }

.button.button-white { background-color: #ffffff; color: #434B55; }
.button.button-white:hover { background-color: #eaeaea; color: #434B55; }

.col-lg-11.col-xl-10 + .border-bottom-xs { margin-top: 20px; }

/**** Page Header ****/
#pageHeader { padding-bottom: 150px; padding-top: 200px; position: relative; }
#pageHeader:before { content: ''; background: rgba(0,0,0,0.5); display: inline-block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#pageHeader * { color: #ffffff; font-weight: 700; text-transform: uppercase; }
#pageHeader h1 { font-size: 60px; line-height: 65px; margin-bottom: 0; }
#pageHeader h5 { font-size: 19px; font-weight: 400; line-height: 24px; margin-top: 25px; }
#pageHeader .button { margin-top: 100px; }

@media (max-width: 1199px) {
	#pageHeader h1 { font-size: 50px; line-height: 55px; }
}

@media (max-width: 992px) {
	#pageHeader h1 { font-size: 45px; line-height: 50px; }
}

@media (max-width: 767px) {
	#pageHeader { padding-top: 150px; }
	#pageHeader h1 { font-size: 40px; line-height: 45px; }
	#pageHeader .button { margin-top: 50px; }
}

@media (max-width: 576px) {
	#pageHeader h1 { font-size: 34px; line-height: 39px; }
	#pageHeader .button { margin-top: 35px; }
}

/**** Breadcrumb ****/
.breadcrumb { background: transparent; border: 0; margin-top: 5px; }
.breadcrumb > li { color: #7BA5AE; margin-right: 8px; padding-right: 8px; position: relative; }
.breadcrumb > li, .breadcrumb > li > a { font-size: 13px; line-height: 18px; text-transform: uppercase; }
.breadcrumb > li > a { color: #666666; }
.breadcrumb > li > a:hover { color: #999999; }
.breadcrumb > li:before { content: '/'; color: #666666; display: inline-block; position: absolute; right: -3px; top: 0; }
.breadcrumb > li:last-child:before { content: none; }

/**** Page Menu ****/
.page-menu { text-align: center; }
.page-menu > ul { display: inline-block; list-style: none; padding-left: 0; }
.page-menu > ul > li { display: inline-block; margin: 0 6px; position: relative; }
.page-menu > ul > li:after { content: ''; background-color: #CCCCCC; display: inline-block; height: 13px; position: absolute; right: -6px; top: 8px; width: 1px; }
.page-menu > ul > li:last-child:after { content: none; }
.page-menu > ul > li > a { color: #434B55; display: inline-block; font-size: 14px; font-weight: 500; line-height: 19px; padding: 4px 5px 3px; text-transform: uppercase; }
.page-menu > ul > li > a:hover, .page-menu > ul > li.active > a { background: #7BA5AE; color: #ffffff; }

@media (max-width: 992px) {
	.page-menu > ul > li > a { font-size: 12px; line-height: 17px; }
}

@media (max-width: 767px) {
	.page-menu > ul > li > a { font-size: 11px; line-height: 16px; }
}

/**** Flexslider ****/
.flexslider { border: 0; border-radius: 0; margin-bottom: 0; }

/**** Icon Title ****/
.icon-title { display: inline-block; margin-bottom: 20px; width: 100%; }
.icon-title > img { display: inline-block; float: left; margin-right: 10px; max-width: 60px; }
.icon-title > img[alt*="Accessibility"] + .text { margin-top: 12px; }
.icon-title > .text { color: #434B55; display: inline-block; float: left; font-size: 33px; line-height: 33px; width: calc(100% - 70px); }

@media (max-width: 1199px) {
	.icon-title > .text { font-size: 27px; line-height: 27px; }
}

/**** Icon + Text Box ****/
.icon-text { display: inline-block; width: 100%; }
.icon-text .fa { font-size: 20px; line-height: 25px; position: relative; top: -3px; }
.icon-text p { display: inline-block; float: right; font-size: 13px; line-height: 18px; text-align: left; width: calc(100% - 35px); }

/**** Accordions ****/
*[role="tablist"] .card { border: 0; border-radius: 0; }
*[role="tablist"] .card-header { background-color: transparent; border: 0; border-radius: 0; padding: 0; }
*[role="tablist"] .card-header h5 a { border-top: 1px solid #cccccc; color: #434B55; display: inline-block; font-weight: 400; padding: .75rem 1.25rem; position: relative; text-transform: uppercase; width: 100%; }
*[role="tablist"] .card-header h5 a:not(.collapsed) { background-color: #7BA5AE; border-top-color: #7BA5AE; color: #ffffff; }

*[role="tablist"] .card-header h5 a:after { content: '+'; border: 1px solid #999999; border-radius: 50%; color: #999999; display: inline-block; font-size: 21px; height: 20px; line-height: 18px; position: absolute; right: 15px; text-align: center; top: calc(50% - 11px); width: 20px; }
*[role="tablist"] .card-header h5 a:not(.collapsed):after { content: '-'; border-color: #ffffff; color: #ffffff; }

/**** Image Slider ****/
#imageSlider { overflow: hidden; margin: 0; padding: 0 15px 100px; }
#imageSlider .imageslider { max-width: 1050px; width: 1050px; margin: 0 auto!important; overflow: visible; }
#imageSlider .imageslider .slides li { border-left: 30px solid #ffffff; min-height: 650px; position: relative; }
#imageSlider .imageslider .slides li .flex-caption { bottom: 25px; background: rgba(0,0,0,0.5); display: inline-block; left: 50%; max-width: 100%; padding: 5px 10px; position: absolute; text-align: center; transform: translateX(-50%); width: auto; }
#imageSlider .imageslider .slides li .flex-caption p { color: #ffffff; font-size: 13px; line-height: 18px; margin: 0; }

#imageSlider .flex-viewport { overflow: visible!important; }
#imageSlider .flex-control-nav { bottom: -50px!important; left: 0; }
#imageSlider .flex-control-paging li a { width: 8px; height: 8px; border: 0; box-shadow: none; background-color: #C4C4C4; }
#imageSlider .flex-control-paging li a:not(.flex-active) { position: relative; top: 1px; }
#imageSlider .flex-control-paging li a.flex-active { width: 12px; height: 12px; background-color: #ffffff; border: 1px solid #E33f45; }

@media (max-width: 1199px) {
	#imageSlider .imageslider { max-width: 750px; width: 750px; }
    #imageSlider .imageslider .slides li { min-height: 460px; }
}

@media (max-width: 992px) {
	#imageSlider .imageslider { max-width: 650px; width: 650px; }
    #imageSlider .imageslider .slides li { min-height: 400px; }
}

@media (max-width: 767px) {
	#imageSlider .imageslider { max-width: 100%; width: 100%; }¡
    #imageSlider .imageslider .slides li { border-left: 10px; min-height: 320px; }
}


/*******************
 SEARCH FORM
 *******************/
.search-form { background-color: rgba(67,75,85,0.9); display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999999999999999999999; }
.search-form > button.close { background-color: transparent; border: 0; box-shadow: none; color: #ffffff; font-size: 30px; padding: 0; position: absolute; right: 30px; top: 30px; }
.search-form > form { display: inline-block; left: 50%; max-width: 500px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; }
.search-form > form > input { background-color: transparent; border: 0; border-bottom: 1px solid #ffffff; border-radius: 0; color: #ffffff!important; display: inline-block; float: left; font-size: 30px; line-height: 34px; padding: 5px 0; width: calc(100% - 59px); }
.search-form > form > input::placeholder { color: #ffffff; }
.search-form > form > input:focus { background-color: transparent; box-shadow: none; outline: 0; }
.search-form > form > button { background-color: transparent; border: 0; border-bottom: 1px solid #ffffff; box-shadow: none; color: #ffffff; display: inline-block; float: left; font-size: 24px; height: 59px; line-height: 59px; width: 59px; }

@media (max-width: 767px) {
	.search-form > form > input { font-size: 20px; line-height: 24px; width: calc(100% - 44px); }
	.search-form > form > button { font-size: 20px; height: 44px; line-height: 44px; width: 44px; }
}

@media (max-width: 576px) {
	.search-form > form { max-width: calc(100vw - 40px); }
}


/************
 SEARCH PAGE
 ************/
#searchResults { display: inline-block; padding-bottom: 30px; padding-top: 30px; width: 100%; }
#searchResults h2 { color: #000000; font-size: 28px; line-height: 33px; margin-bottom: 10px; }

#searchResults ul.content { border-left: 6px solid #434B55; display: inline-block; list-style: none; margin-top: 15px; padding-left: 30px; width: 100%; }
#searchResults ul.content > li { display: inline-block; list-style: none; margin-bottom: 20px; padding-left: 0; width: 100%; }
#searchResults ul.content > li:last-child { margin-bottom: 0; }
#searchResults ul.content > li:before { content: none!important; }
#searchResults ul.content > li h4 { font-size: 20px; font-weight: 700; line-height: 25px; margin-bottom: 3px; margin-top: 0; }
#searchResults ul.content > li h4 a { color: #434B55; text-decoration: none!important; }
#searchResults ul.content > li h4 a:hover { color: #434B55; }
#searchResults ul.content > li h4 b { color: #999999; font-style: normal; }
#searchResults ul.content > li p { font-size: 14px; line-height: 19px; margin-bottom: 0; padding-bottom: 10px; }
#searchResults ul.content > li p:not(.link) { text-align: justify; }


/*******************
 ACCESIBILITY
 *******************/
#accesibilityPanel h2 { font-size: 30px; font-weight: 500; line-height: 35px; text-transform: none; }
#accesibilityPanel h3 { font-size: 24px; font-weight: 400; line-height: 29px; text-transform: none; }
#accesibilityArea { transform: none!important; transform-origin: none!important; }


/*******************
 HEADER
 *******************/
header { position: absolute; margin-top: 30px; padding-bottom: 10px; width: 100%; z-index: 99999; }
header .logo { display: inline-block; max-width: 180px; width: 100%; }

header ul { display: inline-block; float: right; list-style: none; margin-bottom: 0; padding-left: 0; }
header .icons > li { display: inline-block; margin: 0 7px; }
header .icons > li > a { color: #ffffff; font-size: 20px; line-height: 25px; }
header .icons > li img { height: 18px; position: relative; top: -2px; }
header .icons > li #accesibility-btn { font-size: 23px; }
header .icons > li > a:hover { color: #434B55; }
header .icons > li > a.facebook:hover { color: #3b5999; }
header .icons > li > a.twitter:hover { color: #55acee; }
header .icons > li > a.instagram:hover { color: #e4405f; }

@media (min-width: 1299px) {
	header > .container { max-width: 1270px; }
}

@media (min-width: 993px) {
	header .main-menu { margin-right: 5px; margin-top: 1px; }
	header .main-menu > li { display: inline-block; float: left; position: relative; }
	header .main-menu > li > a { border-bottom: 2px solid transparent; color: #ffffff; font-size: 15px; font-weight: 300; letter-spacing: 1px; line-height: 20px; margin: 0 15px; padding-bottom: 10px; position: relative; text-transform: uppercase; }
	header .main-menu > li > a:after { content: ''; background-color: #cccccc; height: 16px; position: absolute; right: -15px; top: 1px; width: 1px; }
	header .main-menu > li:last-child > a:after { content: none; }
	header .main-menu > li > a:hover, header .main-menu > li[class*="active"] > a { border-bottom-color: #ffffff; }

	/*** Submenus ***/
	header .main-menu > li > ul { background-color: #434B55; box-shadow: 2px 5px 10px rgba(0,0,0,0.35); display: none; left: 15px; margin-top: 0!important; min-width: 280px; position: absolute; top: 32px; width: 100%; }
	header .main-menu > li:hover > ul { display: inline-block; }
	header .main-menu > li > ul > li { display: inline-block; width: 100%; }
	header .main-menu > li > ul > li > a { border-bottom: 1px solid #cccccc; color: #ffffff; display: inline-block; font-size: 13px; line-height: 18px; padding: 10px 15px; text-transform: uppercase; width: 100%; }
	header .main-menu > li > ul > li:last-child > a { border-bottom: 0; }
	header .main-menu > li > ul > li.active > a, header .main-menu > li > ul > li > a:hover { background-color: rgba(123,165,174,0.75); border-bottom-color: rgba(123,165,174,0.75); }
}

@media (max-width: 1199px) {
	header .logo { max-width: 160px; }
	header .icons > li { margin: 0 4px; }
	header .icons > li > a { font-size: 18px; line-height: 23px; }
	header .icons > li img { height: 16px; }

	header .main-menu > li > a { margin: 0 10px; }
	header .main-menu > li > a:after { right: -10px; }
}

@media (max-width: 992px) {
	header .main-menu { display: none; }
}

@media (max-width: 576px) {
	header .icons > li { margin: 0 4px; }
	header .icons > li > a { font-size: 16px; line-height: 21px; }
	header .icons > li img { height: 16px; }
	header .icons > li #accesibility-btn { font-size: 21px; }
}


/*******************
 OFF CANVAS MENU
 *******************/
#offCanvasMenu { background-color: #434B55; height: 100%; max-width: 325px; padding: 50px; overflow-x: hidden; overflow-y: auto; position: fixed; right: -350px; top: 0; width: 100%; z-index: 999999; }
#offCanvasMenu:after { content: ''; background: url('../img/icon-white.png') no-repeat center; background-size: contain; bottom: 5vh; display: inline-block; height: 420px; position: absolute; right: -40%; width: 420px; }
#offCanvasMenu #closeMenu { display: inline-block; float: right; }
#offCanvasMenu #closeMenu > img { height: 18px; }

#offCanvasMenu ul { display: inline-block; list-style: none; margin-top: 35px; padding-left: 0; position: relative; width: 100%; z-index: 999; }
#offCanvasMenu ul > li { display: inline-block; margin-bottom: 5px; width: 100%; }
#offCanvasMenu ul > li > a { color: #ffffff; display: inline-block; font-size: 17px; font-weight: 300; letter-spacing: 1px; line-height: 22px; position: relative; text-transform: uppercase; width: 100%; }
#offCanvasMenu ul > li > a:hover { color: #6DC1E2; }
#offCanvasMenu ul > li.parent > a:after { content: "\f107"; color: #ffffff; font-family: FontAwesome; font-size: 15px; line-height: 20px; position: absolute; right: 0; top: 0; transition: .5s all ease; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; }
#offCanvasMenu ul > li.parent.hover > a:after { content: "\f106"; }

#offCanvasMenu ul > li > ul { display: none; margin-top: 5px; padding-left: 20px; }
#offCanvasMenu ul > li > ul > li { margin-bottom: 0; }
#offCanvasMenu ul > li > ul > li > a { font-size: 13px; line-height: 18px; }

#offCanvasMenu hr { border-color: #cccccc; margin-bottom: 40px; }

#offCanvasMenu .icon-text * { color: #ffffff; }
#offCanvasMenu .icon-text a:hover { color: #6DC1E2; }


/*******************
 AFFIX
 *******************/
body.affix { padding-top: 67px; }
body.affix header { background-color: #434B55; display: inline-block; left: 0; margin-top: 0; padding: 10px 0; position: fixed; top: 0; width: 100%; z-index: 99999; }
body.affix header .logo { max-width: 120px; }
body.affix header ul { margin-top: 10px; }
body.affix header .icons > li > a:hover { color: #F7B923; }

body.affix.na { padding-top: 0; }


/*******************
 FOOTER
 *******************/
footer { background-color: #434B55; padding-top: 50px; }
footer img {margin-bottom: 15px;}
footer h5 { font-size: 14px; font-weight: 400; line-height: 19px; text-transform: uppercase; }

footer h5 + ul { display: inline-block; float: left; list-style: none; margin-bottom: 0; margin-top: 10px; padding-left: 0; width: 100%; }
footer h5 + ul > li { display: inline-block; width: 100%; }
footer h5 + ul > li > a { color: #cccccc; font-size: 13px; font-weight: 300; line-height: 18px; margin-bottom: 4px; }
footer h5 + ul > li > a:hover { color: #6DC1E2; }

footer .clearfix + h5 { display: inline-block; float: left; margin-top: 23px; }

footer .icon-text { float: left; }
footer .icon-text * { color: #ffffff; }
footer .icon-text p { color: #cccccc!important; }
footer .icon-text a:hover { color: #6DC1E2; }
footer .icon-text + h5 { float: left; margin-top: 24px; }

footer .follow { float: left; margin-left: 14px; margin-top: 20px; width: auto; }
footer .follow > li { float: left; margin: 0 10px; width: auto; }
footer .follow > li > a { font-size: 22px; line-height: 27px; }
footer .follow > li > a.facebook:hover { color: #3b5999; }
footer .follow > li > a.twitter:hover { color: #55acee; }
footer .follow > li > a.instragram:hover { color: #e4405f; }

footer #copyright { border-top: 1px solid #cccccc; margin-top: 35px; padding-bottom: 10px; padding-top: 20px; }
footer #copyright p { font-size: 13px; line-height: 18px; }
footer #copyright p a { color: #ffffff; }
footer #copyright p a:hover { color: #6DC1E2; }

@media (max-width: 992px) {
	footer ul:not(.follow) { margin-bottom: 25px; }
}

@media (max-width: 576px) {
	footer { text-align: center; }

	footer h5:not(.subtitle) { cursor: pointer; font-size: 16px; line-height: 21px; position: relative; text-align: left; }
	footer h5:not(.subtitle):after { content: '+'; color: #ffffff; display: inline-block; font-size: 20px; line-height: 25px; position: absolute; right: 0; }
	footer h5:not(.subtitle) + ul { display: none; }

	footer h5 + ul > li { text-align: left; }
	footer h5 + ul > li > a { font-size: 15px; line-height: 20px; }

	footer .icon-text { max-width: 180px; }
	footer .icon-text:first-child { margin-top: 15px; }
	footer .icon-text:nth-child(3) { margin-bottom: 15px; }
	footer .follow { float: none; margin-left: 0; margin-top: 5px; width: auto; }
}


/*******************
 HOMEPAGE
 *******************/
#homeSlider { margin-left: -15px; overflow: hidden; text-align: center; width: calc(100% + 30px); }
#homeSlider:before { content: ''; background-color: rgba(0,0,0,0.35); display: inline-block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
#homeSlider, #homeSlider .slides, #homeSlider .slides > li { min-height: 100vh; }

#homeSlider .slides > li { position: relative; }
#homeSlider .flex-caption { display: inline-block; left: 50%; top: 10%; max-width: 1120px; position: absolute; transform: translate(-50%, -35%); width: 100%; z-index: 2; }
#homeSlider .flex-caption * { color: #ffffff; display: inline-block; max-width: 1120px; }
#homeSlider .flex-caption img { max-width: 100%; }
#homeSlider .flex-caption h1 { font-size: 90px; line-height: 78px; margin-bottom:20px; text-transform: uppercase; }
#homeSlider .flex-caption p { font-size: 16px; line-height: 21px; }

#homeSlider .anchor { border: 3px solid rgba(255,255,255,0.9); border-radius: 15px; bottom: 20px; display: inline-block; height: 44px; left: calc(50% - 15px); margin-bottom: 25px; position: absolute; width: 30px; z-index: 99; }
#homeSlider .anchor:before { content: ''; border: 2px solid rgba(255,255,255,0.9); border-radius: 2px; display: inline-block; height: 10px; left: 0; position: relative; top: 0; width: 2px; transition: .5s all ease; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; -o-transition: .5s all ease; }
#homeSlider .anchor:hover { border-color: rgba(255,255,255,0.75); }
#homeSlider .anchor:hover:before { border-color: rgba(255,255,255,0.75); transform: translateY(15px); -webkit-transform: translateY(15px); -moz-transform: translateY(15px); -o-transform: translateY(15px); }

#homeSlider .flex-control-nav { bottom: inherit; top: 50%; right: 30px; width: 24px; z-index: 99; }
#homeSlider .flex-control-nav li { display: block; margin: 0; text-align: center; }
#homeSlider .flex-control-nav li a { background-color: rgba(255,255,255,0.65); border: 3px solid transparent; box-shadow: none; display: inline-block; height: 11px; width: 11px; }
#homeSlider .flex-control-nav li a.flex-active { background-color: transparent; border-color: #ffffff; height: 16px; width: 16px; }

#discover { position: relative; }
#discover div[class*="col-"] > div { padding-bottom: 70px; padding-top: 80px; }
#discover div[class*="col-"]:last-child * { color: #ffffff; }

dl.prices { display: inline-block; margin-bottom: 0; width: 100%; }
dl.prices * { color: #ffffff; }
dl.prices > * { display: inline-block; float: left; margin: 0; padding: 0; }
dl.prices > dt { width: 110px; }
dl.prices > dd { width: calc(100% - 110px); }
dl.prices h3 { font-weight: 600; margin-bottom: 10px; }
dl.prices p { font-size: 18px; line-height: 23px; margin-bottom: 0; margin-top: 12px; text-transform: uppercase; }

#discover hr { border-top-color: #ffffff; }

.news-item .bkg-cover { background-size: 100%; transition: .5s all ease; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; -o-transition: .5s all ease; }
.news-item .bkg-cover:hover { background-size: 115%; }
.news-item .bkg-cover > a { display: inline-block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.news-item h4, .news-item h5 { text-transform: uppercase; }
.news-item h4 > a { color: #000000; font-weight: 700; }
.news-item h5 { color: #434B55; font-weight: 400; margin-bottom: 5px; margin-top: 15px; }
.news-item p { color: #999999; font-size: 16px; line-height: 21px; margin-top: 20px; text-transform: uppercase; }

@media (max-width: 1199px) {
	#homeSlider .flex-caption { max-width: 920px; }
	#homeSlider .flex-caption h1 { font-size: 80px; line-height: 80px; }
}

@media (min-width: 993px) {
	#discover:before { content: ''; background: url('../img/rectangle.png') no-repeat top center; background-size: contain; display: inline-block; height: 100%; position: absolute; top: 0; width: calc(100% - 110px); z-index: 8; }
	#discover div[class*="col-"] > div { position: relative; z-index: 9; }
	#discover div[class*="col-"]:first-child p { max-width: calc(100% - 110px); }
}

@media (max-width: 992px) {
	#homeSlider, #homeSlider .slides, #homeSlider .slides > li { min-height: 65vh; }
	#homeSlider .flex-caption { max-width: 690px; }
	#homeSlider .flex-caption h1 { font-size: 70px; line-height: 70px; }

	#homeSlider .flex-control-nav { right: 12px; }

	#discover div[class*="col-"] > div { padding-top: 50px; padding-bottom: 40px; }
}

@media (max-width: 767px) {
	#homeSlider, #homeSlider .slides, #homeSlider .slides > li { height: 100vh; min-height: 650px; }
	#homeSlider .flex-caption { max-width: 100%; padding-left: 15px; padding-right: 15px; }
	#homeSlider .flex-caption h1 { font-size: 60px; line-height: 60px; }
}


/*******************
 CALPE CONFERENCE
 *******************/
.conferences-table { width: 100%; }
.conferences-table th, .conferences-table td { border-bottom: 1px solid #cccccc; color: #666666; font-size: 14px; line-height: 19px; padding: 8px 10px 6px; }
.conferences-table th { background-color: #7BA5AE; color: #ffffff; font-size: 15px; line-height: 20px; }
.conferences-table img { max-height: 50px; max-width: 100px; }

@media (min-width: 768px) {
	.conferences-table tr:nth-child(odd) td { background-color: #f9f9f9; }
}

@media (max-width: 767px) {
	.conferences-table tr { display: inline-block; margin-bottom: 20px; }
	.conferences-table tr:first-child { display: none; }
	.conferences-table tr:nth-child(even) td { background-color: #f9f9f9; }
	.conferences-table tr > td { border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; display: inline-block; width: 100%; }
	.conferences-table tr > td:first-child { border-top: 1px solid #cccccc; }
}



/*******************
 STAFF LISTING
 *******************/
.staff-listing { display: inline-block; list-style: none; margin-bottom: -7px; margin-left: -15px; padding-left: 0; width: calc(100% + 30px); }
.staff-listing > li { display: inline-block; float: left; margin: 0; position: relative; }
.staff-listing > li .square-img { background-size: 100%; transition: .5s all ease; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; -o-transition: .5s all ease; }
.staff-listing > li .square-img:hover { background-size: 110%; }
.staff-listing > li .box { background-color: rgba(123,165,174,0.75); bottom: 0; display: inline-block; height: auto; left: 0; padding: 12px 15px; text-align: center; top: inherit; width: 100%; }
.staff-listing > li .box * { color: #ffffff; margin-bottom: 0; text-transform: uppercase; }
.staff-listing > li .box h5 { font-size: 15px; line-height: 20px; }
.staff-listing > li .box p { font-size: 12px; font-weight: 300; line-height: 17px; }
.staff-listing > li a { display: inline-block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.staff-listing > li a > span { display: none; }

@media (min-width: 993px) {
	.staff-listing > li { width: 25%; }
}

@media (max-width: 992px) {
	.staff-listing > li { width: 33.333333%; }
}

@media (max-width: 767px) {
	.staff-listing > li { width: 50%; }
}

@media (max-width: 576px) {
	.staff-listing > li { width: 100%; }
}


/*******************
 STAFF DETAILS
 *******************/
#staffMember { padding-top: 75px!important; position: relative; }
#staffMember .bkg-cover { position: sticky; top: 0; }
#staffMember .close { border: 1px solid #669999; border-radius: 50%; color: #669999; display: inline-block; font-size: 28px; font-weight: 300; height: 40px; line-height: 40px; margin-top: -35px; text-align: center; width: 40px; }
#staffMember .close:hover { background-color: #669999; color: #ffffff; }
#staffMember h4 { font-size: 32px; line-height: 37px; margin-bottom: 0; }
#staffMember h5 { color: #666666; font-weight: 300; margin-bottom: 15px; }
#staffMember hr { border-color: #999999; margin-bottom: 30px; margin-top: 30px; }

#staffMember table { color: #666666; font-size: 15px; line-height: 20px; }
#staffMember table tr > td { padding-bottom: 5px; vertical-align: top; }
#staffMember table tr > td:first-child { font-weight: 500; width: 35%; }

#staffMember .description { display: inline-block; width: 100%; }
#staffMember .description *[class*="container"] { padding-left: 0; padding-right: 0; }

@media (min-width: 993px) {
	#staffMember > .row { height: 100%; position: absolute; width: 100%; }
}

@media (max-width: 992px) {
	#staffMember .close { background-color: #ffffff; opacity: 0.65; position: fixed; right: 15px; top: 50px; }
	#staffMember .bkg-cover { margin-bottom: 35px; }
}

/*******************
 NEWS
 *******************/
#pageHeader.news { padding-bottom: 50px; }

.single-news { margin-bottom: 45px; margin-top: 30px; }
.single-news img { border: 1px solid #cccccc; }
.single-news .description { display: inline-block; width: 100%; }
.single-news .description *[class*="container"] { padding-left: 0; padding-right: 0; }
.single-news hr { margin-bottom: 25px; margin-top: 50px; }

.share { display: inline-block; list-style: none; padding-left: 0; }
.share > li { display: inline-block; float: left; margin: 0 6px; }
.share > li > a { color: #ffffff; display: inline-block; font-size: 18px; height: 34px; line-height: 34px; padding: 0; margin: 0; text-align: center; width: 34px; }
.share > li > a:hover { opacity: .85; }
.share > li > a.facebook { background-color: #3b5999; }
.share > li > a.twitter { background-color: #55acee; }
.share > li > a.google-plus { background-color: #dd4b39; }
.share > li > a.envelope { background-color: #b92b27; }
.share > li > a.whatsapp { background-color: #25D366; }

@media (max-width: 992px) {
	.single-news img { margin-bottom: 20px; }
}


/*******************
 CONTACT
 *******************/
#contactMap { display: inline-block; height: 500px; width: 100%; }
#contactMap .leaflet-control-container > div:first-child { bottom: 30px; left: inherit; right: 15px; top: inherit; }

.contact-details h5 { font-size: 18px; font-weight: 300; line-height: 23px; }
.contact-details .icon-text .fa { color: #669999; font-size: 50px; line-height: 55px; top: -15px; }
.contact-details .icon-text p { font-size: 16px; line-height: 21px; width: calc(100% - 65px); }
.contact-details .icon-text p a { color: #666666; }

#contactForm, #WalkingThroughForm { display: inline-block; width: 100%;margin-bottom: 30px; }
#contactForm input[type="text"], #contactForm input[type="email"], #contactForm textarea, #WalkingThroughForm input[type="text"], #WalkingThroughForm input[type="email"], #WalkingThroughForm textarea { background-color: transparent; border: 0; border-bottom: 1px solid #cccccc; display: inline-block; font-weight: 400; font-size: 14px; line-height: 19px; margin-bottom: 12px; padding: 10px 0 5px; width: 100%; }
#contactForm input[type="text"]::placeholder, #contactForm input[type="email"]::placeholder, #contactForm textarea::placeholder, #WalkingThroughForm input[type="text"]::placeholder, #WalkingThroughForm input[type="email"]::placeholder, #WalkingThroughForm textarea::placeholder { text-transform: uppercase; }
#contactForm textarea, #WalkingThroughForm textarea { min-height: 120px; }
#contactForm button, #WalkingThroughForm button { float: left; }

@media (max-width: 576px) {
	.contact-details h5 { max-width: 320px; }

	.contact-details .icon-text { text-align: center; }
	.contact-details .icon-text .fa { top: 0; }
	.contact-details .icon-text > p { text-align: center; width: 100%; }
}

/*******************
 ERROR PAGES
 *******************/
body.error header { display: none; }
#error { background-color: #f3f3f3; padding-bottom: 180px; padding-top: 200px; }
#error h1 { color: #000000; font-size: 60px; line-height: 65px; text-transform: uppercase; }
#error h4 { color: #999999; font-size: 22px; font-weight: 300; line-height: 27px; }
#error p { margin-top: 30px; }
#error p .button:first-child { margin-right: 15px; }


/********************
 INTERNET EXPLORER 11
 ********************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   #imageSlider .imageslider .slides li .flex-caption { width: 100%; }
}


.input-group.is-invalid ~ .invalid-feedback { display: block !important; }
