
dy { background: #c7d0df url(../images/main-bg.gif) repeat; margin: 0 auto; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000; }
td { vertical-align: top; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000; }

img { border: none; }
a, a:visited, a:active { text-decoration: underline; outline: none; }
a:hover { color: red; text-decoration: none; outline: none; }
p { margin: 15px 0; }
dt { font-weight: bold; }
dd { padding-left: 15px; }
ul, ol, form {  }
ul li {  }
ol li {  }
blockquote { font-style: italic; padding: 20px; margin: 25px; }
form { display: inline; }
input, textarea, select, optgroup, option {  }
input.text_field, input.password, input.button {  }
input.text_field, input.password {  }
input.file {  }
input.button { padding: 0 10px; cursor: pointer; }
.i1 { }
.sub1 { }

h1 { font-weight: bold; color: red; font-size: 36px; margin: 25px 0; }
h2 { font-weight: bold; color: red; font-size: 18px; margin: 20px 0; }
h3 { font-weight: bold; color: red; font-size: 16px; margin: 20px 0; }
h4 { font-weight: bold; color: red; font-size: 14px; margin: 20px 0; }
h5 { font-weight: bold; color: red; font-size: 12px; margin: 20px 0; }
h6 { font-weight: bold; color: red; font-size: 12px; margin: 20px 0; }

#container { width: 923px; margin: 0 auto; text-align: left; }
#nav { list-style: none !important; margin: 0; padding: 0; }
#nav li { display: block; background: transparent; padding: 0; float: left; }

.fl-left { float: left; display: inline; }
.fl-right { float: right; display: inline; }
.clear { clear: both; }
.block { display: block; }
.txt-center { text-align: center; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.hr { line-height: 1px; height: 1px; border-top: 1px solid red; width: 100%; margin: 10px 0; }

/* Slide */
#slides{
	position: relative;
	height: 150px;
  width: 80%;
  margin: auto;
	padding: 0px;
	list-style-type: none;
}

.slide{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;

	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.showing{
	opacity: 1;
	z-index: 2;
}


.slide{
	font-size: 40px;
	padding: 40px;
	box-sizing: border-box;
	background: #333;
	color: #fff;
}

.slide:nth-of-type(1){
	background: red;
}
.slide:nth-of-type(2){
	background: orange;
}
.slide:nth-of-type(3){
	background: green;
}
.slide:nth-of-type(4){
	background: blue;
}
.slide:nth-of-type(5){
	background: purple;
}

.sk-big-container {
	background: url('/assets/images/hdr_bg.png');
	max-height: 300px;
}

.sk-container {
	display: grid;
	grid-gap: 10px;
}

.sk-phone {
	grid-column: 1 / span 3;
	grid-row: 1;
}

.sk-phone p {
	font-size: 24px;
	margin-top: 15px;
	text-align: right;
}

.sk-phone a {
	color: #433325;
}

.sk-logo {
	grid-column: 4 / span 2;
	grid-row: 1 / span 2;
}

.sk-logo img {
	margin-left: 50px;
}

.sk-spacer {
	grid-column: 6;
	grid-row: 1 / span 2;
}

.sk-moved {
	text-align: center;
	grid-column: 1 / span 3;
	margin-top: 180px;
}

.sk-moved p {
	font-size: 80px;
	color: #dab773;
	position: relative;
	top: -170px;
	margin: 0 auto;
	text-align: center;
}

.sk-moved span {
	font-size: 54px;
}

.read-more-txt { display: none; }

@media only screen and (min-width: 800px) {
	.desktop-only {
		display: inherit;
	}

	.mobile-only {
		display: none;
	}
}

@media only screen and (max-width: 799px) {
	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: inherit;
		text-align: center;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.sk-moved {
		grid-column: 1 / span 3;
		margin-top: 160px;
	}

	.sk-moved p {
		font-size: 70px;
	}

	.sk-logo {
		float: right;
	}

	.sk-logo img {
		margin-left: 0;
	}
}

@media only screen and (max-width: 600px) {
	.sk-big-container {
		max-height: 220px;
	}

	.sk-moved p {
		font-size: 54px;
	}

	.sk-moved span {
		font-size: 44px;
	}
}

@media only screen and (max-width: 425px) {
	.sk-moved {
		grid-column: 1 / span 6;
		margin-top: 146px;
	}

	.sk-moved p {
		font-size: 30px;
	}

	.sk-moved span {
		font-size: 24px;
	}

	.sk-logo {
		grid-column: 4 / 7;
	}

	.sk-logo img {
		max-width: 100%;
	}
}
