@charset "UTF-8";

html{
	box-sizing: border-box;
}


*, *:before, *:after{
	box-sizing: inherit;
}
body {
  color: blue;
}


    li{list-style:none;
        
}
ul{
    text-align: center;
    list-style: inside;
}

 

.page-wrap {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(image/white%20background.jpg);
	background-position: 5% 0%;
	margin-top: -41px;
  
}

.page-header {
	height: 189px;
	font-size: medium;
	width: auto;
	background-image: url(image/header.jpg);
	background-position: 101% 0%;
	background-repeat: no-repeat;
	margin-top: 0px;
   
}
.blue-pine-pro   {
}
.page-header p {
    
	float: left;
	color: #4B8BAD;
	font-size: 3em;
    
	padding-left: 3%;
	padding-top: 26px;
	padding-bottom: 27px;
	background-image: -webkit-linear-gradient(204deg,rgba(54,54,54,0.00) 0%,rgba(2,2,2,1.00) 67.94%);
	background-image: -moz-linear-gradient(204deg,rgba(54,54,54,0.00) 0%,rgba(2,2,2,1.00) 67.94%);
	background-image: -o-linear-gradient(204deg,rgba(54,54,54,0.00) 0%,rgba(2,2,2,1.00) 67.94%);
	background-image: linear-gradient(246deg,rgba(54,54,54,0.00) 0%,rgba(2,2,2,1.00) 67.94%);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.submit-form {
	margin-top: -9%;
}

  .transfer{
       margin: auto;
  width: 100%;
 padding-bottom:10px;
}


    .transfer img{
        display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
        padding-bottom:40px;
    }



.moble-logo {
	height: auto;
	float: right;
	margin-top: 64px;
	margin-right: 11%;
	padding-bottom: 0px;
	margin-left: 5%;
	max-width: 154px;
}
.nav-img {
	height: auto;
	width: auto;
	padding-top: 0px;
	display: none;
    margin-left: 0px;
}
.innav {
	padding-right: 0px;
	padding-bottom: 0px;
	width: 43%;
	float: left;
	margin-right: 0px;
}
.page-nav {
	border-color: #4B8BAD;
	border-bottom-width:15px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 15px;
	padding-bottom: 271px;
	width: auto;
	padding-top: 0px;
	margin-top: -20px;
	margin-bottom: 0px;
	padding-left: 2.6%;
}
.page-nav ul li {
	list-style-type: none;
	border-bottom-color: #D44042;
	font-size: 1.5em;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	margin-left: -7%;
    margin-right: 0px;
	text-align: center;
}
.page-nav ul li a:link {
	text-decoration: none;
	color: #000000;
	
}
.page-nav ul li a:visited {
	color: #4B8BAD;
}
.page-nav ul li a:hover {
	color: #4B8BAD;
}
.nav-on {
	background-image: -webkit-linear-gradient(270deg,rgba(75,139,173,0.36) 0%,rgba(75,139,173,0.46) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(75,139,173,0.36) 0%,rgba(75,139,173,0.46) 100%);
	background-image: -o-linear-gradient(270deg,rgba(75,139,173,0.36) 0%,rgba(75,139,173,0.46) 100%);
	background-image: linear-gradient(180deg,rgba(75,139,173,0.36) 0%,rgba(75,139,173,0.46) 100%);
}
.intro-vid {
	height: auto;
	width: 100%;
	border: 5px solid #000000;
	margin-right: 32px;
	margin-top: 5px;
}
.main {
    
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5em;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 24px;
	padding-left: 2%;
	clear: both;
}
.testim{
   margin-left: auto;
	margin-right: auto;
	font-size: .75em;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 24px;
	padding-left: 2%;
	clear: both; 
}

.footer-left {
	float: left;
}
.footer-left img {
	margin-left: 10px;
}
.footer-right {
	float: right;
}
.footer-right img {
	margin-left: -30px;
}
.page-footer {
	border-color: #4B8BAD;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 15px;
	padding-bottom: 137px;
	width: auto;
	padding-top: 6px;
	margin-top: -16px;
	margin-bottom: 0px;
	font-size: 2.em;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
	font-size: 1em;
}
.page-footer a:link {
	color: #000000;
}
.image-gal {
	margin-left: auto;
	margin-right: auto;
}
.image-galbox {
}

/* imggall
------
--
-
---
--
--
- */
div.img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 5px solid black;
	float: left;
	width: 52%;
	/* [disabled]display: inherit; */
	margin-left: 22%;
	margin-right: 2%;
}

