html, body { height: 100% }
body { 
    background: #ffffff;
    margin: 0;
    padding: 0;
}

#page {
    position: relative;
    background: #FFFFFF;
    /*border-bottom: 1px solid #069;*/
    max-width: 1400px;
    min-width: 980px;
    margin: 0 auto 0 auto;
    padding: 64px 0 0 0;
    box-sizing: border-box;
    z-index: 0;
    overflow: hidden;
}

#page.fullpage {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: none;
    width: 100%;
    /*min-height: 800px*/
}

#page.fullwidth {
    max-width: none;
    width: 100%;
}

#page.tourpage {
    min-width: 1100px!important;
}

#tourContent {
    position: absolute;
    left: 0;
    top: 64px;
    right: 0;
    bottom: 110px;
    /*border: 1px dashed #888;*/
}

#tourPageBottomLine {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    background: #123454;
    border: 0px solid #123454;
    border-top-width: 1px;
    border-bottom-width: 1px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
}

#fotoPage {
    padding: 64px 0 0 0;
    background: #FFFFFF;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
}

#mainMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-width: 980px;
    background: #19242e;
    height: 64px;
    text-align: center;
    z-index: 1;
}

#mainMenu.fullwidth {
}

#mainLogo {
    display: block;
    position: absolute;
    top: 13px;
    left: 13px;
    border-radius: 3px;
    width: 133px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    box-sizing: border-box;
}

#mainLogo > img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

#mainLogo:hover {
    background: #009bce;
}

#mainLogo:active {
    background: #323232;
}

#mainLogo:active > img {
    opacity: 0.5;
}

#mainMenuLinks {
    display: inline-block;
    margin: 0 auto 0 auto;
    height: 64px;
    line-height: 62px;
    box-sizing: border-box;
}

#mainMenuLinks > a {
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    line-height: 27px;
    padding: 17px 20px 18px 20px;
}

.mainMenuLinks > sup { vertical-align: text-top; font-size: 8px; line-height: 8px;  }

#mainMenuLinks > a:hover {
    color: #009bce;
}

#mainMenuLinks > a:active {
    opacity: 0.5;
}

.foto360icon, .video360icon, .articleIcon, .galleryIcon, .videoIcon {
    display: inline-block;
    width: 36px;
    height: 27px;
    vertical-align: middle;
    margin-bottom: 5px;
    background: url("btns.png") no-repeat;
    margin-right: 10px;
}
#mainMenuLinks > a:active span { opacity: 0.5; }

#mainMenuLinks > a .foto360icon { background-position: 0 0; }
#mainMenuLinks > a:hover .foto360icon { background-position: 0 -27px; }

#mainMenuLinks > a .video360icon { background-position: -36px 0; }
#mainMenuLinks > a:hover .video360icon { background-position: -36px -27px; } 

#mainMenuLinks > a .articleIcon { background-position: -72px 0; }
#mainMenuLinks > a:hover .articleIcon { background-position: -72px -27px; }

#mainMenuLinks > a .galleryIcon { background-position: -108px 0; }
#mainMenuLinks > a:hover .galleryIcon { background-position: -108px -27px; }

#mainMenuLinks > a .videoIcon { background-position: -144px 0; }
#mainMenuLinks > a:hover .videoIcon { background-position: -144px -27px; }

.foto360iconCurrent { background-position: 0 -27px !important; }
.video360iconCurrent { background-position: -36px -27px !important; }
.articleIconCurrent { background-position: -72px -27px !important; }
.galleryIconCurrent { background-position: -108px -27px !important; }
.videoIconCurrent { background-position: -144px -27px !important; }


.mainMenuLanguage {
    display: block;
    position: absolute;
    top: 13px;
    border-radius: 3px;
    width: 38px;
    height: 38px;
    text-align: center;
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    line-height: 38px;
    box-sizing: border-box;
}

.mainMenuLanguage img {
    display: inline-block;
    vertical-align: middle;
}

