body {
	background-color: #F5F5F5;
	font-size: 16px;
}
a {
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
a:hover {
	text-decoration: none;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
}
h2 {
	padding:0;
	margin:0;
}
hr {
border-top: 1px solid #DADADA
}
.search-holder {
	position:absolute; z-index:10000; padding:10px; background:#4FC3BB; left:480px; top:45px; bborder-radius: 0px 0px 10px 20px; 
-moz-border-radius: 0px 0px 10px 20px; 
-webkit-border-radius: 0px 0px 10px 20px; display:none;
}
.dateWrap .fromDay {
	color: #202020;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	text-decoration: none;
	margin-top:70px;
}
.dateWrap .until {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
}
.dateWrap .toDay {
	color: #040404;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	float:left;
	width: 41px;
	text-decoration: none;
}
.dateWrap .month {
	color: #040404;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 13px;
	float:left;
	width: 40px;
	text-decoration: none;
}
.header-container {
	padding-bottom:5px;
	background:#F5F5F5;
	-moz-box-shadow: 8px 8px 8px rgba(204, 204, 204, 0.5);
	-webkit-box-shadow: 8px 8px 8px rgba(204, 204, 204, 0.5);
	box-shadow: 8px 8px 8px rgba(204, 204, 204, 0.5);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#eee')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#eee');
}
#header {
	padding-top:20px;
	background:#F5F5F5;
}
#content {
	padding-top:160px;
}
.no-margin {
	margin:0;
}
.no-padding {
	padding:0;
}
.logo {
	width:200px;
	margin:0;
}
.shadow {
	-moz-box-shadow: 4px 4px 4px #ccc;
	-webkit-box-shadow: 4px 4px 4px #ccc;
	box-shadow: 4px 4px 4px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc');
}
.menu {
	margin-left:10px;
	margin-top:50px;
}
.navbar {
	padding-top:10px;
}
.navbar-inner {
	min-height: 40px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: transparent;
	background-image: none;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.nav li {
	margin-right: 42px;
}
.navbar .nav>li>a {
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	float: none;
	color: #000;
	padding:0;
	text-decoration: none;
	text-shadow: none;
	margin-top: 15px;
	margin-left: 15px;
	font-size: 14px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
}
.navbar .nav>li>a:hover, .navbar .nav>li>a.active {
	color: #4FC3BB;
	text-decoration: none;
}
.nav>li>a.active {
	color: #4FC3BB;
	text-decoration: none;
}
.search-menu {
	margin-top:15px;
}

ul#subnav {
	list-style: none;
	padding:0;
	margin:0;
}
ul#subnav li {
	margin-right: 30px;
	float:left;
}
ul#subnav>li>a {
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	float: none;
	color: #000;
	padding:0;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	margin-top: 15px;
	font-size: 14px;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
}
ul#subnav>li>a:hover {
	color: #39B3AA;	
	text-decoration: none;
	text-shadow: none;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
}
ul#subnav li a.active {
	color: #39B3AA;
	text-decoration: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav li {
    background: url(../img/bgLinkTop.png) no-repeat;
    background-position: 11px 12px;
    margin-right: 10px;
  }
}

@media (max-width: 710px) {
  body {
    padding: 10;
  }
  .menu {
  	margin:0;
  }
  #header {
    padding:0;
    margin:0;
  }	
  .navbar {
    margin-top: 0px;
    background-color: #39B3AA;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #4FC3BB;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #4FC3BB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #5dd1c8;
    color:#fff;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
 }
 .dropdown-menu {
 	border-bottom:3px solid #4FC3BB;
 }
.dropdown-menu > li {
  background:none;
  margin-right:0;
}
 /*left menu part*/
