html, body {
	font-family: 'Open Sans', Arial, sans-serif;
}
body.inner {
    background: #252525;
}
strong {
    font-family: 'Open Sans Bold', Arial, sans-serif;
}
.btn {
    padding: 10px 32px;
    border-radius: 0;
    border-width: 2px;
    text-align: left;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 0.85em;
    font-weight: bold;
}
.btn-primary, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #fff;
    border-color: #fff; 
    background: #252525;
}
.btn-default, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #252525;
    border-color: #252525;
    background: #fff;
}
.navbar-absolute {
	position: absolute;
	text-align: center;
	width: 100%;
}
.navbar-absolute .container {
	position: relative;
	margin: 0 auto;
}
.navbar-absolute .logo {
	display: block;
	margin-top: 25px;
	width: 216px;
	height: 145px;
	background: url(../img/logo.png) no-repeat;
    outline: none;
}
.navbar-absolute .menu-btn {
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 300;
    margin-top: 117px;
    display: block;
    width: 30px;
    padding: 0;
    height: 15px;
    border: 1px solid transparent;
    background: none;
    outline: none;
}
.menu-btn .icon-bar {
    display: block;
    height: 3px;
    margin-bottom: 3px;
    position: relative;
}
.menu-btn .icon-bar.top {
    transition: #787878 0.3s ease 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: top, transform;
    transform: rotate(45deg);
    background: #fff;
    top: 6px;
}
.menu-btn .icon-bar.bot {
    transition: #787878 0.3s ease 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: bottom, transform;
    transform: rotate(-45deg);
    background: #fff;
    bottom: 6px;
}
.menu-btn.collapsed .icon-bar {
    background: #fff;
}
.menu-btn.collapsed .icon-bar.top, .menu-btn.collapsed .icon-bar.bot {
    top: 0;
    bottom: 0;
    transform: none;
}
#navigation {
    display: block;
    text-align: left;
    position: absolute;
    z-index: 300;
    right: 13px;
    top: 100px;
    background: #000;
    width: 300px;
    color: #fff;
}
#navigation.collapsing {
    transition: none;
}
#navigation ul, #navigation ul li {
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul li a {
    color: #fff;
}
#navigation > ul {
    padding: 40px 25px 30px;
}
#navigation > ul > li {
    padding-bottom: 10px;
}
#navigation > ul > li > a, #navigation > ul > li > span {
    font-size: 1.15em;
    font-weight: 600;
}
#navigation ul li ul {
    padding-left: 10px;
}
#navigation ul ul li {
    padding-top: 10px;
    line-height: 1.25em;
    font-size: 0.85em;
}
.main-top {
    background: #191919 url(../img/main_top.jpg) center center no-repeat;
    min-height: 900px;
    text-align: center;
    color: #fff;
}
.main-top h1 {
    font-family: 'Open Sans Semibold', Arial, sans-serif;
    font-size: 5em;
    margin: 450px 0 30px;
}
.main-top p {
    font-size: 1.275em;
}
.container h2 {
    font-size: 3em;
    margin-bottom: 28px;
}
.container i {
    opacity: 0.7;
}
.container .text-lg {
    font-size: 1.25em;
    padding-bottom: 5px;
}
.inner .container, .inner .container i {
    color: #fff;
}
.inner h4 {
    font-size: 3em;
    text-transform: uppercase;
}
.half-center {
    max-width: 65%;
    margin: 0 auto;
    padding: 80px 0 90px;
}
.inner .half-center {
    padding-bottom: 20px;
}
.services {
    padding-top: 105px;
    background: #191919 url(../img/main_services.jpg) top center no-repeat;
    min-height: 900px;
    color: #fff;
}
.inner .services {
    background: #252525 url(../img/inner_services.jpg) top center no-repeat;
    min-height: 0;
}
.services h2 {
    margin-top: 0;
}
.services .col-md-6 {
    padding: 0 30px 60px 30px;
}
.services .col-md-6:nth-child(odd) {
    clear: both;
}
.services .col-md-6 .title {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans Semibold', Arial, sans-serif;
    font-size: 1.25em;
    line-height: 1em;
}
.services .col-md-6 .title + p {
    margin-top: 12px;
    padding-bottom: 12px;
    line-height: 1.20em;
    opacity: 0.7;
}
.events {
    position: relative;
    top: -40px;
    left: -22px;
}
.events .row {
    margin: 0 auto;
    width: 1170px;
    padding-bottom: 7px;
}
.events [class*='col-'] a {
    display: block;
    width: 285px;
    height: 260px;
}
.events [class*='col-'] a p {
    display: none;
}
.events [class*='col-'] a p:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
@media (min-width: 992px) {
.events [class*='col-'] a:hover p {
    top: 0;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 285px;
    padding: 0 25px;
    margin: 0;
    z-index: 300;
}
}
.events [class*='col-'] a p strong {
    font-family: 'Open Sans Semibold', Arial, sans-serif;
    font-size: 1.25em;
    line-height: 1em;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}
