@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;
	clear: both;
	 min-height: 100%;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.column {
    position: relative;
    float: left;
}

.column + .column {
    
}

.column-1 {
    width: 6.86666666667%;
}

.column-2 {
    width: 15.3333333333%;
}

.column-3 {
    width: 23.8%;
}

.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;
}

@media only screen and (max-width: 812px) {
    .column-1, 
    .column-2, 
    .column-3, 
    .column-4, 
    .column-5, 
    .column-6, 
    .column-7, 
    .column-8, 
    .column-9, 
    .column-10, 
    .column-11, 
    .column-12 {
        width: auto;
        float: none;
    }
  
    .column + .column {
        margin-left: 0;
    }
}

/*------------------------------*\
    Styling
\*------------------------------*/
html, body {
  height: 100%;
  margin: 0;
	    padding: 0;
	margin: 0;
  	  font-family: "Montserrat", sans-serif;
	font-size: 100%;
	font-optical-sizing: auto;
	  background: url(../images/holdingpage-image-bk.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.yellowbk{
background-color: #f3b321;
}

span.blockspam {
  display: none;
}


.container{
	clear:both;

}
.content {
  padding: 20px;
  padding-bottom: 50px;
}
.pad60{
padding-top: 60px;
padding-bottom: 60px;
}

.footer{
	background-color: #f7f6e9; 
	margin-top: 0px;
	padding-bottom: 0px;
	clear: both;
}

.contacts{
	text-align: center;
	padding-top: 10px;
        padding-bottom: 10px;
	color: #1b232c;
	font-size: 20px;
}


.contacts a:link{color: #1b232c; font-size: 20px;}
.contacts a:hover{color: #f3b321; font-size: 20px;}
.contacts a:active{color: #f3b321;font-size: 20px;}
.contacts a:visited{color: #1b232c; font-size: 20px;}

/*social media*/
ul.social-btns {
    width: auto;
    float: right;
    margin: 0px;
    padding: 0px;
}

ul.social-btns li {
    width: auto;
    float: left;
    width: 43px;
    height: 43px;
    margin: 0px;
        margin-left: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    margin-left: 1px;
}

ul.social-btns li a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    line-height: 43px;
    height: 43px;
    float: left;
    color: #fff;
    background-color: rgba(000,000,000,0.2);
    text-align: center;
    transition-style: linear;
    transition-duration: 0s;
}

h1{
color: #ffffff;
	text-align: left;
	font-weight:500;
	 text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 8px;
	line-height: 45px;
	padding-bottom: 30px;
}

h2{
color: #ffffff;
	text-align: center;
	font-weight:400;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

h3{
color: #f3b321;
	text-align: center;
	font-weight:600;
	font-size: 20px;
	line-height: 20px;
	padding-top: 30px;
}

img.logomain {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8%;
}




.content{
	width: 70%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	
}

p{
	line-height: 1.6;
	font-size: 16px;
	margin: 0;
	color: #000000;
	padding: 20px 20px 20px 20px;
}

.yelllowtxt{
font-weight: bold;
color: #f3b321;
text-align: center; 
}

.section{ clear: both; padding: 20px 80px; width: 100%;}


.cent{
	text-align: center;
	
}

.foot_gold{
	color: #888888;
	font-size: 14px;
}

.maincolr{
	 color:#898989;
}

.maincolrlrg{
	 color:#898989;
	 font-size: 22px;
}

.smgrey{
	 color:#898989;
	 font-size: 12px;
}

.line{
	border-top: solid 6px #000;
	margin: 0 20% 0 20%;
	
}
 ul{
	list-style: url(../images/list.png);
	text-align: justify;
	line-height: 1.2;
	 font-size: 15px;
	 padding: 10px 0 0 50px;
}

a:active, a:link {
  color: #333;
  text-decoration: none;
}

a {
  color:#333;
  text-decoration: none;
}
a:hover {
  color: #009FE3;
  text-decoration: none;
}

.luminet a {
  color: #666666;
  text-decoration: none;
  font-size: 10px;
  
}
.luminet a:hover {
  color: #fff;
  text-decoration: none;
}




hr.blue {
  border-top: 1px solid #ff0000;
	width: 8%;
	text-align: center;
	
}

	
img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.clear{clear: both;}




.row:last-child {
    margin-bottom: 0;
}






@media only screen and (min-width: 1000px) and (max-width: 1366px){
		img.logomain {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20%;
}
}

/* (hdpi) Android*/
@media only screen and (min-width: 1400px) and (max-width: 900px) and (-webkit-device-pixel-ratio:1.5){

	
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
			.hero-image h1 {
    top: 35%;
	padding: 24px;
	line-height: 45px;
	font-size: 38px;
}
	
	img.logomain {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 46%;
}
	
	.pad60{
padding-top: 90px;
padding-bottom: 90px;
}
.hero-image h2 {
    top: 60%;
	font-size: 14px;	
}
}

@media only screen and (min-width: 390px) { img.logomain {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:60%;
} }


@media only screen and (min-width: 640px) and (max-width: 767px){

}

@media only screen and (min-width: 480px) and (max-width: 639px){
}

/* ----------- iPad Pro ----------- */


@media only screen and (max-width: 479px){	
}


@media only screen and (max-width: 414px){
	
	h1{
	font-size: 18px;
	line-height: 40px;
	line-height: 30px;
	
}

h2{
	font-size: 22px;
	line-height: 30px;
	
}
}
@media only screen and (max-width: 320px){
	
}




@media only screen and (min-width: 1000px) and (max-width: 1280px){


	
}

@media only screen and (min-width: 768px) and (max-width: 999px){
img.logomain {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:55%;
}
}

@media only screen and (device-width: 768px){
}


@media only screen and (max-width: 550px) {
}

@media (max-width:480px) {
	
		img.logomain {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:80%;
}
}

/* iPhone 6, 7, 8 iPhone x landscape ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
		h1{
	font-size: 18px;
	line-height: 30px;
}
	
img.logomain {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:20%;
}

h2{
	font-size: 22px;
	line-height: 30px;
}
}

/* iPhone 6+, 7+, 8+ iPhone x landscape ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
		h1{
	font-size: 18px;
	line-height: 30px;
}
	img.logomain {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:5%;
}

h2{
	font-size: 22px;
	line-height: 30px;
}
	
}


/* iPhone x landscape ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
	
}

/* Gallexy s9 landscape ----------- */
@media only screen and (max-device-width: 740px) and (min-device-width: 360px) and (orientation: landscape){	h1{
	font-size: 18px;
	line-height: 60px;
}

h2{
	font-size: 22px;
}}

	
/* Gallexy s9 portrait ----------- */
@media only screen and (min-device-width: 360px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {


}

/* IPAD landscape ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1366px) and (orientation : landscape) { 
}

/* IPAD PRO landscape ----------- */
 @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
	
}

    /* Portrait* IPAD PRO  -----------*/
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {	
	
}

/* Portrait and Landscape */
@media only screen and (min-width: 834px) and (max-height: 112px) and (-webkit-min-device-pixel-ratio: 1.5) {
	
.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: none;
	
}
	}