.leftMenu {
	background-color: #4FC3BB;
	height: 100%;
	left: 0;
	max-width: 277px;
	position: absolute;
	top: 0;
	width: 0;
}
.leftMenuWrap {
	height: 100%;
	left: 0;
	max-width: 277px;
	position: fixed;
	top: 0;
	width: 0;
	z-index: 99999;
}
.btn_plus {
	background-image:url(../img/btn_plus.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 30px;
	position: absolute;
	right: -31px;
	top: 150px;
	cursor:pointer;
	width: 31px;
}
.btn_plus.minus {
	background-position: 0 -30px!important;
}
.leftMenuWrap .leftShadow {
	background-image:url(../img/shaw_left.png);
	background-repeat: no-repeat;
	height: 100%;
	left: -16px;
	position: absolute;
	top: 0;
	width: 21px;
}
.leftMenuWrap .titleArrow {
	background-image:url(../img/bgBordBtm.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 10px;
	height: 29px;
	position: relative;
	width: 41px;
	width: 44px\9;
 *width: 41px;
}
.findus .titleArrow {
	width: 44px;
}
.leftpartWrap {
	height: auto;
	left: 8px;
	position: absolute;
	top: 150px;
	width: auto;
	display:none;
}
.leftMenuWrap .arrow {
	background-image:url(../img/smallArrow.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:4px;
	height:4px;
	position:absolute;
	right:0px;
 *right:-6px;
	bottom:5px;
}
.leftpartWrap .icoType {
	width:26px;
	height:26px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	margin-left:6px;
}
.leftpartWrap .ico_fb {
	background-image:url(../img/ico_fb.png);
	margin-top:11px;
}
.leftpartWrap .ico_tw {
	background-image:url(../img/ico_twitter.png);
	margin-top:15px;
}
.leftpartWrap .ico_phone {
	background-image:url(../img/ico_phone.png);
	margin-top:8px;
	cursor: pointer;
}
.leftpartWrap .ico_location {
	background-image:url(../img/ico_location.png);
	margin-top:7px;
}
.leftMenuWrap .findus .titleArrow {
	height: 15px;
}
.leftpartWrap .getintouch {
	margin-top:26px;
}
.leftpartWrap .spanTitle {
	position:relative;
	height:auto;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 14px;
	font-weight:normal;
	width: 41px;
	margin-left:0;
	line-height:12px;
}
.leftpartWrap .findus {
	margin-top:26px;
	width: 52px;
}
.leftpartWrap .openHours {
	margin-top:23px;
	width: 56px;
}
.leftMenuWrap .getintouch .titleArrow {
	cursor:pointer;
}
.leftMenuWrap .getintouch.openForm .ico_phone {
	background-position:0px -26px;
	cursor: default;
}
.leftpartWrap .openHourstext {
	color: #FFFFFF;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 12px;
	position:relative;
	width:44px;
}
.leftpartWrap .openHourstext div {
	color: #FFFFFF;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	text-align:center;
}
.leftpartWrap .sep {
	background-color: #90D9D4;
	height: 1px;
	margin-bottom: 12px;
	margin-top: 7px;
	position: relative;
	width: 38px;
}
.leftpartWrap .termsLink {
	color: #FFFFFF;
	display: block;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 10px;
	height: auto;
	margin-top: 46px;
	position: relative;
	text-align: center;
	width: auto;
}
.getintouch.openForm .arrow {
	display:none;
}
.getintouch.openForm .btn_close {
	display:block;
}
.getintouch .btn_close {
	background-image:url(../img/btn_closeleft.png);
	width:9px;
	height:10px;
	position:absolute;
	right:0px;
	top:0px;
	display:none;
}
.leftMenuWrap .wrapCondition {
	height: auto;
	position: relative;
	width: 47px;
}
.getIntouchForm {
	display: none;
	height: auto;
	left: 57px;
	position: absolute;
	width: 199px;
}
.openForm .getIntouchForm {
	display:block;
}
.leftFormWraping {
	height: 202px;
	left: 0;
	position: absolute;
	top: -25px;
	width: 198px;
}
.bgInput {
	background-color:#E8F7F6;
	border:1px solid #8D9D9C;
	width:197px;
	height:21px;
	position:relative;
	margin-bottom: 3px;
}
.bgInput.messageCSS {
	height:69px;
}
.bgInput.required {
	border:1px solid #404041;
	background-color:#FFFFFF;
}
.bgInput.required input, .bgInput.required textarea {
	color:#4EC3BA;
}
.leftFormWraping .bgInput.required .bgSelectIn select {
	background-color:#FFFFFF;
}
.bgInput label {
	background-image:url(../img/bgrBord.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #666666;
	display: block;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 14px;
	left: 6px;
	position: absolute;
	top: 2px;
	width: 51px;
 *width: 56px;
}
.bgInput input, .bgInput textarea {
	background-color: Transparent;
	border: 1px solid Transparent;
	color: #666666;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 14px;
	left: 64px;
	position: absolute;
	top: 1px;
	width: 125px;
}
.bgInput textarea {
	height: 63px;
	overflow: auto;
}
.leftFormWraping .btn_submit {
	background-color:#39B3AA;
	color: #FFFFFF;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 13px;
	text-align:center;
	padding-top:3px;
	height:20px;
	width:68px;
	position:absolute;
	right:0px;
	bottom:0px;
	cursor:pointer;
}
.loader {
	background-image:url(../img/loader.gif);
	background-repeat: no-repeat;
	display: none;
	height: 16px;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}
.leftFormWraping .wrapMsgLod {
	bottom: 0;
	height: 22px;
	left: 0;
	position: absolute;
	width: 128px;
}
.leftFormWraping .wrapMsgLod .loader {
	top: 3px;
	right: 3px;
}
.msgSent {
	color: #FFFFFF;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 13px;
	margin-top: 3px;
	position: relative;
	display: none;
}
.missingF {
	color: #FFFFFF;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 12px;
	margin-top: 3px;
	position: relative;
	display: none;
}
.wrapnewsleter .msgSent, .wrapnewsleter .missingF {
	color: red;
	left: 151px;
	position: absolute;
	top: 60px;
	width: 153px;
}
.wrapnewsleter .loader {
	left: 147px;
	top: 62px;
	background-image:url(../images/loader.gif);
}
/*end left menu part*/
.text-align-right {
	text-align: right;
}
.text-align-left {
	text-align: left;
}
h1 {
	font-size: 28px;
	color:#636466;
	margin:0;
	line-height: 24px;
}
h2 {
	font-size: 20px;
	color:#58585a;
	line-height: 24px;
}
.home-date {
	font-family:'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 16px;
	color:#58585a;
	line-height: 16px;
}
#footer {
}
#footer .info {
	color: #8E8E8E;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 13px;
	margin-top: 4px;
	position: relative;
}
#footer .info span {
	font-weight:bold;
}
.newsletter {
	height: 23px;
	right: 0;
}
.inputBox {
	position:relative;
	background-color: #FFFFFF;
	border: 1px solid #D0D0D0;
}
.inputBox input {
	background-color: #FFFFFF;
	border: 1px solid Transparent;
	color: #666666;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 13px;
	height: 18px;
	left: 0;
	padding-left: 7px;
	top: 0;
	top: 1px\9;
}
.std_button {
	background-image:url(../images/bg_btnsignup.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 13px;
	height: 19px;
	padding-top: 4px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 68px;
	cursor:pointer;
}
.drop-shadow {
	position: relative;
	float: left;
	width: 40%;
	padding: 1em;
	margin: 2em 10px 4em;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.lifted:before, .lifted:after {
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.drop-shadow:before, .drop-shadow:after {
	content: "";
	position: absolute;
	z-index: -2;
}
.dropdown-search {
	width:100px;
	height:20px;
	background:red;
}
.text {
	color:#666666;
	font-size:15px;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
}
.team-text p, .team-text h1 {
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	color:#666;
	font-size: 18px;
}
.team-text p {
	font-size:15px;
	text-align: justify;
}
.contact-details p, .contact-details h1 {
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	color:#666;
	font-size: 14px;
}
.contact-details p {
	margin-bottom:20px;
}
.contact-details .green {
	color:#39B3AA;

}
.white-border {
	border:5px solid white;
}
.map-border {
	-webkit-box-shadow:  1px 1px 10px 5px rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 10px 5px rgba(0, 0, 0, 0.1);
}
.leftFormWraping .bgInput .bgSelectIn {
	background-color: #E8F7F6;
	height: 17px;
	left: 64px;
	overflow: hidden;
	position: absolute;
	top: 3px;
	width:132px;/* 181px;*/
 *height: 18px;
}
.leftFormWraping .bgInput .bgSelectIn select {
	background-color: #E8F7F6;
	border: 1px solid Transparent;
	color: #7D7F7F;
	height: 22px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 136px;
}
.bgDescription .inDesc.current {
	display:block;
}
.bgDescription .inDesc {
	display: none;
	height: 57px;
	left: 52px;
	overflow: hidden;
	position: absolute;
	top: 28px;
	width: 716px;
}
.squareCalendar {
	border: 1px solid #FFFFFF;
	height: 7px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 7px;
}
.topArrowCal {
	background-image:url(../images/topArrowPopCal.png);
	background-repeat: no-repeat;
	height: 10px;
	left: 93px;
	position: absolute;
	top: -9px;
	width: 15px;
}
.jspPane div {
	width:618px;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.press span {position:relative;}
.press h1 {
	color: #040404;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 18px;
	height:56px;
}
.press .source, .press .date {
	color: #666;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 15px;
}
.press .download {
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 14px;	
	position: relative; 
	bottom: 0;
	width:80px;
	text-align: center;
	background:#39B3AA;
	padding:3px 0 2px;
	color:#fff;
	text-shadow:none;
}
.press .download a {
	color:#fff;
}
.teamTitleWrap {
	padding-top:12px;
	padding-bottom:12px;
	background:red;
	width: 200px;
	position:relative;
	top:-52px;
	left:5px;
	background: url('../img/bgrxArtistTitle.png');
	color: #040404;	
	font-size: 18px;
	text-align: right;
	padding-right:10px;
}

.teamTitleWrap .bgText {
	background-image: url(../img/bgrxArtistTitle.png);
	background-repeat: repeat-x;
	height: 40px;
	left: 0;
	position: absolute;
	text-align: right;
	top: 0;
	width: 224px;
}
.teamTitleWrap .bgText .text {
	color: #040404;
	font-family: 'humanist_777_light_condenseRg', Sans-Serif;
	font-size: 18px;
	padding-left: 21px;
	position: absolute;
	right: 16px;
	top: 6px;
}