<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	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:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


body {
	line-height: 1;
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	white-space: normal;
	position: relative;
}

.youtube-background {
	background-color: #000;
}

input,
select,
textarea { 
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 300;
}



h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.2em;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 62px;
	position: relative;
	margin-bottom: 0px;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	position: relative;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
}

h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
}

h6 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

p {
	margin-bottom: 20px;
}

p.lead {
	font-family: 'Raleway', sans-serif;
	font-size: 21px;
	padding: 0;
	font-weight: 400;
}

.section-title {
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 20px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    color: #fff;
    font-weight: 300;
	position: relative;
}

a, a &gt; * {
	color: #2a6496;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover, a &gt; *:hover, a:focus {
	text-decoration: none;
	outline: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

.color-white {
	color: #fff;
}

.hide {text-indent: -999976589px;}


section {
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.text-right { 
	text-align: right !important;
}

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

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

.font-thin {
	font-weight: 100 !important;
}

.font-light {
	font-weight: 400 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-bold {
	font-weight: 700 !important;
}

.font-semibold {
	font-weight: 800 !important;
}

.font-ultrabold {
	font-weight: 900 !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.clear {
	clear: both;
}

.all-margin {
	margin: 20px !important;
}

.left-margin {
	margin-left: 20px !important;
}

.right-margin {
	margin-right: 20px !important;
}

.top-margin {
	margin-top: 20px !important;
}

.bottom-margin {
	margin-bottom: 20px !important;
}

.no-margin {
	margin: 0 !important;
}

.no-left-margin {
	margin-left: 0 !important;
}

.no-right-margin {
	margin-right: 0 !important;
}

.no-top-margin {
	margin-top: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-left-padding {
	padding-left: 0 !important;
}

.no-right-padding {
	padding-right: 0 !important;
}

.no-top-padding {
	padding-top: 0 !important;
}

.no-bottom-padding {
	padding-bottom: 0 !important;
}

.csstransitions .animated,
.animated {
    visibility: hidden;
}

.csstransitions .visible {
    visibility: visible;
}

.video-container {
	width: 100%;
	height: 100%;
}

.img-rounded {
	border-radius: 100%;
}

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

.position-relative {
	position: relative;
}



input, textarea, select {
	background: #fff;
	outline: none;
	-webkit-appearance: none;
	color: #333;
	border: 0px solid #fff;
	padding: 11px 25px;
	margin: 0px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.42857143;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease;
	        transition: background-color .3s ease, border .3s ease, color .3s ease;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
}

textarea {
	width: 100%;
	padding: 10px 20px;
	resize: both;
	margin-top: 0px;
	font-style: italic;
	height: 150px;
}
	
input:hover, textarea:hover, select:hover {
	color: #333;
}
	
input:focus, textarea:focus, select:focus {
	color: #333;
}

input[type="submit"], button {
	width: auto;
	font-style: normal;
	background: #fff;
	color: #333;
	cursor: pointer;
	border: 1px solid #fff;
	padding: 12px 20px;
}

input[type="submit"]:hover, button:hover {
	color: #333;
}

select, option {
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #333; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #333; }

input.placeholder, textarea.placeholder { color: #333; }

input[placeholder] { text-overflow: ellipsis; }

::-moz-placeholder { text-overflow: ellipsis; } /* firefox 19+ */

input:-moz-placeholder { text-overflow: ellipsis; }

.form {
	position: relative;
	overflow: hidden;
}

.form-container {
	padding-top: 40px;
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}

.form-note {
	color: #333;
	font-style: italic;
	margin: 24px 0;
}

.success-message {
	padding-top: 10px;
	color: #fff;	
	font-size: 14px;
	font-weight: 300;
	display: none;
}

.error-message {
	padding-top: 10px;
	color: #fff;	
	font-size: 14px;
	font-weight: 300;
	display: none;
}

.success-message,
.error-message {
	max-width: 500px;
	margin: 0 auto;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
	width: 100%;
}

.contact-form input, .contact-form textarea, .contact-form select {
	background: transparent;
	outline: none;
	-webkit-appearance: none;
	color: #fff;
	border: 2px solid #fff;
	padding: 9px 20px;
	margin: 0px;
	font-style: italic;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-o-transition: background-color .3s ease, border .3s ease, color .3s ease;
	transition: background-color .3s ease, border .3s ease, color .3s ease;
	position: relative; 
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
}

.contact-form textarea {
	margin-bottom: 18px;
}

.contact-form .input-error {
	border-color: #ed5555;
}

.contact-form .response-message {
	margin: 20px 0 30px 0;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}

/* WebKit browsers */
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder { 
    color: #fff;
}
.contact-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity:  1;
}
.contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff; 
    opacity:  1;
}
.contact-form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #fff;
}

/* WebKit browsers */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
    color: #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333; 
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #333;
}

.subscription-form {
	display: table;
	margin: 0 auto;
}

.subscription-form input {
	float: left;
	display: inline-block;
	border: none;
}

.subscription-form input[type="email"] {
	min-width: 270px;
}

.subscription-form button {
	margin: 0 5px;
	float: left;
}



#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 10001;
}

#loading-animation {
    width: 120px;
    height: 128px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(images/loading-animation.gif); 
    background-repeat: no-repeat;
    background-position: center;
    margin: -60px 0 0 -64px;
}



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



#video_background {
	position: fixed;
	bottom: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}



