@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* -- form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* -- buttons */
#editor-xtd-buttons {
        padding: 0px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
        float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
        display: block;

        float: left;


        color: #666;
        cursor: pointer;
}

.button2-left span,
.button2-right span {
        cursor: default;
        color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
        padding: 0 6px;
}

.page span {
        color: #000;
        font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
        text-decoration: none;
        color: #0B55C4;
}

.button2-left a,
.button2-left span {
        padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
        padding: 0 6px 0 24px;
}

.button2-left {

        float: left;
        margin-left: 5px;
}

.button2-right {

        float: left;
        margin-left: 5px;
}

.button2-left .image {

}

.button2-left .readmore {

}

.button2-left .pagebreak {

}

/* Tooltips */
div.tooltip {
        float: left;
        background: #ffc;
        border: 1px solid #D4D5AA;
        padding: 5px;
        max-width: 200px;
}

div.tooltip h4 {
        padding: 0;
        margin: 0;
        font-size: 95%;
        font-weight: bold;
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 5px;
        }

div.tooltip p {
        font-size: 90%;
        margin: 0;
}

/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
        width: 16px;
        height: 16px;
        margin-left: 3px;
        cursor: pointer;
        vertical-align: middle;
}

/* System Messages */

.error
{
        padding:0px;
        margin-bottom: 20px;
}

.error h2
{
        color:#000 !important;
        font-size:1.4em !important;
        text-transform:uppercase;
        padding:0 0 0 0px !important
}

#system-message
{
                margin:10px 0 20px 0;
                border-left:0;
                border-right:0;
}

#system-message dt
{
	font-weight: bold;
}
#system-message dd
{
	margin: 0 0 15px 0;
	font-weight: bold;
	text-indent: 0px;
	padding:0
}
#system-message dd ul
{
	color: #000;
	list-style: none;
	padding: 0px;
}
#system-message dd ul li
{
	line-height:1.5em
}

/* System Standard Messages */
#system-message dt.message
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.message  ul
{
	background: #fff  url(../images/system/notice-info.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border-top: 2px solid #90B203;
	border-bottom: 2px solid #90B203;
}

#system-message dd.message ul li{background:none !important}

/* System Error Messages */
#system-message dt.error
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.error ul
{
	background:#fff url(../images/system/notice-alert.png) no-repeat ;
	padding-left:40px;
 	padding: 10px 10px 10px 40px;
    border-top: 2px solid #990000;
    border-bottom: 2px solid #990000;
}



/* System Notice Messages */
#system-message dt.notice
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.notice  ul
{
		background:#fff url(../images/system/notice-note.png) no-repeat ;
		padding-left:40px;
	    padding: 10px 10px 10px 40px;
	    border-top: 2px solid #FAA528;
	    border-bottom: 2px solid #FAA528;
}
#system-message dd.notice ul { color: #000;margin:10px 0 }

#system-message
{
    margin-bottom: 0px;
    padding: 0;
}

#system-message dt
{
    font-weight: bold;
}

#system-message dd
{
    font-weight: bold;
    padding: 0;
}

/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1
{
        display: block;
        float: none !important;
        margin: 0 !important;
}

.cols-2 .column-1
{
        width:46%;
        float:left;
}

.cols-2 .column-2
{
        width:46%;
        float:right;
        margin:0
}

.cols-3 .column-1
{
        float:left;
        width:29%;
        padding:0px 5px;
        margin-right:4%

}
.cols-3 .column-2
{
        float:left;
        width:29%;
        margin-left:0;
        padding:0px 5px
}
.cols-3 .column-3
{
        float:right;
        width:29%;
        padding:0px 5px
}

.items-row
{
        overflow:hidden;
        margin-bottom:10px !important;
}

.column-1,
.column-2,
.column-3
{
        padding:10px 5px
}

.column-2
{
        width:55%;
        margin-left:40%;
}

.column-3
{
        width:30%
}

body {
	margin: 0;
	font-family: 'montserratlight';
	font-size: 14px;
	line-height: 1.6;
	color: #282828;
	background-color: #fff;
}
a {
	color: #08c;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
}

body.contentpane {
	width:auto;
	margin:10px;
	text-align: left;
}

