@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
html, body, #container {
    font-size: 18px;
    margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}
a {
	text-decoration: none;
}
p {
	line-height: 28px;
	font-size: 18px;
}
h1 {
	font-size: 32px;
	letter-spacing: 2px;
}
h2 {
	font-size: 28px;
	letter-spacing: 1px;
}
div {
    padding: 0;
    margin: 0; 
}
.good {
	font-weight: bold;
	letter-spacing: 1px;
}
hr.hr-style {
	border-top: 1px solid #dbdbdb;
	width: 100%;
}
/* ################################## HEADER ####################################*/

.header {   
    background-color: white;
	height: 100px;
	text-align: center;
}
.logo-header img{
	padding-top: 15px;
	width: 10%;
	height: auto;
}

/* ################################## NOTIFICATIONS ####################################*/
.notice-wrapper {
	position: relative;
	width: 100%;
	margin: auto 0;
	text-align: center;
    height: 400px;
}
.notices {
	display: flex;
	width: 809.25px;
	height: 288.25px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
    align-items: center;
	position: relative;
	color: #ffffff;
	border-radius: 12px;
}
.notice-overlay {
	display: block;
    width: 100%;
    height: 400px;
    position: absolute;
	background-color: #000;
	/* background: rgba(100,100,100,0.0); */
    left: 0;
    z-index: 9999;
    overflow: hidden;
	text-align: center;
	margin: auto 0;
}

.box-left-good {
	flex: 1;
  	background: #28bfb2;
	height: 100%;
	padding-top: 65px;
}
.box-right-good {
	width: 450px;
  	background: #fff;
	padding: 25px;
	text-align: left;
	height: 100% !important;
	margin: 0 auto;
	padding-top: 100px;
}
.box-right-good p {
	line-height: 25px;
	font-size: 16px;
	color:#000;
}
.box-right-good a {
	color: #28bfb2;
}
.box-right-good a:hover {
	color: #51dbcd;
}

/* ################################## SERVICE BUTTONS ####################################*/

.service-wrapper {
	height: 225px;
	background-color: #000000;
}
.services {
	padding: 10px;
	width: 800px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	transform: translateY(15px)
	/* -ms-transform: translateY(25px);
  	-webkit-transform: translateY(15px) */
}
.text p {
	flex: 1 1 auto;
	line-height: 25px;
	font-size: 16px;
	color: #ffffff;	
	margin-left: 15px;
}
.button {
	height: 40px;
	width: 230px;
 	margin: 10px;
    padding: 5px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
    background: #ff695c; 
	text-align: center;
	color: #000000;
	font-weight: bold;
	display: flex;
    align-items: center;
	justify-content: space-around;
	overflow: hidden;
  	position: relative;
}
.button::before,
.button::after {
	background: rgba(255, 255, 255, 1.0);
	content: '';
	position: absolute;
}

.button::after {
	height: 70px;
	left: -22%;
	top: 0;
	transform: skew(50deg);
  	transition-duration: 0.3s;
  	transform-origin: top;
	width: 0;
  	z-index: 0;
}
.button:hover:after {
	height: 60px;
	width: 325px;
}
.iconBtn{
	max-height: 85%;
	max-width: 85%;
	z-index: 999;
}
.serv-name {
	z-index: 999;
}

/* ################################## DEFAULT VIDEO ####################################*/
.video-wrapper {
	width: 100%;
	margin: auto 0;
	text-align: center;
}
.video {
	position: absolute;
	margin: auto 0;
	text-align: center;
	width: 100%;
	
}
.video img {
	max-height: 75%;
	max-width: 75%;
	width: 700px;
	height: 393px;
	margin-top: 25px;
}
.bg-white {
	display: block;
	background-color: #ffffff;
	height: 450px;
}
.title-video {
	position: absolute;
	margin: auto 0;
	text-align: center;
	width: 100%;
}
.title-video h2 {
	position: absolute;
	margin-top: 50px;
	margin-left: 32%;
	
}

/* ################################## BACKGROUND IMAGE ####################################*/
.flex-align {
	background-color: #fff;
}
.bg-banner {
	background-size: contain; 
	background-repeat: no-repeat;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	z-index: 0;
}

.img-banner {
	min-width: 165%;
	position: relative;
	margin-top: -338px;
	z-index: -9999;
}

/* ################################## FOOTER ####################################*/

@font-face {
    font-family: 'axiformaregular';
    src: url('asset/fonts/kastelov_-_axiforma_regular.woff2') format('woff2'),
         url('asset/fonts/kastelov_-_axiforma_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.full-width-container2 {
	display: none;
}
.content {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

.p {
 	font-weight: 400;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: .8em;
	color: gray;
}
.a {
	font-family: 'arial';
	text-decoration: none !important;
	color: grey;
		}
.a:hover {
	color: #51dbcd;	
		}
.full-width-container {
	padding-top: 55px;
    background: #000000;
    left: 0;
	width: 100%;
    position: absolute;
	height: 300px;
	display: table;
}
.item1 {
	display: table-cell;	
	width: 50%;
	padding: 20px 0 0 50px;
	
}
.item2 {
	display: table-cell;	
	width: 50%;
	padding: 20px 50px 0 0;
}
.item2 p {
	text-align: right;
	padding: 10px;
}
.sm-table .row1-table .row2-table {
	display: table;
	
}
.sm-cell {
	display: table-cell;
	padding: 10px;	
}
.sm-cell img {
	width: 75%;
	max-width: 75%;
	display: block;
}
.link-cell {
	text-align: right;
	display: table-cell;
	padding: 15px;
}
.row1-table > div {
	width: 100%;
}
.row2-table > div {
	width: 100%;
}
span {
	white-space: nowrap;
}
.a.link-cell-blue {
	color: #28bfb2; 
		}
.a.link-cell-blue:hover {
	color: gray;
} 

		


/* .footer {
	width: 100%;
	height: 250px;
	background-color: #ffffff;
	margin: auto 0;
	text-align: center;
	
}
img {
  text-indent:-9999px
}
.flex-align > * {
	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
  	justify-content: center;
	flex: 0 0 50%;
}
.content {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
.social-links {
	display: inline-block;
	margin: 15px 0 15px 0;
	text-align: center;
}
.social-media ul {
    display: block;
    float: left;
    padding: 0;
	margin: 0 auto;
}
.social-media li {
    list-style: none;
    margin: 0 5px;
}
.social-media li img, .social-media li {
    width: 45px;
    height: 45px;
    display: block;
    float: left;
}
.links {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	display: table;
}
.footer-links {
	width: 100%;
	text-align: center;
}
.footer-links ul {
	width: 800px;
	list-style: none;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
}
.footer-links li { 
	display: inline;
	margin: 0 auto; 
	text-align: center;
	margin: 10px;
}
.footer-links li a {
	font-size: 14px;
	color: #000000;
}
.copyright p {
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	margin-bottom: 20px;
}
.logo-S {
	height: 50px;
	margin-bottom: 0px;
}
*/
