/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

html,body {
height:100%;
}

body {
height: 100%;
width:100%;
min-width:200px;
max-width:2000px;
font-family: Helvetica, open-sans, sans-serif;
font-size: 100%;
font-weight: 300;    
color:#000;	
}

.bodybackground{
background-image:url(img/bg_12.png);    
}

h1 {	
width:100%;		
margin:0% auto 1% auto;
padding: 1% 0% 0% 0%;
text-align:center; 
font-size: 220%;
font-weight: 500;
color: #14496b;
color: rgb(31, 53, 94);
color: hsl(219, 50%, 25%);
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

h2 { 
padding: 0% 0% 0% 0%;
font-weight:500;
font-size: 120%;
}

.content03 h2 { 
padding: 0% 0% 0% 2%;
font-weight:500;
font-size: 160%;
}

h3 { 
padding: 0% 0% 0% 2%;
font-weight:500;
font-size: 110%;
}

a:link { 
color:rgb(0, 0, 0);
text-decoration:none;
}

a:visited { 
color: #000;
color: rgb(0, 0, 0);
color: hsl(0, 0%, 0%); 
text-decoration:none;
}
	
a:focus	{
color: #000;
text-decoration:none;
}
	
a:hover { 
color: #0206cf;     
color: rgb(2, 6, 207);     
color: hsl(239, 98%, 41%); 
text-decoration:none;
}

a:active { 
color:#fab703; 
text-decoration:none;
}

.underconwrap img{
display: block;
width:100%;
margin:0% auto 0% auto;
}

header {
width:100%;
margin:0% auto 0% auto;
padding:0% 0% 0% 0%;
}

.headcon{
margin:0% auto 0% auto;
padding:0% 0% 0% 0%;
}

.headwrap{
width:100%;
display:inline-block;
margin:0 auto 0% auto;
padding:0% 0% 0% 0%;
}

.headwrap img{
float:left;
width:100%;
margin:0% 0% 0% 2%;
max-height:150px;
max-width:232px;
min-height:80px;
}

.headinfo{
width: 100%;
display: block;
margin:1% auto 1% auto;
}

.headwrap p{
width:96%;
margin:0% auto 0% auto;
padding:0px 0% 4px 0%;
font-size: 130%;
font-weight:500;
text-align: right;
color: #1f355e;
color: rgb(31, 53, 94);
color: hsl(219, 50%, 25%);
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.headwrap p a{
color: #1f355e;
color: rgb(31, 53, 94);
color: hsl(219, 50%, 25%);
}

.band{
width:100%;
height:10px;	
clear:both;
margin:0% auto 0% auto;
padding:0% 0% 0% 0%;
background: rgb(100,135,147); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(100,135,147,1) 0%, rgba(255,255,255,1) 50%, rgba(100,135,147,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,135,147,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(100,135,147,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(100,135,147,1) 0%,rgba(255,255,255,1) 50%,rgba(100,135,147,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(100,135,147,1) 0%,rgba(255,255,255,1) 50%,rgba(100,135,147,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(100,135,147,1) 0%,rgba(255,255,255,1) 50%,rgba(100,135,147,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(100,135,147,1) 0%,rgba(255,255,255,1) 50%,rgba(100,135,147,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#648793', endColorstr='#648793',GradientType=0 ); /* IE6-9 */

}

/* Menu Starts */

ul#css3menu1,ul#css3menu1 ul{
margin:0% 2% 0% 0%;
list-style:none;
padding:0;
background-color:#FFFFFF;
border-width:1px;
border-style:solid;
border-color:#b2b2b4;
}

ul#css3menu1 ul{
display:none;
position:absolute;
left:-1px;
top:100%;
background-color:#FFFFFF;
background-image:-o-linear-gradient(-90deg,rgba(44,160,202,0),rgba(0,0,0,0.1)); 
background-image:-moz-linear-gradient(-90deg,rgba(44,160,202,0),rgba(0,0,0,0.1));   
background-image:linear-gradient(180deg,rgba(44,160,202,0),rgba(0,0,0,0.1));  
background-image:-webkit-linear-gradient(-90deg,rgba(44,160,202,0),rgba(0,0,0,0.1));
border-style:solid;
border-color:#FFFFFF #bfc1c2 #bfc1c2 #bfc1c2;
-moz-box-shadow:0 5px 5px rgba(20, 20, 25, 0.2), 0 0 0 1px #FFFFFF inset;
-webkit-box-shadow:0 5px 5px rgba(20, 20, 25, 0.2), 0 0 0 1px #FFFFFF inset;
box-shadow:0 5px 5px rgba(20, 20, 25, 0.2), 0 0 0 1px #FFFFFF inset;padding:5px;
}

ul#css3menu1 li:hover>*{
display:block;
}

ul#css3menu1 li{
position:relative;
display:block;
white-space:nowrap;
font-size:0;
float:left;
}

ul#css3menu1 li:hover{
z-index:1;
}

ul#css3menu1{
font-size:0;
z-index:999;
position:relative;
display:inline-block;zoom:1;
padding:0;
-moz-box-shadow:0 2px 0 #bfc1c2;
-webkit-box-shadow:0 2px 0 #bfc1c2;
box-shadow:0 2px 0 #bfc1c2;
*display:inline;
}


ul#css3menu1>li{
margin:0;
}

ul#css3menu1 a:active, ul#css3menu1 a:focus{
outline-style:none;
}