img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.row {
	margin-left: -20px;
	*zoom: 1;
}
.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}
.row:after {
	clear: both;
}
[class*="span"] {
	float: left;
	margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 940px;
}
.span12 {
	width: 940px;
}
.span11 {
	width: 860px;
}
.span10 {
	width: 780px;
}
.span9 {
	width: 700px;
}
.span8 {
	width: 620px;
}
.span7 {
	width: 540px;
}
.span6 {
	width: 460px;
}
.span5 {
	width: 380px;
}
.span4 {
	width: 300px;
}
.span3 {
	width: 220px;
}
.span2 {
	width: 140px;
}
.span1 {
	width: 60px;
}
.offset12 {
	margin-left: 980px;
}
.offset11 {
	margin-left: 900px;
}
.offset10 {
	margin-left: 820px;
}
.offset9 {
	margin-left: 740px;
}
.offset8 {
	margin-left: 660px;
}
.offset7 {
	margin-left: 580px;
}
.offset6 {
	margin-left: 500px;
}
.offset5 {
	margin-left: 420px;
}
.offset4 {
	margin-left: 340px;
}
.offset3 {
	margin-left: 260px;
}
.offset2 {
	margin-left: 180px;
}
.offset1 {
	margin-left: 100px;
}
.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.127659574%;
}
.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}
.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.436170203638%;
}
.row-fluid .span10 {
	width: 82.978723396%;
	*width: 82.925531906638%;
}
.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.414893609638%;
}
.row-fluid .span8 {
	width: 65.957446802%;
	*width: 65.904255312638%;
}
.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.393617015638%;
}
.row-fluid .span6 {
	width: 48.936170208%;
	*width: 48.882978718638%;
}
.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.372340421638%;
}
.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.861702124638%;
}
.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.351063827638%;
}
.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.840425530638%;
}
.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.3297872336383%;
}
.row-fluid .offset12 {
	margin-left: 104.255319138%;
	*margin-left: 104.14893615928%;
}
.row-fluid .offset12:first-child {
	margin-left: 102.127659564%;
	*margin-left: 102.02127658528%;
}
.row-fluid .offset11 {
	margin-left: 95.744680841%;
	*margin-left: 95.638297862277%;
}
.row-fluid .offset11:first-child {
	margin-left: 93.617021267%;
	*margin-left: 93.510638288277%;
}
.row-fluid .offset10 {
	margin-left: 87.234042544%;
	*margin-left: 87.127659565277%;
}
.row-fluid .offset10:first-child {
	margin-left: 85.10638297%;
	*margin-left: 84.999999991277%;
}
.row-fluid .offset9 {
	margin-left: 78.723404247%;
	*margin-left: 78.617021268277%;
}
.row-fluid .offset9:first-child {
	margin-left: 76.595744673%;
	*margin-left: 76.489361694277%;
}
.row-fluid .offset8 {
	margin-left: 70.21276595%;
	*margin-left: 70.106382971277%;
}
.row-fluid .offset8:first-child {
	margin-left: 68.085106376%;
	*margin-left: 67.978723397277%;
}
.row-fluid .offset7 {
	margin-left: 61.702127653%;
	*margin-left: 61.595744674277%;
}
.row-fluid .offset7:first-child {
	margin-left: 59.574468079%;
	*margin-left: 59.468085100277%;
}
.row-fluid .offset6 {
	margin-left: 53.191489356%;
	*margin-left: 53.085106377277%;
}
.row-fluid .offset6:first-child {
	margin-left: 51.063829782%;
	*margin-left: 50.957446803277%;
}
.row-fluid .offset5 {
	margin-left: 44.680851059%;
	*margin-left: 44.574468080277%;
}
.row-fluid .offset5:first-child {
	margin-left: 42.553191485%;
	*margin-left: 42.446808506277%;
}
.row-fluid .offset4 {
	margin-left: 36.170212762%;
	*margin-left: 36.063829783277%;
}
.row-fluid .offset4:first-child {
	margin-left: 34.042553188%;
	*margin-left: 33.936170209277%;
}
.row-fluid .offset3 {
	margin-left: 27.659574465%;
	*margin-left: 27.553191486277%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.531914891%;
	*margin-left: 25.425531912277%;
}
.row-fluid .offset2 {
	margin-left: 19.148936168%;
	*margin-left: 19.042553189277%;
}
.row-fluid .offset2:first-child {
	margin-left: 17.021276594%;
	*margin-left: 16.914893615277%;
}
.row-fluid .offset1 {
	margin-left: 10.638297871%;
	*margin-left: 10.531914892277%;
}
.row-fluid .offset1:first-child {
	margin-left: 8.510638297%;
	*margin-left: 8.4042553182766%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
	float: right;
}
.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}
.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}
.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	*zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.container-fluid:after {
	clear: both;
}
p {
	margin: 0 0 28px;
}
small {
	font-size: 85%;
}
strong, b {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 12px 0;
	line-height: normal;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
ul,
ol {
	padding: 0;
	margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}
ul.unstyled,
ol.unstyled {
	margin-left: 0;
	list-style: none;
}
dl {
	margin-bottom: 18px;
}
dt,
dd {
	line-height: 18px;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 9px;
}
.dl-horizontal {
	*zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
	display: table;
	content: "";
	line-height: 0;
}
.dl-horizontal:after {
	clear: both;
}
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 180px;
}
hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
label,
input,
button,
select,
textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
input,
button,
select,
textarea {
	font-family: 'montserratlight';
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 18px;
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 14px;
	line-height: 18px;
	color: #555;
	vertical-align: middle;
}
input,
textarea,
.uneditable-input {
	width: 206px;
}
textarea {
	height: auto;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	*margin-top: 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="submit"], input[type="button"] {
	background-color: #2f2f2f;
    border-radius: 8px;
	border: none;
    color: #fff;
	font-family: "Montserrat",sans-serif;
    display: inline-block;
	font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 40px;
    text-transform: uppercase;
}
select,
input[type="file"] {
	height: 28px;
	*margin-top: 4px;
	line-height: 28px;
}
select {
	width: 220px;
	border: 1px solid #ccc;
	background-color: #fff;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
iframe,
svg {
	max-width: 100%;
}

.container {
	max-width: 1200px;
}

.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: inherit !important;
	}
	.hidden-print {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.row {
		margin-left: -20px;
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 724px;
	}
	.span12 {
		width: 724px;
	}
	.span11 {
		width: 662px;
	}
	.span10 {
		width: 600px;
	}
	.span9 {
		width: 538px;
	}
	.span8 {
		width: 476px;
	}
	.span7 {
		width: 414px;
	}
	.span6 {
		width: 352px;
	}
	.span5 {
		width: 290px;
	}
	.span4 {
		width: 228px;
	}
	.span3 {
		width: 166px;
	}
	.span2 {
		width: 104px;
	}
	.span1 {
		width: 42px;
	}
	.offset12 {
		margin-left: 764px;
	}
	.offset11 {
		margin-left: 702px;
	}
	.offset10 {
		margin-left: 640px;
	}
	.offset9 {
		margin-left: 578px;
	}
	.offset8 {
		margin-left: 516px;
	}
	.offset7 {
		margin-left: 454px;
	}
	.offset6 {
		margin-left: 392px;
	}
	.offset5 {
		margin-left: 330px;
	}
	.offset4 {
		margin-left: 268px;
	}
	.offset3 {
		margin-left: 206px;
	}
	.offset2 {
		margin-left: 144px;
	}
	.offset1 {
		margin-left: 82px;
	}
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.127659574%;
		*margin-left: 2.0744680846383%;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .controls-row [class*="span"] + [class*="span"] {
		margin-left: 2.127659574%;
	}
	.row-fluid .span12 {
		width: 99.99999999%;
		*width: 99.946808500638%;
	}
	.row-fluid .span11 {
		width: 91.489361693%;
		*width: 91.436170203638%;
	}
	.row-fluid .span10 {
		width: 82.978723396%;
		*width: 82.925531906638%;
	}
	.row-fluid .span9 {
		width: 74.468085099%;
		*width: 74.414893609638%;
	}
	.row-fluid .span8 {
		width: 65.957446802%;
		*width: 65.904255312638%;
	}
	.row-fluid .span7 {
		width: 57.446808505%;
		*width: 57.393617015638%;
	}
	.row-fluid .span6 {
		width: 48.936170208%;
		*width: 48.882978718638%;
	}
	.row-fluid .span5 {
		width: 40.425531911%;
		*width: 40.372340421638%;
	}
	.row-fluid .span4 {
		width: 31.914893614%;
		*width: 31.861702124638%;
	}
	.row-fluid .span3 {
		width: 23.404255317%;
		*width: 23.351063827638%;
	}
	.row-fluid .span2 {
		width: 14.89361702%;
		*width: 14.840425530638%;
	}
	.row-fluid .span1 {
		width: 6.382978723%;
		*width: 6.3297872336383%;
	}
	.row-fluid .offset12 {
		margin-left: 104.255319138%;
		*margin-left: 104.14893615928%;
	}
	.row-fluid .offset12:first-child {
		margin-left: 102.127659564%;
		*margin-left: 102.02127658528%;
	}
	.row-fluid .offset11 {
		margin-left: 95.744680841%;
		*margin-left: 95.638297862277%;
	}
	.row-fluid .offset11:first-child {
		margin-left: 93.617021267%;
		*margin-left: 93.510638288277%;
	}
	.row-fluid .offset10 {
		margin-left: 87.234042544%;
		*margin-left: 87.127659565277%;
	}
	.row-fluid .offset10:first-child {
		margin-left: 85.10638297%;
		*margin-left: 84.999999991277%;
	}
	.row-fluid .offset9 {
		margin-left: 78.723404247%;
		*margin-left: 78.617021268277%;
	}
	.row-fluid .offset9:first-child {
		margin-left: 76.595744673%;
		*margin-left: 76.489361694277%;
	}
	.row-fluid .offset8 {
		margin-left: 70.21276595%;
		*margin-left: 70.106382971277%;
	}
	.row-fluid .offset8:first-child {
		margin-left: 68.085106376%;
		*margin-left: 67.978723397277%;
	}
	.row-fluid .offset7 {
		margin-left: 61.702127653%;
		*margin-left: 61.595744674277%;
	}
	.row-fluid .offset7:first-child {
		margin-left: 59.574468079%;
		*margin-left: 59.468085100277%;
	}
	.row-fluid .offset6 {
		margin-left: 53.191489356%;
		*margin-left: 53.085106377277%;
	}
	.row-fluid .offset6:first-child {
		margin-left: 51.063829782%;
		*margin-left: 50.957446803277%;
	}
	.row-fluid .offset5 {
		margin-left: 44.680851059%;
		*margin-left: 44.574468080277%;
	}
	.row-fluid .offset5:first-child {
		margin-left: 42.553191485%;
		*margin-left: 42.446808506277%;
	}
	.row-fluid .offset4 {
		margin-left: 36.170212762%;
		*margin-left: 36.063829783277%;
	}
	.row-fluid .offset4:first-child {
		margin-left: 34.042553188%;
		*margin-left: 33.936170209277%;
	}
	.row-fluid .offset3 {
		margin-left: 27.659574465%;
		*margin-left: 27.553191486277%;
	}
	.row-fluid .offset3:first-child {
		margin-left: 25.531914891%;
		*margin-left: 25.425531912277%;
	}
	.row-fluid .offset2 {
		margin-left: 19.148936168%;
		*margin-left: 19.042553189277%;
	}
	.row-fluid .offset2:first-child {
		margin-left: 17.021276594%;
		*margin-left: 16.914893615277%;
	}
	.row-fluid .offset1 {
		margin-left: 10.638297871%;
		*margin-left: 10.531914892277%;
	}
	.row-fluid .offset1:first-child {
		margin-left: 8.510638297%;
		*margin-left: 8.4042553182766%;
	}
	input,
	textarea,
	.uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 20px;
	}
	input.span12,
	textarea.span12,
	.uneditable-input.span12 {
		width: 710px;
	}
	input.span11,
	textarea.span11,
	.uneditable-input.span11 {
		width: 648px;
	}
	input.span10,
	textarea.span10,
	.uneditable-input.span10 {
		width: 586px;
	}
	input.span9,
	textarea.span9,
	.uneditable-input.span9 {
		width: 524px;
	}
	input.span8,
	textarea.span8,
	.uneditable-input.span8 {
		width: 462px;
	}
	input.span7,
	textarea.span7,
	.uneditable-input.span7 {
		width: 400px;
	}
	input.span6,
	textarea.span6,
	.uneditable-input.span6 {
		width: 338px;
	}
	input.span5,
	textarea.span5,
	.uneditable-input.span5 {
		width: 276px;
	}
	input.span4,
	textarea.span4,
	.uneditable-input.span4 {
		width: 214px;
	}
	input.span3,
	textarea.span3,
	.uneditable-input.span3 {
		width: 152px;
	}
	input.span2,
	textarea.span2,
	.uneditable-input.span2 {
		width: 90px;
	}
	input.span1,
	textarea.span1,
	.uneditable-input.span1 {
		width: 28px;
	}
}

