
@font-face {
    font-family: "Arial Narrow";
	src: url('../fonts/arialnarrow.eot');
}
@font-face {
    font-family: "Arial Narrow";
	src: local("HelveticaNeue Bold"), url('../fonts/arialnarrow.ttf');
}
@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MyriadProBold";
    src: url("../fonts/MyriadProBold/MyriadProBold.eot");
    src: url("../fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("../fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, b, i,
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, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: "MyriadProRegular", san-serif;
}
ul, ol ,li {
    list-style: none;
}
b, i {
    font-weight: 400;
    font-style: normal;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
table {
    width: 100%;
    border-collapse: collapse;
}
input, textarea, select { 
    outline: none;
}
html {
    height: 100%;
    *overflow: auto;
}
body {
    position: relative;
    min-height: 100%;
    min-width: 1000px;
    background: #fff;
    font: 400 14px/20px Times New Roman, serif;
    color: #423e3b;
}


/*.body1 {
    background: #fff url(/img/body1.jpg) 50% 199px no-repeat !important;
}

.body2 {
    background: #fff url(/img/body2.jpg) 50% 199px no-repeat !important;
}

.body3 {
    background: #fff url(/img/body3.jpg) 50% 199px no-repeat !important;
}

.body4 {
    background: #fff url(/img/body4.jpg) 50% 199px no-repeat !important;
}

.body5 {
    background: #fff url(/img/body5.jpg) 50% 199px no-repeat !important;
}

body.index {
    background: #fff url(/img/body1.jpg) 50% 216px no-repeat;    
}*/
body {
    background: #E9E9E9!important;
}
body > .before,
body:before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    bottom: 0;
    display: block;
    width: 1044px;
    max-width: 100%;
    margin: 0 0 0 -522px;
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(47, 50, 49, 0.29);
}
body > .before {
    width: 1068px;
    margin: 0 0 0 -534px;
    box-shadow: none;
    background: url(/img/content.png) 50% 0 repeat-y;
}
a {
    color: #4566d2;
    text-decoration: none;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
p {
    margin: 0 0 20px;
}
.page {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.bigmir-counter {
    position: absolute;
    width: 88px;
    height: 67px;
    left: 300px;
    top: 50px;
}

header {
    position: relative;
    z-index: 11;
    height: 109px;
    background: #5474de url(/img/sprite.png) 50% -181px no-repeat;
    border-top: 6px solid #ffcf25;
    color: #fff;
}

footer {
    position: absolute;
    z-index: 1;
    bottom: 0; left: 0; right: 0;
    height: 132px;
    /*background: #5474de url(/img/sprite.png) 50% -408px repeat-x;*/
    color: #fff;
    overflow: hidden;
}
footer a {
    color: #fff;
    text-decoration: none;
}
#content {
    position: relative;
    padding: 10px 0 176px; /* 36px 0 176px */
    background: #fff;
}
#content:after {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}

#logo {
    float: left;
    display: block;
    width: 215px;
    margin: 34px 0 0; /* 18px */
    font: 700 24px/34px Tahoma, sans-serif; /* 27/34 */
    color: #fff;
    text-decoration: none;    
}

nav {
    position: relative;
    float: right;
    width: 753px;
    margin: 46px 0 0;
    z-index: 999;
}
nav a {
    display: block;
    font: 400 14px/20px Tahoma, sans-serif;
    color: #fff;
    text-decoration: none;
}
nav a:hover {
    text-decoration: none;
}
/*.fa:hover {
    background: blue;
    color: yellow;
    font-size: 17px;
    height: 20px;
}*/

nav > ul {
    display: block;
    margin: -10px 0 0;
    padding: 0 25px;
    
    text-align: justify;
    text-align-last: justify;
    text-justify: newspaper;
    font-size: 1px;
    line-height: 0;
}
nav > ul > .after, 
nav > ul:after {
    content: '';
    display: inline-block;
    zoom: 1; *display: inline;
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
}
nav > ul > li {
    display: inline-block;
    zoom: 1; *display: inline;
    text-align: left;
    vertical-align: top;
    margin: 10px 0 0;
}
nav > ul > li.active,
/*nav > ul > li.hover {
    background: #ffcf25;
    margin: 0 -25px 0;
    padding: 10px 25px 12px;
    border-radius: 4px;
}*/
/*nav > ul > li.root.hover {
    border-radius: 4px 4px 0 0;
}*/
nav > ul > li.active a,
nav > ul > li.hover > a {
    color: #2f2f2f;
}
nav > ul > li > ul {
    display: none;
    position: absolute;
    left: 0; right: 0;
    margin: 0 6px 0 0;
    padding: 18px 34px 2px;
    background: #ffcf25;
    /*border-radius: 4px;*/
    
    text-align: justify;
    text-align-last: justify;
    text-justify: newspaper;
    font-size: 1px;
    line-height: 0;
}
nav > ul > li > ul:after {
    content: '';
    display: inline-block;
    zoom: 1; *display: inline;
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
}
.la ul .root ul li a:hover {
    background: #292f87;
    color: #fff000;
    border-radius: 3px;
    background: #292f87;
}
nav > ul > li.hover > ul {
    display: block;
}
nav > ul > li > ul > li { 
    display: inline-block;
    zoom: 1; *display: inline;
    padding: 0 10px 16px;
    text-align: left;
    vertical-align: top;
}
nav > ul > li > ul > li > a {
    color: #9c5801;
}
nav > ul > li > ul > li.root.hover {
    background: url(/img/sprite.png) 50% 100% no-repeat;
}
nav > ul > li > ul > li.hover > ul {
    display: block;
}
nav > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 36px;
    margin: 16px 0 0;
    padding: 10px 10px;
    background: #fff000;
    border-radius: 0 0 4px 4px;
}
nav > ul > li > ul > li > ul > li {
    float: left;
    /*width: 155px;*/
    padding: 3px 0 5px 22px;
}
nav > ul > li > ul > li > ul > li a {
    padding: 0 6px 0 6px;
    background: url(/img/sprite.png) -300px -113px no-repeat;
    font: 400 12px/16px Tahoma, sans-serif;
    color: #423e3b;
}


nav > ul > li > css3-container {
    display: none !important;
}
nav > ul > li > ul > li > css3-container {
    display: none !important;
}
nav > ul > li.hover > css3-container {
    display: block !important;
}
nav > ul > li > ul > li.hover > css3-container {
    display: block !important;
}

.copyright {
    float: left;
    line-height: 18px;
    margin: 44px 0 0;
    word-spacing: 1px;
}
.copyright img {
    vertical-align: bottom;
}
.social-icons {
    float: right;
    display: block;
    width: 330px;
    height: 106px;
    margin: 26px -28px 0 0;
    background: url(/img/sprite.png) 0 0 no-repeat;
}
.social-icons a {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
}
.banner {
    display: block;
    margin: 0 auto 43px;
}
.right-column .banner {
    margin-bottom: 33px;
}
.bottom-column .banner {
    margin: 0;
}
.right-column {
    float: right;
    width: 239px;
}
.center-column {
    width: 739px;
    float: left;
    *overflow: hidden;
}
.bottom-column {
	width: 100%;
	clear:both;
}