.mainMenuLanguage:hover { background: #009bce; }
.mainMenuLanguage:active { background: #323232; }


#headBanner {
    position: relative;
    height: 613px;
    background: url("/images/head.jpg") center no-repeat #c0cde1;
    overflow: hidden;
    box-sizing: border-box;
}

#headBannerButton1, #headBannerButton2 {
    position: absolute;
    left: 50%;
    bottom: 120px;
    margin-left: -423px;
    display: block;
    width: 300px;
    height: 50px;
    border-radius: 4px;
    background: #1f1f1f;
    text-align: center;
    line-height: 50px;
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #EEEEEE;
    text-decoration: none;
}

#headBannerButton1 { bottom: 135px; }
#headBannerButton2 { bottom: 75px; }

#headBannerButton1:hover, #headBannerButton2:hover {
    background: #009bce;
}



#contentSectionBlue {
    /*position: relative;*/
    width: 100%;
    background: #123454;
    border: 0px solid #123454;
    border-top-width: 1px;
    border-bottom-width: 1px;
    box-sizing: border-box;
    text-align: center;
}

#contentSectionBlue p {
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #7392ae;
    padding: 0;
    margin: 0 auto 70px auto;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    width: 950px;
}

.headLogo {
    position: absolute;
    left: 50%; 
    top: 90px;
    width: 440px;
    height: 180px;
    margin-left: -493px;
    z-index: 1000;
}

#headLogoRus {
    background: url("/images/headlogo_rus.png") center no-repeat;
}

#headLogoEng {
    background: url("/images/headlogo_eng.png") center no-repeat;
}

#logoTxet {
    position: absolute;
    left: 50%; 
    top: 302px;
    width: 440px;
    margin-left: -493px;
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #1a4a78;  
    text-align: center;   
}

#scrollDownTxet {
    position: absolute;
    left: 50%; 
    bottom: 42px;
    width: 200px;
    margin-left: -100px;
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #1f1f1f;   
    text-align: center; 
}



#secondMenu {
    margin: 70px auto 30px auto;
	padding: 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px;
}

.menuLink {
    position: relative;
    display: inline-block;
    width: 215px;
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 46px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    margin-right: 30px;
    background-color: #1f1f1f;
    letter-spacing: 1px;
    border-radius: 0 0 5px 5px;

}
.menuLink:last-child { margin-right: 0 }

.menuLink > img { width: 100%; margin-bottom: -17px }

.menuLink:hover > img { opacity: 0.6; }
.menuLink:hover > .menuIcon { display: block; opacity: 1; }

.menuLink > sup { vertical-align: text-top; font-size: 8px; line-height: 8px;  }

.menuIcon  {
    display: block;
    opacity: 0;
    position: absolute;
    width: 36px;
    height: 27px;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -18px;
    background: url("btns.png") no-repeat;
}

#menuFotoIcon { background-position: 0 0; }
#menuVideoIcon { background-position: -36px 0; }
#menuArticleIcon { background-position: -72px 0; }
#menuGalleryIcon { background-position: -108px 0; }






#secondMenu2 {
    /*position: absolute;*/
    /*top: 70px;*/
    /*left: 50%;*/
    /*margin-left: -490px;*/
    margin: 70px auto 50px auto;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px;
}

.menuLink2 {
    position: relative;
    display: inline-block;
    width: 245px;
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
}

.menuLink2:hover > img { opacity: 0.6; }
.menuLink2:hover > .menuIcon2 { display: block; opacity: 1; }

.menuLink2 > sup { vertical-align: text-top; font-size: 8px; line-height: 8px;  }

.menuIcon2  {
    display: block;
    opacity: 0.9;
    position: absolute;
    width: 36px;
    height: 27px;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -18px;
    background: url("btns.png") no-repeat;
}

#menuFotoIcon2 { background-position: 0 0; }
#menuVideoIcon2 { background-position: -36px 0; }
#menuArticleIcon2 { background-position: -72px 0; }
#menuGalleryIcon2 { background-position: -108px 0; }


#introVideoContainer {
    padding: 40px 0 40px 0;
    text-align: center;
    background: #f8f8f8;
}

.content {
    padding: 20px 0 20px 0;
    background: #f8f8f8;
}