@media (min-width: 1200px) {
	.row {
		margin-left: -30px;
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		margin-left: 30px;
	}
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 1170px;
	}
	.span12 {
		width: 1170px;
	}
	.span11 {
		width: 1070px;
	}
	.span10 {
		width: 970px;
	}
	.span9 {
		width: 870px;
	}
	.span8 {
		width: 770px;
	}
	.span7 {
		width: 670px;
	}
	.span6 {
		width: 570px;
	}
	.span5 {
		width: 470px;
	}
	.span4 {
		width: 370px;
	}
	.span3 {
		width: 270px;
	}
	.span2 {
		width: 170px;
	}
	.span1 {
		width: 70px;
	}
	.offset12 {
		margin-left: 1230px;
	}
	.offset11 {
		margin-left: 1130px;
	}
	.offset10 {
		margin-left: 1030px;
	}
	.offset9 {
		margin-left: 930px;
	}
	.offset8 {
		margin-left: 830px;
	}
	.offset7 {
		margin-left: 730px;
	}
	.offset6 {
		margin-left: 630px;
	}
	.offset5 {
		margin-left: 530px;
	}
	.offset4 {
		margin-left: 430px;
	}
	.offset3 {
		margin-left: 330px;
	}
	.offset2 {
		margin-left: 230px;
	}
	.offset1 {
		margin-left: 130px;
	}
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.127659574%;
		*margin-left: 2.0744680846383%;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .controls-row [class*="span"] + [class*="span"] {
		margin-left: 2.127659574%;
	}
	.row-fluid .span12 {
		width: 99.99999999%;
		*width: 99.946808500638%;
	}
	.row-fluid .span11 {
		width: 91.489361693%;
		*width: 91.436170203638%;
	}
	.row-fluid .span10 {
		width: 82.978723396%;
		*width: 82.925531906638%;
	}
	.row-fluid .span9 {
		width: 74.468085099%;
		*width: 74.414893609638%;
	}
	.row-fluid .span8 {
		width: 65.957446802%;
		*width: 65.904255312638%;
	}
	.row-fluid .span7 {
		width: 57.446808505%;
		*width: 57.393617015638%;
	}
	.row-fluid .span6 {
		width: 48.936170208%;
		*width: 48.882978718638%;
	}
	.row-fluid .span5 {
		width: 40.425531911%;
		*width: 40.372340421638%;
	}
	.row-fluid .span4 {
		width: 31.914893614%;
		*width: 31.861702124638%;
	}
	.row-fluid .span3 {
		width: 23.404255317%;
		*width: 23.351063827638%;
	}
	.row-fluid .span2 {
		width: 14.89361702%;
		*width: 14.840425530638%;
	}
	.row-fluid .span1 {
		width: 6.382978723%;
		*width: 6.3297872336383%;
	}
	.row-fluid .offset12 {
		margin-left: 104.255319138%;
		*margin-left: 104.14893615928%;
	}
	.row-fluid .offset12:first-child {
		margin-left: 102.127659564%;
		*margin-left: 102.02127658528%;
	}
	.row-fluid .offset11 {
		margin-left: 95.744680841%;
		*margin-left: 95.638297862277%;
	}
	.row-fluid .offset11:first-child {
		margin-left: 93.617021267%;
		*margin-left: 93.510638288277%;
	}
	.row-fluid .offset10 {
		margin-left: 87.234042544%;
		*margin-left: 87.127659565277%;
	}
	.row-fluid .offset10:first-child {
		margin-left: 85.10638297%;
		*margin-left: 84.999999991277%;
	}
	.row-fluid .offset9 {
		margin-left: 78.723404247%;
		*margin-left: 78.617021268277%;
	}
	.row-fluid .offset9:first-child {
		margin-left: 76.595744673%;
		*margin-left: 76.489361694277%;
	}
	.row-fluid .offset8 {
		margin-left: 70.21276595%;
		*margin-left: 70.106382971277%;
	}
	.row-fluid .offset8:first-child {
		margin-left: 68.085106376%;
		*margin-left: 67.978723397277%;
	}
	.row-fluid .offset7 {
		margin-left: 61.702127653%;
		*margin-left: 61.595744674277%;
	}
	.row-fluid .offset7:first-child {
		margin-left: 59.574468079%;
		*margin-left: 59.468085100277%;
	}
	.row-fluid .offset6 {
		margin-left: 53.191489356%;
		*margin-left: 53.085106377277%;
	}
	.row-fluid .offset6:first-child {
		margin-left: 51.063829782%;
		*margin-left: 50.957446803277%;
	}
	.row-fluid .offset5 {
		margin-left: 44.680851059%;
		*margin-left: 44.574468080277%;
	}
	.row-fluid .offset5:first-child {
		margin-left: 42.553191485%;
		*margin-left: 42.446808506277%;
	}
	.row-fluid .offset4 {
		margin-left: 36.170212762%;
		*margin-left: 36.063829783277%;
	}
	.row-fluid .offset4:first-child {
		margin-left: 34.042553188%;
		*margin-left: 33.936170209277%;
	}
	.row-fluid .offset3 {
		margin-left: 27.659574465%;
		*margin-left: 27.553191486277%;
	}
	.row-fluid .offset3:first-child {
		margin-left: 25.531914891%;
		*margin-left: 25.425531912277%;
	}
	.row-fluid .offset2 {
		margin-left: 19.148936168%;
		*margin-left: 19.042553189277%;
	}
	.row-fluid .offset2:first-child {
		margin-left: 17.021276594%;
		*margin-left: 16.914893615277%;
	}
	.row-fluid .offset1 {
		margin-left: 10.638297871%;
		*margin-left: 10.531914892277%;
	}
	.row-fluid .offset1:first-child {
		margin-left: 8.510638297%;
		*margin-left: 8.4042553182766%;
	}
	input,
	textarea,
	.uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 20px;
	}
	input.span12,
	textarea.span12,
	.uneditable-input.span12 {
		width: 926px;
	}
	input.span11,
	textarea.span11,
	.uneditable-input.span11 {
		width: 846px;
	}
	input.span10,
	textarea.span10,
	.uneditable-input.span10 {
		width: 766px;
	}
	input.span9,
	textarea.span9,
	.uneditable-input.span9 {
		width: 686px;
	}
	input.span8,
	textarea.span8,
	.uneditable-input.span8 {
		width: 606px;
	}
	input.span7,
	textarea.span7,
	.uneditable-input.span7 {
		width: 526px;
	}
	input.span6,
	textarea.span6,
	.uneditable-input.span6 {
		width: 446px;
	}
	input.span5,
	textarea.span5,
	.uneditable-input.span5 {
		width: 366px;
	}
	input.span4,
	textarea.span4,
	.uneditable-input.span4 {
		width: 286px;
	}
	input.span3,
	textarea.span3,
	.uneditable-input.span3 {
		width: 206px;
	}
	input.span2,
	textarea.span2,
	.uneditable-input.span2 {
		width: 126px;
	}
	input.span1,
	textarea.span1,
	.uneditable-input.span1 {
		width: 46px;
	}
	.thumbnails {
		margin-left: -20px;
	}
	.thumbnails > li {
		margin-left: 20px;
	}
	.row-fluid .thumbnails {
		margin-left: 0;
	}
}

