﻿
body {
    font-family: 'Alef', sans-serif;
    background-color: #ebe4dc;
    font-size: 17px;
    color: #776e65;
}
h1 {color:#0083cb;
}
h1
{
	font-size:1.6em
}
h2
{	font-size:1.4em}
h3

	{	font-size:1.2em}

.forBold {
    font-weight: bold;
}

.footLine {
    background-color: #0083cb;
    height: 30px;
    width: 100%;
}

.myBlue {
    color: #0083cb;
}

.myBackBlue {
    background-color: #0083cb;
    color: white;
}

.tempBlack {
    background-color: black;
    height: 500px;
    width: 100%;
}

.engFont {
    font-size: 18px;
}

.restText {
    color: #776e65;
}

.leftNav {
    display: inline-block;
    float: right;
    width: 200px;
}

.lilMarg {
    margin-top: -10px;
    float: left;
}

.leftDownNav {
    width: 28px;
    height: 150px;
}

.headline {
    font-size: 30px;
    padding-top: 24px;
    position: absolute;
}

.rightList {
    border-right: 1px solid #776e65;
    font-weight: bold;
}

.forMarg {
    margin-right: 30px;
}


.intoRight {
    border-bottom: 1px solid #776e65;
    line-height: 50px;
    padding-right: 11px;
}

    .intoRight:last-child {
        border-bottom: none;
    }

.rightList a {
    color: #776e65;
}

    .rightList a:hover {
        color: #776e65;
        text-decoration: none;
    }

    .rightList a:active {
        color: #776e65;
        text-decoration: none;
    }

.leftNav a {
    color: white;
}

    .leftNav a:hover {
        color: white;
        text-decoration: none;
    }

    .leftNav a:active {
        color: white;
        text-decoration: none;
    }

	
	.intoRight a.active 
	{color:#0083cb;}
@media screen and (max-width: 1141px) {
    .headline {
        font-size: 27px;
    }
}
@media screen and (max-width: 767px) {
    .headline {
        font-size: 21px;
    }
    .imgMobile{
        width:209px;
    }
    .imgMobile2{
        width:119px;
    }
    .lilMarg{
        margin-top:unset;
        float:none;
    }
    .headline{
        padding-left:unset;
        position:unset;
    }
}

.withoudBol {
    display: inherit;
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}


.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative;
}

.InfoTable td {
    padding-left: 20px;
    border-spacing: 0;
}

.demo-container {
    width: 900px;
}



.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}