ul#css3menu1 a{
display:block;
vertical-align:middle;
text-align:left;
text-decoration:none;
font:16px open-sans, Helvetica, sans-serif;
color: #1f355e;
color: rgb(31, 53, 94);
color: hsl(219, 50%, 25%);
font-weight:700;
cursor:pointer;
padding:9px 12px;
background-color:;
background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13)); 
background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13));   
background-image:linear-gradient(180deg,rgba(255,255,255,0),rgba(85,85,85,0.13));  
background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13));
background-repeat:repeat;
background-position:0 0;
border-width:0px;
border-style:none;
border-color:;
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#00FFFFFF,endColorstr=#21555555)
}

ul#css3menu1 ul li{
float:none;margin:0;
}

ul#css3menu1 ul a{
text-align:left;
padding:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
background-color:none;
background-image:none;
border-width:0;border-style:none;
color:#000;
text-decoration:none;
}

ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
border-style:none;
color:#000;
background-image:-o-linear-gradient(-90deg,rgba(85,85,85,0.13),rgba(255,255,255,0)); 
background-image:-moz-linear-gradient(-90deg,rgba(85,85,85,0.13),rgba(255,255,255,0));   
background-image:linear-gradient(180deg,rgba(85,85,85,0.13),rgba(255,255,255,0));  
background-image:-webkit-linear-gradient(-90deg,rgba(85,85,85,0.13),rgba(255,255,255,0));
background-position:0 100%;
text-decoration:none;
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#21555555,endColorstr=#00FFFFFF)
}

ul#css3menu1 > label.switch{
display:none;
cursor:pointer;
width:25px;
height:20px;
padding:13px 15px;
}

ul#css3menu1 > label.switch:before{
content:"";
position:absolute;
display:block;
height:4px;
width:25px;
background:#92979E;
-moz-box-shadow:0 8px #92979E, 0 16px #92979E;
-webkit-box-shadow:0 8px #92979E, 0 16px #92979E;
box-shadow:0 8px #92979E, 0 16px #92979E;
}

ul#css3menu1 > label.switch:hover:before{
background:#ffffff;
-moz-box-shadow:0 8px #ffffff, 0 16px #ffffff;
-webkit-box-shadow:0 8px #ffffff, 0 16px #ffffff;
box-shadow:0 8px #ffffff, 0 16px #ffffff;
}

