/*===================================================
//
//  BASIC
//
==================================================*/

a {
    color: #600;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 12px;
    margin-bottom: 0;
}

p {
    margin-bottom: 10px;
}

hr {
    border: 0 solid #eeedef;
    border-top-width: 0;
    background: transparent;
    height: 36px !important;
    opacity: 1 !important;
    margin: 15px auto;
    clear: both;
    display: block;
    width: 100%;
    position: relative;
}

hr:before {
    background-image: url("../img/hr.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 36px;
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
}

hr.hr-bottom, hr.hr-top {
    width: 60%;
    height: 14px;
    margin: 15px auto 30px auto;
}

hr.hr-bottom {
    background: url(../img/hr/hr-bottom.png) repeat-x;
}

hr.hr-bottom:before {
    background-image: url("../img/hr/hr-bottom-left.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 60px;
}

hr.hr-bottom:after {
    background-image: url("../img/hr/hr-bottom-right.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 60px;
}

hr.hr-top {
    background: url(../img/hr/hr-top.png) repeat-x;
}

hr.hr-top:before {
    background-image: url("../img/hr/hr-top-left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 60px;
}

hr.hr-top:after {
    background-image: url("../img/hr/hr-top-right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 60px;
}

/*===================================================
//
//  PAGE
//
==================================================*/
#page {
    position: relative;
    max-width: 1440px;
    margin: auto;
}

#page:before {
    background: url(../img/border/left.png) repeat-y;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 96px;
    z-index: 1;
}

#page:after {
    background: url(../img/border/right.png) repeat-y;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 96px;
}

/*===================================================
//
//  HEADER
//
==================================================*/
#header {
    position: relative;
    background: url(../img/border/top.png) repeat-x;
    min-height: 96px;
    padding-top: 96px;
}

@media (min-width: 768px) {
    #header {
        padding-top: 60px;
    }
}

#header:before {
    background: #fff url(../img/border/top-left.png) no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    z-index: 1;
}

#header:after {
    background: #fff url(../img/border/top-right.png) no-repeat;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 96px;
    height: 96px;
    z-index: 1;
}

#header > .container {
    padding: 0 30px;
}

#header .site-title {
    margin: 30px 0;
}

/*@media (max-width: 480px){
	#header .site-title {
		margin-bottom: 0px;	
		font-size: 2.9em;	
	}
}
@media (min-width: 1200px){
	#header .site-title {
		font-size: 6.4em;	
	}
}*/


/*===================================================
//
//  NAV
//
==================================================*/

#nav .navbar-nav {
    float: none;
    text-align: center;
}

#nav .navbar-nav > li {
    display: inline;
    float: none;
}

#nav .navbar-nav > li > a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 19px;
}

#nav .navbar-nav > li > a {
    font-size: 19px;
}

#nav.navbar-default .navbar-toggle .icon-bar {
    background-color: #1C5162;
}

/*===================================================
//
//  MAIN
//
==================================================*/
#main {
    position: relative;
    min-height: 96px;
}

#main > section > .container {
    padding: 0 30px;
}

/*===================================================
//
//  INTRO
//
==================================================*/

#intro {
    background: #000;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#intro .intro-inner {
    width: 100%;
}

#intro .intro-wrapper {
    position: relative;
    height: 50px;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

#intro .intro-title-main,
#intro .intro-title {
    color: #fff;
    opacity: 0;
    transition: all .3s ease-out;
    font-size: 4em;
}

#intro .intro-title-main {
    width: 740px;
    margin: 0 auto;
}

#intro .intro-title {
    color: #900;
    position: absolute;
    left: 0%;
    top: 0px;
    width: 600px;
    margin-top: 0;
}

#intro .close {
    opacity: .5;
    color: #fff;
    position: absolute;
    top: 40px;
    right: 40px;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

#intro .close:hover {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*===================================================
//
//  FOOTER
//
==================================================*/
#footer {
    position: relative;
    background: url(../img/border/bottom.png) center bottom repeat-x;
    min-height: 96px;
}

#footer:before {
    background: #fff url(../img/border/bottom-left.png) no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96px;
    height: 96px;
    z-index: 1;
}

#footer:after {
    background: #fff url(../img/border/bottom-right.png) no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 96px;
    height: 96px;
    z-index: 1;
}

#footer > .container {
    padding: 0 30px;
}

@media (max-width: 767px) {
    #footer .footer-nav {
        margin-bottom: 100px;
    }
}

#footer .footer-nav .list-inline-item a {
    text-decoration: none;
}


/*===================================================
//
//  CARD
//
==================================================*/
/*.card {
    position: relative;
}*/

.card-inverse {
    color: #fff;
}

.card-img {
    position: relative;
}

/*.card-img-overlay {
    position: absolute;
    top: 0px;
    left: 10px;
    right: 10px;
}*/

.card-img-overlay-bottom {
    /*bottom: 10px;*/
    top: auto;
}

.card-overlay-text {
    text-shadow: 0 0 5px #000000;
}

@media (max-width: 991px) {
	.container {
		max-width: 100%;
	}
}

.display-2 {
    font-size: 4em;
}

.header-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
    text-indent: -9999px;
}

.header-deco {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.header-deco span {
    display: inline-block;
    position: relative;
}

.header-deco span:before,
.header-deco span:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -13px;
    height: 23px;
    width: 90px;
}

.header-deco span:before {
    background-image: url("../img/header-embelish.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 15px;
    right: 100%;
    width: 90px;
    height: 23px;
}

.header-deco span:after {
    background-image: url("../img/header-embelish.png");
    background-position: right center;
    background-repeat: no-repeat;
    margin-left: 15px;
    left: 100%;
    width: 90px;
    height: 23px;
}

.header-deco:after {
    content: "";
    position: relative;
}

.img-center {
    margin: auto;
    display: inline-block;
}

.img-responsive {
    max-width: 100%;
}
.m-t-none {
    margin-top: 0 !important;
}

.m-t-xs {
    margin-top: 5px !important;
}

.m-t-sm {
    margin-top: 15px !important;
}

.m-t-md {
    margin-top: 30px !important;
}

.m-t-lg {
    margin-top: 60px !important;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xs {
    margin-bottom: 5px !important;
}

.m-b-sm {
    margin-bottom: 15px !important;
}

.m-b-md {
    margin-bottom: 30px !important;
}

.m-b-lg {
    margin-bottom: 60px !important;
}

.p-t-none {
    padding-top: 0 !important;
}

.p-t-xs {
    padding-top: 5px !important;
}

.p-t-sm {
    padding-top: 15px !important;
}

.p-t-md {
    padding-top: 30px !important;
}

.p-t-lg {
    padding-top: 60px !important;
}

.p-b-none {
    padding-bottom: 0 !important;
}

.p-b-xs {
    padding-bottom: 5px !important;
}

.p-b-sm {
    padding-bottom: 15px !important;
}

.p-b-md {
    padding-bottom: 30px !important;
}

.p-b-lg {
    padding-bottom: 60px !important;
}

.text-justify {
    text-align: justify;
}

.title-the-players {
    background-image: url(../img/title-the-players.png);
}

.title-the-story {
    background-image: url(../img/title-the-story.png);
}