/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);

/* CSS reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3,
h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

p {
	margin-bottom: 20px;
    font-size: 16px;
}

.wrapper {
	width: 1160px;
	max-width: 96%;
	margin: 0 auto;
}

.wrapper:after,
.col-items:after {
	content: '';
	display: block;
	clear: both;
}

.site-header--clone {
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;

    /* Translate -100% to move off screen */
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    /* Animations */
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;

}

.site-header--stick {
	z-index: 2000;
	width: 100%;
    /* Translate back to 0%; */
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

.text-center {
	text-align: center;
}

.white-link{
    color: #fff;
}

.white-link:hover{
    opacity: 0.8;
}


/* Header */
.header-top {
	background-color: #263268;
    line-height: 0;
    padding: 18px 0;
    text-align: center;
}

.header-top .btn {
	display: none;
}

.site-header--clone .logo {
	display: none;
}

.site-header--clone .btn {
	display: inline-block;
	padding: 22px 35px;
}

.header-top.site-header--clone {
	padding: 12px 0;
}

.main-banner {
	background-image: url(../images/bg/background-image-3.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
	text-align: center;
	padding: 90px 0 190px;
}

.main-banner * {
	color: #fff;
}

.main-banner h2 {
    font-size: 80px;
    margin-bottom: 20px;
    display: table;
    margin: 0 auto 25px;
    width: 450px;
    max-width: 100%;
    line-height: .85;
}

/* Section Classes */
.section {
	padding: 60px 0;
	text-align: center;
}

.white-bg {
	background-color: #ffffff;
}

.grey-bg {
	background-color: #f8f8f8;
}

.blue-bg {
	background-color: #263268;
}

.section-featured-top {
	margin-top: -110px;
	text-transform: uppercase;
	position: relative;
	-webkit-box-shadow: 0 8px 15px -4px #c0c0c0;
	-moz-box-shadow: 0 8px 15px -4px #c0c0c0;
	box-shadow: 0 8px 15px -4px #c0c0c0;
}

.section-featured {
	border-bottom: 3px solid #214C8B;
    margin-top: -40px;
	text-transform: uppercase;
	position: relative;
	-webkit-box-shadow: 0 8px 15px -4px #c0c0c0;
	-moz-box-shadow: 0 8px 15px -4px #c0c0c0;
	box-shadow: 0 8px 15px -4px #c0c0c0;
}

.logo-box{
    height: 225px;
    max-height: 100%;
    background-color: rgba(0,0,0,0.2);
    margin: 90px 0px -210px 0px;
    padding: 10px 0px;
}

.featured-in{
    color: #92a3b6;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    width: 150px;
    vertical-align: middle;
}

.section-header {
	font-weight: 400;
	font-size: 37px;
	position: relative;
	padding-top: 15px;
	margin-bottom: 10px;
}

.section-header:before {
	content: '';
	display: inline-block;
    width: 66px;
    height: 4px;
    background-color: #263268;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -33px;
}

.section-header.small {
	font-size: 24px;
	padding-top: 0;
    /*padding-bottom: 15px;
    margin-bottom: 20px;*/
}

.section-header.small:before {
	display: none;
}

/*.section-header.small:after {
    content: '';
    display: inline-block;
    width: 66px;
    height: 3px;
    background-color: #BABAB9;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -33px;
}*/

.section-sub-header {
	display: block;
	color: #7B7A7A;
    text-transform: uppercase;
    font-size: 17px;
	margin-bottom: 35px;
    line-height: 22px;
}

.section-quote {
	padding: 35px 0;
}

.section-header.align-left {
	text-align: left;
}

.section-header.align-left:before {
	left: 0;
	margin-left: 0;
}

/* Section 1 */
.section-1 {
    background-color: #F5F5F5;
    padding: 25px 70px;
}

.section-1 .left-side {
	float: left;
	margin-left: 140px;
	font-size: 27px;
	padding-top: 14px;
}

.section-1 .left-side img {
    position: absolute;
    bottom: 0;
    left: 70px;
    width: 80px;
}

.section-1 .right-side {
	float: right;
}

/* Section 2 */
.section-2 {
	padding: 30px 0 20px;
}

.arrow-down{
    margin: 40px 0px 0px 0px;
    font-size: 22px;
}

/* Section 3 */
.section-3 {
	padding: 60px 0px 20px 0px;
}

.section-3 .section-sub-header {
	margin-bottom: 45px;
}

/* Section 4 */
.section-4 {
	padding: 35px 0 15px;
}

/* Section 5 */
.section-5 {
    background-image: url(../images/bg/background-image-4.jpg);
    background-color: #263268;
    background-position: top center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
    text-align: center;
	padding: 60px 0;
}

.section-5 * {
	color: #fff;
}

.section-5 .section-header:before {
	height: 3px;
    background-color: #FFF;
	width: 50px;
	margin-left: -25px;
}

.key-steps {
	display: inline-block;
	width: 100%;
}

.key-steps .item {
	float: left;
	width: 280px;
	max-width: 100%;
    margin-right: 10px;
	background-color: #fff;
	color: #000;
	position: relative;
	margin-top: 270px;
}

.key-steps .item i{
	color: #fff;
	font-size: 55px;
}

.key-steps .item:last-child {
	margin-right: 0;
}

.key-steps .item-num {
	background-image: url(../images/frame-bg.png);
    width: 280px;
    height: 250px;
    position: absolute;
    top: -245px;
    left: 0;
    font-size: 120px;
    font-weight: 700;
    line-height: 200px;
}

.key-steps .inner {
	margin: 15px 15px 0;
}

.key-steps .inner * {
	color: #000;
}

.key-steps .item-title {
	font-size: 22px;
	line-height: 1.15;
	margin-bottom: 5px;
}

.key-steps .item-content {
	font-size: 16px;
	padding: 20px 0px;
	height: 130px;
	display: table-cell;
	vertical-align: top;
}

/* Section 6 */
.section-6 {
	padding: 45px 0 35px;
}

.section-6 .text-style-3 {
	margin-bottom: 20px;
}

/* Section 6-1 */
.section-6-1 {
	padding: 0px;
	display: inline-block;
	width: 100%;
	margin: 0px;
    text-align: left;
}

.section-6-1 .row{
    display: inline-flex;
    width: 100%;
    margin-left: 0px; 
    margin-right: 0px;
    min-height: 540px;
}

.section-6-1 .left-side,
.section-6-1 .right-side{
    display: inline-flex;
}

.section-6-1 .content-1{
    margin: auto 10px;
    max-width: 540px;
    font-size: 14px;
    margin-left: 50px;
}

.section-6-1 .left-side .content-1{
	margin: auto 50px auto auto;
}

.section-6-1 .content-1 p{
    line-height: 22px;
}

.section-6-1 .blue-bg{
	color: #fff;
    text-align: left;
}

.section-6-1  .list-group {
	border: 1px solid #fff;
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}

.section-6-1  .list-group li {
    border-bottom: 1px solid #fff;
    padding: 10px 30px;
    font-size: 16px;
}

.section-header-1 {
    font-weight: 400;
    font-size: 37px;
    position: relative;
    padding-top: 15px;
    margin-bottom: 10px;
}

.section-6-1 .section-header-1:before {
	content: '';
	display: inline-block;
    width: 66px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.section-6-1 .section-sub-header {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 22px;
}
/* Section 6-2 */
.section-6-2 {
    background-image: url(../images/bg/dent-bg.jpg);
    background-color: #263268;
    background-position: top center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
    text-align: center;
	padding: 60px 0px 40px 0px;
    color: #fff;
    line-height: 24px;
}

.section-6-2 .section-header {
	margin-bottom: 50px;
}

.section-6-2 .section-header:before {
	content: '';
	display: inline-block;
    width: 66px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -33px;
}

.section-6-2 .right-side{
    text-align: left;
}

.section-6-2 .right-side em{
   font-style: italic;
}

.section-6-2 hr{
    margin: 50px 0px;
}

/* Section 7 */
.section-7 {
	padding: 30px 0 0;
}

.section-7 .left-side {
	margin-top: 40px;
	text-align: left;
}

.section-7 .right-side {
	line-height: 0;
}

.section-7 ul {
	color: #263268;
}

.section-7 .section-header {
	margin-bottom: 20px;
}

.section-7 .p1 {
    font-size: 16px;
    width: 370px;
	max-width: 100%;
    line-height: 1.8;
	margin-bottom: 30px;
}

.images-container-1 img {
	margin-right: 20px;
}

/* Section 8 */
.section-8 {
    background-color: #fff;
    padding: 25px 70px;
}

/* Section 9 */
.section-9 {
	padding: 60px 0 40px;
}

.section-9 .section-sub-header {
	margin-bottom: 60px;
}

/* Section 10 */
.section-10 p {
	margin-bottom: 15px;
}

.section-10 {
	padding: 80px 0px 60px;
}

.ticket-icon {
	display: inline-block;
	border: 2px solid #9BA1C7;
	border-radius: 50%;
	background-color: #FFF;
	line-height: 0;
	margin-bottom: 25px;
}

.accordion-title {
    display: block;
    font-size: 17px;
    background-color: #263268;
    color: #FFF;
    font-weight: 700;
    padding: 10px 40px;
    position: relative;
}

.accordion-title:hover {
	background-color: #4b6da0;
}

.accordion-title:after {
	content: '';
	display: inline-block;
	background-image: url(../images/sprites-1.png);
	background-position: -0px -206px;
    width: 16px;
    height: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
    margin-top: -8px;
}

.accordion-content {
	border: 1px solid #263268;
	/*background-color: #FFF;*/
	display: none;
}

.accordion-content.active {
	display: block;
}

.accordion-title.active:after {
	background-position: 0px -232px;
}

.event {
	border-bottom: 1px solid #214c8b;
	padding: 13px;
}

.event-title {
	font-size: 22px;
    font-weight: 700;
	margin-bottom: 10px;
}

.event-description {
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #8D8C8C;
    margin-bottom: 10px;
}

.event:last-child {
	border-bottom: none;
}

.event .btn {
	font-size: 16px;
    font-weight: 700;
    padding: 12px 22px;
}

.event .sold-out {
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #D11229;
    text-decoration: line-through;
    display: block;
}

/* Footer */
.footer {
	background-color: #263268;
	text-transform: uppercase;
	padding: 45px 0;
}

.footer * {
	color: #fff;
}

.footer .left-side .inner {
	width: 560px;
	max-width: 100%;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}

.footer .social-media-icons {
    float: right;
    display: inline-block;
    line-height: 0;
    vertical-align: bottom;
    margin-top: 45px;
}

.footer .social-media-icons a {
	margin-left: 15px;
}

.social-media-icons a {
	background-image: url(../images/sprites-1.png);
	background-color: #fff;
	display: inline-block;
    width: 36px;
    height: 36px;
	text-indent: -9999px;
	font-size: 0;
}

.social-media-icons a:hover {
	background-color: #CCD5DA;
}

.social-media-icons .youtube {
	background-position: 0px -22px;
}

.social-media-icons .facebook {
	background-position: 0px -68px;
}

.social-media-icons .instagram {
	background-position: 0px -114px;
}

.social-media-icons .twitter {
	background-position: 0px -160px;
}

.footer .right-side {
	padding-top: 45px;
}

/* Custom */
.list-inline {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.list-inline li {
	display: inline-block;
}

.list-inline li:after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 10px;
	background-color: #FFF;
	margin: 0 30px;
}

.list-inline li:last-child:after {
	display: none;
}

a {
	color: #263268;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

strong {
	font-weight: 700;
}
	
.btn {
	background-color: #D11229;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    padding: 18px 35px;
    display: inline-block;
}

.btn:hover {
	background-color: #c9515c;
}

.btn.with-arrow {
	position: relative;
	padding-right: 55px
}

.btn.with-arrow:after {
	content: '';
	display: inline-block;
	background-image: url(../images/sprites-1.png);
	background-position: 0 0;
	width: 16px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
    right: 20px;
}

.inline-images {
	display: table;
	width: 100%;
	clear: both;
}

.inline-images .image-container {
	display: table-cell;
	line-height: 0;
	vertical-align: middle;
}

.content-cols-3 .inner {
	width: 265px;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

.round-image {
	background-color: #FFF;
    border: 3px solid #263268;
    border-radius: 50%;
    width: 197px;
    height: 197px;
    display: inline-block;
	margin-bottom: 35px;
}

.content-header {
	font-size: 24px;
	margin-bottom: 20px;
}

.content-header.with-line-bottom {
    position: relative;
    padding-bottom: 25px;
}

.content-header.with-line-bottom:after {
	content: '';
    display: inline-block;
    width: 70px;
    height: 4px;
    background-color: #263268;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}

.item-content {
	line-height: 1.6;
}

.top-right-tag {
	position: absolute;
    top: -40px;
    right: 0;
    color: #FFF;
    background-color: #263268;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 40px;
}

.square-list {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	list-style: square;
	line-height: 1.4;
	padding-left: 18px;
	margin-bottom: 30px;
}

.square-list li {
	margin-bottom: 5px;
	padding-left: 10px;
}

.widget-title {
	font-size: 20px;
    margin-bottom: 14px;
}

.block-menu {
	border-top: 1px solid #FFF;
	font-size: 12px;
}

.block-menu li {
	border-bottom: 1px solid #FFF;
	padding: 14px 0;
}

.content-left {
	text-align: left;
}

.list-group {
	border: 1px solid #214C8B;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: #263268;
}

.list-group li {
    border-bottom: 1px solid #000;
    /*background-color: #FFF;*/
    padding: 12px;
}

.list-group li:last-child {
	border-bottom: none;
}

.space {
	clear: both;
}

.space-75 {
	margin-bottom: 75px;
}

/* Text Styles */
.text-style-1 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 3px solid #FFF;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.4;
}

.text-style-2 {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	color: #959595;
	margin-bottom: 10px;
}

.text-style-3 {
	display: block;
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 700;
	color: #263268;
	margin-bottom: 5px;
}

.text-style-4 {
	display: block;
	color: #7B7A7A;
    text-transform: uppercase;
    font-size: 17px;
}

.text-style-5 {
	display: block;
	color: #263268;
	font-size: 27px;
    text-transform: uppercase;
}