ul#css3menu1 > .switchbox{
display:none;
}

ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li a.pressed{
-moz-box-shadow:0 1px 0 #5682a5;
-webkit-box-shadow:0 1px 0 #5682a5;
box-shadow:0 1px 0 #5682a5;
background-color:#76a0bb;
background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13)); 
background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13));   
background-image:linear-gradient(180deg,rgba(255,255,255,0),rgba(85,85,85,0.13));  
background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13));
border-style:none;
color:#000;
text-decoration:none;
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#00FFFFFF,endColorstr=#21555555)
}

ul#css3menu1 li.topfirst>a{
-moz-box-shadow:0 0 0 1px #FFFFFF inset;
-webkit-box-shadow:0 0 0 1px #FFFFFF inset;
box-shadow:0 0 0 1px #FFFFFF inset;
background-color:#FFFFFF;
border-width:0 1px 0 0;
border-style:solid;
border-color:#bfc1c2;
text-shadow:0 1px 0 #FFFFFF;
}

ul#css3menu1 li.topfirst:hover>a,ul#css3menu1 li.topfirst a.pressed{
-moz-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
-webkit-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
background-color:#76a0bb;
border-style:solid;
border-color:#bfc1c2;
text-shadow:0 1px 0 #FFFFFF;
}

ul#css3menu1 li.topmenu>a{
-moz-box-shadow:0 0 0 1px #FFFFFF inset;
-webkit-box-shadow:0 0 0 1px #FFFFFF inset;
box-shadow:0 0 0 1px #FFFFFF inset;
background-color:#FFFFFF;
border-width:0 1px 0 0;
border-style:solid;
border-color:#bfc1c2;
text-shadow:0 1px 0 #FFFFFF;
}

ul#css3menu1 li.topmenu:hover>a,ul#css3menu1 li.topmenu a.pressed{
-moz-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
-webkit-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
background-color:#76a0bb;
border-style:solid;
border-color:#bfc1c2;
text-shadow:0 1px 0 #FFFFFF;
}

ul#css3menu1 li.toplast>a{
-moz-box-shadow:0 0 0 1px #FFFFFF inset;
-webkit-box-shadow:0 0 0 1px #FFFFFF inset;
box-shadow:0 0 0 1px #FFFFFF inset;
background-color:#FFFFFF;
border-width:0px;
border-style:solid;
border-color:#bfc1c2;

text-shadow:0 1px 0 #FFFFFF;
}

ul#css3menu1 li.toplast:hover>a,ul#css3menu1 li.toplast a.pressed{
-moz-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
-webkit-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
background-color:#76a0bb;
border-style:solid;
border-color:#bfc1c2;
text-shadow:0 1px 0 #FFFFFF;
}



/* Menu Finishes */

.wowwrap{
width: 98%;
margin: 1% auto 0% auto;
}


#wrapone {
width:100%;	
margin:0% auto 0% auto;
clear:both;
padding: 0% 0% 0% 0%;
position:relative;			
overflow:hidden; 
}

#wraptwo{
clear:both;
width:98%;	
margin:0% auto 0% auto;
padding: 0% 0% 0% 0%;
}

/* Contact US Page */

.mcrinfocu {
display:inline-block;
width:98%; 
padding:1% 0% 2% 0%;
margin:0% auto 0% auto;  
}

.middle{ 
vertical-align:middle;
}

.contacttext {
display:block;
width: 96%;
margin:0% auto 0% auto;
}

.contacttext h2{
width: 96%;
margin:0% auto 2% auto;
text-align:center;
font-size:180%;
font-weight:500;
color:#14496b;
text-shadow: 1px 2px 2px rgba(56, 53, 52, 0.44);		
}

.input{
display: inline-block;
box-shadow: inset 1px 2px 10px  #fff;
}

.textarea {
display: inline-block;
}

