body {
            background-color: #eee;
            font-family: sans-serif;
            font-size: 16px;
            line-height: 1.4em;
            padding: 0;
            color: #666;
        }
body.loaded {
            font-family: 'Open Sans', sans-serif;
        }


		
.header {
	width:100%;
	height:137px;
	margin:0;
	padding:0;
	background: #3b3a3a url('/assets/templates/img/fon.jpg') repeat-x top;

}
.header-in {
	width: 1045px;
    margin: 0 auto 0;
    padding: 0;
	background: url('/assets/templates/img/head22.png') no-repeat top center;
	}

.top-banner{
	margin: 0 0 0 0;
	padding:13px 0 0 0;
	font-size: 47px;
    color: #fafafa;
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	height:100px;
	text-shadow: black 0.1em 0.1em 0.2em
}	
.top-banner p{
	padding:20px 0 0 0;
	margin:0;
}
.top-banner img{
	max-width: 100%;
	padding: 10px 5px 0 10px;
	margin: 0 15px 0 20px;
}

.under-top-banner{
	font-size: 19px;}
	
.under-top-banner p{
	padding:11px 0 0 114px;
	margin:0;
}

.menu-over {
	height: 24px;
	margin: 0 auto 0;
	width: 100%;
	background: #eee;


}

nav {
	height: 24px;
	line-height: 24px;
	margin: 0 auto 0;
	width: 1045px;
	clear: both;
	background-color: #eee;

}


.menu a {
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	float: left;
	color: #3b3a3a;
	padding: 0 18px 0;
	background-color: #eee;


}


.menu a:hover {
	background-color: #eee;
	color: #fafafa;
	line-height: 24px;
	padding: 0px 18px;
	background: #3b3a3a url('/assets/templates/img/menu-active.jpg') repeat-x top;
	border-radius: 0 0 3px 3px;
}

.menu a.active  {

	color: #fafafa;
	border-radius: 0 0 3px 3px;
	/*box-shadow: black 2px  2px  2px 2px;*/
	line-height: 24px;
	padding: 0px 18px;
	background: #3b3a3a url('/assets/templates/img/menu-active.jpg') repeat-x top;

			
}

.container_fon{
	background: #fff;

	
}

        .container {

			 height: 100%;
            display: block;
            max-width: 960px;
            margin: 0 auto 0;
            padding: 10px 0 0 0;
            background: #fff;
            /*border: 1px solid #ddd;
            border-radius: 3px;*/
			text-align:justify;
        }
		
        .container > section {
            height: 100%;
            width: 60%;
            display: inline-block;
            float: left;
            margin-top: 0;
        }
        .container > aside {
            height: 100%;
            display: inline-block;
            width: 30%;
            border-left: 2px solid #eee;
            float: right;
            padding-left: 1.5em;
			padding-top: 0;
			
        }
		
        h1, h2, h3, h4, h5 {
            color: #494949;
            font-family: 'Open Sans', sans-serif;

        }
        h1 {
            font-size: 18px;
            color: #555;
			font-weight: 700;
        }
        h2 {
            font-size: 16px;
        }
        h3 {
            font-size: 16px;
			color: #15a440;

        }
		h4 {
            font-size: 14px;
        }

        a {
            color: #0f7096;
        }

        ul {
			font-size: 14px;
            padding-left: 2em;
        }

        img {
			padding: 0;
			margin: 0;
				}
	
				
.row {
    width: 100%;
    clear: both;
	padding:0 0 10px 0;
	overflow: hidden;
	display: block;
	box-sizing: inherit;
	line-height: 1.25;}
				
.contact-left{
	float: left;
	text-align: right;
	color: #007298;
	box-sizing: inherit;
	display: block;
	padding: 0 4px 0 0;
	width:25%;}
	
.contact-right{
	float: left;
	text-align: left;
	box-sizing: inherit;
	display: block;
	padding: 0 0 0 4px;
	width:70%;}
	
				
.img-cont-left {
            max-width: 100%;
			border: 1px solid #ddd;
			border-radius: 4px;
			padding: 5px;
			margin: 10px;	
	
}
 .cta-button {
            display: block;
            text-align: center;
            vertical-align: middle;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            overflow: hidden;
            margin: .2em 0;
            padding: .5em;
            cursor: pointer;
            background: #67a749;
            text-decoration: none;
            border-radius: 3px;
            color: #fff;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
        }
        .cta-button:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 50%;
            right: 50%;
            bottom: 0;
            background: #137899;
            height: 5px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }
        .cta-button:hover:before, .cta-button:focus:before, .cta-button:active:before {
            left: 0;
            right: 0;
        }

        .companies {
            clear: both;
            display: block;
            width: 100%;
            padding:0 0 0 0;
           /* border-top: 2px dashed #eee;*/
        }

        .companies h3 {
            text-align: center;
            margin: 0;
        }

        .companies ul {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: center;
        }

        .companies ul li {
            display: inline-block;
            padding: 0 1em;
        }

        .companies ul li:first-child {
            padding-left: 0;
        }

        .companies ul li:last-child {
            padding-right: 0;
        }

        .companies ul li a {
            display: block;
            position: relative;
            text-indent: -99999px;
            width: 200px;
            height: 75px;
            background-repeat: no-repeat;
            background-size: 200px;
            background-position: center;
        }

        

        .disclaimer {
           width: 100%;
            display: block;
            margin: 0 auto 0;
            text-align: center;
            color: #333;
            font-size: .6em;
			background: #eee;
        }

        @media (min-width: 768px) and (max-width: 991px)  {
            .container {
                padding: 1em;
                border: 0;
                border-radius: 0;
            }
        }

        @media (max-width: 767px)  {
            body {
                font-size: 16px;
            }
            .container {
                padding: 1em;
                margin: 0 0 1em;
                border: 0;
                border-radius: 0;
            }
            .container > section, .container > aside {
                float: none;
                width: 100%;
            }
            .container aside {
                border: 0;
                padding: 0;
            }
            .logo {
                width: 100%;
                height: 48px;
            }
            h1 {
                font-size: 24px;
            }
            h2 {
                font-size: 19px;
            }
            h3 {
                font-size: 16px;
            }
            .companys ul li {
                display: block;
            }
        }
