body {
	background: url("../img/background.jpg") no-repeat fixed center center / 100% auto rgba(0, 0, 0, 0);
}
nav {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	z-index: 500;
}
.top-nav {
	/*background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);*/
}
.top-nav ul {
	padding: 0;
}
.logo {
	margin: 0;
	text-align: center;
	width: 100%;
}
h2.tagline {
    font-weight: 400;
    font-size: 36px;
    padding-bottom: 30px;

}
section.flash {
	background: #2fcbe0;
	margin-top: -4px;
	padding: 10px;
  }
  section.flash p {
  color: #fff;
   font-size: 15px;
  }
.top-nav a {
	font-size: 11px;
	font-weight:600;
	text-transform: uppercase;
}
.top-nav .logo a, .top-nav .logo.active-item a {
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1em;
}
.top-nav .logo a strong {
	font-size: 1.05em;
	font-weight: 800;
}
.top-nav {
	text-align: center;
}
.top-nav li a:hover, .top-nav li.active-item a, .top-nav .logo.active-item a:hover {
	background: none repeat scroll 0 0 #00464f;
	min-height:48px;
}
.top-nav li.logo a, .top-nav li.logo.active-item a, .top-nav .logo {
	/*background: none repeat scroll 0 0 #2fcbe0;*/
	margin-left:-9px;
}
nav ul li ul li {
	text-align: left;
}
.top-nav ul ul {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
}
.top-nav li ul li a {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
}
#fourth-block h2 {
	color: #fff;
}
#fourth-block p {
	color: #fff;
}
#first-block, #second-block, #third-block, #fourth-block {
	text-align: center;
	padding: 4.5em 0;
}
#carousel {
	background: #fff;
}
#first-block {
	background: #fff;
}
#second-block {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
}
#third-block {
	background: #fff;
}
#fourth-block {
	background: rgb(0, 30, 34);
}
footer {
	background: none repeat scroll 0 0 #2597A7;
	padding: 1em 0;
}
footer p, footer a:link, footer a:visited, footer a:hover {
	color: #fff;
}
.carousel-text {
	display: block;
	position: absolute;
	top: 25%;
	width: 100%;
	z-index: 999;
}
.carousel-text h2 {
	background: none repeat scroll 0 0 #FAF6F1;
    color: rgb(79, 94, 0);
    display: inline-block;
    padding: 0.3125em 0.625em;
    font-size: 2.5em;
    font-weight: 600;
}
.carousel-text p {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	padding: 0.625em 0.8em;
}
#first-block i {
	background: none repeat scroll 0 0 #2fcbe0;
	border-radius: 100px;
	color: #fff;
	display: block;
	line-height: 100px;
	margin: 0 auto;
	width: 100px;
	transition:0.1s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
