@charset "utf-8";
/* CSS Document */

  /*------------------------------*\
    Grid System
	  <!--
Copyright (c) 2015 by Ryan Morr (http://codepen.io/ryanmorr/pen/zxRzyE)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

-->
\*------------------------------*/

.row, 
.column {
    box-sizing: border-box;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.column {
    position: relative;
    float: left;
}

.column + .column {
    margin-left: 1.6%;
}

.column2 {
    position: relative;
    float: left;
}

.column2 + .column2 {
    margin-left: 0.5%;
}

.column-1 {
    width: 6.86666666667%;
}

.column-2 {
    width: 15.3333333333%;
}

.column-3 {
    width: 23.8%;
	
}

.column-3x {
    width: 24.62%;
	
}

.column-4 {
    width: 32.2666666667%;
}

.column-5 {
    width: 40.7333333333%;
}

.column-6 {
    width: 49.2%;
}

.column-7 {
    width: 57.6666666667%;
}

.column-8 {
    width: 66.1333333333%;
}

.column-9 {
    width: 74.6%;
}

.column-10 {
    width: 83.0666666667%;
}

.column-11 {
    width: 91.5333333333%;
}

.column-12 {
    width: 100%;
    margin-left: 0;
	text-align: center;
}

@media (max-width: 550px) {
	.row{
		width: auto;
	}
    .column-1, 
    .column-2, 
    .column-3,
	.column-3x, 
    .column-4, 
    .column-5, 
    .column-6, 
    .column-7, 
    .column-8, 
    .column-9, 
    .column-10, 
    .column-11, 
    .column-12 {
        width: 100%;
        float: left;
    }
	

    .column + .column {
        margin-left: 0;
    }
	
	    .column2 + .column2 {
        margin-left: 0;
    }
}

/*------------------------------*\
    Styling
\*------------------------------*/

body {
    padding: 0 20px;
	margin: 0;
  	font-family: Lucida Sans Unicode, Lucida Grande, calibri, sans-serif, Myriad Pro;
	font-size: 100%;
	background: #fff;
}

.column {
    line-height: 18px;
	color: #999;
    padding: 0;
    min-height: 30px;
    text-align: center;
	margin: 0;
}

.column2 {
    padding: 0;
    min-height: 30px;
	margin: 0;
}

.column-3{
	text-align: center;
	
}

.column-9{
	text-align: left;
	color: #999;
	text-align: justify;
	padding: 0;		
}
.logo{
	float: left;
	text-align: left;
}


.row {
    margin-bottom: 10px;
}

.row:last-child {
    margin-bottom: 0;
}

.column .column {
    color: #eee;
    background: #333;
    border-color: #000;
}


@media only screen and (max-width: 550px) {
    .row {
        margin-bottom: 0;
    }
    .column {
        margin-bottom: 10px;
    }
    .row:last-child .column:last-child {
        margin-bottom: 0;
    }
	.pad{
	padding: 0;
	line-height: 28px;	}
	
		.pad1{
	padding: 0 0px;
	line-height: 28px;	}
	
	.column-9{
		font-size: 18px;
		padding: 0 20px
		
	}
	
	.boxside{
	padding: 10px;
	font-size: 10px;
		
}
	
}

a {
  color: #0A8CA1;
  text-decoration: none;
}
a:hover {
  color: #999;
  text-decoration: underline;
}

.luminet a {
  color: #0DB5D2;
  text-decoration: none;
}
.luminet a:hover {
  color: #fff;
  text-decoration: underline;
}

.top{
	padding: 0;
	
}
.pad{
	padding: 0 0;
	line-height: 28px;
	
}

.tel{
	float: right;
	text-align: right;
	margin: 0;
	color: #333;
	font-size: 18px;
	line-height: 22px;
	
}
.content{
	padding: 0 100px;
	
}

.boxside{
	background: url("../images/bk-rightside.jpg");
	margin:1px 0 0 0;
	padding: 40px;
	color: #fff;
	text-align: left;
		
}
.footer{
	background: #0A8CA1;
	margin: 60px 0 0 0;
	padding: 50px 20px 50px 20px;
	color: #fff;
		
}
.footer p{
color: #fff;
font-size: 12px;
}
.images{
	margin-bottom: 50px;
	border-top: solid 12px #0A8CA1;
	
}
	
img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

h1 {
  font-size: 22px;
  line-height: 28px;
  color:#0A8CA1;
  font-weight: normal;
  padding:0 0 20px 0;
}

h2 {
  font-size: 22px;
  line-height: 28px;
  color:#fff;
  font-weight: normal;
  padding:0;
}

h3 {
  font-size: 20px;
  width: 100%;
  line-height: 28px;
  color:#0A8CA1;
  font-weight: normal;
  padding:0;
  border-bottom: dashed 1px #e1e1e1;
}

h4{
  font-size: 20px;
  line-height: 35px;
  color:#fff;
  font-weight: normal;
  padding:4px;
  background: #666;
  width: 98%;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  margin: 1px 0 0 0;
  
	
}

p{
	line-height: 1.5;
	
}

.maincolr{
	 color:#0A8CA1;
}

.maincolrlrg{
	 color:#0A8CA1;
	 font-size: 22px;
}

.smgrey{
	 color:#666;
	 font-size: 12px;
}
.line{
	border-top: solid 6px #0A8CA1;
	margin: 0 20% 0 20%;
	
}

.content ul{
	list-style: url(../images/list.png);
	text-align: justify;
	line-height: 1.5
}

@media (max-width: 480px) {
		.pad{
	padding: 0 0px;
	line-height: 28px;	}
	
	.tel{
	float: none;
	text-align: center;	}
	
	.column-9{
	text-align: left;
	color: #666;
	text-align: justify;
	font-size: 18px;		
}

.content{
	padding: 0 20px;
	
}

	.boxside{
	padding: 20px;
	font-size: 18px;
		
}
	
}

@media only screen and (device-width: 768px) {
	
	h3 {
  font-size: 22px;
  line-height: 28px;
  color:#fff;
  font-weight: normal;
  padding:0;
}

.row {
        margin-bottom: 0;
    }
    .column {
        margin-bottom: 10px;
    }
    .row:last-child .column:last-child {
        margin-bottom: 0;
    }
	
	.column-6{
	text-align: left;
	color: #999;
	text-align: justify;
	padding: 0 10px;
	
}
.column-9{
	text-align: left;
	color: #999;
	text-align: justify;
		
}

.content{
	padding: 0 30px;
	
}

	.boxside{
	padding: 10px;
	font-size: 10px;
		
}


}