h1 {
    font-family: 'reformagroteskdemicregular', Verdana, sans-serif;
    font-size: 45px;
    color: #19242e;
    text-align: center;
    font-weight: normal;
    letter-spacing: 5px;
	padding: 15px 0 0 0;
	margin: 0;
}

h2 {
    font-family: 'pf_agora_sans_proregular', Verdana, sans-serif;
    font-size: 20px;
	font-weight: bold;
    color: #19242e;
    text-align: center;
    font-weight: normal;
	padding: 0;
	margin: 0;
}


h3 {
    font-family: 'pf_agora_slab_probold', Verdana, sans-serif;
    font-size: 18px;
	font-weight: bold;
    color: #19242e;
    text-align: center;
    font-weight: normal;
	padding: 0;
	margin: 0;
}

p {
    font-family: 'pf_agora_sans_proregular', Verdana, sans-serif;
    font-size: 14px;
    color: #444444;
    letter-spacing: 1px;
}

#contentBottomSectionBlue {
    position: relative;
    width: 100%;
    height: 80px;
    background: #123454;
    border: 0px solid #123454;
    border-top-width: 1px;
    border-bottom-width: 1px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
}


.contentWrapper {
    width: 900px;
    height: 100%;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
}

p.bottomMenuText {
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #d0d8da;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    margin-top: 15px;
}



#bottomMenuLinks {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: 170px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
}

#bottomMenuLinks > a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 3px;
    box-sizing: border-box;
    overflow: hidden;
    background: #1f4c76;
    margin-left: 10px;
}

#bottomMenuLinks > a:hover {
    background: #009bce;
}

#bottomMenuLinks > a:active {
    opacity: 0.5;
}

#bottomMenuLinks > a span { margin-left: 7px; }

#bottomMenuLinks > a:active span { opacity: 0.5; }

#bottomMenuLinks > a .foto360icon { background-position: 0 0; }
/*#bottomMenuLinks > a:hover .foto360icon { background-position: 0 -27px; }*/

#bottomMenuLinks > a .video360icon { background-position: -36px 0; }
/*#bottomMenuLinks > a:hover .video360icon { background-position: -36px -27px; }*/

#bottomMenuLinks > a .videoIcon { background-position: -144px 0; }
/*#bottomMenuLinks > a:hover .video360icon { background-position: -36px -27px; }*/

#bottomMenuLinks > a .articleIcon { background-position: -72px 0; }
/*#bottomMenuLinks > a:hover .articleIcon { background-position: -72px -27px; }*/

#bottomMenuLinks > a .galleryIcon { background-position: -108px 0; }
/*#bottomMenuLinks > a:hover .galleryIcon { background-position: -108px -27px; }*/


#footer {
    position: relative;
    height:230px;
    background: #c4c4c4;
    min-width: 980px;
}

#footer.fullpage {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#footer td {
    font-family:  Geneva, Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

#footer th {
	font-family:  Geneva, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #555555;
    padding-bottom: 10px;
    text-align: left;
}

#footer table tr:first-child {
    height: 80px;
}

.footerBtnLink {
    float: left;
    display: block;
    position: relative;
    width: 133px;
    height: 40px;
    border-radius: 4px;
    background: #1f1f1f;
    text-align: center;
    line-height: 40px;
    font-family:  Geneva, Arial, sans-serif;
    font-size: 14px;
    color: #EEEEEE;
    text-decoration: none;
}

.footerBtnLink > img {
    vertical-align: middle;
}

.footerBtnLink:hover {
    background: #009bce;
}

.socialLinks {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    /*background: #fff;*/
    text-align: center;
    margin-right: 8px;
    border-radius: 3px;
}

.socialLinks:hover {
    background: #009bce;
}

.socialLinks > img {
    vertical-align: middle;
}

.socialShareLinks {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    /*background: #fff;*/
    text-align: center;
    margin-right: 4px;
    border-radius: 3px;
}

.socialShareLinks > img {
    vertical-align: middle;
    width: 100%;
}

#footerBottomSection {
    position: absolute;
    bottom: 0;
    width: 980px;
    height: 60px;
    border-top: 1px solid #b0b0b0;
    line-height: 60px;
    text-align: right;
}

