 /* Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600|Unica+One');
/* Font Awesome 5 : FAR font-weight:400, FAS font-weight:900 */

body {
  color: #282828;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
}
.pagemaster {
  width: 100%;
  position: relative;
  z-index: 1;
}
.pagelarge {
  padding: 0 4%;
}
.page {
  padding: 0 30px;
}
.page:after {content:"";display:table;clear:both;}
.pageflex {display:flex;}

.header {position:relative;width:100%;background:white;-webkit-animation:none;animation:none;}
.header.is-sticky {
  position: fixed;
  z-index: 1400;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-animation: move-down .2s forwards;
  animation: move-down .2s forwards;
}
@-webkit-keyframes move-down {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes move-down {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.logopane {float:left;}
.logopane img {margin:28px 0;}
.menu {float:right;}
.menu a:link {text-decoration:none;}
.langpane {position:absolute;top:10px;right:10px;z-index:9100;font-family:"Unica One", Arial, Helvetica, sans-serif;font-size:12px;text-transform:uppercase;font-weight:700;}
.langpane a:link, .langpane a:visited, .langpane a:active {
  display: inline-block;
  color: #535352;
  text-decoration: none;
  padding:0 8px;
  margin: 0 0 0 8px;
}
.langpane a:hover, a.langsel:link, a.langsel:visited, a.langsel:active, a.langsel:hover {background:#eaeaea;color:#535352;text-decoration:none;}
.toppane {}
.content {padding:60px 0 0 0;}
.contentpane {padding:0 0 60px 0;}
.leftpane {width:60%;margin:0 60px 0 0;padding:0 0 60px 0;}
.rightpane {flex:1;padding:0 0 60px 0;}
.contentpane2 {background:#f2f2f2;}
.contentpane3 {}
.bottom {background:#313539;color:white;padding:40px 60px;}
.bottom .h4-headline {color:white;}
.bottom a:link, .bottom a:visited {color:white;text-decoration:none;}
.bottom a:active, .bottom a:hover {color:white;text-decoration:underline;}
.bottompane1 {color:white;min-height:128px;margin:0 80px 0 0;}
.bottompane2 {flex:1;font-size:16px;line-height:24px;}
.footer {background:white;padding:40px 0;}
.copyright {float:left;color:#ccc;font-size:12px;}
.copyright span {white-space:pre;}
.copyright a:link, .copyright a:visited {color:#ccc;text-decoration:none;}
.copyright a:active, .copyright a:hover {color:#333;text-decoration:none;}
.footerpane {float:right;}

/* Text selection */
::selection {background:#f5474b;}
::-moz-selection {background:#f5474b;}

/* BUTTONS */
a.bigbutton:link, a.bigbutton:visited {background:#f5474b;display:inline-block;font-family:"Unica One", Arial, Helvetica, sans-serif;font-size:18px;color:white;text-transform:uppercase;letter-spacing:1px;text-decoration:none;padding:0 20px;line-height:54px;text-align:center;}
a.bigbutton:active, a.bigbutton:hover {background:#333333;color:white;text-decoration:none;}
a.bigbutton:before {font-family:'Font Awesome 5 Free';font-weight:900;content:'\f105';margin:0 6px 0 0;}
button.bigbutton {background:#f5474b;display:inline-block;font-family:"Unica One", Arial, Helvetica, sans-serif;font-size:18px;color:white;text-transform:uppercase;letter-spacing:1px;text-decoration:none;padding:0 20px;line-height:54px;text-align:center;border:none;cursor:pointer;font-style:normal;}
button.bigbutton:hover {background:#333333;color:white;}

/* HEADLINES */
.h1-headline {font-family:'Open Sans', sans-serif;font-weight:400;font-size:14px;color:#787878;letter-spacing:3px;text-transform:uppercase;}
.h2-headline, .h3-headline, .h4-headline {font-family:"Unica One", Arial, Helvetica, sans-serif;font-weight:300;text-transform:uppercase;font-size:44px;line-height:60px;color:#f5474b;}
.h3-headline {color:#282828;}
.h4-headline {font-size:30px;line-height:36px;}

/* Documents and links */
.documents {margin:20px 0 0 0;}
.documents a {text-decoration:none;color:#747474;}
.documents a:before {font-family:'Font Awesome 5 Free';font-weight:900;content:"\f1c1";font-size:24px;color:#e2574c;margin:0 8px 0 20px;}
.newspaper-link {}
.newspaper-link a {text-decoration:none;color:#747474;}
.newspaper-link a:before {font-family:'Font Awesome 5 Free';font-weight:900;content:"\f30b";font-size:24px;color:#4cbde2;margin:0 8px 0 20px;}

/* MISC */
/* Rich Text */
.text-wrapper {max-width:1070px;margin:0 auto 60px auto;}
/* Html Content */
.newspaper-wrapper {max-width:1070px;margin:0 auto;}
.video-container {text-align:center;}
/* Cookie Consent */
.cc-compliance a {text-decoration:none !important;}

/* Graphic Blocks */
.gblockswrapper {}
.gblockswrapper .h1-headline {text-align:center;color:white;}
.gblocks {text-align:center;}
.gblocks:after {content:"";display:table;clear:both;}
.gblocks a {display:block;width:33.33%;width:calc(0px + 33.33%);position:relative;float:left;overflow:hidden;}
.gblocks a:after {
    background: rgba(0,0,0,.2);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 1000;
}
.gblocks img {display:block;width:100%;height:auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.gblockstext {position:absolute;top:50%;width:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center;z-index:1100;}
.gblockstext h2 {font-size:36px;margin:0 40px;color:white;}
.gblockstext h3 {font-size:32px;line-height:36px;margin:0 40px;color:#eee;}
.gblocks a:hover img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
}

/* References */
.grid-wrapper {padding:100px 0;}
.grid-wrapper h2 {text-align:center;}
.grid-refs {max-width:1280px;margin:0 auto;}
.grid-refs:after {content:"";display:block;clear:both;}
.grid-sizer {width:33.33%;}
.grid-item {float:left;width:33.33%;height:320px;cursor:pointer;padding:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.grid-item * {-webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.grid-item0 {}
.grid-item1 {width:66.66%;}
.grid-item2 {height:640px;}
.grid-item3 {width:66.66%;height:640px;}
.refsimg {width:100%;height:100%;-webkit-background-size:cover;background-size:cover;background-position:center center;position:relative;overflow:hidden;}
.refsoverlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(245,71,75,0.75);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
}
.refsoverlay h4 {font-size:18px;color:white;}
.refsoverlay a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.refstext {position:absolute;bottom:0;left:0;right:0;padding:30px 25px 20px 25px;background:white;z-index:1200;color:#666;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.refstext-line1 {
  font-family: "Unica One", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 36px;
  font-size: 30px;
  text-transform: uppercase;
  color: #f5474b;
}
.refstext-line2 {font-size:16px;line-height:24px;margin:6px 0;}
.grid-item:hover .refsoverlay {opacity:1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0);
  transform: translateX(0px);
  -webkit-transform-style: preserve-3d;
}
.grid-item:hover .refstext {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  webkit-transform-style: preserve-3d;
}

/* Gallery */
.gallery-wrapper {max-width:1070px;margin:0 auto;}
.gallery-wrapper h2 {text-align:center;}
.gallery {}
.gallery:after {content:"";display:table;clear:both;}
.gallery a {display:block;float:left;width:18%;margin:12px 1%;}
.gallery a img {max-width:100%;height:auto;}

/* Parallax */
.parallax-window {min-height:400px;background:#f5474b;color:white;}
.parallax-content {margin:0 auto;padding:40px 0;position:relative;text-align:center;}
.parallax-content h2 {color:white;}
.parallax-content hr {background:white;}
.parallax-text {font-size:20px;line-height:30px;letter-spacing:1px;padding:0 80px;}
.parallax-extra {font-weight:700;text-transform:uppercase;margin:20px 0 0 0;}
.parallax-link {margin:20px 0 0 0;}
.parallax-link a:link, .parallax-link a:visited {background:#292c30;color:white;display:inline-block;font-family:"Unica One", Arial, Helvetica, sans-serif;font-size:18px;text-transform:uppercase;letter-spacing:1px;text-decoration:none;padding:0 20px;line-height:54px;text-align:center;}
.parallax-link a:active, .parallax-link a:hover {background:white;color:#f5474b;text-decoration:none;}

/* Slider */
/* Height is calculated on JS */
.slider-container {width:100%;position:relative;overflow:hidden;min-height:320px;}
.rslides {position:absolute;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:after {
    background: rgba(0,0,0,.2);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 1100;
}
.rslides li:first-child {position:relative;display:block;float:left;}
/* Caption */
.rslides li .caption {position:absolute;top:50%;width:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:white;text-align:center;z-index:1200;}
.rslides li .caption h2 {font-size:60px;line-height:80px;color:white;letter-spacing:1px;text-transform:uppercase;}
.rslides li .caption h3 {font-size:24px;line-height:38px;color:#eee;letter-spacing:1px;}
/* Pager */
.rslides_tabs {position:absolute;z-index:9000;bottom:20px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);list-style:none;padding:0;margin:0;}
.rslides_tabs li {
  display: inline;
  padding: 0;
  margin: 0 2px;
}
.rslides_tabs a {
  text-indent: -9000px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ccc;
  background: rgba(255,255,255, .2);
  display: inline-block;
  width: 12px;
  height: 12px;
}
.rslides_tabs .rslides_here a {
  background: white;
  background: rgba(255,255,255, .8);
}

/* Image Headers */
.topimageheader {height:200px;overflow:hidden;position:relative;}
.topimageheader .caption {position:absolute;top:50%;width:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:white;text-align:center;z-index:1200;}
.topimageheader .caption h2 {font-size:60px;line-height:80px;color:white;letter-spacing:1px;text-transform:uppercase;}
.topimageheader .caption h3 {font-size:24px;line-height:38px;color:#eee;letter-spacing:1px;}
.tih-mask:after {
    background: rgba(0,0,0,.2);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 1100;
}

/* BLOG */
.blog {}
.blog article {margin:0 0 40px 0;position:relative;padding:0 0 0 100px;}
.formatdate {position:absolute;top:0;left:0;width:72px;text-transform:uppercase;text-align:center;}
.formatdate span {display:block;}
.fd-day {background-color:#f4f4f4;height:60px;line-height:60px;font-family:"Unica One", Arial, Helvetica, sans-serif;font-weight:300;font-size:40px;color:#666666;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}
.fd-month {background-color:#666666;color:white;font-size:12px;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;}
.article-infos {}
.article-infos span {color:#aeaeae;}
.article-img {margin:20px auto;}
/* Detail */
article.blog-detail {}
article.blog-detail h1 {font-family:"Unica One", Arial, Helvetica, sans-serif;font-weight:300;font-size:44px;line-height:60px;color:#f5474b;letter-spacing:0;}
.article-return {float:right;font-size:24px;}
.article-content {margin:40px 0;}
.article-summary {font-weight:bold;}
.article-gallery {margin:40px 0 0 0;}
.article-gallery:after {content:"";display:table;clear:both;}
.article-gallery img {display:block;float:left;margin:0 20px 20px 0;}
/* Articles Sat */
.blogsat {max-width:1250px;margin:0 auto;padding:100px 4%;}
.blogsat h3 {font-size:18px;line-height:18px;margin:0;}
.blogsat h3 span {padding:0 0 0 20px;color:#aaa;}
.blogsat article {display:flex;margin:20px 0;}
.blogsat article h2 {flex:1;font-size:36px;line-height:40px;margin:0;}
.blogsat article hr {margin:30px 0;}
.blogsat .article-img {margin:0 20px 0 0;}
.blogsat-link {}

/* SOCIAL ICONS */
.socialicons {margin-top:12px;font-size:0;}
.socialicons a {
  display: inline-block;
  font-size: 16px;
  margin: 0 5px 10px;
  line-height: 42px;
  width: 42px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.socialicons a:link, .socialicons a:visited {background:#ccc;color:#666;text-decoration:none;}
.si-colored a.facebookicon:link, .si-colored a.facebookicon:visited {background:#3c5b9b;}
.si-colored a.twittericon:link, .si-colored a.twittericon:visited {background:#2daae1;}
.si-colored a.linkedinicon:link, .si-colored a.linkedinicon:visited {background:#0173b2;}
.si-colored a.googleplusicon:link, .si-colored a.googleplusicon:visited {background:#db4937;}
.si-colored a.youtubeicon:link, .si-colored a.youtubeicon:visited {background:#fe3432;}
.si-colored a.pinteresticon:link, .si-colored a.pinteresticon:visited {background:#cb2027;}
.si-colored a.instagramicon:link, .si-colored a.instagramicon:visited {background:#ee80a7;}
.si-colored a.flickricon:link, .si-colored a.flickricon:visited {background:#ff0084;}
.si-colored a.viadeoicon:link, .si-colored a.viadeoicon:visited {background:#f49a1f;}
.si-colored a.vimeoicon:link, .si-colored a.vimeoicon:visited {background:#41b2dc;}
.si-colored a.tripadvisoricon:link, .si-colored a.tripadvisoricon:visited {background:#669000;}
.si-colored a.rssicon:link, .si-colored a.rssicon:visited {background:#f08421;}
.si-colored a:link, .si-colored a:visited {color:white;}
.socialicons a:active, .socialicons a:hover {background:#333;color:white;text-decoration:none;}

/* Contact Details */
.contact-infos {}
.contact-item {position:relative;padding:0 0 0 62px;margin:0 0 40px 0;}
.ci-header span {
  display: block;
  background: #f5474b;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: white;
  font-size: 21px;
  position: absolute;
  top: 0;
  left: 0;
}
.ci-content {}

/* LABELS */
.labels {text-align:center;}
.label {display:inline-block;width:140px;height:140px;margin:0 10px 20px 10px;background:white;position:relative;}
.label img {display:block;max-height:140px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}

/* TABLE */
.datatable {margin:20px 0;border:2px solid #eee;font-size:18px;border-collapse:collapse;}
.datatable th {border:2px solid #eee;background-color:#1d1d1d;padding:12px 36px;text-align:right;color:white;font-family:'Open Sans', sans-serif;font-weight:600;font-size:18px;text-transform:uppercase;font-style:normal;}
.datatable td {border:2px solid #eee;padding:12px 36px;text-align:left;}

.clearfix {clear:both;}

/* Default */
h1, h2, h3, h4, h5, h6 {font-family:"Unica One", Arial, Helvetica, sans-serif;font-weight:400;margin:0;line-height:normal;text-transform:uppercase;color:#f5474b;}
h1 {font-size:24px;color:#787878;}
h2 {font-size:60px;line-height:64px;}
h3 {font-size:44px;line-height:50px;color:#282828;}
h4 {font-size:30px;line-height:36px;}
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {text-decoration:none;color:#787878;}
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {text-decoration:none;color:#f5474b;}
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {text-decoration:none;color:#282828;}
strong {font-weight:600;}
a:link, a:visited {color:#f5474b;text-decoration:none;}
a:active, a:hover {color:#f5474b;text-decoration:underline;}
/* IE10 FIX */
a:active {background-color:transparent;}
/* DNN7 FIX */
h1, h2, h3, h4 {margin:20px 0;}
p {margin:12px 0;}
ul {margin:12px 0;padding:0;}
.content ul {padding:0;margin:20px 0 20px 15px;}
.content ul li {list-style-type:none;position:relative;padding:0 0 0 24px;margin:0 0 10px 0;}
.content ul li:before {font-family:'Font Awesome 5 Free';font-weight:900;font-size:10px;content:'\f111';color:#f5474b;position:absolute;top:0;left:0;}
ul.multicolumn {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
hr {border:0;height:2px;background:#f5474b;margin:30px auto;max-width:170px;clear:none;}
blockquote {margin:40px 30px;padding:0 30px;border-left:#c6c6c6 solid 3px;}
blockquote, blockquote p {font-weight:200;font-style:italic;font-size:24px;line-height:30px;color:#8a8a8a;}

/* DEBUG */
.DNNEmptyPane {width:auto;margin:0 !important;padding:0 !important;}
/* DNN9 Fix */
.dnnModuleManager {
    padding: 0 !important;
}

/* Mega2DNN */
ul.megamenu {
	margin: 0;
  padding: 0;
	float: left;
	list-style: none;
}
ul.megamenu, ul.megamenu li {list-style-type:none;}
ul.megamenu li {
  position: relative;
	float: left;
	margin: 0;
  padding: 0;
}
ul.megamenu ul {padding:0;margin:0;}
ul.megamenu li a {
	float: left;
	text-decoration:none;
}
ul.megamenu li .sub {
	position: absolute;
  top: 130px;
	left: 0;
	display: none;
  padding: 22px;
  z-index: 9000;
}
ul.megamenu li .sub a {
  text-align: left;
}
ul.megamenu li .sub ul {
	list-style: none;
	margin: 0;
  padding: 0;
  white-space: nowrap;
}
ul.megamenu .sub ul li {
  float: none;
}
ul.megamenu .sub ul li h2 {
	padding: 0;
  margin: 0;
	font-size: 11px;
	font-weight: normal;
}
ul.megamenu .sub ul li h2 a {
	padding: 0;
	margin: 0;
}
ul.megamenu .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	display: block;
	text-decoration: none;
	color: #555454;
	padding:0;
	margin:0;
}
/* Modify here for styling */
ul.megamenu {}
ul.megamenu a {
  display: block;
  font-family: "Unica One", Arial, Helvetica, sans-serif;
  color: #342d2c;
  font-size: 24px;
  height: 130px;
  margin-left: 30px;
  line-height: 130px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
ul.megamenu li.level0:hover a, ul.megamenu li.level0 a:hover, .megahover {color:#f5474b;}
ul.megamenu .current a {color:#f5474b;}
#megamenu li.sublink {border-bottom:#6d98c7 solid 1px;}
#megamenu li.sublink:last-child {border-bottom:0;}
#megamenu li.sublink a {background:none;font-size:13px;height:36px;line-height:34px;border:none;color:#ececec;}
#megamenu li.sublink a:hover {color:white;}
ul.megamenu li .sub {
	background:rgb(72, 126, 185);/* fallback color */background:rgba(72, 126, 185, 0.9);
}
li.menufirst a {margin-left:0 !important;}

/* MobileMenu */
/* Button */
.navicon {background:#f5f5f5;}
.navicon a {display:block;height:50px;line-height:50px;text-align:center;text-decoration:none !important;}
.navicon a:before {font-family:'Font Awesome 5 Free';font-weight:900;content:"\f0c9";font-size:28px;color:#747474;}
/* Menu */
.mobilemenu ul {list-style:none;margin:0;padding:0 0 20px 0;font-family:"Unica One", Arial, Helvetica, sans-serif;font-size:24px;text-transform:uppercase;text-align:center;background:#f5f5f5;}
.mobilemenu ul li {display:block;border-top:white solid 1px;}
.mobilemenu ul li a {display:block;padding:10px 20px;text-decoration:none;color:#747474;}
.mobilemenu ul li a:hover {color:#333;}

/* PREQUERIES */
.navicon, .mobilemenu {display:none;}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 1240px and less */
@media screen and (max-width:1240px) {
.page {padding:0;}
}
/* for 1070px and less */
@media screen and (max-width:1070px) {
ul.megamenu a {margin-left:18px;}
}
/* for 980px and less - Only portrait for retina display */
@media all and (max-width:980px),
            screen and (-webkit-min-device-pixel-ratio: 3.0) and (max-width: 2940px) and (orientation: portrait),
            screen and (-webkit-min-device-pixel-ratio: 2.0) and (max-width: 1960px) and (orientation: portrait) {
#megamenu {display:none;}
.navicon {display:block;}
.pagelarge {padding: 0 8%;}
.pageflex {display:block;}
.header {height:auto;}
.logopane {float:none;text-align:center;}
.content {padding:40px 0 0 0;}
.contentpane {padding:0 0 40px 0;}
.leftpane {width:auto;margin:0;padding:0 0 40px 0;}
.rightpane {flex:initial;padding:0 0 40px 0;}
.footer {text-align:center;}
.copyright {float:none;}
.footerpane {float:none;}
.gblocks a {width:auto;float:none;max-height:400px;}
.grid-sizer {width:50%;}
.grid-item {width:50%;}
.grid-item1 {width:100%;}
.grid-item3 {width:100%;}
.gallery a {width:23%;margin:8px 1%;}
.blogsat {padding:60px 8%;}
.logopane img, .content img, .contentright img {max-width:100%;height:auto !important;}
}
/* for 640px and less */
@media screen and (max-width:640px) {
.rslides li .caption h2 {font-size:40px;line-height:48px;}
.rslides li .caption h2, .rslides li .caption h3 {margin:0;}
.topimageheader .caption h2 {font-size:40px;line-height:48px;margin:0;}
.parallax-content {padding:40px 8%;}
.parallax-text {max-width:none !important;padding:0;}
.parallax-link {position:relative;top:0;right:0;margin:30px 0 0 0;}
.grid-sizer {width:100%;}
.grid-item {width:100%;}
.gallery a {width:29.33%;margin:8px 2%;}
.content ul, .contentright ul {margin:20px 0;}
a.backtotop {display:none !important;}
/* Responsive Embed */
.video-container {position:relative;padding-bottom:56.25%;height:0;overflow:hidden;}
.video-container iframe, .video-container object, .video-container embed {position:absolute;top:0;left:0;width:100%;height:100%;}
}
/* for less than 380px (Iphone 7)*/
@media screen and (max-width:380px) {
.bottom {padding:40px;}
.bottompane1 {margin:0 40px 0 0;}
.gallery a {width:46%;margin:8px 2%;}
}

