* {margin:0;padding:0;list-style-type:none;text-decoration:none;}
body {
    font-family: 'U';
    background: url(/img/background.jpg);
    background-attachment: fixed;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
._all_header {
    display: table;
    background: url(/img/header.jpg) no-repeat 50% 50%;
    margin: auto;
    background-size: cover;
    border-radius: 7px 7px 0px 0px;
    margin-top: 33px;
    box-shadow: 0px 0px 100px #080d18;
}
._header {
    width: 1200px;
    min-height: 400px;
    display: table;

    margin: auto;
    background-size: 100%!important;
}
._gor_menu {
    width: 1196px;
    min-height: 55px;
    margin: auto;
    background: #0c1417;
    border-top: 3px #87d0f4 solid;
    border-bottom: 3px #87d0f4 solid;
}
._gor_menu li {
	float:left;
	line-height:55px;
}
._gor_menu a {
    text-transform: uppercase;
    color: #fff;
    padding: 0px 105px;
    font-family: 'UB';
    display: block;
}
._gor_menu ul {
    width: auto;
    margin: auto;
    display: table;
}
._gor_menu a:hover {
    background: #87d0f4;
    color: #fff;
	  transition: 0.5s;
}
li.current_page_item a {
    background: #87d0f4;
    color: #fff!important;
	  transition: 0.5s;
}
._all_content {
    width: 1154px;
    background: #fff;
    margin: auto;
    padding: 33px 20px;
    border-left: 3px #87d0f4 solid;
    border-right: 3px #87d0f4 solid;
    border-top: 3px #87d0f4 solid;
    border-bottom: 3px #87d0f4 solid;
    border-radius: 3px;
    display: table;
}
._all_footer {
    width: 1194px;
    min-height: 55px;
    background: #4d4d4d;
    border-bottom: 3px #87d0f4 solid;
    display: table;
    margin: auto;
    margin-bottom: 33px;
    border-left: 3px #87d0f4 solid;
    border-right: 3px #87d0f4 solid;
	border-radius:0px 0px 10px 10px;
}
._footer {
    width: 1100px;
    min-height: 55px;
    margin: auto;
}
._footer p {
    line-height: 55px;
    text-align: center;
    color: #fff;
}
._sidebar {
    width: 260px;
    padding: 0px 20px;
    float: right;
    min-height: 200px;
    border-left: 2px #87d0f4 solid;
}
._content {
    width: 840px;
    float: left;
    display: table;
}
._content p {
    line-height: 1.5;
    margin-bottom: 5px;
    text-indent: 20px;
	    color: #4d4d4d;
}
._content li {
    line-height: 1.5;
    margin-bottom: 5px;
    text-indent: 0px;
    color: #4d4d4d;
    list-style-type: disc;
    margin-left: 40px;
	font-family: 'ULI';
}
._content h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'UL';
    font-weight: 100;
    font-size: 30px;
    width: auto;
    display: table;
    margin: auto;
    border-bottom: 1px #4d4d4d solid;
    margin-bottom: 20px;
}
h2.widgettitle {
    text-align: center;
    text-transform: uppercase;
    font-family: 'UL';
    font-weight: 100;
    font-size: 23px;
    width: auto;
    display: table;
    margin: auto;
    margin-bottom: 33px;
}
li.widget {
    margin-bottom: 44px;
}
._content img {
    border: 2px #87d0f4 solid;
    border-radius: 3px;
    box-shadow: 0px 0px 1px #333;
}
#gallery-1 img {
    border: 2px solid #87d0f4!important;
}