.cuformsubmit {
float:left;
width:95%;
color:#fff;
font-size:110%;
font-weight:400;	
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);		
margin:0% auto 1% auto;
padding:0% 0% 0% 0%;
text-align:right;
}

.submit{
border:2px solid #76a0bb;
background:#14496b;
margin:0% auto 0% auto;
padding:0% 0% 0% 0%;
width: 135px;
height: 35px;
color:#fff; 
border-radius:25px;
-moz-box-shadow: inset 0 0 1px 1px #888, 0 0 1px 1px #888 ;
-webkit-box-shadow: inset 0 0 1px 1px #888, 0 0 1px 1px #888;
box-shadow: inset 0 0 1px 1px #888, 0 0 1px 1px #888;
}

.submit:hover {
border:2px solid #074ec3;
background:#76a0bb;
margin:0% auto 0% auto;
padding:0% 0% 0% 0%;
width: 135px;
height: 35px;
color:#fff;
border-radius:25px;
-moz-box-shadow: inset 0 0 1px 1px #888, 0 0 1px 1px #888 ;
-webkit-box-shadow: inset 0 0 1px 1px #888, 0 0 1px 1px #888;
box-shadow: inset 0 0 1px 1px #888, 0 0 1px 1px #888;
}

.cusubtitle h2 { 
display:block; 
width:100%;
color:#14496b;
font-size:140%;
font-weight:400;	
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
text-align:left;
margin:0% auto 0% auto;
padding:0% 0% 0% 2%;
}

.formsec1{
padding:5% 0% 5% 0%;
}

.formlabel {
display: block;
width:95%;
margin:0% auto 0% auto;
padding:2% 0% 2% 0%;
}

.label{
display: inline-block;
text-align:left;
width:150px;
padding:0% 0% 0% 0%;
margin:0% 0% 0% 0%;
color:#14496b;
font-size:140%;
font-weight:400;	
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);	
}

.input {
display: inline-block;
box-shadow: inset 1px 2px 10px  #fff;
color:red;
}

input[type=checkbox] {
visibility: hidden;
}

.Ltdwrapper{
width:98%;
margin:1% auto 2% auto;
border:3px solid rgb(176, 184, 191);
background: url(img/bg_01.png) repeat center center fixed; 
background: #d3dce6; 
background: rgba(211, 220, 230, 0.51);
background: hsla(212, 28%, 86%, 0.5); 
}

.LtdInfo {
display:block;
width: 100%;
margin:1% auto 0% auto;
padding: 0% 0% 0% 0%;

-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;

-moz-column-gap:20px; /* Firefox */
-webkit-column-gap:20px; /* Safari and Chrome */
column-gap:20px;

-moz-column-width:400px; /* Firefox */
-webkit-column-width:400px; /* Safari and Chrome */
column-width:400px;
column-fill:auto;
}

.LtdInfo p{
display:block;
width: 96%;
margin:0% auto 0% auto;
padding: 0% 0% 0% 0%;
font-weight:500;
color: #000;
}

/* Good URL Finished */

#wrap01 {
display:block;
width: 98%;
margin:0% auto 0% auto;
padding: 0% 0% 0% 0%;
}

.content03 {
display:block;
width: 96%;
margin:2% auto 0% auto;
padding: 0% 0% 1% 0%;

-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;

-moz-column-gap:20px; /* Firefox */
-webkit-column-gap:20px; /* Safari and Chrome */
column-gap:20px;

-moz-column-width:500px; /* Firefox */
-webkit-column-width:400px; /* Safari and Chrome */
column-width:400px;
column-fill:auto;
    
-webkit-column-rule:2px outset #14496b; /* Chrome, Safari, Opera */
-moz-column-rule:2px outset #14496b; /* Firefox */
column-rule:2px outset #14496b;    
}

.content03 p{
display:block;
width: 96%;
margin:0% auto 1% auto;
padding: 0% 0% 1% 0%;
font-weight:300;
color: #000;
}