h1 {    
    margin: 0 0 16px;   
    padding: 4px 0 4px 36px;
    background: url(/img/sprite.png) -1940px -1px no-repeat;
    font: 400 24px/24px Arial Narrow, Tahoma, sans-serif;
    color: #5c6584;
    text-transform: uppercase;
}
h1.t2 {
    margin: 0 0 21px -2px;
    padding: 6px 0 3px 38px;
    background: url(/img/sprite.png) -1940px -91px no-repeat;
}
h1 span {
    color: #ffd12d;
}
.right-column h1 {
    margin: 0 0 19px;
}
h2 {
    font: 700 24px/24px Times New Roman, serif; 
    margin: 0 0 18px;   
}
h3 {
    font: 400 16px/16px Times New Roman, serif; 
    margin: 0 0 18px; 
    color: #4566d2;  
}
hr {
    margin: 25px 0;
    border: none;
    border-top: 1px solid #000;
}
.ml {
    margin-left: 36px;
}
ul.ul li {
    position: relative;
    padding: 0 0 10px 26px;
    font-size: 16px;
    cursor: pointer;
    *background: url(/img/ul-li.png) 0 4px no-repeat;
}
ul.ul li:before {
    content: '';
    position: absolute;
    top: 4px; left: 0;
    display: block;
    width: 15px; height: 15px;
    background: url(/img/sprite.png) -100px -120px no-repeat;
}
ul.ul li:hover {
    color: #7d7d7d;
    *background: url(/img/ul-li-hover.png) 0 4px no-repeat;
}
ul.ul li:hover:before {
    background-position: -100px -145px;
}

ol.ol {    
    counter-reset: list; 
}
ol.ol li {
    position: relative;
    padding: 0 0 10px 26px;
    font-size: 16px;
    cursor: pointer;
}
ol.ol li:before,
ol.ol li .before {
    counter-increment: list;
    content: counter(list) ") ";
    position: absolute;
    top: 0; left: 2px;
    display: block;
    width: 20px; height: 20px;
}
ol.ol li .before {
    top: -1px;
}
ol.ol li:hover {
    color: #7d7d7d;
}
ol.ol li:hover:before,
ol.ol li:hover .before {
    color: #423E3B;
}

table.table {
    text-align: center;
}
table.table th {
    padding: 14px;
    background: #4e7de6 url(/img/table-thead.png) -15px 0 repeat-x;
    border-bottom: 1px solid #cccccc;
    font: 400 10px/10px Arial;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #2065db;
    color: #fff;
}
table.table th:first-child {
    background-position: 0 0;
} 
table.table th:last-child {
    background-position: 100% 0;
}
table.table th.last {
    background-position: 100% 0;
}

table.table td {
    padding: 17px 14px;
    background: #e5eff4 url(/img/table-td.png) -15px 100% repeat-x;
    font: 400 10px/10px Arial;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    color: #535353;
    vertical-align: top;
}
table.table td:first-child {
    background-position: 0 100%;
}
table.table td:last-child {
    background-position: 100% 100%;
}
table.table tr:nth-child(2n) td {
    background-image: url(/img/table-td2.png);
    background-color: #FFFFFF;  /* background-color: #ecedee; */
} 
table.table tr.odd td {
    background-image: url(/img/table-td2.png);
    background-color: #ecedee;
}
table.table td.last {
    background-position: 100% 100%;
}
table.table td:before,
table.table td .before {
    content: '';
    display: block;
    height: 17px;
    margin: -17px -14px 0;
    background: url(/img/table-td-top.png) -15px 0 repeat-x;
}
table.table tr:nth-child(2n) td:before {
    background-image: url(/img/table-td2-top.png);
}
table.table tr.odd td:before,
table.table tr.odd td .before {
    background-image: url(/img/table-td2-top.png);
}
table.table td:first-child:before,
table.table td:first-child .before {
    background-position: 0 0;
}
table.table td:last-child:before,
table.table td.last .before {
    background-position: 100% 0;
}
table.table td.last:before {
    background-position: 100% 0;
}

