@charset "utf-8";
/* Our Kis Series New */

/*html, body {
  height: 100%;
  margin-bottom: 1px;
  padding: 0;
}*/


@font-face {
    font-family: 'alright_sansextra_thin';
    src: url('fonts/alrightsans-extrathin-v3-webfont.eot');
    src: url('fonts/alrightsans-extrathin-v3-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alrightsans-extrathin-v3-webfont.woff2') format('woff2'),
         url('fonts/alrightsans-extrathin-v3-webfont.woff') format('woff'),
         url('fonts/alrightsans-extrathin-v3-webfont.ttf') format('truetype'),
         url('fonts/alrightsans-extrathin-v3-webfont.svg#alright_sansextra_thin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alright_sanslight';
    src: url('fonts/alrightsans-light-v3-webfont.eot');
    src: url('fonts/alrightsans-light-v3-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alrightsans-light-v3-webfont.woff2') format('woff2'),
         url('fonts/alrightsans-light-v3-webfont.woff') format('woff'),
         url('fonts/alrightsans-light-v3-webfont.ttf') format('truetype'),
         url('fonts/alrightsans-light-v3-webfont.svg#alright_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alright_sansregular';
    src: url('fonts/alrightsans-regular-v3-webfont.eot');
    src: url('fonts/alrightsans-regular-v3-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alrightsans-regular-v3-webfont.woff2') format('woff2'),
         url('fonts/alrightsans-regular-v3-webfont.woff') format('woff'),
         url('fonts/alrightsans-regular-v3-webfont.ttf') format('truetype'),
         url('fonts/alrightsans-regular-v3-webfont.svg#alright_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alright_sansbold';
    src: url('fonts/alrightsans-bold-v3-webfont.eot');
    src: url('fonts/alrightsans-bold-v3-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alrightsans-bold-v3-webfont.woff2') format('woff2'),
         url('fonts/alrightsans-bold-v3-webfont.woff') format('woff'),
         url('fonts/alrightsans-bold-v3-webfont.ttf') format('truetype'),
         url('fonts/alrightsans-bold-v3-webfont.svg#alright_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'alright_sansblack';
    src: url('fonts/alrightsans-black-v3-webfont.eot');
    src: url('fonts/alrightsans-black-v3-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alrightsans-black-v3-webfont.woff2') format('woff2'),
         url('fonts/alrightsans-black-v3-webfont.woff') format('woff'),
         url('fonts/alrightsans-black-v3-webfont.ttf') format('truetype'),
         url('fonts/alrightsans-black-v3-webfont.svg#alright_sansblack') format('svg');
    font-weight: normal;
    font-style: normal;

}



html, body {
	padding:0;
	margin:0;
}

body {
	font-family: 'alright_sansregular', sans-serif;
	background:#fff;
	color:#333;
	}

a {
	color:#0094d9;
	text-decoration:none;
}

a:hover {
	color:#0094d9;
	text-decoration:underline;
}

a:visited {
	color:#0094d9;
}

.whitelink {
	color:#fff !important;
	text-decoration:underline;
}

.whitelink:hover {
	color:#ddd !important;
}


* {
    box-sizing: border-box;
}

img {
	opacity:0.999;
	filter:alpha(opacity=99.99);
}

/*a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}*/

img {
	border:0;
}

a img {
	border:0;
}


.clearboth {
	display:block;
	clear:both;
}

.vertalign {
	position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fxh1 {
	display:flex;
	width:100%;
	flex-flow: row wrap;
	align-content: space-between;
	justify-content: space-between;
	margin:2em 0;
	padding:0;
}


.img100 {
	display:inline-block;
	width:100%;
}

.slider {
	width: 100%;
	margin: 0 auto;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.trailerplayer {
	margin:0 auto;
    position: relative;
    padding-bottom: 56.25%;
/*    padding-bottom: 75%; */ /*ratio 4:3*/
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.trailerplayer iframe,
.trailerplayer object,
.trailerplayer embed {
	text-align:center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* Mobile Layout: 480px and below. */


body {
	font-size:1em;
}

.gridContainer {
}

.break-mob {
	display:inline;
}

#LayoutDiv1 {
	font-size:2em;

}

.showdt {
	display:none;
}

h1 b {
	font-weight:bold !important;
}

#header {
	width:100%;
	margin:0;
	background:#f1592c;
	padding:1em 5%;
}

.toplogo {
	display:inline-block;
	width:42%;
	margin:0;
}


#showmenu {
	float:right;
	width:7%;
	margin:0;
}

#showmenu img {
	width:100%;
}

#menu-main {
	display:none;
	position:relative;
	top:8%;
	width:100%;
	padding:.5% 0 0 0;
	margin:0 auto;
	font-family: 'alright_sansregular', sans-serif;
	font-size:1em;
	z-index:102;
}

#menu-main ul {
	margin:0;
	padding:0;
}

#menu-main ul li {
	display:block;
	margin:.4em 0;
	padding:0;
	text-align:center;
	font-size:1.2em;
	color:#fff;
}

#menu-main ul li a {
	text-decoration:none;
	color:#fff;
}

