/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries

/* #Site Styles
================================================== */
body {overflow:hidden; }
#footerBG{position: absolute;top:0;left:0;z-index: 1;height: 100%;width:100%;background-position: bottom center;background-repeat: no-repeat;}
#mainBG{position: absolute;top:0;left:0;z-index: 2;height: 100%;width:100%;background-position: top center;background-repeat: no-repeat;}
#topBG{position: absolute;top:0;left:0;z-index: 3;height: 100%;width:100%;background-image: url(../images/bg_top.png);background-position: top center;background-repeat: no-repeat;}
header,footer,section{z-index: 15;position: relative;}

header{
	height: 136px;
	position: relative;
	z-index: 20;
}
#logo{
	float: right;
	width:200px;
	margin:0;
	padding-top:63px;
}
nav{
	height: 75px;
	float: left;
	width:740px;
	padding-top:61px;

}
nav > ul{
	margin:0;
	padding:0;
}
nav > ul > li{
	padding:0;
	margin:0;
	float: right;
	padding:0 23px 0 0;
	background: url(../images/sep_menu.png) no-repeat right top;
	height: 75px;
	position: relative;
}
nav > ul > li > a{
	display: block;
	height: 75px;
	text-indent: -99999px;
	overflow: hidden;
}
nav > ul > li.about > a{background: url(../images/menu_about.png) no-repeat center top; width:90px;}
nav > ul > li.liveshows > a{background: url(../images/menu_liveshows.png) no-repeat center top; width:95px;}
nav > ul > li.enterprise > a{background: url(../images/menu_enterprise.png) no-repeat center top; width:107px;}
nav > ul > li.gallery > a{background: url(../images/menu_gallery.png) no-repeat center top; width:95px;}
nav > ul > li.letters > a{background: url(../images/menu_letters.png) no-repeat center top; width:99px;}
nav > ul > li.contact > a{background: url(../images/menu_contact.png) no-repeat center top; width:105px;}
nav > ul > li a:hover,nav li.menu_on a{background-position: center -75px !important;}
nav > ul > li > ul{
	position: absolute;
	top:75px;
	right:0;
	width: 203px;
	background-color: rgba(0,0,0,.85);
	-webkit-box-shadow: 0 0 20px rgba(176,222,255,.25), 9px 16px 32px #000;
	-moz-box-shadow: 0 0 20px rgba(176,222,255,.25), 9px 16px 32px #000;
	box-shadow: 0 0 20px rgba(176,222,255,.25), 9px 16px 32px #000;
	border: solid 1px #c7b583;	
	display: none;
	margin:0;
	padding: 0 20px;
	z-index: 100;
}
nav > ul > li:hover > ul{display: block;}
nav > ul > li > ul > li{
	color: #bea74a;
	font-size: 17px;
	padding:15px 0px;
	margin:0;
	border-bottom: solid 1px #395963;
}
nav > ul > li > ul > li > a{
	color: #bea74a;
	font-size: 17px;
	display: block;
	text-decoration: none;
}
nav > ul > li > ul > li:last-child > a{border-bottom: none;}
nav > ul > li > ul > li > a:hover,nav > ul > li > ul > li.menu_on > a{
	color: white;
	font-size: 17px;
	text-decoration: none;
}


ul#sub_menu{
	padding:0 7px 0 0;
	margin:0;
	width:561px;
	height: 188px;
	background: url(../images/bg_menu_sub.png) no-repeat right top;
	position: absolute;
	top:137px;
	right:-13px;
}
#sub_menu li{
	padding:90px 0 0 16px;
	margin:0;
	float: right;
	height: 69px;
	background: none;
}
#sub_menu li.item2{padding:90px 0 0 14px;}
#sub_menu li.item3{padding:90px 0 0 15px;}
#sub_menu li a{
	display: block;
	height: 69px;
	text-indent: -99999px;
	overflow: hidden;
}
#sub_menu li.item1 a{background: url(../images/menu_sub1.png) no-repeat center top; width:116px;}
#sub_menu li.item2 a{background: url(../images/menu_sub2.png) no-repeat center top; width:116px;}
#sub_menu li.item3 a{background: url(../images/menu_sub3.png) no-repeat center top; width:101px;}
#sub_menu li.item4 a{background: url(../images/menu_sub4.png) no-repeat center top; width:112px;}
#sub_menu li a:hover,#sub_menu li.menu_on a{background-position: center -69px !important;}