.site-main {
	position: relative;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	padding: 80px;
	margin: 0;
	z-index: 10;
}

.site-main.fullscreen {
	height: 700px;
}

.site-main .section-container {
	z-index: 10;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.site-main .table-container {
	display: table-cell;
	vertical-align: middle;
}

.site-main .container {
	width: auto;
}

.site-main h1 {
	margin-top: 30px;
}

.site-main h1,
.site-main h2,
.site-main h3,
.site-main h4,
.site-main h5,
.site-main h6 {
	font-weight: 400;
	margin-bottom: 30px;
}

.site-main h1 {
	font-size: 52px;
}

.site-main h2 {
	font-size: 42px;
}

.site-main h3 {
	font-size: 30px;
}

.slide-content {
	color: #fff;
}

.slide-item {
	display: none;
}

.slide-item.active {
	display: block;
}


.site-header {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10000;
	width: 100%;
	height: 80px;
	display: table;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: position .5s ease;
	-moz-transition: position .5s ease;
	-ms-transition: position .5s ease;
	-o-transition: position .5s ease;
	transition: position .5s ease;
}

.site-logo {
	margin: auto;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.site-logo img {
	display: block;
	margin: 0 auto;
}


.navigation {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	max-width: 500px;
	z-index: 11;
}

.navigation ul {
	margin: 0 auto;
	display: table;
}

.navigation ul &gt; li {
	min-height: 50px;
	margin: 0 15px;
	float: left;
}

.navigation ul &gt; li &gt; a {
	font: 14px 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 1px; 
	float: none;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 0;
	cursor: pointer;
	display: block;
	border-bottom: 1px solid transparent;
}

.navigation ul &gt; li &gt; a.active {
	border-bottom: 1px solid #fff;
}

.navigation ul &gt; li &gt; a i {
	color: #fff;
}

.navigation ul &gt; li &gt; a:hover {
	background: transparent;
}

.navigation ul &gt; li.current &gt; a {
	background: transparent;
	color: #fff;
}

.nav-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	background: #353438;
}

.outer {
    position: absolute;
    width: 50px;
    height: 50px;    
    top: 0px;
    overflow: hidden;    
}

.inner {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg); 
    background: #353438;
    width:100px;
    height:100px;
    position: relative;
}

.outer-left {
    left: -50px;
}

.outer-right {
    right: -50px;   
}

.inner-left {
    top: -50px;
    left: 20px;
}

.inner-right {
    top: -70px;
    right: 50px;
}


#clock {
	color: #fff;
	overflow: hidden;
}

.counter-container {
	display: table;
	margin: 0 auto;
}

#clock .counter-box {
	display: block;
	width: 160px;
	text-align: center;
	overflow: hidden;
	padding: 10px 25px;
	float: left;
	margin: 25px 0;
	position: relative;
}

#clock .number {
	font-size: 80px;
	text-align: center;
	font-family: 'Monteserrat', sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

#clock span {
	display: block;
	font-size: 21px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
}

#clock span:before {
	position: absolute;
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 0px;
}


.service-icon {
	font-size: 75px;
	color: #fff;
	margin-bottom: 20px;
}

.service h3 {
	margin-bottom: 10px;
}

.feature-item {
	text-align: left;
	margin-bottom: 30px;
}

.feature-icon {
    font-size: 40px;
    color: #fff;
	float: left;
	width: 50px;
	text-align: center;
}

.feature-text {
	margin-left: 60px;
}

.feature-item h3 {
	font-size: 21px;
	margin-bottom: 10px;
}


.site-footer {
	background: transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 10000;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: position .5s ease;
	-moz-transition: position .5s ease;
	-ms-transition: position .5s ease;
	-o-transition: position .5s ease;
	transition: position .5s ease;
}