label {
    display: block;
    margin: 0 0 5px;
    font: 400 12px/12px Arial;
    color: #535353;
}
input.text {
    position: relative;
    width: 186px;
    height: 20px;
    margin: 0 0 19px;
    padding: 6px;
    border: 1px solid #a1aec7;
    border-radius: 6px;
    box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.15) inset;
}
textarea {
    position: relative;
    width: 185px;
    height: 90px;
    margin: 0 0 19px;
    padding: 6px;
    border: 1px solid #a1aec7;
    border-radius: 6px;
    box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.15) inset;
    resize: none;
}
button {
    position: relative;
    padding: 5px 13px 4px;
    background: #ffdd17;
    background: #ffdd17 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZGQxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmI4MDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffdd17 1%, #ffb802 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffdd17), color-stop(100%,#ffb802));
    background: -webkit-linear-gradient(top,  #ffdd17 1%,#ffb802 100%);
    background: -o-linear-gradient(top,  #ffdd17 1%,#ffb802 100%);
    background: -ms-linear-gradient(top,  #ffdd17 1%,#ffb802 100%);
    background: linear-gradient(to bottom,  #ffdd17 1%,#ffb802 100%);
    -pie-background: linear-gradient(#ffdd17 1%,#ffb802 100%);
    border: 1px solid;
    border-color: #ffd207 #f5b20c #ed9710 #f6b50c;
    border-radius: 3px;
    font: 400 10px/10px Arial;
    color: #9c5801;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #ffe287;
    box-shadow: -1px 0 0 0 #ffe651 inset, 1px 0 0 0 #ffe651 inset, 0 1px 0 0 #fff8ca inset, 0 -1px 0 0 #ffc73b inset;
    cursor: pointer;
    overflow: visible;
    outline: none;
    zoom: 1; *display: inline;
}
@-moz-document url-prefix() { 
    button { 
        padding: 4px 13px 3px;
    } 
}
button { 
    *padding: 4px 13px 1px;
} 

input[type="radio"],
input.radio {
    margin: 2px 0;
}
.radio-item input {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    cursor: pointer;
}
.radio-item label {
    display: inline-block;
    zoom: 1; *display: inline;
    padding: 0 0 0 20px;
    background: url(/img/inputs.png) 0 0 no-repeat;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    white-space: nowrap;
}
.radio-item label.checked {
    background-position: 0 -25px;
}

input[type="checkbox"],
input.checkbox {
    margin: 2px 0;
}
.checkbox-item input {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    cursor: pointer;
}
.checkbox-item label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 0 0 20px;
    background: url(/img/inputs.png) 0 -50px no-repeat;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    white-space: nowrap;
}
.checkbox-item label a {
    font-size: 13px;
    line-height: 18px;    
}
.checkbox-item label.checked {
    background-position: 0 -75px;
}

.form-left {
    float: left;
    margin: 0 31px 0 0;
}
.form-action {
    width: 100%;
    text-align: center;
    clear: both;
}

.article-list li {
    margin: 0 0 25px;
    padding: 5px 0 45px;
    border-bottom: 1px solid #423e3b;
}
.article-list li h3 {
    font: 700 24px/24px Times New Roman, serif; 
    margin: 0 0 8px;   
}
.article-list li .img {
    position: relative;
    float: left;
    width: 134px;
    height: 134px;
}
.article-list li .img img {
    position: relative;
    width: 100%;
    height: 100%;
    /*border-radius: 100px;*/
}
.article-list li .info {
    position: relative;
    margin: 0 0 0 134px;
    padding: 0px 0 0 40px;
}
.article-list li .info p {
    margin: 0 0 9px;
}
.article-list li .info .before,
.article-list li .info:before {
    content: '"';
    display: block;
    position: absolute;
    top: -11px; left: 4px;
    font: 700 72px/72px Times New Roman, serif;
    color: #423e3b;
}
.article-list li .info::before {
    display: none;/*KSA*/
}

.article-list li .infonoimg {
    position: relative;
    margin: 0 0 0 0;
    padding: 26px 0 0 40px;
}
.article-list li .infonoimg p {
    margin: 0 0 9px;
}
.article-list li .infonoimg .before,
.article-list li .infonoimg:before {
    content: '"';
    display: block;
    position: absolute;
    top: -11px; left: 4px;
    font: 700 72px/72px Times New Roman, serif;
    color: #423e3b;
}
.article-list li .infonoimg::before {
    display: none;/*KSA*/
}


.label,
a.label {
    display: block;
    width: 78px;
    line-height: 24px;
    padding: 0 5px 0 0;
    background: url(/img/sprite.png) 0 -120px no-repeat;
    font-family: "MyriadProBold", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -1px;
    word-spacing: 2px;
}

.photogallery-block {    
    width: 421px;
    margin: 0 0 33px;
}
.photogallery-block .inside {
    position: relative;
    min-height: 182px;
    padding: 0 0 13px;
    background: #ededed;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-radius: 10px;
    box-shadow: 1px 1px 0 0 #ececec;
}
.photogallery-block img {
    position: relative;
    margin: 12px 0 0 14px;
    border-radius: 4px;
}
.photogallery-block .label {
    margin: 20px 0 0 3px;
}

.twitter-block, .video-home-block {
    float: right;
    width: 260px;
}
/* .video-home-block */
.video-home-block iframe {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0;
    margin-left: 14px;
    margin-right: 0;
    margin-top: 12px;
    position: relative;
}

.video-home-block .inside {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #EDEDED;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #C5C5C5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #C5C5C5;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 1px 1px 0 0 #ECECEC;
    min-height: 182px;
    padding-bottom: 13px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    
    /*
    position: relative;
    min-height: 182px;
    padding: 0 0 6px;
    background: #f3f3f4;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 10px;
    box-shadow: 1px 1px 0 0 #ececec;
    */
}

.video-home-block .label {
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 0;
    margin-top: 20px;
}
/* end */


.twitter-block-item { /* , .twitter-block */
    width: 239px;
    padding-bottom: 19px;
}

.twitter-block .inside, .twitter-block-item .inside  {
    position: relative;
    min-height: 195px;
    padding: 0 0 6px;
    background: #f3f3f4;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 10px;
    box-shadow: 1px 1px 0 0 #ececec;
}
.twitter-block .inside .before,
.twitter-block .inside .after,
.twitter-block .inside:before,
.twitter-block .inside:after,

.twitter-block-item .inside .before,
.twitter-block-item .inside .after,
.twitter-block-item .inside:before,
.twitter-block-item .inside:after
{
    content: '';
    position: absolute;
    bottom: 2px; left: 0; right: -1px;
    display: block;
    height: 8px;
    background: #f3f3f4;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-radius:  0 0 10px 10px;
}
.ie .twitter-block .inside:before,
.ie .twitter-block .inside:after,

.ie .twitter-block-item .inside:before,
.ie .twitter-block-item .inside:after
{
    display: none;
}
.twitter-block .inside .after,
.twitter-block .inside:after,

.twitter-block-item .inside .after,
.twitter-block-item .inside:after
{
    bottom: 5px;
    border-color: #b8b8b8;
}
#content .twitter-block .inside,
#content .twitter-block-item .inside {
    border-radius: 10px;
}
.twitter-block .head,
.twitter-block-item .head {
    position: relative;
    height: 32px;
    padding: 0 12px 0 18px;
    background: #3bbcec url(/img/sprite.png) 50% 15px no-repeat;
    border: 1px solid #36a5cf;
    border-color: #36a5cf #238db9 #1c83b0 #2998c2;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 1px 0 0 #62c9f0 inset, 0 1px 1px 0 #e1e1e1;
    font: 400 14px/34px Arial, sans-serif;
    color: #fff;
}
.tweet {
    margin: 0 0 0 1px;
    padding: 13px 7px 14px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d7d7d7;
    font: 400 12px/16px Arial, sans-serif;
    color: #595959;
    text-shadow: 1px 1px 0 #fff;
}
.tweet a {
    color: #188fd2;
}
.tweet:first-child,
.tweet.first {
    border-top-color: transparent;
}
.tweet:last-child,
.tweet.last {
    border-bottom: none;
}
.tweet img {
    float: left;
    position: relative;
    width: 42px;
    height: 42px;
    margin: -1px 10px 0 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 3px;
}
.tweet span {
    display: block;
    margin: 4px 0 0;
    font-size: 10px;
    color: #949494;
}
.twitter-block .head .follow,
.twitter-block-item .head .follow{
    float: right;
    margin: 5px 0 0;
}
.follow {
    position: relative;
    display: block;
    width: 24px;
    height: 23px;
    background: url(/img/sprite.png) -700px 0 no-repeat;
    text-decoration: none;
}
.follow span {
    display: none;
    position: absolute;
    top: -25px; left: 50%;
    width: 49px;
    height: 29px;
    margin: 0 0 0 -25px;
    background: url(/img/sprite.png) -650px 0 no-repeat;
    font: 400 11px/22px Arial, sans-serif;
    color: #9c5801;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 238, 183, 0.73);
}
.follow:hover {
    text-decoration: none;
}
.follow:hover span {
    display: block;
}
.photogallery-block h2,
.twitter-block h2,
.twitter-block-item h2{
    margin-bottom: 16px;
}

.news-list {
    margin: 0 0 29px;
}
.news-list li {
    margin: 0 0 20px;
    padding: 2px 0 10px;
    border-bottom: 1px solid #423e3b;
}
.news-list li a {
    display: block;
    font-size: 16px;
    text-decoration: underline;
}
.news-list li p {
    margin: 8px 0 0;
}
.date {
    margin: 11px 0 0;
    padding: 1px 0 3px 21px;
    background: url(/img/sprite.png) -360px -2px no-repeat;
    font: 400 12px/12px Arial, sans-serif;
    color: #8b827b;
    /*width: 100px;*/
    width: 150px;
}
.date span {
    color: #4566d2;
}
.date i {
    font-size: 11px;
}

.center-column .news-list {
    margin: 0 0 27px;
}
.center-column .news-list li {
    padding-bottom: 23px;
}
.center-column .news-list li p {
    margin-top: 7px;
}
.center-column .date {
    font-size: 13px;
    margin: 10px 0 0 1px;
    padding: 2px 0 2px 21px;
}

.tour-list {    
    margin: 0 0 40px;
    font-size: 1px;
    line-height: 0;
}
.tour-list li {
    display: inline-block;
    zoom: 1; *display: inline;
    vertical-align: top;
    width: 215px;
    margin: 10px 0 0 93px;
    padding: 0 0 0 55px;
    font: 400 14px/18px Times New Roman, serif;
    text-align: left;   
}
.tour-list li:first-child {
    margin-left: 0;
}
.tour-list li.boys {
    background: url(/img/sprite.png) 1px -547px no-repeat;
}
.tour-list li.girls {
    background: url(/img/sprite.png) -299px -547px no-repeat;
}
.tour-list li.boys.girls {
    background: url(/img/sprite.png) -599px -547px no-repeat;
}
.tour-list li h2 {
    font: 700 18px/20px Times New Roman, serif;    
    margin: 0 0 22px;
}
.tour-list li .date { 
    margin: 0 0 8px;
    padding: 0 0 0 20px;
    background: url(/img/sprite.png) -360px 0 no-repeat;
    font: 400 14px/18px Arial, sans-serif;
    color: #8b827b;  
    word-spacing: -1px;  
}
.tour-list li .date b {
    color: #4566d2;
}
.tour-list li .date i {
    font-size: 11px;
}
.tour-list li a {
    display: block;
    margin: 0 0 14px;
    padding: 0 0 0 23px;
    color: #423e3b;
}
.tour-list li a span {
    display: inline-block;
    zoom: 1; *display: inline;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #d0cfcf;
    line-height: 14px;
}

.tour-list li a.pos {
    background: url(/img/sprite.png) -360px -30px no-repeat;
}
.tour-list li a.par {
    background: url(/img/sprite.png) -360px -60px no-repeat;
}
.tour-list li a.gr {
    background: url(/img/sprite.png) -360px -90px no-repeat;
}

.tour-list li a.label {
    margin: 22px 0 0 0;
    padding: 0 5px 0 0;
    color: #fff;
}

.photogallery {
    margin: 0 -40px 14px 0;
}
.photogallery img {
    position: relative;
    width: 189px;
    height: 167px;
    margin: 0 35px 35px 0;
    border: 11px solid #ededed;
    border-radius: 10px;
    box-shadow: 1px 1px 0 0 #c5c5c5, 2px 2px 0 0 #ececec;
}
.photogallery + .label {
    margin: -25px 0 40px;
}

.right-column .photogallery {
    margin: 0 0 21px;
}
.right-column .photogallery a {
    display: block;
    margin: 0 0 9px;
    font-size: 16px;
}
.right-column .photogallery a.label {
    margin: 0 0 30px;    
}
.right-column .photogallery img {
    width: 213px;
    height: 190px;
    margin: 0 0 8px 0;
}

.video-block iframe{
    position: relative;
    width: 213px;
    height: 156px;
    border: 11px solid #ededed;
    border-radius: 10px;
    box-shadow: 1px 1px 0 0 #c5c5c5, 2px 2px 0 0 #ececec;
}
.video-block iframe {
    /*
    width: 100%;
    height: 100%;
    */
}
.video-block a {
    display: block;
    font-size: 16px;
    margin-bottom: 9px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    
    /*
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background: url(/img/sprite.png) -1760px -554px no-repeat;
    */
}



.pager {
    margin: 0 0 70px;
}
.pager a {
    display: inline-block;
    zoom: 1; *display: inline;
    vertical-align: top;
    margin: 0 7px 0 0;
    border-bottom: 1px solid #bbbbbb;
    font: 400 14px/14px Times New Roman, serif;
    color: #423e3b;
}
.pager a.current {
    font-weight: 700;
    color: #4566d2;
    border: none;
}
.pager a.prev,
.pager a.next {
    border: none;
    width: 8px;
    height: 14px;
    margin: 0 16px 0 0;
    background: url(/img/sprite.png) -219px -117px no-repeat;
}
.pager a.next {
    margin: 0 0 0 11px;
    background-position: -244px -118px;
}
.pager a.prev.disable {
    background-position: -219px -146px;
}
.pager a.next.disable {
    background-position: -242px -145px;
}

.dropdown {
    position: relative;
    height: 26px;
}
.dropdown div {
    position: relative; z-index: 2;
    height: 100%;
    padding: 0 14px 0 29px;
    background: #ffc00d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzAwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjlmMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffc00d 0%, #ff9f03 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc00d), color-stop(100%,#ff9f03));
    background: -webkit-linear-gradient(top,  #ffc00d 0%,#ff9f03 100%);
    background: -o-linear-gradient(top,  #ffc00d 0%,#ff9f03 100%);
    background: -ms-linear-gradient(top,  #ffc00d 0%,#ff9f03 100%);
    background: linear-gradient(to bottom,  #ffc00d 0%,#ff9f03 100%);
    -pie-background: linear-gradient(#ffc00d 0%,#ff9f03 100%);
    border-top: 2px solid #ffd613;
    border-radius: 0;
    cursor: pointer;
    font: 400 16px/22px  "MyriadProBold", sans-serif;
    color: #9c5801;
    text-shadow: 0 1px 0 rgba(255, 238, 183, 0.73);
}
.dropdown div span {
    display: inline-block;
    zoom: 1; *display: inline;
    vertical-align: top;
    height: 7px; width: 13px;
    margin: 8px 0 0 18px;
    background: url(/img/sprite.png) 0 -152px no-repeat;
}
.dropdown:hover ul {
    display: block;
}
.dropdown ul {
    display: none;
    position: absolute; z-index: 1;
    top: 24px; left: 0; right: 0;
    padding: 2px 0 0;
    background: #e9e9e9;
    border: 1px solid #d3d3d3;
    border-radius: 0 0 5px 5px;
}
.dropdown ul li {
    border-top: 1px solid #d3d3d3;
}
.dropdown ul li:first-child {
    border-top: none;
}
.dropdown ul li a {
    position: relative;
    display: block;  
    top: 0; left: 0;
    padding: 5px 14px 4px 29px;  
    background: #e2e2e2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #f2f2f2 55%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(55%,#f2f2f2), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top,  #e2e2e2 0%,#f2f2f2 55%,#ebebeb 100%);
    background: -o-linear-gradient(top,  #e2e2e2 0%,#f2f2f2 55%,#ebebeb 100%);
    background: -ms-linear-gradient(top,  #e2e2e2 0%,#f2f2f2 55%,#ebebeb 100%);
    background: linear-gradient(to bottom,  #e2e2e2 0%,#f2f2f2 55%,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ebebeb',GradientType=0 );
     
    *background: #e9e9e9;
    *filter: none;
    font: 400 16px/20px Times New Roman, serif;
    color: #423e3b;
}
.dropdown ul li:last-child a {
    border-radius: 0 0 5px 5px;
}
.dropdown ul li a:hover {
    background: #ededed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ededed 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(top,  #ededed 0%,#f7f7f7 100%);
    background: -o-linear-gradient(top,  #ededed 0%,#f7f7f7 100%);
    background: -ms-linear-gradient(top,  #ededed 0%,#f7f7f7 100%);
    background: linear-gradient(to bottom,  #ededed 0%,#f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f7f7f7',GradientType=0 );
    *background: #ededed;
    *filter: none;
}

/*стили для месяцев в фильтре*/
.dropdown ul li .hovering ul {
    position: absolute;
    top: -30px;
    left: 132px;
    z-index: 10;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dropdown ul li .hovering a {
    background: #e9e9e9;
    width: 60px;
    text-align: center;
    padding: 5px 20px 5px 20px;
    border-top: 1px solid #d3d3d3;
    
}
.dropdown ul li .hovering li {
    margin-bottom: -2px; 
}
.dropdown ul .hovering li:first-child a{
    border-top: none;
}
.dropdown ul li .hovering ul {
    display: none;
}

.dropdown ul li:hover .hovering ul {
    display: block;
}

.archive {
    float: right;
    margin: -47px 1px 0;
}
.archive label {
    float: left;
    margin: 4px 5px 0 0;
    font: 700 14px/20px Times New Roman, serif;
    color: #ffa204;
}
.archive .dropdown {
    display: inline-block;
    zoom: 1; *display: inline;
    vertical-align: top;
    width: 135px;
}

img.detail {
    position: relative;
    float: left;
    max-width: 512px; /* 312 */
    margin: 6px 9px 6px 0;
    border-radius: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.video-listing {
    margin-right: 35px;
    margin-bottom: 35px;
    height: 160px;
}

.photo-listing {
    /*
    margin-right: 35px;
    margin-bottom: 35px;
    */
}

.video-listing label {
    width: 205px;
}
/*-- clear fix --*/
/* --------------------clear float -------------------- */
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

.clearfix:after, .clear:after{ /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* --------------------- calendar ----------------------- */
.banner728x90 {
		width: 728px;
		height: 90px;
		margin: 35px 0;
		background-color: #d0d0d0;
}
.select-cat {
        float: right;		
}
.select-cat .label-txt,
.select-cat ul {
        display: inline-block;
        vertical-align: middle;
}
.select-cat .label-txt {
        font-size: 14px;
        font-family: "Times New Roman", Times, serif;
        color: #ffa204;
        padding-right: 17px;
}
.select-cat ul {
        list-style: none;
}
.select-cat ul li {
        display: inline-block;
}
.select-cat ul a {
        display: block;
        width: 40px;
        height: 40px;
        background-image: url(/img/calendar-filter-icons.png);
        background-repeat: no-repeat;
        text-decoration: none;
}
.select-cat .i1 a {
        background-position: 0 3px;
}
.select-cat .i2 a {
        background-position: -51px 3px;
}
.select-cat .i3 a {
        background-position: -100px 3px;
}
.select-cat .i1 a:hover,
.select-cat .i1 a.active {
        background-position: 0 bottom;
}
.select-cat .i2 a:hover,
.select-cat .i2 a.active {
        background-position: -51px bottom;
}
.select-cat .i3 a:hover,
.select-cat .i3 a.active {
        background-position: -100px bottom;
}
.calendar-table td {
        text-align: left;
        vertical-align: top;
}
.calendar-table td .blue-number {
        color: #4566d2;
}
.calendar-table td span,
.calendar-table td img {
        vertical-align: middle;
}

/* ------------------- breadcrumbs ------------------ */
.breadcrumbs {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    width: 1000px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    position: relative;
}

/* ----------------- photogallery dinamic ---------------- */
.loading-bar {
	padding: 10px 20px;
	display: block;
	text-align: center;
	box-shadow: inset 0px -45px 30px -40px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	margin: 20px 0;
	font-size: 2em;
	font-family: "museo-sans", sans-serif;
	border: 1px solid #ddd;
	margin-right: 1px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

.loading-bar:hover {
	box-shadow: inset 0px 45px 30px -40px rgba(0, 0, 0, 0.05);
}

.photo-items #content {
	width: 800px;
	margin: 0px auto;
}

.photo-items #content h1 {
	font-family: "chaparral-pro", sans-serif;
	color: #444;
	font-size: 4.2em;
}

.photo-items #content h1 a {
	color: #444;
	text-decoration: none;
}

.photo-items #content h1 a:hover {
	color: #666;
}

.photo-items #content p {
	font-size: 2em;
	line-height: 1.7em;
	font-family: "museo-sans", sans-serif;
	text-align: justify;	
}

.photo-items #content hr {
	border-bottom: 1px solid #eee;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}


#travel {
	padding: 10px;
	background: rgba(0,0,0,0.6);
	border-bottom: 2px solid rgba(0,0,0,0.2);
	font-variant: normal;
	text-decoration: none;
}

#travel a {
	font-family: 'Georgia', serif;
	text-decoration: none;
	border-bottom: 1px solid #f9f9f9;
	color: #f9f9f9;
	font-size: 1.5em;
}

/* ------------------------ -------------------------------- */
.img-bdr10-fll {
		border-radius:10px;
}
.event-table {
        width: 100%;
        color: #6b6b6a;
        text-align: right;
}
.event-table td {
        padding: 0;
        padding-bottom: 10px;
}
.event-table tr td:first-child {
        text-align: left;
        font-weight: bold;
        color: #423e3b;
}
.lcol {
        float: left;
}
.photogallery-link {
        background-image: url(/img/links-bg.png) !important;
        background-position: 0 0 !important;
        width: 145px !important;
        margin-top: 15px;
}
.enlist {
        background-image: url(/img/links-bg.png) !important;
        background-position: 0 bottom !important;
        color: #9c5801 !important;
        text-shadow: none !important;
        width: 98px !important;
        text-align: center;
}
.rcol {
        float: right;
        width: 370px;
}
.article-list.one li {
        border: none !important;
}
.article-list.one h2 {
        font-size: 16px;
        margin-bottom: 10px;
}
.article-list.one .img {
        width: 78px !important;
        height: 78px !important;
}
.article-list.one li .info {
        margin-left: 80px !important;
}
.tpb {
        margin: 47px 0 5px !important;
        font-weight: bold;
}

/* ------------------------ tourn -----------------------*/
.tourn {
    position: relative;
}
.tourn h2.tourn-title {
    float: left;
    position: relative;
    width: 100%;
}

.tourn .rcol {
    position: relative;
}

/* ------------------- fix news images --------------------- */
.images-news {
    
}

/* ------------------- loader gif --------------------- */
.loader-effects {
    background-image: url("/images/ajax-loader.gif");
    display: block;
    float: right;
    height: 16px;
    width: 16px;
}

#twitter-widget-0{
    width: 710px;
    height: 250px;
}

/* ------------------ twitter style ---------------- */
.twitter-block-item-wigets {
   border: 1px solid #CCC;
}

.twitter-block-item-wigets * {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 16px;
    list-style-image: none;
    list-style-position: outside;
    /*list-style-type: none;*/
    text-transform: none;
}

.twitter-block-item-wigets .timeline {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
}

.twitter-block-item-wigets .customisable-border {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #E8E8E8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #E8E8E8;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #E8E8E8;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #E8E8E8;
    border-top-style: solid;
    border-top-width: 1px;
}

.twitter-block-item-wigets .root, 
.twitter-block-item-wigets .tweet-wigets, 
.twitter-block-item-wigets .footer, 
.twitter-block-item-wigets .detail-expander, 
.twitter-block-item-wigets .header, 
.twitter-block-item-wigets .timeline {
    position: relative;
}


.twitter-block-item-wigets .timeline-header {
    border-bottom-width: 1px;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-width: 0;
    box-shadow: 0 0 0 -3px rgba(0, 0, 0, 0);
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: box-shadow;
    transition-timing-function: ease-out;
}

.twitter-block-item-wigets .timeline-header, 
.twitter-block-item-wigets .timeline-footer {
    position: relative;
    z-index: 100;
}

.twitter-block-item-wigets .timeline-header strong.summary {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}
                
.p-author .profile .p-name, 
.cards-base p, 
.cards-base p a, 
.timeline-header .summary, 
.timeline-header .summary a:link, 
.timeline-header .summary a:visited, 
.p-author a.profile:hover .p-name, 
.p-author a.profile:focus .p-name {
    color: #333333;
}
 .p-author .full-name, 
 .p-author a.profile, 
 .p-author a.profile:hover .p-nickname, 
 .p-author a.profile:focus .p-nickname, 
 .p-author a.profile:hover .p-nickname b, 
 .p-author a.profile:focus .p-nickname b, 
 .cards-base a.profile:hover .p-nickname, 
 .cards-base a.profile:focus .p-nickname, 
 .cards-base a.profile:hover .p-nickname b, 
 .cards-base a.profile:focus .p-nickname b, 
 .cards-base .byline-user .p-nickname {
    
     /* a, a:visited, a:active, a:hover, a:focus, */
     -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}

.twitter-block-item-wigets .stream {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    width: 100%;
}

.twitter-block-item-wigets ol {
    display: block;
    padding-left-ltr-source: logical;
    padding-right-rtl-source: logical;
    padding-start-value: 40px;
}


.twitter-block-item-wigets .tweet-wigets {
    border-bottom-width: 1px;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-width: 0;
    padding-bottom: 10px !important;
    padding-left: 69px;
    padding-right: 12px;
    padding-top: 12px;
    width: 90%; 
}


.twitter-block-item-wigets button.load-more {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(0, 0, 0, 0.02);
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05) inset;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: ease-out;
    width: 100%;
}

.twitter-block-item-wigets button.load-more, 
.twitter-block-item-wigets .tweet-box-button, 
.twitter-block-item-wigets .no-tweets-pane .load-tweets {
    -moz-box-sizing: border-box;
}

.twitter-block-item-wigets .customisable, 
.twitter-block-item-wigets .customisable:link, 
.twitter-block-item-wigets .customisable:visited, 
.twitter-block-item-wigets .customisable:hover, 
.twitter-block-item-wigets .customisable:focus, 
.twitter-block-item-wigets .customisable:active, 
.twitter-block-item-wigets .customisable-highlight:hover, 
.twitter-block-item-wigets .customisable-highlight:focus, 
.twitter-block-item-wigets a:hover .customisable-highlight, 
.twitter-block-item-wigets a:focus .customisable-highlight {
    color: #0084B4;
}

.twitter-block-item-wigets .no-more .no-more-pane {
    display: block;
}
.twitter-block-item-wigets .no-more-pane {
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    text-align: center;
}

 .twitter-block-item-wigets .stats span, 
 .twitter-block-item-wigets .byline, 
 .twitter-block-item-wigets .retweet-credit, 
 .twitter-block-item-wigets .no-more-pane, 
 .twitter-block-item-wigets .no-tweets-pane p, 
 .twitter-block-item-wigets .p-geo, 
 .twitter-block-item-wigets .cards-base .byline-user { /* a:link, a:visited, */
    color: #707070;
}

.twitter-block-item-wigets .timeline .e-entry-title, 
.twitter-block-item-wigets .p-author .p-name, 
.twitter-block-item-wigets .cards-base h3, 
.twitter-block-item-wigets .new-tweets-bar button, 
.twitter-block-item-wigets .load-tweets, 
.twitter-block-item-wigets .no-more-pane {
    font-size: 14px;
    line-height: 16px;
}

.twitter-block-item-wigets .timeline-footer {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
}

.twitter-block-item-wigets a.tweet-box-button {
        -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #CCCCCC;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #CCCCCC;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #CCCCCC;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #CCCCCC;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    display: block;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    text-align: left;
    
    width: auto;
    font-size: 13px;
}

.twitter-block-item-wigets a:link, 
.twitter-block-item-wigets a:visited, 
.twitter-block-item-wigets .stats span, 
.twitter-block-item-wigets .byline, 
.twitter-block-item-wigets .retweet-credit, 
.twitter-block-item-wigets .no-more-pane, 
.twitter-block-item-wigets .no-tweets-pane p, 
.twitter-block-item-wigets .p-geo, 
.twitter-block-item-wigets .cards-base .byline-user {
    color: #707070;
}

.twitter-block-item-wigets abbr {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
}


.twitter-block-item-wigets .p-author:before, 
.twitter-block-item-wigets .p-author:after, 
.twitter-block-item-wigets .cards-base:before, 
.twitter-block-item-wigets .cards-base:after {
    content: "";
    display: table;
}

.twitter-block-item-wigets .p-author:after, 
.twitter-block-item-wigets .cards-base:after {
    clear: both;
}


.twitter-block-item-wigets a, 
.twitter-block-item-wigets a:visited, 
.twitter-block-item-wigets a:active, 
.twitter-block-item-wigets a:hover, 
.twitter-block-item-wigets a:focus, 
.twitter-block-item-wigets .p-author .full-name, 
.twitter-block-item-wigets .p-author a.profile, 
.twitter-block-item-wigets .p-author a.profile:hover .p-nickname, 
.twitter-block-item-wigets .p-author a.profile:focus .p-nickname, 
.twitter-block-item-wigets .p-author a.profile:hover .p-nickname b, 
.twitter-block-item-wigets .p-author a.profile:focus .p-nickname b, 
.twitter-block-item-wigets .cards-base a.profile:hover .p-nickname, 
.twitter-block-item-wigets .cards-base a.profile:focus .p-nickname, 
.twitter-block-item-wigets .cards-base a.profile:hover .p-nickname b, 
.twitter-block-item-wigets .cards-base a.profile:focus .p-nickname b, 
.twitter-block-item-wigets .cards-base .byline-user .p-nickname {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}


.twitter-block-item-wigets .header .avatar {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 48px;
    left: -57px;
    position: absolute;
    top: 0;
    width: 48px;
}

.twitter-block-item-wigets .p-author .profile .p-name, 
.twitter-block-item-wigets .cards-base .profile .p-name {
    font-weight: bold;
}

.twitter-block-item-wigets b, 
.twitter-block-item-wigets i {
    font-style: normal;
    font-weight: normal;
}

.twitter-block-item-wigets .tweet-wigets .e-entry-title {
    clear: both;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    /*white-space: pre-wrap;*/
    word-wrap: break-word;
}

.twitter-block-item-wigets .timeline .e-entry-title, 
.twitter-block-item-wigets .p-author .p-name, 
.twitter-block-item-wigets .cards-base h3, 
.twitter-block-item-wigets .new-tweets-bar button, 
.twitter-block-item-wigets .load-tweets, .no-more-pane {
    font-size: 14px;
    line-height: 16px;
}

.twitter-block-item-wigets a:hover .customisable-highlight, 
.twitter-block-item-wigets a:focus .customisable-highlight {
    color: #0084B4;
}

.twitter-block-item-wigets .e-entry-title a {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.twitter-block-item-wigets .footer {
    border-bottom-width: 0;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-width: 0;
    margin-top: 2px;
    min-height: 16px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 1px;
    transition-delay: 0s, 0s;
    transition-duration: 0.2s, 0.2s;
    transition-property: margin-top, padding-top;
    transition-timing-function: ease-out, ease-out;
}


.twitter-block-item-wigets .tweet-actions {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: 1px;
    box-shadow: 0 0 10px 5px #FFFFFF;
    position: absolute;
    right: 0;
    visibility: hidden;
}


.twitter-block-item-wigets .tweet-wigets .tweet-actions a, 
.twitter-block-item-wigets .tweet-wigets .tweet-actions a b, 
.twitter-block-item-wigets .tweet-wigets .tweet-actions a i, 
.twitter-block-item-wigets .tweet-wigets .tweet-actions li {
    cursor: pointer;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding-bottom: 0px !important;
}

.twitter-block-item-wigets .tweet-actions li {
    float: left;
    border-bottom: 0px !important;
}

.twitter-block-item-wigets .tweet-actions li a {
    text-decoration: none !important;
    
}

.twitter-block-item-wigets .tweet-actions a i {
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 0;
    margin-top: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.twitter-block-item-wigets .ic-reply {
    background-position: 0 -87px;
    height: 15px;
    width: 19px;
}

.twitter-block-item-wigets .ic-retweet {
    background-position: -31px -87px;
    height: 15px;
    width: 22px;
}

.twitter-block-item-wigets .ic-fav {
    background-position: -60px -87px;
    height: 15px;
    width: 16px;
}

.twitter-block-item-wigets .ic-mask {
    background-color: #999999;
}

.twitter-block-item-wigets .verified, 
.twitter-block-item-wigets .ic-rt, 
.twitter-block-item-wigets .ic-mask, 
.twitter-block-item-wigets .ic-top, 
.twitter-block-item-wigets .timeline-header .ic-twitter-badge, 
.twitter-block-item-wigets .ic-bird-flourish {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("data:image/png;base64,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");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 177px 191px;
    display: inline-block;
    vertical-align: middle;
}

.twitter-block-item-wigets .verified b, 
.twitter-block-item-wigets .tweet-actions b, 
.twitter-block-item-wigets abbr.p-geo b, 
.twitter-block-item-wigets .timeline-header .ic-twitter-badge b, 
.twitter-block-item-wigets .e-entry-title a .tco-hidden {
    clip: rect(0px, 0px, 0px, 0px);
    left: 0;
    position: absolute;
    top: 0;
}

.twitter-block-item-wigets ol li {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

[dir="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}

.twitter-block-item-wigets .timeline .e-entry-title, 
.twitter-block-item-wigets .p-author .p-name, 
.twitter-block-item-wigets .cards-base h3, 
.twitter-block-item-wigets .new-tweets-bar button, 
.twitter-block-item-wigets .load-tweets, 
.twitter-block-item-wigets .no-more-pane {
    font-size: 14px;
    line-height: 16px;
}

.twitter-block-item-wigets ol li.loader-params-twitters {
    width: 100%;
}

.hide-model {
    visibility: hidden;
}

.show-model {
    visibility: visible;
}

.twitter-block-item-wigets .timeline-header .twitter-follow-button, 
.twitter-block-item-wigets .timeline-header .ic-twitter-badge {
    position: absolute;
    right: 10px;
    top: 10px;
}

.twitter-block-item-wigets .permalink {
    float: right;
    margin-top: 2px;
    position: relative;
    z-index: 50;
}

  
.twitter-block-item-wigets .load-more {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(0, 0, 0, 0.02);
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05) inset;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: ease-out;
    width: 100%;
}

.twitter-block-item-wigets .load-more:hover, .twitter-block-item-wigets .load-more:focus {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: solid;
    background-color: rgba(0, 0, 0, 0.08);
}

.button-posten-social-networks-countainer{
    margin-top: 10px;
}

.fb-share-button{
    vertical-align: top;
}

.selena-countainer-top{
    width: 710px;
    height: 130px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 43px;
}

.selena-countainer-top img{
    width: 731px;
}

.selena-countainer, .other-countainer{
    width: 710px;
    height: 90px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 43px;
}

.selena-item-3, .selena-item-2, .selena-item-4, .selena-top-item-2, .selena-top-item-3{
    position: absolute;
    display: none;
    top: 0;
}

.selena-right-item-2{
    display: none;
}

.tableDiv_Arrays{
    width: 1000px !important;
}

.pp_expand{
    display: none !important;
}

/*custom style */
header {
    background: #0C1358;
    border-top-width: 11px;
}
nav > ul > li > a.nav-link {
  font-size: 20px;
  font-family: "MyriadPro Black",sans-serif;
  color: rgb(255, 221, 0);
  font-weight:bold;
  text-transform: uppercase;
  padding: 10px;
}
.la.root {
  margin-top: -5px;
}
.la  a:active {
    background: #ffcf25;
    color: #0C1358;

}
header nav li.active a.active {
    background: #ffcf25;
    color: #2f2f2f;
}
.la ul .root ul li a.active {
    background: #292f87 !important;
    color: #fff000;
    border-radius: 3px;
}
.la.root > a {

/*  color: #ffcf25;*/
  padding: 15px 19px;
  font-size: 20px;
}
nav > ul > li {
    /*background: #ffcf25;
    padding: 10px 25px 12px;*/
    float: left;
    margin-top: 0;
    margin-right: 5px;
}
nav > ul > li:hover {
    background: #ffcf25;
}
nav > ul > li:hover a,
.la.root > a:hover {
     color: #2f2f2f;
}
nav > ul {
    padding: 0;
}

#content,
body > .before, body::before,
body > .before, body::after  {
    background: #E9E9E9;
}
.main-article {
    background-color: #fff;
    margin-bottom: 35px;
}
.main-article__foto {
    position: relative;
}
.main-article__title {
    position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0, 0.4);
}
.main-article__title  span a {

    font-size: 30px;
    font-family: "MyriadProBold";
    color: #fff;
    text-align: left;

}
.main-article__description {
    padding: 10px;
    font-size: 15px;
    font-family: "MyriadProBold";
    color: #000;
    line-height: 1.3;
}
.main-article__description p {
    margin: 0;
}
.main-article__btn {
    text-align: right;
}
.main-article__btn a {
    display: inline-block;
    background-color: rgb(22, 26, 87);
    line-height: 26px;
    padding-left: 19px;
    padding-right: 19px;
    text-align: center;
    letter-spacing: 1px;

    font-family: "MyriadProBold";
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    /*text-shadow: -0.407px -0.914px 0px rgba(47, 161, 224, 0.67);*/

    -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn_calendar {
    display: inline-block;
    background-color: rgb(22, 26, 87);
    line-height: 26px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    margin-left: 20px;
    vertical-align: bottom;
    letter-spacing: 1px;

    font-family: "MyriadProBold";
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;

    -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
h1 {
    color: #161a57;
}
.main-article__btn a:hover {

    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);

}
.list-article__item {
    width: 235px;
    margin-right: 13px;
    display: inline-block;
    vertical-align: top;
}
.list-article__item:last-child {
    margin-right: 0;
} 
.list-article__item--date {
    font-family: "MyriadProRegular";
    font-size: 15px;
    color: #000;
    padding-bottom: 5px;
}
.list-article__item--title {
    background-color: rgba(106, 133, 252, 0.2);
    min-height: 130px;
}
.list-article__item--title span {
    display: inline-block;
    font-family: "MyriadProRegular";
    font-size: 20px;
    color: #000;
    line-height: 1;
    padding: 5px;
}
.list-article__item--title a {
    display: inline-block;
    font-family: "MyriadProRegular";
    font-size: 20px;
    color: #fff;
    line-height: 1;
    padding: 5px;
}
.list-article__item--title {
    position: relative;
    padding-bottom:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-article__item--title .main-article__btn {
    position: absolute;
    bottom:0;
    right:0;
}
.all-aticle-btn {
    margin-top:15px;
}
.all-aticle-btn a {
    width:235px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav > ul > li:first-child {
    display: none;
}
footer {
    background-color: #0C1358;
    height: 122px;
    border-bottom: 11px solid #ffcf25;
}
.social-icons { display: none; }
footer .copyright {
     font-family: "MyriadProRegular";
     font-size: 15px;
     margin-top: 40px;
}
.wrapp-list-article {
    margin-bottom: 20px;
}
.tour-list li {
    padding: 15px 5px 5px 65px;
    width: 235px;
    min-height: 195px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tour-list li.boys {
    background: #fff url('/media/foto/icon/boys.png')no-repeat 5px 5px;
}
.tour-list li.girls {
    background: #fff url('/media/foto/icon/girls.png')no-repeat 5px 5px;
}
.tour-list a h3,
.tour-list h3 {
  font-size: 16px;

  padding-left: 23px;
  font-family: "MyriadProBold";
  text-transform: uppercase;
  text-align: center;
  text-align: left;
}
.tour-list li a{
    padding-left: 0;
}
.tour-list li .pos, .tour-list li .par, .tour-list li .gr {
    padding-left: 23px;
}
h1.t2 {
    background: url(/img/sprite.png) -1940px 0 no-repeat;
    font-family: "MyriadProRegular";
    font-size: 30px;
}
.tour-list li .date,
.date {
	background:url('/media/foto/icon/datapicker_icon.png') no-repeat;
	background-size: 14px;
}
a.label {
    display: inline-block;
    width: auto;
    background: rgb(22, 26, 87);
    line-height: 26px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    font-family: "MyriadProBold";
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}
.inside-info{
    padding-bottom:5px;
    font-size:15px;
}
.video-right-col .inside {
    margin-bottom:15px;
}
 .inside:last-child {
    margin-bottom:0;
}
 .video-right-col {
     margin-bottom:25px;
 }

 /*carousel style*/
#sliderBX{
    height:210px;
    margin-left:0px;
    transition:margin .2s ease-in-out;
}
#sliderBX-contenedor{
    width:100%;
    overflow-x:hidden;
    overflow-y:hidden;
    position:relative;
    margin-bottom:  15px;
}
#btnSliderNext i, #btnSliderPrev i{
    padding-top:6px;
}
#btnSliderNext, #btnSliderPrev{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:url("/media/foto/icon/left-arrow.png")no-repeat 50%;
    color:#fff;
    width:30px;
    height:30px;
    z-index: 9;

    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
    border-radius:15px;

    padding:0px;
    text-align:center;
    /*opacity:.5;*/
    overflow: hidden;
}
#btnSliderPrev {
    background:url("/media/foto/icon/right-arrow.png")no-repeat 0%;
}
#btnSliderNext:hover, #btnSliderPrev:hover{
    cursor:pointer;
}
#btnSliderNext{
    position:absolute;
    right:0;
}
#btnSliderPrev{
    position:absolute;
    left:5px;
}
.sliderBXcell{
    width:241px;
    height:210px;
    display:inline-block;
    float:left;
    text-align:center;
}
#sliderBX .sliderBXcell:nth-child(odd){
    height:210px;
    background:#E9E9E9;
    display:inline-block;
    float:left;
}
#sliderBX .sliderBXcell:nth-child(even){
    height:210px;
    background:#E9E9E9;
    display:inline-block;
    float:left;
}
.main-article__btn .date {
	text-align:left;
	float:left;
	margin-top: 4px;
}
.photo-right-block {
	text-align: right;
}
.info a.label {
	float: right;
}
.swiper-slide {
	text-align: center;
}
.photo-right-block h1 {
    text-align: left;
}
.table.calendar-table.table-raiting {
    width: 1000px;
}
.fixedColumn .fixedHead tr:first-child td {
    padding-bottom: 11px!important;
}