#menu-main ul li a:hover {
	text-decoration:none;
	color:#0094d9;
}

#menu-main ul ul li {
	font-size:.8em;
}

.homeimg {
	display:none;
}

.home .homeimg {
	display:block;
}

#contentholder {
	position:relative;
	top:0;
	bottom:auto;
	left:0;
	right:auto;
	margin:1em auto 0 auto;
	width:90%;
	min-height:70vh;
	background:none;
	line-height:110%;
	padding:0;
}


.cont1 {
	position:relative;
	width:100%;
	height:auto;
}

.homecol01 {
	width:100%;
	margin:0 0 1em  0;
}

.homecol02 {
	width:100%;
	margin:0;
	padding:1.2em;
	background:#4674b9;
	height:100%;
	color:#fff;
	line-height:140%;
	overflow:hidden;
}

.homecol02 a {
	color:#fff;
	text-decoration:underline;
}

.homecol02 h2 {
	font-size:1.2em;
	margin:0 0 1em 0;
}


.homelist1 {
	margin:0 0 0 1em;
	padding:0;
}

.homelist1 li {
	margin:.6em 0;
}


.revcol1 {
	width:100%;
	padding:1em;
	margin:0 0 1em 0;
	background:#e7e7e7;
}

.revcol1 p {
	margin:0 0 1em 0;
}

.revcol1 h6 {
	font-weight:normal;
	font-size:1em;
	text-align:right;
	margin:1em 0;
}


.revcol1 h5 {
	font-weight:normal;
	font-size:1em;
	text-align:center;
	margin:1em 0;
}


.imgleft20 {
	float:left;
	width:20%;
	margin:0 1em 0 0;
}


.imgctr20 {
	display:block;
	width:20%;
	margin:1em auto;
}


.slick-slide {
  margin: 0 .2em;
}

.spechead1 {
	font-style:italic;
	text-decoration:underline;
}

.spechead1 b {
	font-family:alright_sansbold,  sans-serif;
	font-weight:normal;
	font-size:1.2em;
}

.galthumb {
	float:left;
	width:30%;
	margin:0 3% 0 0;
}

.galthumb img {
	width:100%;
}

.galthumb:nth-child(3n+0):after {
	content:"\a0";
}

.galimg {
	display:block;
	width:24%;
	margin:.5em 0;
	padding:0;
}

.galimg img {
	width:100%;
}


#footer {
	width:90%;
	margin:2em auto;
}

.socicon {
	display:inline-block;
	width:10vw;
	margin:0 .2em;
}

.footertext {
	margin:2em 0 0 0;
	text-align:center;
	color:#4674b9;
}

.botitem {
	display:block;
	width:32%;
	margin:0 0 1em 0;
	background:#f1592c;
	text-align:center;
	color:#fff;
}


.botitem a {
	display:block;
	width:100%;
	padding:.6em 0;
	color:#fff;
	background:#f1592c;
}


.botitem a:hover {
	color:#fff;
	text-decoration:none;
	background:#4674b9;
}

.botitem2 {
	display:block;
	width:32%;
	margin:0 0 1em 0;
	text-align:left;
	color:#000;
}

.botitem2 a {
	color:#000;
}

.blogtitle {
	float:left;
	width:70%;
}

.blogtitle h2 {
	margin:1em 0 0 0;
}

.blogtitle a {
	text-decoration:underline;
}

.blogdate {
	float:left;
	width:30%;
	margin:1em 0 0 0;
	text-align:right;
}

.formcell, .formarea {
	display:block;
	width:100%;
	height:auto;
	border:none;
	padding:.6em 1em;
	margin:0 0 1em 0;
	background:#eee;
}

.formbutton {
	display:block;
	border:none;
	padding:.6em 1em;
	background:#4674b9;
	color:#fff;
}

.formbutton:hover {
	background:#f1592c;
	color:#fff;
}

.placeholder { 
   font-family: 'alright_sansregular', sans-serif;
   font-size:1em;
   color:#222;
}

::-webkit-input-placeholder {
   font-family: 'alright_sansregular', sans-serif;
   font-size:1em;
   color:#222;
}

:-moz-placeholder { /* Firefox 18- */
   font-family: 'alright_sansregular', sans-serif;
   font-size:1em;
   color:#222;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'alright_sansregular', sans-serif;
   font-size:1em;
   color:#222;
}

:-ms-input-placeholder {
   font-family: 'alright_sansregular', sans-serif;
   font-size:1em;
   color:#222;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {

}
#LayoutDiv1 {
	
}
}