.wrapper01{
width:98%;
margin:1% auto 2% auto;
border:3px solid rgb(176, 184, 191);
background: url(img/bg_01.png) repeat center center fixed; 
background: #d3dce6; 
background: rgba(211, 220, 230, 0.51);
background: hsla(212, 28%, 86%, 0.5);    
}

.listwrap ul{
display:block;
margin:0% auto 0% auto;
padding:0% 0% 0% 0%;
}

.list07 {
display:block;
width:96%;
margin:0% 0% 0% 2%;
}

.list07 li {
display:block;
margin:0% auto 0% auto;
padding: 0% 0% 0% 6%;
font-size: 100%;
font-weight:500;
line-height:24px;
background-size: 24px;
background-image: url("img/Porthole-Bullet.png");
background-repeat:no-repeat;
}

#top-link a {
text-transform:uppercase;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;border-radius:5px;
background: rgb(004, 160, 036) transparent; /* default fallback */
background: rgba(004, 160, 036, 0.1); /* nice browsers */
position:fixed;
display:block;
padding:3px;
bottom:5px;
right:5px;
color:#000;
font-size:80%;
font-weight:400;	
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
text-decoration:none; 
border:2px solid #000
}


.wrapper04{
width:98%;
margin:1% auto 2% auto;
border:3px solid rgb(176, 184, 191);
background: url(img/bg_01.png) repeat center center fixed; 
background: #d3dce6; 
background: rgba(211, 220, 230, 0.51);
background: hsla(212, 28%, 86%, 0.5);  

-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;

-moz-column-gap:40px; /* Firefox */
-webkit-column-gap:40px; /* Safari and Chrome */
column-gap:40px;

-moz-column-width:400px; /* Firefox */
-webkit-column-width:400px; /* Safari and Chrome */
column-width:400px;
}



#container,h2 {
font-size: 200%;
font-weight: 400;
}


/* Good URL Finished */


.content03 .product2logowrap{
display:block;
width: 98%;
margin:0% auto 0% auto;
padding: 0% 0% 0% 0%;

-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;

-moz-column-gap:5px; /* Firefox */
-webkit-column-gap:5px; /* Safari and Chrome */
column-gap:5px;

-moz-column-width:250px; /* Firefox */
-webkit-column-width:250px; /* Safari and Chrome */
column-width:250px;
}

.content03 .product2logo img{
display:block;
width:100%;
max-width:340px;
margin:0% auto 1% auto;
padding: 0%;
}

/* Footer Starts */

footer {
width:100%;
background: rgba(211, 220, 230, 0.5);
color:#14496b;
}

#footermenu{
display: block;
width:96%;
margin:0% auto 0% auto;
}

#footermenu li{
display: inline-block;
list-style-type: none;
}

#footermenu .menusection { 
background: #39c;
padding: 4px;
margin: 6px;
font-weight: 600;  
background:-moz-linear-gradient(left, #aaa, #e1e1e1 5%, #e1e1e1 95%, #c5c5c5 100%);
background: -webkit-gradient(linear, left top, right top, from(#c5c5c5), color-stop(0.06, #e1e1e1), color-stop(0.94, #e1e1e1), to(#c5c5c5));
-moz-box-shadow: 0px 5px 2px #727272; /* Firefox */
-webkit-box-shadow: 0px 5px 2px #727272; /* Safari and Chrome */
box-shadow: 0 0 4px #727272;
border:1px solid #999;	  
}

#footermenu .menusection ul a{
color:#000;
font-weight: 400;  
margin:0% 0% 0% 0%;
padding:0% 0% 0% 0%; 
}

#footermenu .first{
border-left: 0;
} 

#footermenu .last{
border-right: 0;
} 

.footerwrap{
 display: block;   
padding:0% 0% 0% 0%; 
margin: 0% auto 0% auto;
}

.footerwrap ul li a:hover {
color: #59c1ff;
}

