/*-- Reset-Code --*/

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

body {
	padding: 0;
	margin: 0;
	
	/*background: url(images/fon.jpg) no-repeat;*/
	-moz-background-size: 100%; /* Firefox 3.6+ */
	-webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
	-o-background-size: 100%; /* Opera 9.6+ */
	background-size: 100%; /* Современные браузеры */
	font-family: 'Open Sans', sans-serif;
}

body {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0px auto;
    width: 90%;
}

.container.withbottom {
    margin-bottom: 20px;
    margin-top: 20px;
}

.container  h2 {
    font-size: 24px;
}

nav1 {
    background: repeat scroll 0 0 #9abfa2;
    box-shadow: 0 2px 1px #555555;
    position: relative;
/*	font-family: 'adamina', sans-serif;*/
    overflow: hidden;
    font-family: "Roboto Condensed";    
		position: relative;
	  text-align: center;
    display: block;
    padding: 5px 0px 10px 0px;
}

nav1 img {
	vertical-align: middle;
	margin-bottom: 2px;
}

nav1 a, nav1 a:hover, nav1 a:visited {
	color: #ffffff;
}

nav1:hover a {
    color: transparent;
    
    text-shadow: 0px 0px 1px #ffffff;
}
nav1 a {
/*    color: #ffffff;
    font-family: 'adamina', sans-serif;
    font-size: 1.0em;
    height: 46px;
    line-height: 46px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    padding: 9px 25px;
    white-space: nowrap;*/

    line-height: 54px;
    font-weight: normal;
    height: 54px;
    vertical-align: baseline;
    text-align: left;
    color: rgb(255, 255, 255);
    text-transform: none;
    font-family: inherit;
    font-size: 16px;
    border-top: 0px solid rgb(255, 255, 255);
    border-left: 0px solid rgb(255, 255, 255);
    border-right: 0px solid rgb(255, 255, 255);
    border-bottom: 0px solid rgb(255, 255, 255);
    outline: none;
    padding: 0px 15px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border-radius: 0px;    
}

nav1 a:hover {
    border-bottom: 1px solid #ffffff;
    padding-top: 5px;
    color: #000000;
    text-shadow: none;
    text-decoration: none;
}

.current {
	color: #000000;
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
}

h1 {
	    color: rgb(51, 51, 51);
    text-align: center;
    font-size: 30px;
        margin: 10px 0px 10px 0px;
}

.beforetext {
	    margin: 10px 10%;
}


@media screen and (max-width:1024px) {
nav1 a {padding: 9px 18px;}
}

@media screen and (max-width:966px) { 
nav1 a {padding: 9px 17px;}
}

@media screen and (max-width:900px) {
nav1 a {padding: 9px 15px; font-size: 13px;}
}

@media screen and (max-width:853px) {
nav1 a {padding: 9px 18px; font-size: 14px; margin: 0px;}
}

@media screen and (max-width:768px) {
.calcRow {
	-moz-column-count: 1 !important;
	-webkit-column-count: 1 !important;
	column-count: 1 !important;
}
.calcCol {
	padding-left: 5% !important;
	width: 90% !important;
}
}

@media screen and (max-width:736px) {
nav1 {font-size: 12px;}
}

@media screen and (max-width:603px) {  
nav1 a {font-size: 12px; height: 36px; line-height: 36px; margin-bottom: 0px;}
.beforetext {margin: 10px 1%;}
}

@media screen and (max-width:533px) {
nav1 a {height: 36px; line-height: 36px; margin-bottom: 0px; padding: 9px 15px;}
}

@media screen and (max-width:480px) { 
nav1 a {padding: 9px 11px;}
}

@media screen and (max-width: 300px) {
nav1 a {width: 100%;}
}


label {
	font-weight: 400;
  color: #1d1b1b;
}

abbr {
	text-decoration: none;
}