/* Desktop Layout: 769px and up.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
body {
	background:#fff;
/*	font-size:1em;*/
	font-size:1.05vw;
}

.gridContainer {
	padding:0;
	margin:0;
	width:100%;
}
#LayoutDiv1 {
	font-size:1em;
	padding:0;
	margin:0;
	width:100%;
}


.showmob, #showmenu {
	display:none;
}

.break-mob, .showdt {
	display:inline;
}

.break-mob-b, .showdt-b {
	display:block;
}


.imgfull img {
	width:100%;
	height:100%;
}


#header {
	display:block;
	width:100%;
	margin:0;
	padding:0 10vw;
}

.toplogo {
	display:inline-block;
	width:16%;
	margin:1em 4% 1em 0;
}

#menuholder {
}

#menu-main {
	display:inline-block;
	position:relative;
	top:1.4em;
	width:80%;
	padding:0;
	margin:0;
	background:none;
	font-size:.9em;
	text-align:justify;
}

#menu-main ul {
	position:relative;
	margin:0;
	padding:0;
	text-align:justify;
}

#menu-main ul li {
	position:relative;
	text-align:justify;
	display:inline-block;
	margin:0;
	padding:0;
	font-size:1em;
	color:#fff;
}

#menu-main ul li a {
	color:#fff;
}

#menu-main ul li a:hover {
	text-decoration:none;
	border-bottom:3px solid #1976b4;
}

#menu-main ul:after {
  content:"";
  display: inline-block;
  width: 100%;
  background:none !important;
}

#menu-main ul li.showmob {
	display:none;
}

#menu-main ul ul {
	display:none;
	position:absolute;
	background:#3c2414;
	top:100%;
	left:0;
	margin:0;
	padding:1em 1em 0 1em;
	text-align:left;
	z-index:999;
	width:15em;
}

#menu-main ul li:last-child ul {
	left:auto;
	right:0;
}

#menu-main ul ul li {
	display:block;
	text-align:left;
	margin:0 0 1em 0;
	padding:0;
	color:#fff;
}

#menu-main ul ul li:last-child {
	margin:0;
}

#menu-main ul li:hover ul {
	display:block;
}

.meid37 a {
	padding:.6em .6em .5em .6em !important;
	background:#4674b9 !important;
}

.meid37 a:hover {
	background:#fff !important;
	color:#4674b9 !important;
	border:none !important;
}

#contentholder {
	position:relative;
	top:0;
	bottom:auto;
	left:0;
	right:auto;
	margin:1em auto 0 auto;
	width:80vw;
	min-height:50vh;
	background:none;
	line-height:120%;
	padding:0;
}


.cont1 {
	position:relative;
	width:100%;
	height:auto;
}

.homecol01 {
	width:66%;
	margin:0 4% 0 0;
}

.homecol02 {
	position:absolute;
	top:0;
	right:0;
	width:32%;
	margin:0;
	padding:1.2em;
	background:#4674b9;
	height:100%;
	color:#fff;
	line-height:120%;
	overflow:hidden;
}

.homecol02 h2 {
	font-size:1.2em;
	margin:0 0 1em 0;
}

.revcol1 {
	width:32%;
	margin:0;
	padding:1em;
	background:#e7e7e7;
}

.revcol1 h6 {
	font-weight:normal;
	font-size:1em;
	text-align:right;
	margin:1em 0;
}

.slick-slide {
  margin: 0 .6em;
}

.galthumb {
	display:block;
	float:left;
	width:18%;
	margin:0 2% 0 0 !important;
}

.galthumb img {
	width:100%;
}

.galthumb:nth-child(3n+0):after {
	content:"";
}

.galthumb:nth-child(5n+0):after {
	content:"\a0";
}

.galthumb:nth-child(6n+0) {

}

.galimg {
	display:block;
	width:24%;
	margin:.5em 0;
	padding:0;
}

.galimg img {
	width:100%;
}

#footer {
/*	text-align:center;
	font-size:.6em;*/
	width:80vw;
	margin:2em auto;
}

.socicon {
	display:inline-block;
	width:3vw;
	margin:0 .2em;
}

.footertext {
	margin:2em 0 0 0;
	text-align:center;
	color:#4674b9;
}

.botitem {
	display:block;
	width:32%;
	margin:0 0 1em 0;
	background:#f1592c;
	text-align:center;
	color:#fff;
}


.botitem a {
	display:block;
	width:100%;
	padding:.6em 0;
	color:#fff;
	background:#f1592c;
}


.botitem a:hover {
	color:#fff;
	text-decoration:none;
	background:#4674b9;
}

.botitem2 {
	display:block;
	width:32%;
	margin:0 0 1em 0;
	text-align:left;
	color:#000;
}

.botitem2 a {
	color:#000;
}

.formcell, .formarea {
	width:60%;
}



}

