/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
}

ol, ul {
	list-style-position: inside !important;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
    min-height: 100%;
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    min-width: 320px;
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 180px !important;
    overflow-y: scroll;
    color: #07224a !important;
    padding-bottom: 50px;
}

p {
	color: #07224a;
}

h3 {
    font-size: 28px !important;
    color: #DE5021 !important;
    font-weight: 900 !important;
    text-shadow: 0 0 1px #8f8585;
}

.header>.container {
	margin: 35px auto;
}

.header p {
	margin: 0 0 3px;
}

.navbar-default {
  background-color: inherit !important;
  border: 0 !important;
}

.widthmenu {
	width:100%; 
	background: #001a33; 
	height: 50px;
}

#navbar .nav>li {
    position: relative;
    display: block !important;
}

#navbar li a {
    color: #fff;
    transition: color 0.4s ease 0s;
    font-size: 14px;
}

#navbar .dropdown-menu {
    background-color: #001a33;
    margin: 0;
    padding: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #337ab7 !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: #337ab7 !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background: #337ab7 !important;
}
.dropdown-menu>li>a {
	padding: 10px 20px !important
}

.carousel-inner>.item {
	max-height: 630px;
	
}

.main-content {
	padding-bottom: 50px;
}

.main-content h1 {
    color: #DE5021;
    font-weight: 900;
    text-shadow: 0px 0px 1px #8f8585;
}

div[itemprop="articleBody"] img {
    max-width: 100%;
    max-height: 340px;
}

.video {
	background: #cfcfcf;
	padding: 30px 0;
	margin-top: 20px;
    margin-bottom: -100px;
}

.video p {
    font-size: 22px;
    text-align: center;
    color: #DE5021;
    font-weight: 900;
    text-shadow: 0px 0px 1px #8f8585;
    margin-bottom: 30px;
}

.video iframe:nth-child(2n+1) {
	//margin-right: 15px;
}

.video iframe:nth-child(2n) {
	float:right;
}

.video iframe {
	width: 49%;
	margin-bottom: 20px;
}

.news-block {
	margin-bottom: 20px;
}

.main-content .item-image {
    width: 50%;
    overflow: hidden;
    margin: 0 20px 20px 0;
}

.main-content .item-image img {
    width: 100%;
}

.main-content ul {
    list-style: inherit;
}

.main-content .image-how img {
    border-radius: 150px;
    width: 70px;
    margin-bottom: 10px;
    height: 70px;
}

.main-content .image-how .how-block {
    width: 12%;
    float:left;
    text-align: center;
}

div#nexevocontainer_m95 {
    padding: 16px 0 !important;
}

.main-content .newsflash-title a {
    color: #DE5021;
    font-size: 25px;
    font-weight: 600;
}

.main-content .how-block p {
    font-size: 16px;
}

.workk h3 {
    margin-bottom: 30px;
}

.navbar-default .navbar-toggle {
    border-color: #337ab7 !important;
}

.navbar-toggle {
    background-color: #337ab7 !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.fancybox-opened .fancybox-title {
    display: none;
}






.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 180px;
    padding-top: 45px;
    background-color: #f7f7f7;
}

@media (min-width: 992px) {
    .news-block img {
        max-width: 420px;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .container>.navbar-collapse {
        padding: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .nav>li>a {
        padding: 15px 10px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .main-content .image-how .how-block {
        width: 25%;
    }
    .nav>li>a {
        padding: 15px 4px !important;
    }
}


@media (max-width: 767px) {
    .main-content .image-how .how-block {
        width: 50%;
    }

	.video iframe {
	 width: 100%;
	}
    .main-content .item-image {
        width: 100%;
    }
    .navbar-default {
        background-color: #001a33 !important;
        border-color: #001a33 !important;
        z-index: 1;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #337ab7 !important;
    }

    .main-content h1 {
        font-size: 26px;
    }

    .main-content h3 {
        font-size: 22px;
    }
}