/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #013644 url(images/bg01.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 15px;
	font-weight: normal;
	color: #C7FCFF;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	color: #ACF7FD;
}

h4 {
	font-size: 10px;
	color: #4493A4;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #78C6DA;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #ACF7FD;
}

.text2 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage05.jpg) no-repeat left top;
}

.text3 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage07.gif) no-repeat left top;
}

.text4 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage06.jpg) no-repeat left top;
}

.text5 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage16.jpg) no-repeat left top;
}

.text6 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage20.jpg) no-repeat left top;
}

.text7 {
	text-align: center;
	color: #3A7A84;
}

.text8 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/subpage2_01.jpg) no-repeat left top;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 5px 0px 8px 0px;
	background: url(images/homepage21.gif) repeat-x left top;
}

.list1 .first {
	background: none;
}

/** LINKS */

a {
	color: #B2F8FF;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	color: #EEFCFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	display: block;
	padding: 5px 0px;
	text-align: center;
	background: url(images/homepage21.jpg) repeat left top;
}

.link3 {
	padding-left: 13px;
	background: url(images/homepage17.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg04.jpg) no-repeat left top; }
.bg2 { background: url(images/bg05.jpg) no-repeat left top; }
.bg3 { background: url(images/bg07.gif) no-repeat left top; }
.bg4 { background: #104C61 url(images/homepage08.gif) no-repeat left bottom; }
.bg5 { background: url(images/homepage18.jpg) no-repeat left top; }
.bg6 { background: url(images/homepage19.jpg) no-repeat left top; }
.bg7 { background-image: url(images/subpage1_03.gif); }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/*custom color p*/
td p{
	color: #D18A2C;
	font-size: 14px;
}
td p font{
	font-size: 14px;
}

/*social*/
.social{
	position: relative;
}
.social:hover{
	text-decoration: none;
}
.social img{
	position: relative;
	margin-bottom: -0px;
}
/*color text font size */
td .colo-yellow font{
	font-size: 15px;
    letter-spacing: .5px;
	line-height: 18px;
}
.color-yellow{
	color: #D18A2C;
	font-size: 14px;
}
.color-footer{
	color: #D18A2C;
}
h2.title-color{
	font-size: 16px;
    letter-spacing: .5px;
	line-height: 18px;
	color: #D18A2C;
	text-transform: initial;
}
h2.title-color a{
	color: #D18A2C;
}
/*socila header*/
.cont-social{
	position: relative;
}
.social-footer{
	position: absolute;
    top: -29px;
    right: 13px;
}
.social-footer a{
	padding-right: 5px;
}

.slide-car{
	max-width: 770px;
}

.slick-dotted.slick-slider{
	margin-bottom: 0;
}

.slick-dots{
	bottom: 0;
}
.slick-dots li {
    width: 10px;
    height: 15px;
}
.slick-dots li button{
	width: 10px;
	height: 10px;
	background: #ffffffe8;
    border-radius: 50%;
}
.slick-dots li.slick-active button{
	background: #D18A2C;
}