.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 12px 30px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	background: #2f2f2f;
	border: none;;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*margin-left: .3em;
}
.btn.purple {
	background: #961b81;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}

.header-top {
	color: #d8d8d8;
	margin: 0 0 8px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.header-top .fa {
	margin-right: 8px;
}

.header-bottom {
	padding: 7px 0 0;
}

.header-top p {
	margin: 0;
}

.time-today, .top-phone, .top-send {
	font-family: 'montserratlight';
	font-size: 13px;
	margin-top: 10px;
}

.top-phone, .top-send {
	display: inline-block;
	margin-right: 20px;
}

.top-right > div {
	float: right;
}

.header-top .fa-search, .header-top .fa-share-alt {
	display: inline-block;
}

.top-search, .top-share {
	color: #fff;
	display: inline-block;
	font-size: 0;
	line-height: 48px;
	height: 48px;
	padding: 0 12px;
	vertical-align: top;
}

.top-search .fa, .top-share .fa {
	font-size: 14px;
	margin-right: 0;
	vertical-align: middle;
}

.top-search {
	background-color: #961b81;
}

input#mod-search-searchword {
	background: none;
	border: none;
	color: #858585;
	height: auto;
	line-height: normal;
	font-size: 60px;
	width: auto;
	padding: 0;
}
input#mod-search-searchword:focus {
	box-shadow: none;
}
.search button {
	background: none;
	border: none;
	color: #961b81;
	font-size: 60px;
	padding: 0;
}