#langs{
	position: absolute;
	top:0;
	left: 0;
	margin:0 0 13px 0;
	padding:0;
}
#langs li{
	float: left;
	margin:0 4px 0 0;
	padding:0;
	width:54px;
	height: 46px;
}
#langs li.he{
	background: url(../images/lang_he.jpg) no-repeat center top;		
}
#langs li.current{
	text-indent: -99999px;
	overflow: hidden;
	background-position: center -46px;
}
#langs li a{
	display: block;
	width:54px;
	height: 46px;
	text-indent: -99999px;
	overflow: hidden;
}
#langs li.en a{
	background: url(../images/lang_en.jpg) no-repeat center top;		
}
#langs li.en a:hover{
	background: url(../images/lang_en.jpg) no-repeat center top;		
	background-position: center -46px;
}

footer{
	color: #bea74a;
	margin-top:100px;
	position: relative;
}
footer a{
	color: #bea74a;
	text-decoration: none;
}
#followBox{
	position: absolute;
	top:-250px;
	left:-40px;
	background: url(../images/bg_follow_box.png) no-repeat left top;
	width:273px;
	height: 154px;
	text-align: center;
}
.enterprise #followBox,
.liveshows #followBox{
	top:-506px;
}
#followBox h2{
	margin-bottom: 30px;
}
#followBoxIcons{
	position: absolute;
}

#followBoxIcons .icon_youtube{
	display: block;
	position: absolute;
	top:6px;
	right:173px;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition: top 0.15s, opacity 0.25s;
	-moz-transition: top 0.25s, opacity 0.25s; /* Firefox 4 */
	-webkit-transition: top 0.25s, opacity 0.25s; /* Safari and Chrome */
	-o-transition: top 0.25s, opacity 0.25s; /* Opera */
}

#followBoxIcons .icon_youtube:hover{
	display: block;
	position: absolute;
	top:3px;
	right:173px;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	transition: top 0.15s, opacity 0.25s;
	-moz-transition: top 0.25s, opacity 0.25s; /* Firefox 4 */
	-webkit-transition: top 0.25s, opacity 0.25s; /* Safari and Chrome */
	-o-transition: top 0.25s, opacity 0.25s; /* Opera */
}

#followBoxIcons .icon_twitter{
	display: block;
	position: absolute;
	top:6px;
	right:105px;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition: top 0.15s, opacity 0.25s;
	-moz-transition: top 0.25s, opacity 0.25s; /* Firefox 4 */
	-webkit-transition: top 0.25s, opacity 0.25s; /* Safari and Chrome */
	-o-transition: top 0.25s, opacity 0.25s; /* Opera */
}

#followBoxIcons .icon_twitter:hover{
	display: block;
	position: absolute;
	top:3px;
	right:105px;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	transition: top 0.25s, opacity 0.25s;
	-moz-transition: top 0.25s, opacity 0.25s; /* Firefox 4 */
	-webkit-transition: top 0.25s, opacity 0.25s; /* Safari and Chrome */
	-o-transition: top 0.25s, opacity 0.25s; /* Opera */
}


#followBoxIcons .icon_facebook {
	display: block;
	position: absolute;
	top:6px;
	right:37px;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition: top 0.15s, opacity 0.25s;
	-moz-transition: top 0.15s, opacity 0.25s; /* Firefox 4 */
	-webkit-transition: top 0.15s, opacity 0.25s; /* Safari and Chrome */
	-o-transition: top 0.15s, opacity 0.25s; /* Opera */
}

#followBoxIcons .icon_facebook:hover {
	display: block;
	position: absolute;
	top:2px;
	right:37px;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	transition: top 0.15s, opacity 0.25s;
	-moz-transition: top 0.15s, opacity 0.25s; /* Firefox 4 */
	-webkit-transition: top 0.15s, opacity 0.25s; /* Safari and Chrome */
	-o-transition: top 0.15s, opacity 0.25s; /* Opera */
}