.events [class*='col-'] a p strong:after {
    content: '';
    clear: both;
    display: block;
    height: 17px;
}
.events [class*='col-'] b a:hover img {
    top: 0;
    left: 0;
    z-index: 200;
    position: absolute;
}
.events [class*='col-'] a:hover p span {
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.7);
}
.events .col-md-6 a {
    width: 577px;
}
.events .col-md-6 a:hover p {
    width: 577px;
}
footer {
    color: #fff;
    background: #252525;
    padding: 15px 0;
}
footer a {
    color: #fff;
    text-decoration: underline;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}
footer .letters {
    float: right;
    display: block;
    width: 680px;
    text-align: right;
}
footer .letters p {
    /*text-align: left;*/
    display: block;
    width: 100%; 
}
footer .thb {
    float: right;
    margin-left: 30px;
}
footer .thb:last-child {
    margin: 0;
}
footer .bsr {
    text-decoration: none;
}
footer .bsr img {
    border: none;
}
footer p {
    line-height: 1.85em;
    font-size: 1.15em;
}
footer span {
    color: #999;
    font-size: 0.75em;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}
footer ul li {
    list-style: none;
    margin: 0;
    padding: 0 20px;
    display: inline;
}
footer ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #eee;
}
footer ul li a:hover {
    text-decoration: underline;
}
.inner-top {
    padding-top: 250px;
    text-align: center;
    color: #fff;
}
.inner-top h3 {
    font-family: 'Open Sans Semibold', Arial, sans-serif;
}
.inner-top i {
    color: #fff;
}
.inner-top .col-md-8 {
    border-right: 15px solid #252525;
}
.inner-top > .row {
    margin-top: 120px;
    color: #000;
}
.inner-top > .row {
    text-align: left;
    background: #fff;
}
.inner-top > .row ~ .row {
    margin-top: 15px;
}
.inner-top > .row .col-md-4 {
    padding: 35px 30px;
    line-height: 1.5em;
}
.inner-top > .row .col-md-4.img {
    background: #252525;
    padding: 0 15px 0 0;
}
.inner-top > .row .col-md-8.img {
    background: #252525;
    padding: 0;
}
.inner-top .table-row .col-md-8 {
    padding-left: 30px;
    padding-right: 30px;
}
.inner-top .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
p.title {
    font-family: 'Open Sans Semibold', Arial, sans-serif;
    font-size: 2em;
    padding: 20px 0;
    margin: 0;
}
p.title::before, p.title::after {
    content: '';
    clear: both;
}
img.partner {
    opacity: 0.7;
    max-width: 100%;
    margin: 0 auto;
}
.price { 
    color: #000;
 }
