body {
	background: url(../images/bg.jpg) fixed #fff ; 

}

.container{
	padding:0 auto;
	

}


.content{
	
	padding:20px 30px;
	margin:20px 0px 30px 0px;
	color:#111;
	font-size:1.1em;
	}


img {
	border:none;
	margin:0px;
}



a {outline: none;}

.clear {
	clear:both;
	}
/*------------------------------ Header -----------------------------*/



#header {
	padding:6px 0px 0px 0px;
	margin:auto;
	height:auto;
	width:100%;
	position:fixed;
	color:#051d13;
	border-bottom:#fff 2px solid;
	border-top:#091538 2px solid;
		z-index:999999;

background: rgb(244,250,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(244,250,255,1) 0%, rgba(221,242,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(244,250,255,1) 0%,rgba(221,242,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(244,250,255,1) 0%,rgba(221,242,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4faff', endColorstr='#ddf2ff',GradientType=0 );
}

.desk { display:block;}
.mobi { display:none;}


@media only screen and (max-width: 760px) {
 #header {
	padding:6px 0px 0px 0px;
	margin:auto;
	position: static;
	background: rgb(244,250,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(244,250,255,1) 0%, rgba(221,242,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(244,250,255,1) 0%,rgba(221,242,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(244,250,255,1) 0%,rgba(221,242,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4faff', endColorstr='#ddf2ff',GradientType=0 );
	z-index:999999;
	height:auto;
	width:100%;
    }

.desk { display:none;}
.mobi { display:block;}


}


.btnalign { text-align:right;}

#header p {
	margin:0;
}
#headerInfo {
	text-align:right;
}


.companyName {
	font-family: 'Volkhov', serif;
	font-weight:bold;
	color:#111;
	font-size:3em;


}
.slogan {
	font-size:1.6em;
	font-family: 'Volkhov', serif;
	color: #e2e2e2;
	background:#585858;
	border-top: 2px solid #000;
	padding:2px 10px 8px 10px;
	margin-top:10px;	text-align:center;	
}


.sa{
	font-size:1.3em;
	font-weight:bold;
	margin-top:16px;	
	font-family: Arial, Helvetica, sans-serif;
	color:#30436b;
	}

.phone{
	font-size:1.8em;
	font-weight:bold;
	margin-top:10px;	
	font-family: Arial, Helvetica, sans-serif;
	color:#30436b;
	}
a[href^=tel] {
    color: inherit !important;
    text-decoration: none !important;
	
}

.formTable tr:nth-child(odd) {
background: #e1e1e1;
}

ul {
	list-style-image:url(../images/ul.png);
	color:#444;
	font-weight:bold;
	font-family: 'Karla', sans-serif;

	}
	


.bold { font-weight:bold;
}

.border {
	border:none;
	}

.address {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
}
.addressBold {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.addressItalic {
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	font-style: italic;
}
h2, h3, h4 {  /* If using different styles, sepatare the tags  */
	margin:0;

}



h1 {
	color:#333;
	font-family: 'Volkhov', serif;
	font-weight:bold;
	margin-left:0px;
	padding-left:0px;
	}
	
h2 {

	color:#113a70;
	font-weight:bold;
	
	margin-bottom:16px;

	font-family: 'Volkhov', serif;
	}

h3 {
	font-size:1.3em;
	font-weight:bold;
	padding:8px;
	border-radius:8px;
	margin:20px 30px 8px 0px;
	color:#07120e;
	font-family: 'Volkhov', serif;
	}
		
h4 {
	font-size:1.3em;
	color:#fff;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;}
	

p .breakhere {
	page-break-after:always;
}
a:link {
	color: #20a1d8;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #20a1d8;
	text-decoration: none;
}
a:hover {
	color: #214181;
}
a:active {
	color: #214181;
	text-decoration:none;
}




.center {
	text-align:center;
}
.left {

	margin:15px;
}
.right {
	float: right;
	margin-left:15px;
}

hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(118, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin:5px 0px 15px 0px;
}

hr.l {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(118, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin:5px 0px 15px 0px;
}



	
.red {
	color:#98111e;
	font-size:.7em;
	font-weight:bold;}

.blue {color:#2459a9;}

.bblue {background:#67c2fc;
padding:20px 0px 10px 0px;
color:#fff;}
	
.wine {
	color:##360310;}
	
.grey {
	color:#222;}

.white {
	background:#fff;}
	
.required {
    color: #F00;
    font-size: 10px;
    font-weight: bold;
}
	
@media (max-width: 767px) { 
.home-info {

	font-size:1.1em;
 }
 

#header {
	height:auto;
	background: rgb(244,250,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(244,250,255,1) 0%, rgba(221,242,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(244,250,255,1) 0%,rgba(221,242,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(244,250,255,1) 0%,rgba(221,242,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4faff', endColorstr='#ddf2ff',GradientType=0 );

}

.buffer { height:0px; background:#fff;}


 }
 

@media (min-width: 768px) { 

.home-info {

		font-size:1.6em;
 }
#header {
	height:auto;
	
}

.buffer { height:200px;}

}

@media (min-width: 992px) { 

.home-info {

		font-size:1.8em;
 }

#header {
	height:auto;	
}

.buffer { height:155px;}

 
 }

@media (min-width: 1200px) { 

.home-info {

	font-size:2em;

 }

.buffer { height:180px;}

}

.fixed { position:fixed;}

.ybox {background:#fff8a6; padding:20px 20px 16px 20px; margin:2px 5px 8px 5px; font-size:1.2em; color:#003662; box-shadow: 
    10px 10px 1px #53A7EA; text-align:left;}

/*------------------------------ Content - Columns -----------------------------*/


.caption {

	font-weight:bold;
	font-size:1em;
	margin:0;
	color: #fff;
	border-right:4px solid #334c66;
	padding:8px;
	background:url(../images/cl.png);
	margin-top:0;
	text-align:left;
	max-width:500px;
	width:; /*change caption width here*/
}

.shadow { box-shadow:#1c365e 5px 5px 0px 0px;}


/*------------------------------ Footer -----------------------------*/

#footer {
	color:#a4c5e1;
	background:#01040d;
	border-top: 4px solid #000; 
	padding:0px 0px 30px;
	font-size:.9em;
	clear: both;


	
} 
#footer a:link, #footer a:visited, #footer a:active {
	color:#4fb9e1;
	text-decoration:none;
}
#footer a:hover {
	color:#9fdcf3;
}

#footer p {
	margin:0;
	}
	
#ftrmenu {
	
	margin: 60px auto 0 auto;
	text-align: center;
}

.shadow { text-shadow:#3a880b 2px 2px 2px;}	

#cwr {
	margin:0 auto;
	background-color:none;
	color:#999;
	background:#000;
	text-align:center;
	font-family: 'Karla', sans-serif;
	font-size:.7em;
}

/*------------------------------ New Navigation -----------------------------*/

.navbarback { background:#1e3580;
margin-top:8px;
border-top:#07112b 2px solid;}


.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}


.sub-nav
{
  font-size: 13px;
  margin-bottom: 10px;
}





.dropdown-menu {
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 9000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: .9em;
  list-style: none;
  background:#1e3580;
  color: #fff;
  background-clip: padding-box;
  text-align: left;
}

.dropdown-menu > li > a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #fff;
  
  text-decoration:none;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ccc;
  text-decoration: none;
  background-color: #07112b;
}

.dropdown-text {
  padding: 3px 10px;
  color: #f89718;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #fff;
}


@media (min-width: 768px) {
.navbar
	{
	position: relative;
	min-height: 35px;
	border: 0px solid transparent;
	font-size:.8em;
	width:100%;
	
	
	}
	
.safari_only {(;

      font-size:1.1em;
	  font-weight:bold;
	 font-family: 'Karla', sans-serif;
	  		letter-spacing:-1px;

    );}
	
	.navbar-nav > li > a {
 	padding-top: 2px;
  	padding-left: 4px;
  	padding-right: 5px;
  	padding-bottom: 2px;
	border-right: none;
	margin:0px 2px;
	}

.navbar-default .navbar-nav > li > a {
	font-size:1.4em;
 
  
}


}




.navbar-nav {
  /*margin: 7.5px -15px;*/
  margin: 0px 0px;

 
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin: 0px;
    /*background-color: transparent;*/
	background: #1e3580; /* Old browsers */
    border: 0;
    box-shadow: none; 
  }
 }
 


.navbar-default {
  background: none;
  text-align:center; 
  margin: 0px 0px 0px 0px;
  text-align:center;
  background: #1e3580;
  
}

.navbar-default .navbar-text {
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding:7px 3px;
  margin:0px  0px;
  line-height:5px;
  text-decoration:none;
  display:inline-block;
  text-align:center;
 
  
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background:#07112b;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #07112b;
} 

@media (max-width: 767px) {

	 .navbar-default {
 		background: #1e3580; /* Old browsers */
  		margin: 0px 0px 0px 0px;
		padding-bottom: 0px;
		text-align: left;
		font-size:1em;
		border:none;
	}	
	
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
	margin-top:0px;
	font-weight:normal;
	background: #1e3580; /* Old browsers */

  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color:#07112b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #07112b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #fff;
    background-color:#07112b;
  }
  
  .navbar-default .navbar-nav > li > a {
  color: #fff;
  background-color:;
  padding:5px 12px 5px 11px;
  margin:3px 5px 3px 5px;
  text-decoration:none;
  display:inline-block;
  text-align:left;
  
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ccc;
  background-color: #07112b;
  width:90%;

  

}

.navbar-default .navbar-toggle .icon-bar {
    background-color:#67c2fc;
}

.navbar-toggle{
	background-color:#07112b;
	padding:0px 2px;
	}
	
.navbar-default .navbar-toggle {
  border-color:transparent;
  background-color:#07112b;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #01040d; 
}


.navbar-nav .open .dropdown-menu {
    /*background-color: transparent;*/
	background: none; /* Old browsers */

  }
 
}

 
 @media (min-width: 768px) {
  .navbar-nav {
    display: inline-block;
    vertical-align: top;
  }
  .navbar-nav > li {

  }
 .navbar-default .navbar-nav > li > a {
    padding-top: 7px;
	font-size:.8em;
    padding-bottom: 7px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
.navbar
	{
	position: relative;
	min-height: 38px;
  	margin-bottom: 0px;
	border: 0px solid transparent;
	font-weight:bold;

	}
	
.safari_only {(;

      font-size:0.84em;
	   font-family: 'Karla', sans-serif;
		letter-spacing:-1px;
		margin:0px 0px;

    );}
	
.navbar-default .navbar-nav > li > a {
 	padding-top: 8px;
  	padding-left: 7px;
  	padding-right: 8px;
  	padding-bottom: 8px;
	font-size:1.1em;
	line-height:7px;
	font-weight:normal;
	border-right: none;
	margin:0px 2px 0px 0px;
	}
}


 
@media (min-width: 1200px) {
.navbar
	{
	position: relative;
	height: 40px;
  	margin: 0px 0px;
	border: 0px solid transparent;
	font-size:1em;
	}
	
.navbar-default .navbar-nav > li > a {
 	padding-top: 9px;
  	padding-left: 6px;
  	padding-right: 8px;
  	padding-bottom: 10px;
	border-right: none;
	font-size:1em;
	font-weight:normal;
	line-height:5px;
	margin:0px 16px 0px 0px;
	}
	
.safari_only {(;

	font-family: 'Karla', sans-serif;
      font-size:.8em;

    );}	
} 

@media (max-width: 767px) { 

.one { display:none;}
.two { display:none;}
.three { display:none;}
.four { display:block;}
 }
 

@media (min-width: 768px) { 
.one { display:none;}
.two { display:none;}
.three { display:block;}
.four { display:none;}
}

@media (min-width: 992px) { 
.one { display:none;}
.two { display:block;}
.three { display:none;}
.four { display:none;} 
 }

@media (min-width: 1200px) { 
.one { display:block;}
.two { display:none;}
.three { display:none;}
.four { display:none;}
}



.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #07112b;
 
 
}
 
 .navbar .navbar-nav {
        
        float: none;
        
    }


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




#myButton {
	background-color:#e61c1c;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:1.4em;
	line-height:1.1em;
	font-weight:bold;
	padding:10px 15px;
	text-decoration:none;
	text-align:center;
	
}
#myButton:hover {

	background-color:#2c5285;
	color: #fff;
	
}
#myButton:active {
	position:relative;
	top:0px;
}

#myButtonN {
		background:#258dc8;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Karla', sans-serif;
	font-size:1.4em;
	line-height:1.3em;
	font-weight:bold;
	padding:10px 20px;
	margin:5px 10px;
	text-decoration:none;
	text-align:center;
	
}
#myButtonN:hover {

	background-color:#2c74c1;
	color: #fff;
	
}
#myButtonN:active {
	position:relative;
	top:0px;
}

#myButtonR {
		background:#d91f26;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Karla', sans-serif;
	font-size:1.4em;
	line-height:1.3em;
	font-weight:bold;
	padding:10px 15px;
	margin:5px 10px;
	text-decoration:none;
	text-align:center;
	
}
#myButtonR:hover {

	background-color:#8e151a;
	color: #fff;
	
}
#myButtonR:active {
	position:relative;
	top:0px;
}


#myButtonSP {
	background: rgb(41,154,11); /* Old browsers */
background: -moz-linear-gradient(top, rgba(41,154,11,1) 0%, rgba(25,124,9,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(41,154,11,1) 0%,rgba(25,124,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(41,154,11,1) 0%,rgba(25,124,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#197c09',GradientType=0 );
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:7px;
	border:3px solid #fff;
	box-shadow:#555 2px 2px 4px 2px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Karla', sans-serif;
	font-size:1.4em;
	line-height:1.3em;
	font-weight:bold;
	padding:15px 20px;
	margin:5px 10px;
	text-decoration:none;
	text-align:center;
	
}
#myButtonSP:hover {

	background-color:#197C09;
	color: #fff;
	
}
#myButtonSP:active {
	position:relative;
	top:0px;
}
	

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {background-color: #dbf2fa;}