#likeBox{
	width:980px;
	height: 180px;
	margin:0 auto;
	padding:66px 7px 67px 7px;
	background: url(../images/bg_like_box.png) no-repeat center top;
}
#likeBoxInner{
	width:506px;
	height: 180px;
	margin:0 auto;
    margin-top: 13px;
	padding: 10px;
/*	background: #333333;*/
}
#footerLinks{
	text-align: center;
	margin:-10px 0 15px 0;
	padding:15px 0 0 0;
	border-top: solid 1px #9a853b;
}
#credit{
	text-align: center;
}
/* #Page Styles 
================================================== */
#main{
	margin-top:38px;
}
#main ul{
	list-style: disc;
	padding:0;
	margin:0 20px 10px 0;
}
#main ul ul{
	list-style: circle;
}
#main li{
	padding:0 0 5px 0;
	margin: 0;
}

#videoBox{
	width:522px;
	height: 286px;
	padding:30px 33px 35px 35px;
	margin:-33px -23px 45px 0;
	background: url(../images/bg_video_box.png) no-repeat;
	background-position-y:-1px;
	background-position-x:-1px;
}
#home-text{
	background: url(../images/bg_home_text.png) no-repeat right top;
	width:540px;
	margin:0 -50px 40px 0;
	padding:65px 65px 0 0;
	line-height: 1.4em;
}
#page-text{
	background: url(../images/bg_page_text.png) no-repeat right top;
	width:450px;
	margin:180px -54px 80px 0;
	padding:65px 70px 0 90px;
	line-height: 1.4em;
	min-height: 350px;
}
.liveshows #page-text{
	margin:180px -54px 30px 0;
}
#galleryBox{
	width:995px;
	margin:0 auto;
}
#galleryBoxInner{
	padding:25px 29px 0 29px;
	background: url(../images/bg_gallery_box.png) no-repeat right top;
	margin-right: 0;
}
#galleryBox h2{
	margin:0 12px 20px 0;
}
#quotesInner{
/*	background: url(../images/bg_quotes.png) no-repeat right top;*/
	width:550px;
	height: 78px;
	margin:10px 0 0 0;
	padding:20px 10px 0 0;
}
#quotes ul{
	margin:0;
	padding:0;
	position: relative;
}
#quotes li{
	margin:0;
	padding:0;
	color: #bea74a;
	position: absolute;
	top:0;
	right: 0;
}
.quotes-item-img{
	float: right;
	width:170px;
	margin-left: 20px;
}
.quotes-item-img img{
	width:168px;
	height: 62px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(176,222,255,.46), 3px 4px 5px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 15px rgba(176,222,255,.46), 3px 4px 5px rgba(0,0,0,.75);
	box-shadow: 0 0 15px rgba(176,222,255,.46), 3px 4px 5px rgba(0,0,0,.75);
	border: solid 1px #c7b583;	
}
.quotes-item-text{
	float: right;
	width:360px;
}
#quotes li.hidden {
    display: none;
}
#quotes li h3{
	font-family: "simple_clmmediumoblique";
	font-size: 22px;
	color: white;
}

#newsBoxInner{
	background: url(../images/bg_news_box.png) no-repeat right top;
	width:270px;
	height: 248px;
	margin:50px 0 0 0;
	padding:7px 260px 10px 10px;
	overflow: hidden;
}
#newsBoxInner h2{
	margin-bottom: 20px;
}
#newsBoxInner ul{
	padding:0;
	margin: 0;
	overflow: hidden;
}
#newsBoxInner li{
	margin:0 0 15px 0;
	padding:0 0 15px 25px;
	background: url(../images/sep_news.png) no-repeat right bottom;
}
#newsBoxInner .date{
	color: #bea74a;
}

