@charset "utf-8";

.topic {color:#FFF}

  .clearfix:before,
    .clearfix:after{
    display: table;
    content: " ";
}
    .clearfix:after{
    clear: both;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



 #responsive-logo { max-width: 1024px ;background-image: url('../images/skin/logo1.jpg') ; background-repeat:no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: 17.3%;
    height: 0;
    text-indent: -9999px;}
	
@media only screen and (max-width:723px){ #responsive-logo {background-image: url('../images/skin/logo1.jpg')}}
@media only screen and (max-width:523px){ #responsive-logo {background-image: url('../images/skin/logo3.jpg'); padding-top: 37.8%; }
}


/*#header {background-image:url(../images/skin/header.jpg); width:100%} */
header {background:#FFF;  /* black background-image:url();*/ display:block;   background-position: right top;	background-repeat: no-repeat;}
@media only screen and (max-width:900px){header {background-image:url(../images/skin/headerinfo2.jpg);}
}

@media only screen and (max-width:723px){header {background-image:none;}
}
header {background:#FFF;  /* black background-image:url();*/ display:block;   background-position: right top;	background-repeat: no-repeat;}

@media only screen and (max-width:1024px){main {padding: 15px 20px; border:none}
/**header {background-image:url(../images/skin/header2.jpg);}**/
 }

@media only screen and (max-width:900px){header {background-image:url(../images/skin/headerinfo2.jpg);}
}
/*FORM*/
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Raleway", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 10px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
/* end of form*/


.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 7px 24px;
    border: 1px solid #31669e;
    border-radius: 8px;
    background: #4fa6ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#4fa6ff), to(#31669e));
    background: -moz-linear-gradient(top, #4fa6ff, #31669e);
    background: linear-gradient(to bottom, #4fa6ff, #31669e);
    text-shadow: #1f4063 1px 1px 1px;
    font: normal normal bold 18px arial;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase
}
.button:hover {
    border: 1px solid ##3d80c5;
    background: #5fc7ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#5fc7ff), to(#3b7abe));
    background: -moz-linear-gradient(top, #5fc7ff, #3b7abe);
    background: linear-gradient(to bottom, #5fc7ff, #3b7abe);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase
}
.button:active {
    background: #31669e;
    background: -webkit-gradient(linear, left top, left bottom, from(#31669e), to(#31669e));
    background: -moz-linear-gradient(top, #31669e, #31669e);
    background: linear-gradient(to bottom, #31669e, #31669e);
    text-transform: uppercase
}
.button:focus {
    text-transform: uppercase
}


footer {color:#666; padding: 0 0px;display:block;}

/** PROJECT SPECIFIC CSS**/

/* BASICS
NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

html {background-color: #FFF; /* black */

  font-size: 62.5%; }
body {	
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
 /*  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
   font-family: 'Open Sans', sans-serif;
  color: #333; /* black */
  margin:0 0 0 0}
  
/** Container **/

.main-container {background-color: #FFF;/* black */
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
/*  padding: 0 20px;*/
  box-sizing: border-box; box-shadow: 12px 0 15px -4px #999, -12px 0 8px -4px #999 /* grey */;}
  

  
  
  /* For devices larger than 1000px */
	@media (min-width: 1024px) {
  .main-container {
    width:100%; }
	}

/* Header–––––––––––––––––––––––––––––––––––––––––––––––––– */

#header-info {
    color:#000 ; font-size: 2.2rem; line-height: 1.2; text-align:center; padding-top:90px; }

/*#header {background-image:url(../images/skin/header.jpg); width:100%} */
header {background:#FFF;  /* black */display:block; background-image:url(../images/skin/header.jpg);   background-position: right top;	background-repeat: no-repeat;}

@media only screen and (max-width:1024px){main {padding: 15px 20px; border:none}
header {background-image:url(../images/skin/header2.jpg);}
#header-info {font-size: 2.0rem;} }

@media only screen and (max-width:900px){header {background-image:url(../images/skin/header3.jpg);}
#header-info {
   font-size: 1.8rem;
    padding-left: 0px;}}

@media only screen and (max-width:723px){header {background-image:none;}
#header-info {
      padding-top: 30px;  margin-left:-20px}
}
  @media only screen and (max-width:583px){#header-info { padding-top: 25px;font-size: 1.6rem;}
}
  @media only screen and (max-width:553px){#header-info {padding-top: 0px; margin-left:20px; font-size: 1.4rem; }}
}

/* content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#content { padding-left:15px 15px 15px 15px;padding-right:20px}

main {padding: 15px 15px; }

.four-right { float:right !important }


/* images
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.fullwidth-img {width:100%;}
.side-img {width:100%; min-width:250px; }
@media only screen and (max-width:900px) and (min-width:583px){.side-img {margin-top:20; min-width:100px; }}


.logo-img {width:100%; max-width:600px;display:block}
#logo {margin: -5px 0 0 0px }
@media only screen and (max-width:1024px){#logo {margin: 0 0 0 10px !important;}}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	color:#333;/* headers colour */
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 2.6rem; line-height: 1.2;  letter-spacing: -.1rem;font-weight:bold; text-align:center}
h2 { font-size: 2.0rem; line-height: 1.25; letter-spacing: -.1rem; text-align:center }
h3 { font-size: 2.0rem; line-height: 1.3;  letter-spacing: -.1rem; font-weight:bold}
h4 { font-size: 1.8rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.6rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 2.6rem; }
  h2 { font-size: 2.0rem; }
  h3 { font-size: 1.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0;color:#666;/* text colour */ }
  
  .mid {text-align:center}
  
  .red-mid {
 color:#F00; font-weight:bold; text-align:center/* text colour */ }
   .red {
 color:#F00;font-weight:bold;/* text colour */ }
 
   .bold {
 color:#0151b0; font-weight:bold; text-align:center/* text colour */ }
   .blue {
 color:#0151b0;font-weight:bold;/* text colour */ }

#front {
       background-position: right top;
    background-repeat: no-repeat;
    float: right;
}

.frontpage-content-left-button {
    padding-left: 0; 
}

.frontpage-content-left-button a{
  color:#FFF !important; 
}

.frontpage-content-left-button a:hover{
  font-weight:800
}

.frontpage-content-left-button li {
    
    list-style: none;
    padding: 18px 0px 18px 0px; text-align:center; white-space:nowrap;
}

.frontpage-content-left-button-1 {
    background-color: #0151b0;
   
    border-radius: 5px;
    color: #ffffff;
    padding: 14px 22px 14px 22px;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.frontpage-content-left-button-2 {
    background-color: #0168e3;
       border-radius: 5px;
    color: #ffffff;
    padding: 14px 45px 14px 45px;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.frontpage-content-left-button-3 {
    background-color: #0151b0;
    border-radius: 5px;
    color: #ffffff;
    padding: 14px 42px 14px 42px;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.frontpage-content-left-button-4 {
    background-color: #0168e3;
    border-radius: 5px;
    color: #ffffff;
    padding: 14px 30px 14px 30px;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.frontpage-content-left-button-5 {
    background-color: #0151b0;
    border-radius: 5px;
    color: #ffffff;
    padding: 14px 60px 14px 60px;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.frontpage-content-left-button-6 {
    background-color: #0168e3;
    border-radius: 5px;
    color: #ffffff;
    padding: 14px 31px 14px 31px;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Links
––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link {
  color: #0151b0; font-weight:bold; text-decoration:none }
a:hover {
	color: #0151b0; text-decoration:underline;
}
a:visited {
	color: #0151b0;
}
a:active {
	color: #0151b0;
}

.nav a:link {
  color: #FFF; font-weight:bold; text-decoration:none;  }
.nav a:hover {
	color: #FFF; text-decoration:none;
}
.nav a:visited {
	color: #FFF;
}
.nav a:active {
	color: #FFF;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  }

.one.column {padding: 5px 20px 5px 0px;}
.two.columns {padding: 5px 20px 5px 0px;}
.three.columns {padding: 5px 20px 5px 0px;}
.four.columns {padding: 5px 20px 5px 0px;}
.five.columns {padding: 5px 20px 5px 0px;}
.six.columns {padding: 5px 20px 5px 0px;}
.seven.columns {padding: 5px 20px 5px 0px;}
.eight.columns {padding: 5px 20px 5px 0px;}
.nine.columns {padding: 5px 20px 5px 0px;}
.ten.columns {padding: 5px 20px 5px 0px;}
.eleven.columns {padding: 5px 20px 5px 0px;}
.twelve.columns {padding: 20px 20px 20px 0px;}
.twelve-indent.columns {padding: 20px 20px 20px 45px;}

.one-half.column {padding: 5px 20px 5px 0px;}
.one-third.column {padding: 5px 20px 5px 0px;}
.two-thirds.column {padding: 5px 20px 5px 0px;}


.row-border { padding: 10px 10px 0 10px; border-style: solid;
    border-width: 10px; border-color:#0151b0;}

.prices th, td{    border: 2px solid #fff;
    margin: 0 0 15px 0;
    text-align: left;
    width: 100%; border-spacing:0; color:#666; padding:10px 10px 10px 10px !important} 
	