#footerBottomSection a {
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    font-style: normal;
    font-weight: normal;
    margin-left: 15px;
}

#footerBottomSection span {
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #777777;
    font-style: normal;
    font-weight: normal;
    margin-left: 15px;
}

#fullPageContent {
    position: absolute;
    top: 64px;
    bottom: 230px;
    width: 100%;
    min-width: 980px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.tourLink {
    /*border: 1px dashed #777;*/
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: repeat;
    background-size: auto 120%;
    background-position: center -60px;
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
}

#tour1 {
    left: 0;
    right: 50%;
    background-image: url("/images/tour1bg.jpg");
}

#tour2 {
    left: 50%;
    right: 0;
    background-image: url("/images/tour2bg_active.jpg");
}

#videotour1 {
    left: 0;
    right: 50%;
    background-image: url("/images/video_tour1bg.jpg");
}

#videotour2 {
    left: 50%;
    right: 0;
    background-image: url("/images/video_tour2bg_active.jpg");
}

.tourLinkDescription {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 120px;
    background: #ffffff;
    text-align: center;
    box-sizing: border-box;
}

.tourComing {
    background: #eee !important;
}

.tourTitle {
    display: block;
    color: #333333;
    margin-top: 40px;
    font-weight: bold;
	text-transform: uppercase;
}

.tourDetails {
    display: block;
    color: #007298;
    margin-top: 5px;
    font-weight: normal;
	text-transform: none;
}

.playIcon {
    position: absolute;
    width: 100%;
    top:0;
    bottom: 130px;
    background: url("/images/icon_play.png") center no-repeat;
    opacity: 0.4;
}

.tourLink:hover .playIcon {
    opacity: 1;
    background: url("/images/icon_play.png") center no-repeat rgba(0,155,206,0.0);
}

#fotoToolBar {
    position: relative;
    width: 100%;
    height: 80px;
    background: #123454;
    border: 0px solid #123454;
    border-top-width: 1px;
    border-bottom-width: 1px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
}

.fotoToolTitle {
    display: block;
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #d0d8da;
    /*line-height: 26px;*/
    font-style: normal;
    font-weight: normal;
    /*margin-top: 15px;*/
}

#fotoStage {
    position: relative;
    background: url("/images/loadingImg.gif") center no-repeat;
    background-size: 220px 150px;
}

#foto {
    /*position: relative;*/
    /*top: 30px;*/
    /*left: 50%;*/
    /*bottom: 185px;*/
    width: 100%;
    margin: 30px auto 15px auto;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

#foto > img {
    height: 100%;
}

.fotoBtns {
    display: block;
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 3px;
    background-position: center;
    cursor: pointer;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

.fotoBtns:hover {
    border-width: 2px;
    border-color: #009bce;
    background-color: #e6f4ff !important;
}


#fotoClose {
    top: 20px;
    right: 30px;
    background-image: url("/images/foto_btn_close.png");
    border: 2px solid #123454;
    background-color: #ffffff;
}

#fotoFullscreen {
    top: 20px;
    right: 100px;
    background-image: url("/images/foto_btn_fs.png");
    border: 2px solid #123454;
    background-color: #ffffff;
}

#fotoPrev {
    top: 50%;
    left: -3px;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    background-image: url("/images/foto_btn_prev.png");
}

#fotoNext {
    top: 50%;
    right: -3px;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    background-image: url("/images/foto_btn_next.png");
}

#fotoBuy {
    top: 20px;
    right: 170px;
    width: 100px;
    /*background-image: url("/images/foto_btn_fs.png");*/
    border: 2px solid #123454;
    background-color: #ffffff;
    font-family: sans-serif;
    font-size: 16px;
    text-align: center;
    color: #123454;
    line-height: 44px;
}

#fotoFsStage {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: url("/images/loadingImg2.gif") center no-repeat #000000;
    background-size: 220px 150px;
}

#fotoFs {
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    text-align: center;
    background-image: url("../gallery/foto/f1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 1;
}