#logosBoxInner{
	width: 527px;
	height: 244px;
	background-color: rgba(0,0,0,.85);
	-webkit-box-shadow: 0 0 20px rgba(176,222,255,.25), -16px 9px 32px #000;
	-moz-box-shadow: 0 0 20px rgba(176,222,255,.25), -16px 9px 32px #000;
	box-shadow: 0 0 20px rgba(176,222,255,.25), -16px 9px 32px #000;
	/*border: solid 1px #c7b583;*/
	margin:10px 0 20px 0;
	padding:10px 6px 10px 0px;
	overflow: hidden;
	position: relative;
}
#logosBoxInner:after{
	width:538px;
	height: 264px;
	position: absolute;
	top:0px;
	left:0;
	background: url(../images/bg-logos-box.png) no-repeat;
	content: '';
	z-index: 100;
}
.logosBoxInnerLink{
	width:538px;
	height: 264px;
	position: absolute;
	top:0px;
	left:0;
	z-index: 101;
	display: block;
}
#logosBoxInner .slide{
	width:170px;
	height: 50px;
	margin-bottom: 8px;
	background: white;
	text-align: center;
	padding:5px 0;
}
#logosBoxInner .slide img{max-height: 50px;}
.logosBoxSlider{
	float: right;
	width:170px;
	margin-left: 4px;
	top:-7px;
}
.logosBoxSlider:last-child{margin-left: 0;}
#logosBoxSlider2{
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
	position: relative;
}
#logosBoxSlider2 .slide{
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}
#logosBoxSlider2 ul{
	position: relative;
	margin-top:-27px !important;
}

#galleryPage{
	width:995px;
	margin:0 auto;
    top: 310px;
}
#galleryPageInner{
	margin-top:237px;
	height: 352px;
	padding:5px 10px 48px 25px;
	background: url(../images/bg_gallery_page.png) no-repeat right 30px;
	margin-right: 20px;
}
#galleryPage h2{
	margin:0 10px 15px 0;
}

#videoPage{
	width:995px;
	margin:0 auto;
    top: -400px;
}
#videoPageInner{
	padding:25px 29px 0 29px;
	background: url(../images/bg_gallery_box.png) no-repeat right top;
	margin-bottom: 80px;
}
#videoPage h2{
	margin:0 10px 20px 0;
}
#videoPage ul li .inner{
	position: relative;
}
#videoPage ul li .inner .videoIcon{
	position: absolute;
	top:10px;
	left:10px;
	width:9px;
	height: 11px;
	background: url(../images/arr.png) no-repeat;
}
#videoPage ul li h4{
	position: absolute;
	bottom:0;
	left:0;
	width:120px;
	padding:5px 10px;
	margin:0;
	background:transparent url(../images/bg_video_text.png) repeat;
	color: #DADADA;
	font-size: 13px;
	text-align: right;
}

#contactFrm{
	background: url(../images/bg_form.png) no-repeat right top;
	margin:20px 0 20px 0;
}
#contactFrm .fld{
	height: 36px;
	margin-top: 10px;
	padding:4px 86px 0 0;
}
#contactFrm .fld input{
	border: none;
	background: none;
	color: white;
}
#contactFrm .fld.textarea{
	height: 86px;
}
#contactFrm .fld.textarea textarea{
	border: none;
	background: none;
	color: white;
	height: 65px;
}
#contactFrm .frmBtn{
	background: url(../images/bg_btn_send.png) no-repeat;
	margin-right: -19px;
	padding:19px 19px 0 0;
	width:157px;
	height: 60px;
	opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
	transition: padding 0.15s, opacity 0.25s;
-moz-transition: padding 0.15s, opacity 0.25s; /* Firefox 4 */
-webkit-transition: padding 0.15s, opacity 0.25s; /* Safari and Chrome */
-o-transition: padding 0.15s, opacity 0.25s; /* Opera */
}
#contactFrm .frmBtn:hover{
	background: url(../images/bg_btn_send.png) no-repeat;
	margin-right: -19px;
	padding:19px 26px 0 0;
	width:157px;
	height: 60px;
	opacity:0.75;
filter:alpha(opacity=75); /* For IE8 and earlier */
	transition: padding 0.25s, opacity 0.25s;