.copyright {
	line-height: 80px;
	padding-left: 15px;
}
	
.socials-icons {
	position: fixed;
	display: table;
	margin: 0;
	width: 80px;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.socials-icons ul  {
	margin: auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
	
.socials-icons li {
	margin: 0;
	display: block;
}

.socials-icons li a {
	display: block;
	background: transparent;
	position: relative;
	width: 80px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border-right: 1px solid transparent;
}

.socials-icons li a i {
	color: #fff;
	line-height: 70px;
	font-size: 21px;
}

.socials-icons li a:hover {
	border-right: 1px solid #fff;
}

.socials-icons li a:hover i {
	color: #fff;
}


.btn:focus,
.btn:active:focus,
.btn.active:focus,
.default-button:focus,
.sm-button:focus,
.border-button:focus,
.border-sm-button:focus  {
	outline: none;
	outline-offset: 0px;
	text-decoration: none;
}


.default-button {
	display: inline-block !important;
	background: #fff;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	padding: 9px 50px;
	color: #333;
	line-height: 22px;
	font-size: 16px;
	outline: none;
	outline-offset: 0px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.default-button:hover,
.default-button:focus {
	color: #333;
	opacity: 0.8;
}

.default-button i,
.default-button:hover i,
.default-button:focus i {
	color: #333;
}

.sm-button {
	display: inline-block !important;
	background: #fff;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	padding: 6px 25px;
	color: #333;
	line-height: 22px;
	font-size: 16px;
	outline: none;
	outline-offset: 0px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sm-button:hover,
.sm-button:focus {
	color: #333;
	opacity: 0.8;
}

.sm-button i,
.sm-button:hover i,
.sm-button:focus i {
	color: #333;
}

.border-button {
	display: inline-block !important;
	background: transparent;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	padding: 9px 50px;
	color: #fff;
	line-height: 22px;
	font-size: 16px;
	outline: none;
	outline-offset: 0px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.border-button:hover,
.border-button:focus {
	background: #fff;
	color: #333;
	opacity: 0.8;
}

.border-button i,
.border-button:hover i,
.border-button:focus i {
	color: #333;
}


.border-sm-button {
	display: inline-block !important;
	background: transparent;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	padding: 6px 25px;
	color: #333;
	line-height: 22px;
	font-size: 16px;
	outline: none;
	outline-offset: 0px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.border-sm-button:hover,
.border-sm-button:focus {
	background: #fff;
	color: #333;
	opacity: 0.8;
}

.border-sm-button i,
.border-sm-button:hover i,
.border-sm-button:focus i {
	color: #333;
}
		

/* Border Blue */
.border-bt-blue {
	border-color: #7da7f3;
	color: #7da7f3;
}

.border-bt-blue:hover,
.border-bt-blue:focus {
	background: #7da7f3;
	color: #fff;
	opacity: 0.8;
}

.border-bt-blue i {
	color: #7da7f3;
}

.border-bt-blue:hover i,
.border-bt-blue:focus i {
	color: #fff;
}

/* Border Green */
.border-bt-green {
	border-color: #5cb85c;
	color: #5cb85c;
}

.border-bt-green:hover,
.border-bt-green:focus {
	background: #5cb85c;
	color: #fff;
	opacity: 0.8;
}

.border-bt-green i {
	color: #5cb85c;
}

.border-bt-green:hover i,
.border-bt-green:focus i {
	color: #fff;
}

/* Border Turkus */
.border-bt-turkus {
	border-color: #31b0d5;
	color: #31b0d5;
}

.border-bt-turkus:hover,
.border-bt-turkus:focus {
	background: #31b0d5;
	color: #fff;
	opacity: 0.8;
}

.border-bt-turkus i {
	color: #31b0d5;
}

.border-bt-turkus:hover i,
.border-bt-turkus:focus i {
	color: #fff;
}

/* Border Orange */
.border-bt-orange {
	border-color: #f0ad4e;
	color: #f0ad4e;
}

.border-bt-orange:hover,
.border-bt-orange:focus {
	background: #f0ad4e;
	color: #fff;
	opacity: 0.8;
}

.border-bt-orange i {
	color: #f0ad4e;
}

.border-bt-orange:hover i,
.border-bt-orange:focus i {
	color: #fff;
}

/* Border Red */
.border-bt-red {
	border-color: #DD4B39;
	color: #DD4B39;
}

.border-bt-red:hover,
.border-bt-red:focus {
	background: #DD4B39;
	color: #fff;
	opacity: 0.8;
}

.border-bt-red i {
	color: #DD4B39;
}

.border-bt-red:hover i,
.border-bt-red:focus i {
	color: #fff;
}

/* Border Grey */
.border-bt-grey {
	border-color: #dedede;
	color: #919191;
}

.border-bt-grey:hover,
.border-bt-grey:focus {
	background: #dedede;
	color: #333;
	opacity: 0.8;
}

.border-bt-grey i {
	color: #dedede;
}

.border-bt-grey:hover i,
.border-bt-grey:focus i {
	color: #333;
}

/* Blue */
.bt-blue {
	background: #7da7f3;
	color: #fff;
}

.bt-blue:hover,
.bt-blue:focus {
	color: #fff;
	opacity: 0.8;
}

.bt-blue i,
.bt-blue:hover i,
.bt-blue:focus i {
	color: #fff;
}

/* Green */
.bt-green {
	background: #5cb85c;
	color: #fff;
}

.bt-green:hover,
.bt-green:focus {
	color: #fff;
	opacity: 0.8;
}

.bt-green i,
.bt-green:hover i,
.bt-green:focus i {
	color: #fff;
}

/* Turkus */
.bt-turkus {
	background: #31b0d5;
	color: #fff;
}

.bt-turkus:hover,
.bt-turkus:focus {
	color: #fff;
	opacity: 0.8;
}

.bt-turkus i,
.bt-turkus:hover i,
.bt-turkus:focus i {
	color: #fff;
}

/* Orange */
.bt-orange {
	background: #f0ad4e;
	color: #fff;
}

.bt-orange:hover,
.bt-orange:focus {
	color: #fff;
	opacity: 0.8;
}

.bt-orange i,
.bt-orange:hover i,
.bt-orange:focus i {
	color: #fff;
}

/* Red */
.bt-red {
	background: #DD4B39;
	color: #fff;
}

.bt-red:hover,
.bt-red:focus {
	color: #fff;
	opacity: 0.8;
}

.bt-red i,
.bt-red:hover i,
.bt-red:focus i {
	color: #fff;
}

/* Grey */
.bt-grey {
	background: #dedede;
	color: #333;
}

.bt-grey:hover,
.bt-grey:focus {
	color: #333;
	opacity: 0.8;
}

.bt-grey i,
.bt-grey:hover i,
.bt-grey:focus i {
	color: #333;
}

/* Transparent */
.bt-transparent {
	background: transparent;
	color: #fff;
}

.bt-transparent:hover,
.bt-transparent:focus {
	color: #fff;
	opacity: 0.8;
}

.bt-transparent i,
.bt-transparent:hover i,
.bt-transparent:focus i {
	color: #fff;
}

/* Transparent Dark */
.bt-transparent-dark {
	background: transparent;
	color: #333;
}

.bt-transparent-dark:hover,
.bt-transparent-dark:focus {
	color: #333;
	opacity: 0.8;
}

.bt-transparent-dark i,
.bt-transparent-dark:hover i,
.bt-transparent-dark:focus i {
	color: #333;
}


.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.overlay-frame {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0px 0px 0px 80px #353438;
	z-index: 1;
}

.page-overlay.active {
	top: 121px;
}

.color-overlay,
.gradient-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.background-space {
	position: absolute;
	width: 100%;
	height: 350px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.apace-100 {
	height: 100px;
}

.apace-150 {
	height: 150px;
}

.apace-200 {
	height: 200px;
}

.apace-250 {
	height: 250px;
}

.apace-300 {
	height: 300px;
}

.pg-canvas {
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	height: 100%;
	opacity: 0.2;
}

.background-white {
	background: #fff;
}

.line-separate {
	display: block;
	margin-bottom: 30px;
	width: 120px;
	height: 18px;
	position: relative;
}

.line-separate span {
	display: block;
	position: relative;
	width: 18px;
	height: 18px;
	margin: 0 auto;
	border-radius: 50%;
}

.line-separate:before {
	content: '';
	display: block;
	position: relative;
	top: 8px;
	width: 50px;
	height: 2px;
	margin: 0 !important;
	float: left;
}

.line-separate:after {
	content: '';
	display: block;
	position: relative;
	top: -10px;
	width: 50px;
	height: 2px;
	margin: 0 !important;
	float: right;
}

.line-dark:before,
.line-dark:after {
	background: #999;
}

.line-dark span {
	box-shadow: inset 0px 0px 0px 2px #999;
}

.line-white:before,
.line-white:after {
	background: #fff;
}

.line-white span {
	box-shadow: inset 0px 0px 0px 2px #fff;
}

.line-color:before,
.line-color:after {
	background: #7da7f3;
}

.line-color span {
	box-shadow: inset 0px 0px 0px 2px #7da7f3;
}

.line-center,
.line-center:before,
.line-center:after {
	margin-left: auto;
	margin-right: auto;
}

.line-center span:before,
.line-center span:after {
	width: 90px;
}

.opacity-100 {
	opacity: 1;
}

.opacity-95 {
	opacity: 0.95;
}

.opacity-90 {
	opacity: 0.9;
}

.opacity-85 {
	opacity: 0.85;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-70 {
	opacity: 0.70;
}

.opacity-65 {
	opacity: 0.65;
}

.opacity-60 {
	opacity: 0.60;
}

.opacity-55 {
	opacity: 0.55;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-45 {
	opacity: 0.45;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-35 {
	opacity: 0.35;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-15 {
	opacity: 0.15;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-0 {
	opacity: 0.0;
}

.empty-space {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.photo-image {
	max-width: 350px;
	margin: 0 auto;
}

.height-auto {
	height: auto;
}

.highlight {
	color: #7DA7F3;
}

.parallax-wallpaper {
	left: -25%;
	top: -25%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: -999999;
	position: fixed;
	width: 150%;
	height: 150%;
	background-image: url(demo/background/image-11.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}

.flexslider.textslider {
	margin: 0;
	background: transparent;
	border: 0px solid #fff;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-o-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
	zoom: 1;
}

.textslider h1,
.textslider h2,
.textslider h3 {
	text-transform: uppercase;
}

.textslider h1 {
	font-size: 82px;
}

.textslider h2 {
	font-size: 58px;
}

.textslider h3 {
	font-size: 40px;
}

body.mobile {
	-webkit-text-size-adjust:none;
}

body.mobile .animated {
	display: block;
	visibility: visible;
}


@media(min-width:1300px){
	.site-main .container {
		width: 1170px;
	}
}

@media(max-width:991px){

	.site-main .page-container {
		display: block;
		vertical-align: middle;
	}

	.site-main.fullscreen {
		display: block;
		height: auto;
		padding: 200px 80px;
	}
	
	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 44px;
	}

	h3 {
		font-size: 26px;
	}
	
	.services .service {
		padding-bottom: 50px;
	}
	
	.services .service:last-child {
		padding-bottom: 0px;
	}

	#clock .counter-box {
		width: 170px;
		padding: 15px 15px;
	}

}

@media(max-width:768px){
	
	.navigation {
		border-left: 0;
		width: 100%;
	}
	
	.section, .text-left, .text-right {
		text-align: center !important;
	}
	
	.fullscreen .section-container {
		display: block;
	}
	
	.site-main .section-container {
		display: block;
		height: auto;
	}

	.site-main .table-container {
		display: block;
	}
	
	.service:last-child p:last-child  {
		margin-bottom: 0;
	}
	
	.subscription-form input,
	.subscription-form button {
		float: none;
	}
	
	.subscription-form button {
		margin-top: 20px;
	}
	
	.line-separate,
	.line-separate span:before,
	.line-separate span:after {
		margin: 0 auto;
	}
	
	.line-separate span:before,
	.line-separate span:after {
		width: 90px !important;
	}
	
	.counter-container {
		max-width: 100%;
		width: auto;
		margin: 0 auto;
		border-left: 0;
		border-right: 0;
		padding: 0px;
	}
	
	#clock .counter-box {
		width: 100%;
		float: none;
		border: none;
	}
	
	.overlay-frame {
		box-shadow: inset 0px 80px 0px 0px #353438, inset 0px -80px 0px 0px #353438
	}
	
	.socials-icons {
		position: relative;
		display: block;
		margin: 0;
		width: auto;
		height: auto;
		top: auto;
		bottom: auto;
		right: auto;
		z-index: 10;
	}

	.socials-icons ul  {
		margin: 0 auto;
		text-align: center;
		display: table;
		vertical-align: middle;
		overflow: hidden;
	}
		
	.socials-icons li {
		margin: 0;
		display: block;
		float: left;
	}

	.socials-icons li a {
		display: block;
		width: 80px;
		height: 80px;
		line-height: 80px;
		border-right: 0px solid transparent;
		border-bottom: 1px solid transparent;
	}

	.socials-icons li a i {
		color: #fff;
		line-height: 80px;
		font-size: 21px;
	}

	.socials-icons li a:hover {
		border-right: 0px solid #fff;
		border-bottom: 1px solid #fff;
	}
	
	.textslider h1 {
		font-size: 62px;
	}

	.textslider h2 {
		font-size: 48px;
	}

	.textslider h3 {
		font-size: 30px;
	}
	
}
</pre></body></html>