.fotoFsBtns {
    display: block;
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 3px;
    background-position: center;
    cursor: pointer;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

.fotoFsBtns:hover {
    background-color: rgba(255,255,255,0.5);
}

#fotoFsExit {
    top: 10px;
    right: 10px;
    background-image: url("/images/fotofs_btn_exit.png");
    z-index: 2000;
}

#fotoFsPlay {
    top: 10px;
    right: 60px;
    background-image: url("/images/fotofs_btn_play.png");
    z-index: 2000;
}

#fotoFsPause {
    top: 10px;
    right: 60px;
    background-image: url("/images/fotofs_btn_pause.png");
    z-index: 2000;
    display: none;
}

#fotoFsPrev {
    top: 50%;
    left: -3px;
    width: 40px;
    height: 80px;
    margin-top: -40px;

    background-image: url("/images/fotofs_btn_prev.png");
}

#fotoFsNext {
    top: 50%;
    right: -3px;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    background-image: url("/images/fotofs_btn_next.png");
}

#fotoFsPrevArea:hover .fotoFsBtns, #fotoFsNextArea:hover .fotoFsBtns {
    background-color: rgba(255,255,255,0.5);
}

#fotoPrevArea, #fotoFsPrevArea {
    position: absolute;
    top: 15%;
    left: 0;
    width: 20%;
    height: 70%;
    cursor: pointer;
    z-index: 1000;
}

#fotoNextArea, #fotoFsNextArea {
    position: absolute;
    top: 15%;
    right: 0;
    width: 20%;
    height: 70%;
    cursor: pointer;
    z-index: 1000;
    /*border:1px dashed #777;*/
}

#fotoPrevArea:hover .fotoBtns, #fotoNextArea:hover .fotoBtns {
    background-color: #e6f4ff !important;
}

.textSplitter1 {
    display: block;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    margin: 10px 0 10px 0;
}

.textSplitter2 {
    display: block;
    border-top: 1px solid #dcdcdc;
    text-align: center;
    margin: 10px 0 10px 0;
}

.VLine {
    display: block;
    width: 1px;
    height: 15px;
    margin: 0 auto 0 auto;
    border-left: 1px solid #dcdcdc;
}

#contactForm {
    width: 800px;
    margin: 0 auto 0 auto;
}

#comments {
    background: #e8e8e8;
}

.inputHintText {
    color: #888!important;
    font-style: italic!important;
}

#userName {
    display: block;
    width:230px;
    background: #dcdcdc;
    border-radius: 5px;
    border-width: 0;
    padding: 18px;
    float: left;
    margin: 0 20px 20px 0;
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    box-sizing: border-box;
}

#userSecondName {
    position: absolute;
    left: -1000px;
    width: 100px;
}

#userEmail {
    display: block;
    width:320px;
    background: #dcdcdc;
    border-radius: 5px;
    border-width: 0;
    padding: 18px;
    float: left;
    margin: 0 20px 20px 0;
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    box-sizing: border-box;
}

#userComment {
    display: block;
    width: 100%;
    height: 200px;
    resize: none;
    background: #dcdcdc;
    border-radius: 5px;
    border-width: 0;
    padding: 18px;
    margin: 0 0 20px 0;
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    box-sizing: border-box;
}

#commentFormHead {
    display: block;
    padding: 30px;
    font-size: 16px;
    line-height: 16px;
    color: #333;   
    text-align: center; 
}

#country {
    float: left;
    display: block;
    width: 170px;
    height: 56px;
    border-width: 0;
    border-radius: 4px;
    background: #dcdcdc;
    padding: 0 0 0 10px;
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333;
}

#Send {
    display: inline-block;
    height: 50px;
    border-width: 0;
    border-radius: 4px;
    background: #1f1f1f;
    padding: 0 40px 0 40px;
    text-align: center;
    line-height: 50px;
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #EEEEEE;
    text-decoration: none;
}

#Send:hover {
    background: #009bce;
}

.commentBlock {
    display: block;
    width: 800px;
    /*border: 1px dashed #777;*/
    padding-left: 55px;
    margin: 10px auto 40px auto;
    box-sizing:border-box;
}