#content .search button {
	font-size: 16px;
}

.wrap {
	background: #fff;
	padding: 16px 0 0;
}

.home .wrap {
	padding: 0;
}

.body {
	padding: 60px 0;
}
.home .body {
	padding: 0;
}

#breadcrumb {
	background-color: #e7e7e7;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
}
.breadcrumbs {
    list-style: outside none none;
    margin: 20px 0;
    padding: 8px 15px;
}

#aside .moduletable {
	margin: 0 0 60px;
	position: relative;
}

#aside .module-purple {
	background-color: #961b81;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	padding: 25px 22px;
}

#aside .module-title {
	font-family: "Montserrat",sans-serif;
	font-size: 18px;
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}

#aside .module-title:after {
	border-bottom: 2px solid #e6e6e6;
    content: "";
    display: block;
    height: 2px;
	margin: 0 auto;
    padding: 0 0 15px;
    width: 50px;
}

#aside .module-purple .module-title:after {
	border-bottom: 2px solid #ab499a;
}

#aside .module-comment {
	margin: 0 0 113px;
}

#aside .module-comment:after {
	background: url(../images/arrow-comment.png) no-repeat 40% bottom;
	content: "";
    height: 53px;
	position: absolute;
	bottom: -53px;
	width: 99%;
}

.footer {
	background-color: #2f2f2f;
	color: #fff;
	font-family: 'montserratlight';
	/* padding: 90px 0 50px; */
	padding: 0px 0 50px;
}

.footer-top {
	/* border-bottom: 1px solid #191919; */
	padding-bottom: 3px;
}

.footer-top p {
	margin: 0 0 10px;
}

.footer .module-title {
	font-family: "Montserrat",sans-serif;
	font-size: 14px;
	margin: 0 0 15px;
	padding: 0;
	text-transform: uppercase;
}

.footer .module-title:after {
	border-bottom: 1px solid #535353;
    content: "";
    display: block;
    height: 1px;
    padding: 0 0 15px;
    width: 50px; 
}

.footer-top .fa {
	color: #961b81;
	font-size: 24px;
	padding-right: 12px;
}

.footer-bottom {
	border-top: 1px solid #676767;
	padding: 10px 0 0;
}

.copyright {
	text-align: center;
}

.copyright a {
	color: #FFF;
        text-decoration: none;
	text-align: center;
}

.footer-social {
	padding: 0 0 20px;
	text-align: center;
}

.footer-social ul {
	list-style: none;
	margin: 0;
}

.footer-social ul li {
	display: inline-block;
	margin: 0 11px;
}

.footer-social a {
	background: url(../images/social.png) no-repeat;
	display: block;
	height: 53px;
	position: relative;
	width: 47px;
}

.footer-social a#twitter {
	background-position: 0 0;
}

.footer-social a#vimeo {
	background-position: -70px 0;
}

.footer-social a#flickr {
	background-position: -138px 0;
}

.footer-social a#googleplus {
	background-position: -207px 0;
}

.footer-social a#rss {
	background-position: -275px 0;
}