.price .col-md-8 {
    padding: 20px 35px;
    background: #ededed;
    border-right: 15px solid #252525;
}
.price .col-md-4 {
    padding: 15px 40px;
    line-height: 1.5em;
    vertical-align: middle;
}
.price tr:nth-child(odd), .price .col-md-4 {
    background: #fff;
}
.price .col-md-4 .title {
    padding-top: 0;
}
.price td {
    padding: 3px 13px;
    vertical-align: top;
    white-space: nowrap;
}
.price td:first-child {
    white-space: inherit;
}
.project {
    padding-bottom: 40px;
}
.project .col-md-4 {
    vertical-align: top;
    background: #fff;
    color: #000;
    line-height: 1.5em;
    padding: 35px 45px 50px 45px;
}
.project .info {
    background: #252525;
    padding: 0 15px 0 0;
    overflow: hidden;
}
.project .info .text {
    background: #fff;
    padding: 35px 20px 390px 20px;
}
.project .info .slider {
    position: absolute;
    bottom: 0;
    display: block;
    height: 373px;
    border-top: 15px solid #252525;
}
.project .info .slider img {
    max-width: 100%;
}
.project p.title {
    padding: 0 0 5px;
    font-size: 1.5em;
    font-weight: 600;
}
.project .info p.title {
    padding-bottom: 20px;
    font-size: 1.3em;
}
a.mild, a.mild:visited, a.mild:active {
    color: #000;
    text-decoration: underline;
}
a.mild:hover {
    color: #999;
}
@media only screen and (min-width : 992px) {
    .table-row {
        display: table;
    }
    .table-row [class*='col-'] {
        float: none;
        display: table-cell;
    }
}
@media (max-width: 1170px) {
    .services {
        background-color: #2b2928;
    }
    .price .col-md-8 {
        border: 0;
    }
}

@media (max-width: 1660px) {
footer .thb {
	float: right;
	margin-left: 30px;
	width: 10%;
	margin: 0 1% 10px !important;
}

}

@media (max-width: 992px) {
.container h2 {
	font-size: 30px;
	margin-bottom: 28px;
}
.half-center {
	max-width: 100%;
}
.events .row {
	width: 100%;
}
.main-top h1 {
	font-size: 43px;
}
.events .col-md-3 {
	width: 49% !important;
	display: inline-block;
}
.events {
	text-align: center;
	left: 0;
}
.events [class*='col-'] a {
	display: block;
	width: 100%;
	height: 260px;
	margin: 0 auto;
}
img {
	max-width: 100%;
}
.inner-top .img img {
	margin: 0 auto;
}
p:last-child {
	margin-bottom: 0;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
}
.half-center {
	padding-bottom: 0;
}
.container h2 {
	font-size: 23px;
}
footer {
	margin-top: 30px;
}
}


@media (max-width: 992px) {
	.services .col-md-6 {
    padding: 15px 10px 25px 10px;
}
.events .col-md-3 {
    width: 100% !important;
    display: block;
}

.events .col-md-6 a {
	width: 100%;
}
img {
	max-width: 100%;
}
.inner-top .col-md-8 {
	border-right: 0;
}
.events [class*='col-'] a {
	width: 100%;
}
.events {
	position: relative;
	top: 0;
	left: 0;
}
.events [class*='col-'] a {
	display: block;
	margin: 5px auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.events [class*='col-'] a img {
	width: 100%;
	max-width: 350px;
	display: block;
	margin: 0 auto;
}
.events .row {
	padding-bottom: 0;
	margin-bottom: -5px;
}
.events [class*='col-'] a p {
	top: 0;
	display: block;
	position: absolute;
	vertical-align: middle;
	background: none;
	height: auto;
	width: 100%;
	padding: 10px;
	margin: 0;
	z-index: 300;
	max-width: 350px;
	top: 50%;
	background: rgba(0, 0, 0, 0.7);
	transform: translateY(-50%);
}
.events [class*='col-'] a p span {
	font-size: 12px !important;
	text-transform: none !important;
}
.events [class*='col-'] a p strong {
	font-family: 'Open Sans Semibold', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 1);
	text-transform: none;
	display: block;
}
.events [class*='col-'] a p strong:after,
.events [class*='col-'] a p:before {
	display: none;
}
.inner-top > .row .col-md-4.img {
	padding: 0 15px;
}
.inner-top > .row {
	margin-top: 55px;
}
.inner-top > .row .col-md-4 {
	padding: 15px;
}
.main-top h1 {
	margin: 275px 0 30px;
	font-size: 35px;
}
.main-top {
	min-height: 500px;
	padding-bottom: 50px;
}
body footer .letters {
	float: right;
	width: 100%;
}
footer .thb {
	display: inline-block;
}

}


@media (max-width: 650px) {
footer .thb {
	margin-left: 30px;
	display: inline-block;
	margin: 0 1% 15px !important;
	width: 23%;
}
}

@media (max-width: 550px) {
.events [class*='col-'] a {
	height: auto;
}
h1, .h1 {
	font-size: 27px;
}

}

@media (max-width: 350px) {
.events [class*='col-'] a p {
	max-width: 100%;
}

}