.footerwrap ul li a.current, .footerwrap ul li a.current b, .footerwrap ul li a.current:hover, 
.footerwrap ul li a.current:hover b {
color: #797931;
cursor:default; 
}

.footercon {
display:block;
width:96%;
margin: 0% auto 0% auto;
min-height:50px;
}

.footercon p{
color:#000;    
display:inline-block;
text-align:center;
margin: 0% auto 0% auto;
padding:0px:
}

.footercon a{
float:right;
color:#000;
text-decoration:none;
}

.Blisslogo{
display:block;
vertical-align: middle;
}

/* Footer Finishes */

@media screen and (max-width: 768px) {
    
.wowwrap{
margin: 2% auto 0% auto;
}    
    
ul#css3menu1 > li {
position: initial;
}

ul#css3menu1 ul .submenu,ul#css3menu1 li > ul {
left: 0; 
right:auto; 
top: 100%;
}

ul#css3menu1 .submenu,ul#css3menu1 ul,ul#css3menu1 .column {
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
padding-right: 0;
width: 100% !important;
}
    
.headwrap{
width:98%;
display:block;
margin:0 auto 0% auto;
}
    
.headwrap img{
display: block;
width:100%;
margin:0 auto 0% auto;
max-height:128px;
max-width:212px;
min-height:80px;
}

    
.headinfo{
width: 100%;
display: block;
margin:0% auto 1% auto;
}

.headwrap p{
width:96%;
margin:0% auto 0% auto;
padding:10px 0% 4px 0%;
font-size: 120%;
font-weight:500;
text-align: right;
color: #1f355e;
color: rgb(31, 53, 94);
color: hsl(219, 50%, 25%);
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.headwrap p a{
color: #1f355e;
color: rgb(31, 53, 94);
color: hsl(219, 50%, 25%);
} 
    
}

@media screen and (max-width: 357px) {
    
body{
width:100%; 
height:100%;        
 }
    
h1 {	
width:100%;		
margin:0% auto 1% auto;
padding: 2% 0% 2% 0%;
text-align:center; 
font-size: 180%;
font-weight: 500;
color: #1f355e;
color: rgb(31, 53, 94);
color: hsl(219, 50%, 25%);
text-shadow: none;
}    
    
ul#css3menu1 > li {
display: none !important;		
position: relative;		
width: 100% !important;
}
	
ul#css3menu1 > label.switch,ul#css3menu1 .switchbox:checked ~ li {
display: block !important;
}
    
header {
width:100%;
margin:0% auto 0% auto;
padding:0% 0% 0% 0%;
}

.headcon{
margin:0% auto 0% auto;
padding:0% 0% 0% 0%;
}
    
 .headlogo{
display: block;
width:98%;
margin-left: auto;
margin-right: auto;     
}   
    
.headlogo .center {
float: center;
width:98%;
margin-left: auto;
margin-right: auto;
}    

.headinfo{
width: 100%;
display: inline-block;
margin:0% auto 1% auto;
}

.headwrap p{
width:100%;
margin:0% auto 0% auto;
padding:2px 0% 4px 0%;
font-size: 120%;
font-weight:500;
text-align: center;
color: #1f355e;
color: rgb(31, 53, 94);
color: hsl(219, 50%, 25%);
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.headwrap p a{
color: #1f355e;
color: rgb(31, 53, 94);
color: hsl(219, 50%, 25%);
} 
    
.list07 li {
padding: 0% 0% 0% 10%;
} 
    
.content03 .product2logo img{
display:block;
width:100%;
max-width:340px;
margin:0% auto 3% auto;
}  
    
.footercon a{
background: #d3dce6;    
background: rgb(224, 229, 232);   
text-align: center;
display: block;
width: 100%;
margin:0% auto 0% auto;
text-decoration:none;
} 
    
.footercon a img{
text-align: center;
display: block;

margin:0% auto 0% auto;
text-decoration:none;
}    
    
}