-moz-transition: padding 0.25s, opacity 0.25s; /* Firefox 4 */
-webkit-transition: padding 0.25s, opacity 0.25s; /* Safari and Chrome */
-o-transition: padding 0.25s, opacity 0.25s; /* Opera */
}
.contactFormMsg{
	color: #bea74a;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
}
#nlFrm .fld{
	background: url(../images/bg_form_nl.png) no-repeat right top;
	height: 32px;
	width:223px;
	padding:4px 86px 0 0;
	margin:20px 0 0 0;
}
#nlFrm .fld input{
	border: none;
	background: none;
	color: white;
}
#nlFrm .frmBtn{
	background: url(../images/bg_btn_send_nl.png) no-repeat;
	margin:3px -19px 0 0;
	padding:16px 19px 0 0;
	width:213px;
	height: 58px;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition: padding 0.15s, opacity 0.25s;
	-moz-transition: padding 0.15s, opacity 0.25s; /* Firefox 4 */
	-webkit-transition: padding 0.15s, opacity 0.25s; /* Safari and Chrome */
	-o-transition: padding 0.15s, opacity 0.25s; /* Opera */
}

#nlFrm .frmBtn:hover{
	background: url(../images/bg_btn_send_nl.png) no-repeat;
	margin:3px -19px 0 0;
	padding:16px 26px 0 0;
	width:213px;
	height: 58px;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	transition: padding 0.25s, opacity 0.25s;
	-moz-transition: padding 0.25s, opacity 0.25s; /* Firefox 4 */
	-webkit-transition: padding 0.25s, opacity 0.25s; /* Safari and Chrome */
	-o-transition: padding 0.25s, opacity 0.25s; /* Opera */
}

------------------
.nlFormMsg{
	color: #bea74a;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
}

#lettersInner{
	background: url(../images/bg_letters-new.png) no-repeat right top;
	width:590px;
	height: 337px;
	margin:0 -64px 25px 0;
	padding:68px 66px 40px 10px;
}
#lettersInner h2{
	margin:0 14px 25px 0;
}
#lettersLogos{
	margin:40px 0 0 0;
	position: relative;
}
#lettersLogosShadow{
	background: url(../images/logos_shadow.png) no-repeat;
	position: absolute;
	top:-5px;
	left: 1px;
	z-index: 10;
	width:540px;
	height: 114px;
}
#lettersLogos li{
	float: right;
	margin:0 10px;
	padding:0;
}

.btn-contact{
position: absolute;
top:7px;
left:35%;
width:362px;
height: 50px;
}

#RecommendationInner{
	height: 305px !important;
	width:502px;
	position: relative;
	background: url(../images/sep-rec.png) no-repeat center top;
	padding:30px 0;
	margin-top:65px;
}
#RecommendationInner:after{
	position: absolute;
	bottom:0;
	left:0;
	width:535px;
	height: 1px;
	background: url(../images/sep-rec.png) no-repeat center top;
	content: '';
}
.recommendation-item{margin-bottom: 30px !important;height: 80px !important;}
.recommendation-item-img{
	float: right;
	width:100px;
	margin-left: 20px;
    margin-top: 10px;
	background-color: white;
	text-align: center;
	-webkit-box-shadow: 0 0 15px rgba(176,222,255,.46), 3px 4px 5px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 15px rgba(176,222,255,.46), 3px 4px 5px rgba(0,0,0,.75);
	box-shadow: 0 0 15px rgba(176,222,255,.46), 3px 4px 5px rgba(0,0,0,.75);
	border: solid 1px #c7b583;
}
.recommendation-item-img img{
/*	width: 167px;
	height: 62px;*/
	max-width:100%;
}
.recommendation-item-text{
	float: right;
	width:310px;
	font-size: 15px;
	color: #bea74a;
	text-shadow: 1px 2px 4px #000;
}
.recommendation-item-text h3{
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 2px 4px #000;
	font-style: italic;
	margin:10px 0 5px 0;
    padding-right: 4px;
}
.rec-arr-next{
	position: absolute;
	bottom:-15px;
	right:255px;
	width:35px;
	height: 35px;
	z-index: 100;
	background: url(../images/arr-rec.png) no-repeat center bottom;
}
.rec-arr-prev{
	position: absolute;
	top:-15px;
	right:255px;
	width:35px;
	height: 35px;
	z-index: 100;
	background: url(../images/arr-rec.png) no-repeat center top;
}
#bgvid{
    position: absolute;
    top: 0;
    left: 21%;
    width: auto;
    height: auto;
    z-index: -100;
}
.home #bgvid{top:10%;left:10%;}
.liveshows #bgvid{top:10%;left:17%;}
.enterprise #bgvid{left:17%;}
.contact #bgvid{top:7%;left:13%;}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


