body { background-color: #333; font-family: "Noto Sans", Helvetica, Arial, sans-serif; font-size: 14px;}
nav { background: none repeat scroll 0 0 rgba(255,255,255,0); position: absolute; top: 60; z-index: 500; }

.logo {	margin: 0; text-align: center; background-image:url(../img/logo1.png); background-repeat:no-repeat; background-position:center;
	text-indent: 0px; text-indent: 200%; white-space: nowrap; overflow: hidden; height: 63px;}
.top-nav { background: none repeat scroll 0 0 transparent;}
.top-nav ul { padding: 0;}
.top-nav ul li{	padding: 0 5px;}
.top-nav li a { font-size: 1.1em; text-transform: uppercase; color: #fff; background-color:transparent; padding: 0 8px 0 0; font-weight: bold;}
.top-nav li a:hover{color: #d35400; }
.top-nav .logo a, .top-nav .logo.active-item a { width: 210px; height: 63px; color: #fff; }
.top-nav .logo a strong { font-size: 0.1em; display: none;}
.top-nav { text-align: center; color: #222; }
.top-nav li a:hover, .top-nav li.active-item a, .top-nav .logo.active-item a:hover { background: none repeat scroll 0 0 transparent;}
.top-nav li.logo a, .top-nav li.logo.active-item a, .top-nav .logo { xbackground: none repeat scroll 0 0 #2fcbe0;}
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);}

#first-block, #second-block, #third-block, #fourth-block, .act-block {
	text-align: center;
	padding: 4.5em 0;
}
#first-block { }
    #first-block p, #first-block li {color: #ccc; }
#second-block {	background-color: #222;}
#second-block p, #second-block li{color: #ccc;}
#third-block { background: #fff; }
    #third-block p{color: #555;}
#fourth-block { }
#fourth-block p {color: #fff;}
footer { background: none repeat scroll 0 0 #2fcbe0; padding: 1.5em 0;}
footer p, footer a:link, footer a:visited, footer a:hover { text-align: center;}
footer p{font-size: 12px; color:#c1f8ff; font-weight: normal; }
.carousel-text {
	display: block;
	position: absolute;
	top: 65%;
	width: 100%;
	z-index: 999;
	text-align: right;
}
.carousel-text h2 {
	background: none repeat scroll 0 0 #000;
	color: rgb(255, 255, 255);
	display: inline-block;
	padding: 0.3125em 0.625em;
	font-size: 2.4em; text-align: right;
}
.carousel-text p {
	/*background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);*/
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
	color: #000;
	display: inline-block;
	font-size: 1.6em;
	padding: 0.5em 0.6em;
}
#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;
}
section h1 {
	color: #fff;
	font-size: 2.5em;
	font-weight: 300;
	text-transform: uppercase;
}
section h2 {
	font-size: 2em;
	font-family: "Noto Sans", Helvetica, Arial, sans-serif; font-weight: 700;
	margin: 0; padding: 0; letter-spacing: -1px;
	text-transform: uppercase;
}
section h3 {
	font-size: 1.8em;
	font-weight: 300;
	margin: 0.8em 0;
	text-transform: uppercase;
}
section h4 {
	font-size: 1.5em;
	font-weight: 300;
	margin: 0.8em 0;
	text-transform: uppercase;
}
section p {
	font-size: 1em;
}
p.subtitile {
	color: #999;
	margin: 0 0 3.5em;
}

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;
}
#head {
    /*	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);*/
    background: transparent url("../img/background.jpg") no-repeat center top / 100% auto;
	padding: 9em 0 12em;
	text-align: center;
}
#content {
	background: none repeat scroll 0 0 #333;
	padding: 5em 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(0, 30, 34);
	padding: 2.5em;
}
.content-block h3 {
	color: #fff;
}
.content-block p {
	color: #fff;
}

#second-block .content-block p { font-size: 13px; line-height: 22px; color: #555;}
#second-block .content-block p em{line-height: 30px;}
#second-block .content-block h4{ font-weight: bold; text-transform: uppercase; margin-bottom: 15px;}
#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 {background-color: #eee; padding: 35px 20px; overflow: auto;}
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 h3{font-size: 1.8em;}
form.customform p.norm{font-size: 14px; line-height: 22px; color: #eee; letter-spacing: 0; }
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 queries
–––––––––––––––––––––––––––––––––––––––––––––––––– --*/
@media (min-width: 801px) and (max-width: 1174px){
    #head{padding: 6em 0 3em;}    
    #rprp #second-block p{padding-right: 0px;}    
}
@media screen and (min-width: 801px) {
	.top-nav li a {padding-top: 30px; color: #333;}
    .specbox {height: 180px;}
    #motp .infobox{ border-right: 1px solid #444;}
    #serp .infobox { height: 860px;}
    #serp .first{border-left: 1px solid #444;}
    #bshp #third-block .brdleft{border-left: 1px solid #ccc; padding-left: 25px;}
    #bshp .content-block {height: 370px;}
    section h2{font-size: 3em;}
}
@media screen and (width: 800px) {
    nav {background: none repeat scroll 0 0 rgb(0, 0, 0); line-height: 1em; position: relative;}
    .top-nav { text-align: left; }
    .top-nav li { line-height: 4em;}
    .top-nav li a{ color: #ccc; padding: 6px 2px 0s; font-size: 13px;}
    .top-nav .logo { background-color: #fff;}
    #head{padding: 6em 0 4em;}
    #bshp .content-block {height: 450px;}
}
@media screen and (max-width: 799px) {
nav {background: none repeat scroll 0 0 rgb(0, 0, 0); line-height: 1em; position: relative;}
.logo{background-color: #fff; }
.top-nav { text-align: left;}
.top-nav li { line-height: 3em;}
.top-nav li a{ color: #ccc; padding: 3px 0;}
.top-nav .logo { padding: 1.25em; width: 100%;}
    
.carousel-text h2 { font-size: 1.3em;}
.carousel-text p { font-size: 1em;}
ul.top-ul { padding: 0;}
ul.top-ul.right { float: none;}
/*-----*/
    #head{padding: 6em 0 4em;}
    .specbox {height: 190px;}
    #motp .infobox{border-bottom: 1px solid #444; border-right: 1px solid #444;}
    #bshp .content-block {height: 320px;}
    #serp .infobox { height: 960px;}
    #serp .first{border-left: 1px solid #444;}
    .carousel-text {top: 40%;}
}

@media screen and (max-width: 480px) {
    #motp .infobox{border-right: none;}
    #serp .infobox{border-bottom: 1px solid #333; height:auto;}
    #bshp .content-block {height: 300px;}
    #head{padding: 3em 0 2em;}  
    .carousel-text {top: 40%;}
}
@media screen and (max-width: 360px) {
    #head{padding: 2em 0 3em;}
    .specbox {height: 190px;}
    ul.footernav li a { font-size: 12px;}
    #motp .infobox{border-right: none;}
    #serp .infobox{border-bottom: 1px solid #333; height:auto;}
    #bshp .content-block {height: 340px;}
}