.footer-social a#pinterest {
	background-position: -344px 0;
}

.footer-social a#facebook {
	background-position: -481px 0;
}

.footer-social a#youtube {
	background-position: -550px 0;
}

.comment-form-left {
	float: left;
	width: 49%;
}

.comment-form-right {
	float: right;
	width: 49%;
}

span.red {
	color: red;
	margin-right: 5px;
}

[class*="section"] .module-title {
	border-bottom: 1px solid #ab499a;
	font-size: 36px;
	margin: 0 0 45px;
	padding: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
}
.section-white .module-title {
	border-bottom-color: #e3e3e3;
}
.section .modulePretext, .section .description_module {
	margin: 0 0 50px;
	text-align: center;
}

#about.section {
	background-color: #293EAB;
	color: #000;
	padding: 30px 0;
	text-align: center;
}
#about.section .fa {
	font-size: 26px;
}
#about.section strong {
	font-size: 18px;
	text-transform: uppercase;
}

.section {
	/* padding: 10px 0; */
}

.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
	width: 270px;
	margin-right: 30px;
	text-align: center;
}
.k2ItemsBlockSlideBlog .jcarousel li {
	width: 370px;
}
.jcarousel .moduleItemImage {
	display: block;
	position: relative;
}
.jcarousel .moduleItemImage img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	margin: 0 0 15px;
}
.jcarousel .moduleItemTitle {
	color: #282828;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.k2ItemsBlockSlideBlog .jcarousel .moduleItemTitle {
	color: #8b1d79;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	text-transform: none;
}
.jcarousel .moduleItemCategory {
	color: #961b81;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.k2ItemsBlockSlide .moduleItemIntrotext  {
    background-color: rgba(150, 27, 129, 0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    bottom: 0;
	color: #fff;
	font-family: 'montserratlight';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
    z-index: 2;
}
.k2ItemsBlockSlide .moduleItemImage:hover .moduleItemIntrotext {
    opacity: 0.99;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.k2ItemsBlockSlide .moduleItemIntrotextInner {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	left: 20px;
	right: 20px;
}
.section .moduleLinks {
	margin: 45px 0 0;
	text-align: center;
}
.section .moduleCustomLink, .section .moduleItemReadMore {
    background-color: #2f2f2f;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    color: #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
    line-height: 40px;
    padding: 0 40px;
	text-transform: uppercase;
	vertical-align: middle;
}
.section .moduleItemReadMore {
	font-size: 12px;
	line-height: 32px;
	padding: 0 20px;
}
[class*="jcarousel-control"] {
	background-color: #2f2f2f;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 5px;
	height: 40px;
	width: 40px;
	vertical-align: middle;
}
.section .moduleCustomLink:hover, [class*="jcarousel-control"]:hover, .section .moduleItemReadMore:hover {
    background-color: #961b81;
}
.jcarousel-control-prev {
	background-image: url(../images/jcarousel-prev.png);
}
.jcarousel-control-next {
	background-image: url(../images/jcarousel-next.png);
}

#sponsors .jcarousel .moduleItemImage {
	border: 1px solid #eaeaea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 180px;
	text-align: center;
}
#sponsors  .jcarousel .moduleItemImage img {
	bottom: 70px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

#eventstats {
	background: url(../images/pattern-2.png);
	text-align: center;
}

#eventstats .module-title {
	border-bottom-color: #fff;
}
#eventstats .row strong {
	font-size: 24px;
}
#eventstats .row p {
	font-size: 18px;
}
#eventstats a {
	color: #282828;
}
#eventstats .fa {
	color: #3b579d;
	font-size: 48px;
	margin: 20px 0 25px;
}
#eventstats .fa-facebook-official {
	font-size: 76px;
	margin: 17px 0 0;
}

.k2ItemsBlockSlideBlog .moduleItemAuthor, .k2ItemsBlockSlideBlog .moduleItemDateCreated {
	font-size: 12px;
}
.k2ItemsBlockSlideBlog .moduleItemAuthor {
	margin-right: 20px;
}
.k2ItemsBlockSlideBlog .moduleItemIntrotext {
	margin: 20px 0 25px;
}

#ticketprice {
	background: url(../images/pattern-1.png);
}
#ticketprice .module-title {
	border-bottom-color: #e3e3e3;
}

#jfk2tabs a strong, #jfk2content .moduleItemTitle {
	font-family: "Montserrat",sans-serif;
}

.parallax {
	position: relative;
	z-index: 1;
}
.parallax-bg {
    background-position: 0 50%;
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.parallax-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    background-position: 50% 0;
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}
.parallax-inner {
    position: relative;
    z-index: 4;
}

#video .parallax-bg {
	background-image: url(../images/bg-parallax1.jpg);
}
#video .module-title {
	margin: 0;
}
#video a {
	background: #961b81 none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    margin: 0;
    padding: 0 45px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.17s ease-in-out 0s;
}

#numbers, #video {
	color: #fff;
	font-size: 18px;
	text-align: center;
}
#numbers .parallax-bg {
	background-image: url(../images/bg-parallax2.jpg);
}
#numbers .module-title, #video .module-title {
	border-bottom: none;
}
#numbers strong {
	font-size: 24px;
}

#infos {
	background: url(../images/bg-infos.jpg) repeat-y top center;
	color: #fff;
}
#infos .left-infos, #infos .right-infos {
	padding: 0 30px;
}
#infos .module-title {
	border-bottom: none;
	font-size: 18px;
	margin: 0 0 10px;
	text-align: left;
}
#infos .module-title::after {
    border-bottom: 1px solid #535353;
    content: "";
    display: block;
    height: 1px;
    padding: 0 0 15px;
    width: 50px;
}
#infos .left-infos .module-title::after {
    border-bottom: 1px solid #ab499a;
}
#infos input[type=text] {
	background: #3c3c3c;
	border: 1px solid #4e4e4e;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	padding: 4px 15px;
	height: 40px;
	margin-bottom: 15px;
	box-sizing: border-box;
	width: 100%;
}
#infos input[type="submit"], #infos input[type="button"] {
	background-color: #961b81;
}