#first-block i:hover
{
	background: none repeat scroll 0 0 #4E6467;
	border-radius: 100px;
	color: #fff;
}
section h2 {
	font-size: 2.5em;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
p.subtitile {
	color: #999;
	margin: 0 0 3.5em;
}
section h3 {
	font-size: 1em;
	font-weight: 600;
	margin: 0.8em 0;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
section p {
	font-size: 0.8em;
}
section h1 {
	color: #fff;
	font-size: 2.5em;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
#second-block p {
	color: #fff;
}
a.button {
	background: none repeat scroll 0 0 #2fcbe0;
	border: 0 none;
	border-radius: 5px;
	color: rgb(0, 30, 34);
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.625em;
	text-transform: uppercase;
	-webkit-animation-duration: 0.5s;
  	animation-duration: 0.5s;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
}
a.button:hover
{
	color:#FFFFFF;
	background-color:#999999;
}
#head {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
	padding: 9em 0 5em;
	text-align: center;
}
#content {
	background: none repeat scroll 0 0 #fff;
/*	padding: 2em 0;*/
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
}
#content h2 {
	font-size: 1.5em;
	font-weight: 400;
	margin: 1em 0 0.3em;
	text-transform: none;
}
.content-block {
	background: none repeat scroll 0 0 rgb(239, 239, 239);
	padding: 20px;
	border-radius: 15px;
	border-top: 1px solid #2597A7;
    border-bottom: 1px solid #2697A7;
}
.content-block h3 {
    color: #100F0F;
    text-align: left;
}
.content-block p {
	color: #fff;
}
#content.left-align {
	text-align: left;
}
#content.contact-page h2 {
	margin: 0 0 0.625em;
}
.contact-page p {
	font-size: 1em;
	font-style: normal;
}
.contact-page i {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 100px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0.3125em 0.3125em 0.3125em 0;
	text-align: center;
	width: 35px;
}
form.customform button {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 5px;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}
form.customform button:hover {
	background: none repeat scroll 0 0 #2fcbe0;
}
form.customform input, form.customform select, form.customform textarea {
	border-radius: 5px;
}
#map-block iframe {
	display: block;
}
@media screen and (max-width: 800px) {
body {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
}
nav {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	line-height: 1em;
	position: relative;
}
.top-nav {
	text-align: left;
}
.top-nav li {
	line-height: 3em;
}
.top-nav .logo {
	padding: 1.25em;
}
.carousel-text h2 {
	font-size: 1.3em;
}
.carousel-text p {
	font-size: 1em;
}
ul.top-ul {
	padding: 0;
}
ul.top-ul.right {
	float: none;
}

}

.header-top
{
	min-height:300px;
}
.header
{
	background:url(../img/banner.jpg) repeat 0px 0px;
	-webkit-background-size:cover;
}
.line .us
{
	font-weight:600;
	padding-bottom:50px;
	
}
.line .copy
{
	padding:5px 0px;
    color: #fff;
    line-height: 1.8em;
    font-size: .9em;
	font-family: 'Roboto Condensed', sans-serif;
}
.line p
{
	padding:5px 0px;
    color: #373333;
    line-height: 1.8em;
    font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}
.line .clr1
{
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2597A7;;
    font-size: 20px;
	text-align:left
}
.line .object li
{
	line-height: 1.8em;
color: #555;
list-style: outside none none;
padding: 6px 24px;
background: transparent url(../img/list-arrow.png) no-repeat scroll 0px 15px;
font-size:16px;
text-align:justify;
}
.mrgn1
{
	margin-top: 20px;
}
.classic-tittle
{
	margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #DEDEDE;
    font-weight: 300;
}
.classic-tittle span
{
	padding-bottom: 8px;
    border-bottom: 3px solid;
    font-weight: 400;
}
.line .office  .head
{
	font-size:24px;
	font-weight:600;
	
	
}
.line .office li
{
	background-color:#FFCC99;
	list-style:none;
	border-radius:10px;
}
.line .office p
{
	padding:10px;
	line-height:15px;
	text-align:left;
}
.line .office
{
	margin-top:25px;;
}
.content-block p
{
	color:#100F0F;
	text-align:left;
	line-height:20px;
	padding:5px;
}
.line .about
{
 text-align:justify;
}
.margin .download li
{
	background-color: #9bcfd6;
    border: 1px solid #2597A7;
    color: #cc3333;
    float: left;
    font-size: 16px;
    list-style: outside none none;
    margin-bottom: 10px;
    padding: 0px 10px;
    width: 100%;
}
.margin .download li p
{
	float: left;
   /* margin: 2px;*/
    padding: 0px;
    color: #3d3d3d;
}
.margin .download li a
{
	background-color: #2597A7;
    color: #fff;
    float: right;
    font-size: 13px;
    margin-left: 5px;
    padding: 5px 10px;
    text-decoration: none;
	margin-top: 16px;
}




.line h3.clr1{
    line-height: 35px;
}

@media only screen and (max-width:1044px){
    .header{
        background: rgba(0, 0, 0, 0) url("../img/banner.jpg") repeat scroll 60% 10% ;
    }
}