/*
Theme Name: Brookfield Custom
Theme URI: https://3deepmedia.com
Description: 
Version: 0.0.7
Author: 3deep Media
Author URI: https://3deepmedia.com
Template: blockbase-wpcom
License: 
License URI: 
Text Domain: blank-canvas-blocks
*/

/* //////////////////////////////// DEFAULTS / CUSTOM //////////////////////////////// */

html, body { width: 100%; height: 100%; min-height: 100%; overflow: hidden; }

body { 
	font-family: 'Open Sans', 'helvetica nenu', helvetica, arial, sans-serif !important;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

body p { 
	font-family: 'Open Sans', 'helvetica nenu', helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5 { 
	font-family: 'Open Sans', 'helvetica nenu', helvetica, arial, sans-serif;
	font-style: normal !important;
	font-weight: 700;
	text-rendering: optimizeLegibility;
}

/* //////////////////////////////// CUSTOM LIGHTBOX WITH AJAX //////////////////////////////// */

/* Lightbox */

.lightbox-overlay { width: 100%; height: 100%; position: absolute; z-index: 8000; background: rgba(0,0,0,0.5); display: none; overflow: hidden; top: 0; right: 0; text-decoration: none; }

.lightbox { position: absolute; z-index: 9999; width: 100%; height: 100%; display: none; top: 0; margin: 0; background: #FFF; padding: 0px; overflow: auto; }

.lightbox-container { display: block; padding: 0; overflow-y: auto; }

.lightbox-inline .header { display: block; padding: 0 20px; height: 50px; background-color: #666 !important; }

.lightbox-inline { width: 100%; height: 100%; overflow: hidden; display: block; }

.lightbox-inline .header.icon.info { background: url(../img/icon-info-circle-01.png) no-repeat left 20px center; background-size: 30px; }
.lightbox-inline .header.icon.video { background: url(../img/icon-video-white.png) no-repeat left 20px center; background-size: 30px; }
.lightbox-inline .header.icon.mooring { background: url(../img/icon-mooring-blue.png) no-repeat left 20px center; background-size: 30px; }
.lightbox-inline .header.icon.pontoon { background: url(../img/icon-pontoon-blue.png) no-repeat left 20px center; background-size: 35px; }
.lightbox-inline .header.icon.sailing { background: url(../img/icon-sailing-blue.png) no-repeat left 20px center; background-size: 35px; }

.lightbox-inline .header.icon.white.info { background: url(../img/icon-info.png) no-repeat left 20px center; background-size: 30px; }
.lightbox-inline .header.icon.white.video { background: url(../img/icon-video2.png) no-repeat left 20px center; background-size: 30px; }
.lightbox-inline .header.icon.white.mooring { background: url(../img/icon-mooring-white.png) no-repeat left 20px center; background-size: 30px; }
.lightbox-inline .header.icon.white.pontoon { background: url(../img/icon-pontoon-white.png) no-repeat left 20px center; background-size: 35px; }
.lightbox-inline .header.icon.white.sailing { background: url(../img/icon-sailing-white.png) no-repeat left 20px center; background-size: 35px; }
.lightbox-inline .header.icon.white.ferry { background: url(../img/icon-ferry-white.png) no-repeat left 20px center; background-size: 40px; }

.lightbox-inline .header.icon { background-size: 30px; background-position: left 20px center; padding-left: 60px; }

.lightbox-inline .header h5 { margin: 0; padding: 0; font-size: 20px; line-height: 50px; color: #FFF; font-family: 'Open Sans', "helvetica nenu", helvetica, arial, sans-serif; font-weight: 400 !important; letter-spacing: 0.01em; }

.lightbox-inline .content { display: block; overflow: hidden; }

.lightbox-inline .image { display: block; width: 100%; height: auto; overflow: hidden; align-items: center; justify-content: center; position: relative; }
.lightbox-inline .image img { width: 100%; height: auto; }

.lightbox-inline .image .fancybox-view { 
	width: 60px; height: 60px; position: absolute; z-index: 1000; left: 50%; top: 50%; margin: -30px 0 0 -30px; display: block; cursor: pointer !important;
	background: url(../img/icon-view-green.png) no-repeat center; background-size: 60px; 
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in;
}

.lightbox-inline .image .fancybox-view.threed { 
	background: url(../img/icon-view-3d-green.png) no-repeat center; background-size: 60px; 
}

.lightbox-inline .btn { margin: 10px 0 0 0; padding: 10px 20px; text-align: center; text-transform: uppercase; color: #FFF !important; display: block; text-decoration: none; border-radius: 3px; -webkit-border-radius: 3px; background-color: #00558b; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; font-family: 'Klavika', "helvetica nenu", helvetica, arial, sans-serif; }
.lightbox-inline .btn:hover { background-color: #002342; }

.lightbox-inline .text { display: block; overflow: hidden; padding: 20px; background-color: #f6f6f6; }
.lightbox-inline .text-inner {  }

.lightbox-inline .close-btn { width: 50px; height: 50px; top: 0; right: 0; padding: 0; display: block; position: absolute; z-index: 5000; background: url(../img/close3.png) no-repeat center; background-size: 20px; background-color: rgba(0,0,0,0.3); cursor: pointer; }
.lightbox-inline .close-btn:hover { background-color: rgba(0,0,0,0.5); }

.lightbox-inline .close-btn.white { background: url(../img/close3.png) no-repeat center; background-size: 20px; }

.lightbox-inline .caption { padding: 20px; }

.lightbox-inline hr { border-top: 1px solid #CCC; margin: 20px 0; border-bottom: 0; }
.lightbox-inline h3 { font-size: 22px; line-height: 32px; color: #00558b; font-weight: 600 !important; margin: 0 0 25px 0; }
.lightbox-inline h4 { font-size: 22px; line-height: 32px; color: #00558b; font-weight: 600 !important; margin: 0 0 10px 0; }
.lightbox-inline p { font-size: 15px; line-height: 20px; color: #666; margin: 0 0 20px 0; padding: 0; }

.lightbox-inline a.email {font-size: 16px; line-height: 18px; display: block; padding: 10px 20px; background-color: #666; color: #FFF; margin: 10px 0; }

.lightbox-inline .text ul { margin: 20px 0; }
.lightbox-inline .text ul li { margin-left: 20px; color: #666; padding: 2px 0; font-size: 15px; line-height: 20px; }

.lightbox-inline .box { padding: 20px; background-color: #EEE; display: block; overflow: hidden; margin-top: 20px; }

/* More Button */

.lightbox-inline .more { padding: 10px 20px; background: #EEE; color: #000 !important; text-transform: uppercase; text-decoration: none; display: inline-block; margin-top: 20px; font-size: 14px; line-height: 14px; }
.lightbox-inline .more:hover { background: #CCC; }

/* Video Embed Container */

.lightbox-inline .embed-container { position: relative; padding-bottom: 63%; height: 0; overflow: hidden; max-width: 100%; background-color: #222; } 
.lightbox-inline .embed-container iframe, .embed-container object, .embed-container embed, .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Responsive Slides */

ul.rslides { max-width: none !important; }

.rslides { position: relative; list-style: none; overflow: hidden; width: 100%; height: 100%; padding: 0; margin: 0;  }
.rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; height: 100%; left: 0; top: 0; }
.rslides li:first-child { position: relative; display: block; float: left; }
.rslides img { display: block; height: auto; float: left; width: 100%; border: 0; }
.rslides li span { bottom: 55px; position: absolute; z-index: 1000; background-color: rgba(0,0,0,0.5); right: 0; color: #FFF; padding: 10px; line-height: 14px; }

.lightbox .image span { bottom: 0; position: absolute; z-index: 1000; background-color: rgba(0,0,0,0.5); right: 0; color: #FFF; padding: 10px; line-height: 14px; }

.lightbox-inline a.rslides_nav { position: absolute; z-index: 100; top: 43%; width: 30px; height: 30px; text-decoration: none; font-weight: bold; text-align: center; line-height: 40px; border-radius: 100px; -webkit-border-radius: 100px; }
.lightbox-inline a.rslides_nav.prev { left: 15px; background: url(../img/arrow-left3.png) no-repeat center; background-size: 20px; } 
.lightbox-inline a.rslides_nav.next { right: 15px; background: url(../img/arrow-right.png) no-repeat center; background-size: 20px; } 

.lightbox-inline a.rslides_nav { background-color: rgba(0,0,0,0.5) !important; -webkit-transition: all 0.3s ; transition: all 0.3s; padding: 5px; }
.lightbox-inline a.rslides_nav:hover { background-color: rgba(0,0,0,0.8) !important; }


/* Splash */

#splash-outer { width: 100%; height: 100%; position: absolute; z-index: 8000; display: none; overflow: hidden; top: 0; right: 0; text-decoration: none; background-color: rgba(0,0,0,0.6); }

#splash { width: 80%; height: auto; margin: auto; top: 10%; position: relative; display: block; background: #FFF; padding: 0; overflow: hidden; text-align: center; border-radius: 5px; -webkit-border-radius: 5px; }
#splash .content { display: block; overflow: hidden; }

#splash .upper { padding: 20px 0 0 0; overflow: hidden; display: block; overflow: hidden; position: relative; }

#splash .banner	{ width: 100%; height: 250px; display: block; clear: both; background: url('../inline/img/banner/banner.jpg') no-repeat center; position: relative; background-size: cover; }
#splash .banner .logo { width: 150px; height: auto; position: absolute; z-index: 100; left: 50%; top: 50%; display: block; margin: -40px 0 0 -85px; background-color: #FFF; padding: 10px; }
#splash .banner .logo.wide { width: 225px; height: auto; margin: -40px 0 0 -120px; }


#splash h2 { font-size: 20px; line-height: 25px; font-weight: bold; color: #00558b; clear: both; margin: 0 auto 15px auto; }
#splash p { font-size: 16px; line-height: 20px; color: #666; clear: both; margin: 0 auto; max-width: 85%; font-family: 'Open Sans', "helvetica nenu", helvetica, arial, sans-serif; }
#splash p.small { font-size: 14px; line-height: 18px; margin-top: 20px; }

#splash .btn { 
	font-weight: bold; max-width: 150px; 
	margin: 20px auto 20px auto; font-size: 14px; padding: 10px 20px; 
	background-color: #4079b9; 
	text-decoration: none; text-align: center; text-transform: uppercase;
	color: #FFF !important; clear: both; display: block; border-radius: 4px; -webkit-border-radius: 4px;
	 -webkit-transition: all .3s ease-in; transition: all .3s ease-in; font-family: 'Open Sans', "helvetica nenu", helvetica, arial, sans-serif; 
	 cursor: pointer;
}
#splash .btn:hover { background-color: #356294; }

#splash .bar { width: 100%; height: auto; position: relative; bottom: 0; display: block; background: url('../img/splash/bar-bkg-2-01.png') center; background-size: 100%; border-top: 4px solid #00558b; }
#splash .logos { padding: 5px 50px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; align-content: center;  }
#splash .logos .item { max-width: 80px; flex-grow: 1; height: auto; padding: 10px; }
#splash .logos .item.wide { flex-grow: 2; max-width: 130px; }
#splash .logos .item img { width: 100%; height: auto; display: block; }

/* tables */

table { width: 100%; margin-top: 0; border: 1px solid #CCC; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 5px; margin-bottom: 20px; border-radius: 5px; -webkit-border-radius: 5px; }

table tr { border-bottom: 1px solid #CCC; }

table td { color: #666; padding: 10px; }
table t2:first-child { border-right: 1px solid #CCC; }

table td a { display: block; color: #666;  -webkit-transition: all .3s ease-in; transition: all .3s ease-in; text-decoration: none; }
table td p { font-size: 16px; line-height: 16px; display: block; color: #666; padding: 10px; margin: 0;}

table td span { margin: 8px 0 0 10px; width: 20px; height: 20px; border-radius: 100px; -webkit-border-radius: 100px; margin-right: 10px; background-color: #666; display: block; float: left; }
table tr.pink span { background-color: #d0527b; }

table tr.sep {  }
table tr.sep td { padding: 20px 0 10px 0; color: #FFF; border-bottom: 1px solid #4eb3dd; font-family: 'Open Sans', "helvetica nenu", helvetica, arial, sans-serif; font-size: 18px; line-height: 22px; }

table td.website { background: url(../img/icon-website.png) no-repeat left 15px center; background-size: 25px; }
table td.policy { background: url(../img/icon-policy.png) no-repeat left 15px center; background-size: 20px; }
table td.food { background: url(../img/icon-food.png) no-repeat left 15px center; background-size: 20px; }
table td.wifi { background: url(../img/icon-wifi.png) no-repeat left 15px center; background-size: 20px; }
table td.car { background: url(../img/icon-car.png) no-repeat left 15px center; background-size: 20px; }
table td.phone { background: url(../img/icon-phone.png) no-repeat left 15px center; background-size: 30px; }
table td.email { background: url(../img/icon-email.png) no-repeat left 15px center; background-size: 30px; }

table td.address { background: url(img/icon-address-01.png) no-repeat left 15px center; background-size: 30px; }
table td.footfall { background: url(img/icon-footfall-01.png) no-repeat left 15px center; background-size: 30px; }
table td.levels { background: url(img/icon-levels-01.png) no-repeat left 15px center; background-size: 30px; }
table td.agent { background: url(img/icon-person-01.png) no-repeat left 15px center; background-size: 30px; }

table td.icon { padding-left: 60px; color: #4079b9; }
table td a:hover { text-decoration: none; }

/* Occupied Banner */

.lightbox-inline .availability { display: block; position: absolute; z-index: 2000; overflow: hidden; width: 150px; height: 150px; }
.lightbox-inline .availability div { position: absolute; z-index: 100; display: none; width: 150px; height: 150px; top: 0; left: 0; background: #666;clip-path: polygon(0 0, 0% 100%, 100% 0); overflow: hidden; }
.lightbox-inline .availability div span { color: #FFF; font-size: 20px; font-weight: bold; position: absolute; transform: rotate(-45deg); margin: 40px 0 0 15px; text-transform: uppercase; }

.occupied { background: #ff3158 !important; }
.vacant { background: #4BB74C !important; }

.lightbox-inline.vacant .vacant { display: block; }
.lightbox-inline.occupied .occupied { display: block; }
.lightbox-inline.null .vacant { display: none; }
.lightbox-inline.null .occupied { display: none; }

/* //////////////////////////// SIDEBARS ////////////////////////////// */

/* Sidebar */

.sidebar-inline { display: block; width: 100%; height: 100%; top: 0px; bottom: 0; right: 0; background-color: #f7f8f8; padding: 0; position: absolute; z-index: 9999; }
.sidebar-inline .sidebar-inner { padding: 15px; overflow: visible; position: relative; height: 100%; }
.sidebar-inline .clear { padding: 10px; }

.sidebar-inline .scroll { overflow-y: auto; height: calc(100% - 30px); clear: both; }

/* Banner / Title */

.sidebar-inline .sidebar-banner .banner-title.icon.building { background: url('../img/icon-building-01.png') no-repeat left 15px center; }

.sidebar-inline .sidebar-banner { min-height: 300px; width: 100%; display: block; overflow: hidden; position: relative; }
.sidebar-inline .sidebar-banner .banner-title { position: absolute; z-index: 1000; bottom: 0; left: 0; display: block; background-color: #4079b9 !important; }
.sidebar-inline .sidebar-banner .banner-title.icon { padding-left: 40px; background-size: 25px !important; }
.sidebar-inline .sidebar-banner .banner-title h3 { padding: 15px; font-size: 30px; line-height: 30px; color: #FFF; margin: 0; } 

.sidebar-inline p { margin-top: 0; color: #666; }

/* Tabs */

.switch { display: table; margin: 0 0 20px 0; padding: 0px; border: 2px solid #999; width: 100%; }
.switch a { background: none; color: #999; display: table-cell; padding: 10px 0; width: 50%; cursor: pointer; text-decoration: none; text-align: center; font-size: 16px; line-height: 16px; font-weight: bold; cursor: pointer; }
.switch a em { font-style: normal; display: block; color: #999; font-weight: normal; }
.switch a.current { background: #999; color: #FFF !important; }
.switch a.current em { color: #FFF; }
.tab-content { display: none; }

/* Accodian */

.accordion { background-color: #eee; color: #666; cursor: pointer; padding: 20px; width: 100%; text-align: left; border: none; outline: none; transition: 0.4s; border-bottom: 1px solid #FFF; font-size: 14px; line-height: 18px; }
.active, .accordion:hover { background-color: #ccc; }
.panel { padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }
.panel p { padding: 10px; }    

.accordion:after { content: '\02795';  font-size: 13px; color: #777; float: right; margin-left: 5px; }
.accordion.active:after { content: "\2796"; }

/* tables */

table { width: 100%; margin-top: 0; border: 1px solid #CCC; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 5px; margin-bottom: 20px; border-radius: 5px; -webkit-border-radius: 5px; border-collapse: collapse;
border-spacing: 0; }

table tr { border-bottom: 1px solid #CCC; }

table td { color: #666; padding: 10px; font-size: 16px;  }
table t2:first-child { border-right: 1px solid #CCC; }

table td a { display: block; color: #666;  -webkit-transition: all .3s ease-in; transition: all .3s ease-in; text-decoration: none; }
table td p { font-size: 16px; line-height: 16px; display: block; color: #666; padding: 10px; margin: 0;}

table td span { margin: 8px 0 0 10px; width: 20px; height: 20px; border-radius: 100px; -webkit-border-radius: 100px; margin-right: 10px; background-color: #666; display: block; float: left; }
table tr.pink span { background-color: #d0527b; }

table tr.sep {  }
table tr.sep td { padding: 20px 0 10px 0; color: #FFF; border-bottom: 1px solid #4eb3dd; font-family: 'Open Sans', "helvetica nenu", helvetica, arial, sans-serif; font-size: 18px; line-height: 22px; }

table td.website { background: url(img/icon-website.png) no-repeat left 15px center; background-size: 25px; }
table td.policy { background: url(img/icon-policy.png) no-repeat left 15px center; background-size: 20px; }
table td.food { background: url(img/icon-food.png) no-repeat left 15px center; background-size: 20px; }
table td.wifi { background: url(img/icon-wifi.png) no-repeat left 15px center; background-size: 20px; }
table td.car { background: url(img/icon-car.png) no-repeat left 15px center; background-size: 20px; }
table td.phone { background: url(img/icon-phone.png) no-repeat left 15px center; background-size: 30px; }
table td.email { background: url(img/icon-email.png) no-repeat left 15px center; background-size: 30px; }

table td.address { background: url(img/icon-address-01.png) no-repeat left 15px center; background-size: 30px; }
table td.footfall { background: url(img/icon-footfall-01.png) no-repeat left 15px center; background-size: 30px; }
table td.levels { background: url(img/icon-levels-01.png) no-repeat left 15px center; background-size: 30px; }
table td.agent { background: url(img/icon-person-01.png) no-repeat left 15px center; background-size: 30px; }

table td.icon { padding-left: 60px; color: #4079b9; }
table td a:hover { text-decoration: none; }

/* Map Embed Container */

.embed-container { position: relative; padding-bottom: 63%; height: 0; overflow: hidden; max-width: 100%; background-color: #222; } 
.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Support Form */

div.form { margin: 30px auto; width: 50%; display: block; overflow: hidden; padding: 20px; background-color: #f4f4f4;}

div.form .support-logo { width: 200px; height: 60px; display: block; }

/* //////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////// START OF RESPONSIVE STYLES //////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////// */


/* ////////////////////////////////  bigger than mobile version //////////////////////////////// */

@media screen and (min-width: 480px) {

	.lightbox-inline .image {  }

}

/* Landscape phones and down */
@media only screen and (max-width: 736px) and (orientation:landscape) { 
  
	#splash { top: 12%; }
	#splash .logo { width: 80px; height: 80px; }
	#splash h2 { margin: 5px 0; }
	#splash p { max-width: 90%; font-size: 12px; line-height: 14px; }
	#splash .logos a { padding: 5px; }
	#splash .logos { padding: 0 30px; }

}

/* iPhone X */
@media only screen and (orientation : landscape) 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 

	#splash { top: 12%; }
	#splash .logo { }
	#splash h2 { margin: 5px 0; }
	#splash p { max-width: 90%; font-size: 12px; line-height: 14px; }
	#splash .logos a { padding: 5px; }
	#splash .logos { padding: 0 30px; }

}

/* 1792x828px at 326ppi */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { 



}

@media screen and (min-width: 737px) {

	#splash { width: 90%; }
	#splash .logo {  }
	#splash h2 { margin: 10px 0; }

	.lightbox-inline.simple { width: 450px; height: 200px; }
	.lightbox-inline.simple .text { width: 100% !important; height: 200px !important; }
	.lightbox-inline.simple .text .text-inner { height: 200px !important; }
	.lightbox-inline.simple h3 { font-size: 25px; line-height: 30px; } 


}

/* //////////////////////////////// big ipad version //////////////////////////////// */

@media screen and (min-width: 768px) {

	/* Lightbox */

	.lightbox-inline { max-width: 750px; max-height: 358px; overflow: visible; bottom: 0; left: 0; top: 0; right: 0; margin: auto; position: absolute; border-radius: 5px; -webkit-border-radius: 5px; }
	.lightbox-inline.video { width: 600px; height: 385px; }

	.lightbox-inline.video2 .image.wide { width: 75%; }
	.lightbox-inline.video2 .text.thin { width: 25%; }

	.lightbox-inline .content { display: block; }

	.lightbox-inline .image { display: inline-block; max-height: none; float: left; width: 50%; }
	.lightbox-inline .image.wide { width: 65%; height: 360px; }
	.lightbox-inline .image.stretch img { width: 110%; }
	.lightbox-inline .image.bars img { border-top: 70px solid #000; border-bottom: 70px solid #000; }

	.lightbox-inline .intro-video { border-top: 26px solid #000; border-bottom: 26px solid #000; }

	.lightbox-inline .text { display: inline-block; float: left; padding: 0; width: 50%; height: 360px; position: relative; }
	.lightbox-inline .text.thin { width: 35%; }
	.lightbox-inline .text .text-inner { padding: 20px; overflow-y:scroll; height: 320px; }

	.lightbox-inline .text .gradient { height: 70px; width: 100%; position: absolute; bottom: 0; right: 0; background: rgb(246,246,246); background: linear-gradient(0deg, rgba(246,246,246,1) 0%, rgba(246,246,246,0) 100%); pointer-events: none; }

	.lightbox-inline .close-btn { display: block; top: -60px; background: url(../img/icon-close-bold.png) no-repeat center; background-size: 40px; }

	.lightbox-inline h3 { font-size: 25px; line-height: 30px; }
	.lightbox-inline p { font-size: 14px; line-height: 18px; }
	.lightbox-inline .text ul li { font-size: 14px; line-height: 18px; }

	.lightbox-inline .image .fancybox-view { width: 60px; height: 60px; margin: -70px 0 0 -30px; }

	.rslides li {  }
	.rslides li span { bottom: 0; right: auto; left: 0;} 
	.lightbox-inline .image span { bottom: 0; right: auto; left: 0; } 

	#splash { top: 20%; width: 700px; }
	#splash .upper { padding: 20px 0; }
	#splash .logo {  }
	#splash h2 { font-size: 25px; line-height: 35px; }
	#splash p { font-size: 18px; line-height: 26px; display: block; }

	/* Sidebar */

	.sidebar-inline { z-index: 9999; width: 400px; top: 0; bottom: 0; right: 0; position: fixed; }

	.sidebar-inline .scroll { height: calc(100% - 0px); }
	.sidebar-inline .sidebar-inner { padding: 20px; margin-top: 0; }
	.sidebar-inline .clear { padding: 10px; }

	.sidebar-inline .sidebar-banner { min-height: 350px; }
  	.sidebar-inline .sidebar-banner .banner-title.icon { padding-left: 50px; background-position: left 20px center !important; background-size: 30px !important; }
  	.sidebar-inline .sidebar-banner .banner-title h3 { font-size: 30px; line-height: 30px; padding: 20px; }
}

/* //////////////////////////////// full wide version //////////////////////////////// */ 

@media screen and (min-width: 960px) {

	.lightbox-inline { max-width: 900px; max-height: 429px; }

	.lightbox-inline .text { height: 430px; }
	.lightbox-inline .text .text-inner { height: 390px; }

	.lightbox-inline .image.wide { height: 430px; }

	.lightbox-inline .intro-video { border-top: 31px solid #000; border-bottom: 31px solid #000; }

	.lightbox-inline h5 { font-size: 25px; line-height: 35px; }

	.lightbox-inline a.rslides_nav { display: none; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
	.lightbox-inline:hover a.rslides_nav { display: block; }

	/* Sidebar */

	.sidebar-inline { width: 500px; }
	.sidebar-inline .sidebar-inner { padding: 30px; margin-top: 0; }
	.sidebar-inline .clear { padding: 15px; }

	.sidebar-inline .sidebar-banner { min-height: 350px; }
  	.sidebar-inline .sidebar-banner .banner-title h3 { font-size: 30px; line-height: 40px; padding: 20px 30px; }

}

/* //////////////////////////////// full wide version //////////////////////////////// */ 

@media screen and (min-width: 1200px) {

	.lightbox-inline { max-width: 900px; max-height: 429px; }

	.lightbox-inline.video { width: 800px; height: 452px; }

	.lightbox-inline .header { height: 60px; }
	.lightbox-inline .header.icon { background-size: 35px; background-position: left 20px center; padding-left: 70px; }
	.lightbox-inline .header h5 { line-height: 60px; font-size: 25px; }

	.lightbox-inline .close-btn { width: 60px; height: 60px; top: -60px; right: -60px; }

	.lightbox-inline .image { width: 50%; }
	.lightbox-inline .text { width: 50%; height: 430px; }
	.lightbox-inline .text .text-inner { height: 430px; padding: 20px; }
	.lightbox-inline .text .gradient { height: 100px; }

	.lightbox-inline .intro-video { border-top: 38px solid #000; border-bottom: 38px solid #000; }

	.rslides li {  }

	.lightbox-inline p { font-size: 15px; line-height: 20px; }
	.lightbox-inline .text ul li { padding: 5px 0; font-size: 15px; line-height: 20px; }

	#splash { top: 20%; }
	#splash .upper { padding-top: 30px; }
	#splash .logo {  }
	#splash h2 { font-size: 25px; line-height: 35px; }
	#splash p { font-size: 18px; line-height: 22px; }
	#splash .logos .item { max-width: 80px; padding: 10px 30px; }
	#splash .logos .item.wide { max-width: 110px; }
	#splash .btn { font-size: 18px; line-height: 18px; margin-top: 20px; }

	/* Sidebar */

    .sidebar-inline { width: 500px; }
	.sidebar-inline .sidebar-inner { padding: 30px; }
	.sidebar-inline .clear { padding: 15px; }

	.sidebar-inline .heading { padding: 0 30px; }
	.sidebar-inline .heading.icon { padding: 0 70px; background-size: 30px; background-position: 30px center; }

	.sidebar-inline p { font-size: 18px; line-height: 28px; } 
	.sidebar-inline ul li a { padding: 15px 0; }

	.switch a { font-size: 20px; line-height: 20px; }
}

/* //////////////////////////////// very wide version //////////////////////////////// */ 

@media screen and (min-width: 1600px) { 

	.lightbox-inline { max-width: 1250px; max-height: 587px; }
	.lightbox-inline.video { width: 1000px; height: 565px; }

	.lightbox-inline .text { width: 50%; height: 590px; }
	.lightbox-inline .text .text-inner { padding: 30px; height: 530px; }

	.lightbox-inline .image.wide { height: 590px; }

	.lightbox-inline h3 { font-size: 35px; line-height: 40px; }

	/* Sidebar */

	.sidebar-inline { width: 600px; }
	.sidebar-inline .sidebar-inner { padding: 40px; }
	.sidebar-inline .clear { padding: 10px 0; }

	.sidebar-inline .heading { padding: 0 40px; }
	.sidebar-inline .heading h3 { font-size: 25px; line-height: 60px; }
	.sidebar-inline .heading.icon { padding: 0 80px; background-size: 30px; background-position: 30px center; }

	.sidebar-inline .thumbnails-container .thumbnail.wide { max-height: 300px; }

	.sidebar a.close-sidebar { width: 60px; height: 60px; }

  	.view-list ul li em { width: 87%; font-size: 14px; line-height: 20px; }
  	.view-list ul li em.cd-h-timeline__date--selected { font-size: 18px; }

  	.sidebar-inline .sidebar-banner { min-height: 400px; }
  	.sidebar-inline .sidebar-banner .banner-title.icon { padding-left: 80px; background-position: left 40px center !important; background-size: 30px !important; }
  	.sidebar-inline .sidebar-banner .banner-title h3 { font-size: 30px; line-height: 40px; padding: 20px 40px; }

  	 .vertical { left: 55px; }

}

/* //////////////////////////////// extra wide version //////////////////////////////// */ 

@media screen and (min-width: 1750px) {

	.sidebar-inline { width: 700px; }
    .sidebar-inline .sidebar-banner { min-height: 400px; }

}

/* //////////////////////////////// extra extra wide version //////////////////////////////// */ 

@media screen and (min-width: 2000px) {



}