.commentSpin {
    display: block;
    float: left;
    margin-left: -55px;
    width: 30px;
    height: 30px;
    background: #7c7c7c;
}

.commentAuthor {
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
}

.commentDate {
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #aeaeae;    
    margin-left: 15px;
}

.commentMessage {
    font-family:  'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333333;    
}

.formIncorrect {
    background-color: #dccdcd!important;
}

.urgent {
    color: #dc5d5d;
    font-weight: bold;
}

#Article p {
    font-family: 'pf_agora_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

#liquidCaruselClose {
    position:absolute; 
    top:-5px; 
    left:0px;
}

#liquidCaruselOpen {
    position:absolute; 
    top:-5px; 
    left:0px; 
    display:none
}

#atstbx a {
    max-width: 32px;
    max-height: 32px;
}

#atstbx a > span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-size: 32px !important;
}

#parallax {
    width: 100%;
    height: 100%;
    border: 0px;
}


a.buy, a.grayBtn {
        display: inline-block;
        position: relative;
        border-radius: 4px;
        border: 1px solid #434f49;
        height: 40px;
        line-height: 38px;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        font-weight: normal !important;
        margin: 2px;
        padding-left: 10px;
        padding-right: 10px;
        outline: none;
        cursor: pointer;
        text-decoration: none !important;
        float: right;
        margin-top: -47px;
    }

    a.buy {
        background: -webkit-linear-gradient(#6bab62, #1d492b);
        background: -moz-linear-gradient(#6bab62, #1d492b);
        background: -ms-linear-gradient(#6bab62, #1d492b);
        background: -o-linear-gradient(#6bab62, #1d492b);
        background: -linear-gradient(#6bab62, #1d492b);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bab62', endColorstr='#1d492b',GradientType=0 );
        color:#ffffff;
    }

    a.buy > img {
        position: absolute;
        right:7px;
        top:50%;
        margin-top: -10px;
    }

    a.buy:hover {
        background: -webkit-linear-gradient(#73b769, #27623a);
        background: -moz-linear-gradient(#73b769, #27623a);
        background: -ms-linear-gradient(#73b769, #27623a);
        background: -o-linear-gradient(#73b769, #27623a);
        background: -linear-gradient(#73b769, #27623a);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73b769', endColorstr='#27623a',GradientType=0 );        color:#ffffff !important;
    }

    a.buy:active {
        background: -webkit-linear-gradient(#225633, #6bab62);
        background: -moz-linear-gradient(#225633, #6bab62);
        background: -ms-linear-gradient(#225633, #6bab62);
        background: -o-linear-gradient(#225633, #6bab62);
        background: -linear-gradient(#225633, #6bab62);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225633', endColorstr='#6bab62',GradientType=0 );

    }            

    a.grayBtn {
        line-height: 25px;
        background: -webkit-linear-gradient(#f7f7f7, #8b9fae);
        background: -moz-linear-gradient(#f7f7f7, #8b9fae);
        background: -ms-linear-gradient(#f7f7f7, #8b9fae);
        background: -o-linear-gradient(#f7f7f7, #8b9fae);
        background: -linear-gradient(#f7f7f7, #8b9fae);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#8b9fae',GradientType=0 );
        color:#333333;
    }

    a.grayBtn:hover {
        border: 1px solid #3399ee;
        color:#333333 !important;
    }

    a.grayBtn:active {
        background: -webkit-linear-gradient(#8b9fae, #f7f7f7);
        background: -moz-linear-gradient(#8b9fae, #f7f7f7);
        background: -ms-linear-gradient(#8b9fae, #f7f7f7);
        background: -o-linear-gradient(#8b9fae, #f7f7f7);
        background: -linear-gradient(#8b9fae, #f7f7f7);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b9fae', endColorstr='#f7f7f7',GradientType=0 );
    }    

    #gotoComents  {
        display: inline-block;
        margin-left: 20px;
        /*width: 150px;*/
        padding: 8px 15px 8px 15px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 14px;
        text-decoration: none;
        color: #FFFFFF;
        text-align: center;
        background: rgb(31, 31, 31);

    }

    #gotoComents:hover  {

        background: rgb(0, 155, 206);

    }