.gm-style {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 400;
}
#contactus {
	/* background-color: #293EAB; */
	background: url(../images/bg-contact.png) top center;
	background-size: cover;
	color: #fff;
}
#simpleContactForm .contactInput, #simpleContactForm .contactTextarea {
	border: 1px solid #7c1f62;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-sizing: border-box;
	-moz-box-shadow: inset 5px 5px 5px -5px #666;
	-webkit-box-shadow: inset 5px 5px 5px -5px #666;
	box-shadow: inset 5px 5px 5px -5px #666;
	color: #7c7c7c;
	float: left;
	width: 370px;
	height: 40px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding-left: 15px;
	max-width: 100%;
}
#simpleContactForm .contactTextarea {
	height: auto;
	width: 100%;
	margin-left: 0;
}
#simpleContactForm .contactButton {
	float: right;
}
#simpleContactForm label {
	display: inline-block;
	line-height: 40px;
	margin: 0;
}
#simpleContactForm input[type=checkbox] {
	margin: 0 5px 0 0;
}

#slidecaption {
	font-family: "Montserrat",sans-serif;
	left: 0 !important;
	right: 0;
	text-align: center;
}
#slidecaption .slideSloganText {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
}
#slidecaption .slideSloganText .last {
	color: #961b81;
}
#slidecaption .slidedescription {
	color: #fff;	
	font-size: 24px;
	line-height: normal;
	max-width: 100%;
	box-sizing: border-box;
}
#slidecaption .slidedescription h3 {
	font-size: 36px;
	margin-bottom: 10px;
}
#slidecaption  .button {
	margin: 40px 0 0;
}
#slidecaption  .button .btn {
	margin: 0 15px;
	width: 200px;
	box-sizing: border-box;
}
#slidecaption .btn {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

body.scrolled .header-top {
	margin-top: -60px;
}

.header {
	background: url(../images/header-bg.png) center top;
	position: fixed;
	width: 100%;
	z-index: 9;
}

#supersized {
	margin: 0;
}
#supersized img {
	max-width: none;
}

#scroll-down {
    background: url("../images/arrow-scrolldown.png") no-repeat scroll center bottom;
    margin-left: -37px;
    padding-bottom: 15px;
    position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	height: 37px;
	width: 81px;
}

#scroll-up {
    background: url("../images/go-top.png") no-repeat;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 72px;
	height: 72px;
	margin-top: -52px;
	z-index: 9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}

#scroll-up.is-visible {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

#scroll-up.is-visible:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
}

.jf {
    margin: 0 auto;
    padding: 0 0 15px;
    text-align: center;
    width: 269px;
}

.jflink {
    background: transparent /* url("../images/jf.png") no-repeat scroll 0 0;*/
    display: block;
    height: 0px;
    text-indent: -9999px;
    width: 269px;
}

.nav {
	list-style: none;
}
.navigation .nav:before, .navigation .nav:after {
	content: "";
	display: table;
}
.navigation .nav:after {
	clear: both;
}
.navigation .nav {
	margin: 1px 0 0;
}
.navigation .nav > li {
	float: left;
	position: relative;
	padding: 0 3px 3px;
}
.navigation .nav > li > a {
	color: #fff;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	padding: 3px 0;
	text-transform: uppercase;
}
.navigation .nav > li:hover > a, .navigation .nav > li > a:hover, .navigation .nav > li > a:focus {
	background: none;
	border-bottom: 2px solid #FECF00;
}
.navigation .nav > .active > a {
	border-bottom: 2px solid #FECF00;
	color: #FECF00;
}
.navigation .nav-child {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1000;
	display: none;
	float: left;
	width: 190px;
	padding: 3px 0;
	margin: 0 0 0 -95px;
	list-style: none;
	background-color: #961b81;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.navigation .nav > li:hover > .nav-child,
.navigation .nav > li > a:focus + .nav-child,
.navigation .nav li li:hover > .nav-child,
.navigation .nav li li > a:focus + .nav-child {
	display: block;
}
.navigation .nav > li > .nav-child:after {
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -16px;
	display: inline-block;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #961b81;
	border-left: 16px solid transparent;
	content: '';
}
.navigation .nav li li .nav-child {
	top: -8px;
	left: 100%;
}
.navigation .nav li li .nav-child:before {
	position: absolute;
	top: 9px;
	left: -7px;
	display: inline-block;
	border-top: 7px solid transparent;
	border-right: 7px solid rgba(0,0,0,0.2);
	border-bottom: 7px solid transparent;
	content: '';
}
.navigation .nav li li .nav-child:after {
	position: absolute;
	top: 10px;
	left: -6px;
	display: inline-block;
	border-top: 6px solid transparent;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid transparent;
	content: '';
}
.navigation .nav-child a {
	border-top: 3px solid #961b81;
	display: block;
	padding: 5px 20px 8px;
	clear: both;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
}
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a,
.navigation .nav-child li.active > a {
	text-decoration: none;
	color: #fff;
	background-color: #7c1f62;
	border-top: 3px solid #721d5a;
}
.navbar .btn-navbar {
	display: none;
	float: right;
	padding: 8px 0;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
	color: #fff;
}
.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.btn-navbar .icon-bar + .icon-bar {
	margin-top: 3px;
}

#jfshare {
	text-align: center;
}

#jfshare h3 {
	color: #961b81;
	font-size: 32px;
}

#jfshare a {
	font-size: 0;
	padding: 0 10px;
}

#jfshare .fa {
	font-size: 60px;
	color: #858585;
}

#jfshare a:hover .fa {
	color: #961b81;
}

#jfsearch, #jfshare {
	display: none;
}

