/* --------------------------------------------------*/
/* --------------------------------------------------*/

* {
	margin:0;
	padding:0;
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Open Sans', sans-serif;

}

/* --------------------------------------------------*/
header {
	width:100%;
	height:80px;
	background-color:orange; 
 	position:relative;
	font-weight: 700;
	font-style: italic;
}
header img {
	height:70px;
	float:left;
	margin-left:.5em;
	margin-top:6px;
	padding-left:1em;
}
a {
	text-decoration:none;
	color:black;
	transition:all 0.2s;
}
a:hover {
	color:white;
	-webkit-filter: drop-shadow(2px 2px 2px #555);
  	filter: drop-shadow(2px 2px 2px #555);
}
.nav {
	float:right;
	line-height:78px;
	font-size:1.2em;
	padding-right:2em;
}
.menu {
	display:inline;
	width:250px;
	height:80px;
	margin:0 20px;
	padding: 1em auto;
}



/* --------------------------------------------------*/

.bottom-position {
	position:absolute;
	bottom:0;
	background-color:black;
	opacity:0.5;
	width:100%;
	max-height:120px; 
	text-align: center;
}
.bottom-position img {
	max-height:100px; 
	margin:0;
	padding:0.6em;
}

/* --------------------------------------------------*/


.carousel {
	width:100%;
	position:relative;
}

.carousel-deck img {
	max-width:100%;
	text-align:center;
}
.carousel-deck {
	width:100%;
	height:400px;
	position:relative;
	overflow:hidden;
}
.carousel-slide {
	position:absolute;
	top:0;
	left:100%;

	width:100%;
	height:auto;

	transition: all 1s;
	opacity:0;
}
.carousel-slide.atRight{
	left:100%;
	opacity:0;
}
.carousel-slide.atCenter{
	left:0;
	opacity:1;
}
.carousel-slide.atLeft{
	left:-100%;
	opacity:0;
}

.carousel-controls {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel-controls div {
	width:1em;
	height:1em;
	text-align:center;
	line-height:1em;

	position:absolute;
	bottom:220px;
}
.carousel-move-left {
	left:10px;
}
.carousel-move-right {
	right:75px;
}

.carousel-controls img {
	width:5em;
	height:5em;
	text-align:center;
	line-height:5em;
	opacity:0.4;
}
.carousel-controls img:hover {
	opacity:1;
	cursor:pointer;
}


/* --------------------------------------------------*/

.video-slider {
	width:960px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0.5em;
	position:relative;
}

.slider-columns {
	width:calc(100% - 240px);
	height:300px;
	float:left;
}
.slider-columns>div {
	transition:all .5s;
}
.slider-column {
	float:left;
	width:240px;
	height:300px;
	overflow:hidden;
	margin:0;
}
.slider-image, .slider-description {
	width:240px;
	height:150px;
	padding:0.5em;
}
.slider-image img {
	height:80px;
	background-color:gray;
	opacity:0.7;
	padding:2em 2.5em;
	transition:all 0.3s;
	position:relative;
}
.slider-image:hover img {
	height:80px;
	background-color:orange;
	opacity:1;
	padding:2em 2.5em;
	-webkit-filter: drop-shadow(2px 2px 2px #555);
  	filter: drop-shadow(2px 2px 2px #555);
}
.slider-image:active img {
	height:72px;
	background-color:orange;
	opacity:0.8;
	padding:2em 2.5em;
	-webkit-filter: drop-shadow(2px 2px 2px #555);
  	filter: drop-shadow(2px 2px 2px #555);
}
.slider-description img {
	width:240px;
	height:150px;
	margin-top:-1em;
	opacity:1;
	transition:all 0.5s;
}
.slider-description:hover img {
	opacity:0.8;
}
.slider-description:active img {
	width:232px;
	height:144px;
	opacity:1;
}
.slider-showstuff {
	float:left;
	width:0;
	height:292px;
	overflow:hidden;
	position:relative;
	left:0.5em;
	margin-top:0.5em;
	/*margin-left:0.5em;*/
}
.shrink-width {
	width:0;
}
.grow-width {
	width:472px;
}
.video {
	height:300px;
	width:0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	transition:all 0.5s;
}
.opaque {
	width:472px;
}


.column-last {
	background-color:#C1C1C3;
	width:232px;
	height:292px;
	margin-top:.5em;
	margin-left:8px;
	position:relative;
	text-align:center;
	float:left;

}
.column-last img {
	width: 150px;
	height:auto;
	padding:3em 0 0.5em 0;
}

.column-last p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	font-style: italic;
}

/* --------------------------------------------------*/
.introduction {
	width:480px;
	text-align:center;
	margin:1em auto;

	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	color:gray;
}
.introduction span {
	font-style: italic;
	font-weight: 700;
	color:black;
}
.para {
	width:360px;
	margin-top:0.5em;
	padding-top:0.5em;
	margin-left:auto;
	margin-right:auto;

	border-top: 1px dotted gray;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	font-weight: 500;
	color:black;
}


/* --------------------------------------------------*/

.above-foot {
	background-color:orange;
	width:100%;
	height:80px;
	line-height:15px;
	text-align:center;
/*	position:absolute;
	bottom:40px;*/
}
form {
	padding:0.8em;
}
input {
	width: 200px;
	border:1px solid black;
	border-radius:8px 0 0 8px;
	padding:.3em .5em;
	margin: .2em 0;
	font-size:1em;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
	color:gray;
	text-align:left;
	position:relative;
	}
.email button {
	width: 80px;
	border-left:2px solid black;
	border-radius:0 8px 8px 0;
	background-color:black; 
	padding:.3em .5em;
	margin-left:-5px;
	font-size:1em;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color:white;
	}
footer {
	background-color:#FFC966;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
/*	position:absolute;
	bottom:0;*/
}
footer img {
	vertical-align:middle;
	padding:0.2em;
}
h5 {
	line-height:40px;
	opacity:0.7;
}

/* --------------------------------------------------*/
/* --------------------------------------------------*/


[class^=col]{
	float:left;
}
.content iframe, .row iframe {
	width:99%;
	height:450px;
}
.container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.pull-right {
	float:right;
}
.pull-left {
	float:left;
}
.col-half {
	width:50%;
	margin:1.5em 0;
}
.col-third {
	width:33.3333%;
	margin-top:1.5em;
}
.col-fourth {
	width:25%;
	margin-top:1.5em;
}

.front img {
	width:100%;
	max-height:470px;
}
.tabs {
	width:960px;
	height:427px;
	margin-left:auto;
	margin-right:auto;
	text-align:center; 
}
.tab {
	width:320px;
	height:330px;
}
.tab p {
	margin:0.05em;
	padding:1em;
	font-size: 1.5em;
	font-weight: 700;
	font-style: italic;
	line-height: 1em;
	background-color:#ADADAD;
	opacity:0.6;
	transition:all 0.3s;

}
.tab p:hover {
	font-weight: 800;
	opacity:1;
}
.tab img {
	height:120px;
	background-color:gray;
	opacity:0.7;
	padding:2em 2.4em;
	transition:all 0.3s;
	position:relative;
}
.tab:hover img {
	height:120px;
	background-color:orange;
	opacity:1;
	padding:2em 2.4em;
	-webkit-filter: drop-shadow(2px 2px 2px #555);
  	filter: drop-shadow(2px 2px 2px #555);
}
.tab:active img {
	height:118px;
	background-color:orange;
	opacity:0.8;
	padding:2em 2.4em;
	-webkit-filter: drop-shadow(2px 2px 2px #555);
  	filter: drop-shadow(2px 2px 2px #555);
}
.content-list {
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.content {
	display:none;
	width:100%;
	height:473px;
	overflow:hidden;
	position:relative;
	text-align:center;
}

.showing p {
	margin:0.05em;
	padding:0.5em;
	font-size:1.5em;
	font-weight: 800;
	font-style: italic;
	line-height: 1.5em;
	background-color:#FFC966;
	text-align:center;
}
.above-foot p {
	margin:0.05em;
	line-height:80px; 
	font-size:1.5em;
	font-weight: 800;
	font-style: italic;
}

.row:after { /* clearfix */
	content:'';
	clear:both;
	display:table;
	width:100%;
}

.col-third iframe {
	height:200px;
	margin:-1.5em 0;
}
.col-half iframe {
	height:300px;
	margin:-1.5em 0;
}
.col-fourth img {
	width:135px;
	height:90px;
	margin: 3em auto;
	padding-left:6em;
}
.col-half h4 {
	font-size: 1.1em
	text-align: center;
	padding: 0 2em;
}
.col-third h4 {
	text-align: center;
	padding: 0 2em;
}
.col-fourth h4 {
	text-align: center;
	padding: 0 2em;
}


/* --------------------------------------------------*/
/* --------------------------------------------------*/


video {
	width:100%;
	min-width:500px;
	height:auto;

	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;

	opacity:0.9;
	transition: all 1s;
}

.video-container {
	width:100%;
	height:500px;
	overflow:hidden;
	position:relative;
}
.video-container:hover video {
	opacity:1;
}
.video-description {
	width:40%;
	height:15%;
	padding:1em;
	text-align:center;

	background-color: rgba(255,204,0,0.5);

	position:absolute;
	bottom:-50%;
	left:25px;

	transition: all 1s;
}
.video-container:hover .video-description {
	bottom:30px;
}
.video-container button {
	width: 80px;
	border-left:2px solid black;
	border-radius:8px;
	background-color:black; 
	padding:.3em .5em;
	font-size:1em;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color:white;
	}

dl img {
	height:80px;
}
dl {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
dt {
	background-color:gray;
	color:white;
	padding:.2em .5em;
	margin-bottom:2px;
	text-align:center; 
}
dt:hover {
	cursor:pointer;
	background-color:black;
}
dd {
	display:none;
}


/* --------------------------------------------------*/
/* --------------------------------------------------*/

.container {
	width:960px;
}
.col-half img {
	max-width:480px;
}
.col-half img:hover {
	-webkit-filter: drop-shadow(2px 2px 2px #555);
  	filter: drop-shadow(2px 2px 2px #555);
}
.col-half p {
	margin-top:6em; 
	padding:0.5em;
	font-size:1.5em;
	font-weight:800;
	font-style: italic;
	/*line-height: 336px;*/
	text-align:center;
}
span {
	padding:0.5em;
	font-size:0.8em;
	font-weight:400;
	font-style: italic;
	color:gray;
	line-height: 1em;
	text-align:center;
}
.portfolio1 {
	background-color:#E6E6E6;
}
.portfolio2 {
	background-color:white;
}
