@charset "UTF-8";
/* CSS Document */

html, body {
        position: relative;
        height: 100%;
    }
a {
    color: #F16721;
}
    body {
        background: #fff;
        font-family: 'open sans';
        font-size: 14px;
        color:#fff;
        margin: 0;
        padding: 0;
    }
    .swiper-container {
        width: 90%;
        height: 75%;
		
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
		

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
      
    }
	.column-half {width:40%; float:left; text-align:left; margin:220px 10px 10px 10px; vertical-align: text-top !important; font-size:0.8em; }
	.column-full {width:70%; text-align:center; margin:220px 10px 10px 10px; vertical-align: text-top !important; font-size:1.1em; }
	.column-full-mobile, .firstmobile {display:none;}

	.swiper-slide p {clear:both;}
	
	

.first {background: url(/img/slide1.jpg) no-repeat;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  
.second {background: url(/img/slide2.jpg) no-repeat;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;} 
  
  .third {background: url(/img/slide3.jpg) no-repeat;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}  
 
  .fifth {background: url(/img/slide5.jpg) no-repeat;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;} 
 
 .fourth {background: url(/img/slide4.jpg) no-repeat;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;} 
 
 
  
  .third ul, .fourth ul, .fifth ul {
	  list-style:none;
	  padding-right:10%;
	 }
  .sixth ul{
	  list-style:none;
	  padding-right:10%;
	  background: url(/img/back2.png) repeat;
	 }
  
  	  .fullimage{
      width:100%;
	  height:auto;
    }
	
		.underlogo {font-size: 21px; color:#666; text-align:center !important; clear:both; display:block; margin-bottom:60px; margin-top:10px;}

.logonest {margin:0 auto; width:100%; text-align:center; padding:30px 0 30px 0;}


.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  color: #ffffff;
  font-size: 18px;
  padding: 12px 25px 12px 25px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


/*FORM STYLE*/

 .form{ 
    max-width: 63%; 
    min-width: 25%; 
     
     text-align:left;
    color: #fff; 
    font-size: 16px; 
    margin: 0px; 
    background-color: none; 
    padding: 38px; 
} 
.content{ 
    margin: 0px; 
} 
.form label{ 
    color: #fff; 
    font-size: 12px; 
    display: none; 
} 
.form input[type=radio], input[type=checkbox]{ 
    margin: 10px; 
    width: 13px; 
} 
.form div{ 
    display: block; 
} 
.form input, form textarea, form select{ 
    border-width: 1px; 
    border-style: solid; 
    border-color: none; 
    border-radius: 5px; 
    padding: 14px; 
    width: 100%;
	
} 
.form input, form textarea {-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.43);
-moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.43);
box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.43);}
.form h1{ 
    font-size: 23px; 
    color: #ffffff; 
    padding: 0px; 
    margin: 0px; 
    margin-bottom: 10px; 
   
   
} 

.form h2{ 
    font-size: 15px; 
    color: #ffffff; 
    
} 
.intro{ 
    margin-bottom: 10px; 
} 
.clear{ 
    clear: both; 
} 
.form textarea{ 
    height: 105px; 
    width: 100%; 
} 
.form input[type=submit]{ 
    width: 50%; 
    background-color: #1F87CC; 
    color: #FFFFFF;
	font-size:14px;
	border:none !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
} 
.field{ 
    margin-bottom: 13px; 
} 

@media (max-width: 480px) {
 .column-half {display:none;}
	.column-full {display:none;}
	.column-full-mobile {display:block; width:80%; text-align:center; margin:40% 10px 10px 10px; vertical-align: text-top !important; font-size:1.1em;}
	.firstmobile {display:block;  text-align:center; vertical-align:middle; background: url(/img/slidem1.jpg) no-repeat;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
	
	.form{ 
     display:none;
} 
	.form h1, form h2{ 
   display:none; 
   
   
} 
.logonest {display:none;}
 .swiper-container {
        width: 100%;
        height: 100%;
		margin-top:none;
    }
	
	
}