@media (min-width: 1200px) {
#slideshow {
  /*	background: url(../images/top-bg.png) no-repeat center top; */
}
}

@media (max-width: 767px) {
	body {
		padding-top: 0;
	}
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		position: static;
	}
	.navbar-fixed-top {
		margin-bottom: 18px;
	}
	.navbar-fixed-bottom {
		margin-top: 18px;
	}
	.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: 15px 0 9px;
	}
	.nav-collapse .nav > li {
		float: none;
		padding: 0;
	}
	.nav-collapse .nav > li > a {
		border-bottom: 2px solid transparent;
	}
	.nav-collapse .nav > .divider-vertical {
		display: none;
	}
	.nav-collapse .nav .nav-header {
		color: #555;
		text-shadow: none;
	}
	.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;
	}
	.navbar-inverse .nav-collapse .nav > li > a,
	.navbar-inverse .nav-collapse .dropdown-menu a {
		color: #999;
	}
	.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: 9px 15px;
		margin: 9px 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;
	}
	.nav-collapse .nav > li > a, .navigation .nav > li:hover > a, .navigation .nav > li > a:hover, .navigation .nav > li > a:focus, .navigation .nav > .active > a {
		border-bottom: none;
	}
	.navigation .nav > li:hover > a, .navigation .nav > li > a:hover, .navigation .nav > li > a:focus, .navigation .nav > .active > a {
		color: #961b81;
	}
	.navigation .nav > li > .nav-child:after  {
		display: none;
	}
	.navigation .nav-child {
		background-color: transparent;
		display: block;
		float: none;
		width: 100%;
		position: static;
		padding: 0;
		margin: 0;
	}
	.navigation .nav-child a {
		border-top: none;
		padding: 5px 0;
		text-align: left;
	}
	.navigation .nav-child li > a:hover, .navigation .nav-child li > a:focus, .navigation .nav-child:hover > a, .navigation .nav-child li.active > a {
		background-color: transparent;
		border-top: none;
		color: #ccccff;
	}
}
@media (min-width: 980px) {
	.nav-collapse.collapse {
		height: auto !important;
		overflow: visible !important;
	}
}

@media (min-width: 980px) and (max-width: 1199px) {
div.itemListCategoriesBlock {
    margin-right: -320px;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.navigation .nav > li {
	padding: 0 5px 25px;
}
div.itemListCategoriesBlock {
    margin-right: -248px;
}
#slidecaption .slideSloganText {
	font-size: 48px;
	line-height: 48px;
}
}

@media (max-width: 767px) {
.container  {
		padding-left: 20px;
		padding-right: 20px;
	}
	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
		margin-left: -20px;
		margin-right: -20px;
	}
	.container-fluid {
		padding: 0;
	}
	.dl-horizontal dt {
		float: none;
		clear: none;
		width: auto;
		text-align: left;
	}
	.dl-horizontal dd {
		margin-left: 0;
	}
	.container {
		width: auto;
	}
	.row-fluid {
		width: 100%;
	}
	.row,
	.thumbnails {
		margin-left: 0;
	}
	.thumbnails > li {
		float: none;
		margin-left: 0;
	}
	[class*="span"],
	.uneditable-input[class*="span"],
	.row-fluid [class*="span"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.span12,
	.row-fluid .span12 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row-fluid [class*="offset"]:first-child {
		margin-left: 0;
	}
	.input-large,
	.input-xlarge,
	.input-xxlarge,
	input[class*="span"],
	select[class*="span"],
	textarea[class*="span"],
	.uneditable-input {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.input-prepend input,
	.input-append input,
	.input-prepend input[class*="span"],
	.input-append input[class*="span"] {
		display: inline-block;
		width: auto;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 0;
	}
#simpleContactForm .contactInput, #simpleContactForm .contactTextarea {
	margin-left: 0;
	width: 100%;
}
body.scrolled .header-top {
	margin-top: 0;
}
.top-right.pull-right {
	float: none;
}
.header-top {
	/* background-color: #282db8; */
	background-color: #aaaaff;
	margin: 0;
}
.top-phone, .top-send {
	margin: 5px 0;
}
.top-phone {
	float: left;
}
.top-send {
	float: right;
}
.top-share {
	display: none;
}
.top-search {
	background: none;
	position: absolute;
	top: 40px;
	right: 0;
	padding: 0 10px;
}
.header .brand {
	float: none;
	display: block;
	text-align: center;
}
.header-bottom {
	padding: 12px 0;
}
.navigation.pull-right {
	float: none;
}
.navbar {
	position: absolute;
	margin: 0;
	top: 20px;
}
.home .navbar {
	top: 53px;
}
#infos {
	background: #961b81;
}
div.itemListCategoriesBlock {
    margin-right: 0;
}
.wrap {
	padding: 67px 0 0;
}
#slidecaption {
	bottom: 0;
	top: 22%;
}
#slidecaption .slidedescription {
	font-size: 12px;
}
#slidecaption .slideSloganText {
	font-size: 24px;
	line-height: 24px;
}
#slidecaption .slidedescription h3 {
	font-size: 14px;
}
#slidecaption .button .btn {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 14px;
	border-radius: 0;
	margin: 0;
	width: auto;
}
#slidecaption .button #buy-ticket{
	bottom: 42px;
}
#slidecaption .button #more-detail {
	bottom: 0;
}
}

@media (max-width: 480px) {
.time-today, .top-phone, .top-send {
	font-size: 10px;
}
.top-search {
	top: 25px;
}
.brand img {
	width: 120px;
}
.navbar {
	top: 12px;
}
.home .navbar {
	top: 38px;
}
.wrap {
	padding: 51px 0 0;
}
.comment-form-left, .comment-form-right {
	float: none;
	width: 100%;
}
div.itemCommentsForm form label.formComment {
	margin-top: 30px;
}
}