div.img:hover {
	border: 5px solid #4B8BAD;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
	



}
/* Dropdown Button */
.dropbtn {
	background-color: #4B8BAD;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	margin-left: 18%;
	margin-bottom: 1%;
	margin-top: 7%;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #020202;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #4B8BAD;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(255,255,255,0.20);
	margin-top: -17px;
	margin-left: 19px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(255,255,255,0.20);
}

/* Links inside the dropdown */
.dropdown-content a {
	color: #FFFFFF;
	padding: 12px 16px;
	display: block;
	text-decoration: none;
	list-style-type: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #000000}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
.purchase-form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.purchase-img {
	height: auto;
	width: 100%;
}
.purchaseimg-con {
	width: 100%;
	padding-top: 21px;
	padding-right: 21px;
	padding-bottom: 21px;
	padding-left: 21px;
}


.video {
	width: 100%;
	height: 100%;
}




@media (min-width:725px){
	.moble-logo{
	display: none;	
}
.innav {
	float: none;
    padding-top: 9px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
	.nav-img {
        width: 7%;
	display: inherit;
	margin-top: -62px;
	padding-bottom: 16px;
	margin-bottom: -72px;
   
}
.page-nav {
	border-color: #4B8BAD;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 15px;
	padding-bottom: 0px;
	margin-bottom: 49px;
	width: 100%;
	text-align: none;
	margin-top: -20px;
	padding-top: 0px;
}
.page-nav ul {
	text-align:none;
	list-style-type: none;
	padding-left: 3.5%;
}
.page-nav ul li  {
	/* [disabled]list-style-type: none; */
	border-bottom-color: #D44042;
	padding-bottom: 0px;
	padding-top: 0px;
	/* [disabled]float: left; */
	display: inline;
	padding-left: 4.4%;
	padding-right: 5%;
    font-size: 1.45em;

}
.page-nav ul li a:link {
}

.footer-right img {
}
.footer-left img {
}
.page-footer {
	padding-top: 0px;
	padding-bottom: 73px;
}
/* Dropdown Button */
.dropbtn {
	background-color: #4B8BAD;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	margin-left: 18%;
	margin-bottom: 1%;
	margin-top: 7%;
	width: auto;
}
		
}
	

	
	
	



@media (min-width:900px){

    
/* imggall
------
--
-
---
--
--
- */
div.img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 5px solid black;
	float: left;
	width: 21%;
	/* [disabled]display: inherit; */
	margin-left: 2%;
	margin-right: 2%;
}
   
.purchase-img {
	height: auto;
	width: 100%;
	float: left;
}
.purchase-form {
	float: right;
	width: 41%;
}
.purchaseimg-con {
	width: 48%;
	margin-left: 6%;
}
.video {
	width: 100%;
	height: 100%;
}
    .page-nav ul li {
	font-size: 1.6em;
	
}
    .nav-img {
        width: 130px;




}
    @media (min-width:965px){

    

    .page-nav ul li {
	font-size: 1.7em;
	
}
    .nav-img {
        width: 150px;




}
}
@media (min-width:500px)
   display: inherit;
	margin-top: -62px;
	padding-bottom: 16px;
	margin-bottom: -72px;
}

.moble-logo {
	width: 41%;
	margin-top: 28px;
	max-width: 194px;
}
.intro-vid {
	width: 35%;
	height: auto;
	float: none;
}
    .transfer{
       margin: auto;
  width: 100%;
  
  padding-bottom:10px;
}
    .transfer img{
        display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  padding-bottom:40px;
    }
}
.footer-left img {
	margin-left: -14px;
}
.footer-right img {
	margin-right: -20px;
}
#carousel1 {
	width: 65%;
	background-color: #000000;
	border: 5px solid #000000;
	margin-left: 17.5%;
	float:left;
}
.page-footer {
	padding-top: 0px;
	padding-bottom: 73px;
	font-size: 1.5em;
}
/* imggall
------
--
-
---
--
--
- */
div.img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 5px solid black;
	float: left;
	width: 23%;
	/* [disabled]display: inherit; */
	margin-left: 6%;
	margin-right: 3%;
}
.purchaseimg-con {
	width: 47%;
	float: left;
}
.purchase-form {
	float: right;
	width: 53%;
}
}


