/*   

Theme Name: Transcript-Custom

Theme URI: http://www.gabfirethemes.com/advanced-wordpress-newspaper-theme/

Description: Transcript is a magazine / news style newspaper theme designed by Gabfire. <br />See all <a href="http://www.gabfirethemes.com/category/themes"> Gabfire Themes</a>.

Author: Mehmet Ozekinci

Author URI: http://www.gabfirethemes.com/

Version: 1.4-B1 - FrameWork 1.0b

*/



/* RESET */

/*background:transparent*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,

address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,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

 {

  margin:0; 

  padding:0; 

  border:0;

  outline:0;

/*

 font-size: 100%;

*/

  vertical-align:baseline;

 }

body {
    font-family: Arial;
}
.hr {
    background: url("images/hr.png") center no-repeat;
    height: 50px;
}
.open-invoice {
    padding-top: 20px;
    padding-bottom: 40px;
}
.open-invoice {
    text-align: center;
}
.open-invoice .title h1 {
    font-family: Arial;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}
.open-invoice .title p {
    margin-top: 0;
}
.open-invoice .invoice-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.open-invoice .invoice-buttons a {
    width: 48%;
    text-align: center;
    padding: 5px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}
.open-invoice .invoice-buttons a:hover {
    text-decoration: none;
}
.open-invoice .invoice-buttons .grey {
    background: #464646;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.open-invoice .invoice-buttons .grey:hover {
    background: #393939;
}
.open-invoice .invoice-buttons .red {
    background: #7e0c0c;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.open-invoice .invoice-buttons .red:hover {
    background: #670a0a;
}
.open-invoice .invoice-download .second {
    margin-left: 20px;
}
.articles .container .articles-left figure figcaption p, .articles .container .articles-right figure figcaption h6 {
    margin: 0;
    font-size: 13px;
}
.articles {
    padding-bottom: 20px;
}
.articles .container .articles-links {
    padding: 0;
    background-color: gray;
}
.articles .container .articles-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.articles .container .articles-links ul li {
    display: inline-block;
    padding: 10px;
}
.articles .container .articles-links ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
}
.articles .container .articles-links ul li:focus, .articles .container .articles-links ul li:hover {
    background: #b81212;
    color: #fff;
}
.articles .container .articles-left {
    padding: 20px 0;
}
.articles .container .articles-left figure img {
    max-width: 100%;
    height: auto;
}
.articles .container .articles-left figure figcaption {
    padding: 10px;
}
.articles .container .articles-right {
    padding: 20px;
}
.articles .container .articles-right figure img {
    float: left;
    padding-right: 20px;
}
.articles .container .articles-right figure figcaption p {
    margin: 0;
    font-size: 13px;
    color: #888;
}
.articles .container .articles-right figure figcaption span {
    vertical-align: -webkit-baseline-middle;
    font-size: 13px;
}
.articles .container .articles-right figure:not(:first-of-type) {
    margin-top: 17px;
}
.articles .container .articles-right figure:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
}
.bonus {
    padding-bottom: 50px;
}
.bonus .bonus-title {
    text-align: center;
}
.bonus .bonus-title h2 {
    margin: 0;
    font-weight: 400;
}
.bonus .bonus-title p {
    margin: 0;
}
.bonus .get-bonus:hover .get-bonus-btn {
    background: #962828;
    color: #fff;
}
.bonus .get-bonus .get-bonus-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bonus .get-bonus .get-bonus-title h5 {
    font-weight: 400;
    font-size: 17px;
    margin-left: 20px;
}
.bonus .get-bonus .get-bonus-content {
    text-align: justify;
    font-size: 14px;
}
.bonus .get-bonus .get-bonus-content p {
    height: 205px;
}
.bonus .get-bonus .get-bonus-btn {
    text-align: center;
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 0;
    margin: 0;
    color: #333;
    background-color: #dcdcdc;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.bonus .get-bonus .get-bonus-btn .btn-icon {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    margin: -10px auto 0;
}
.bonus .get-bonus-all {
    text-align: center;
    margin-top: 30px;
}
.bonus .get-bonus-all a {
    text-decoration: none;
    color: #333;
    padding: 10px 70px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.tools {
    padding-bottom: 80px;
    padding-top: 40px;
}
.tools .tools-title {
    text-align: center;
}
.tools .tools-title h2 {
    margin: 0;
    font-weight: 400;
}
.tools .tools-title p {
    margin: 0;
}
.tools .tools-left a,.tools .tools-center a,.tools .tools-right a{
    display: block;
    margin-top: 25px;
    padding: 10px 0px 10px 70px;
    color: #333;
}

.tools .tools-left a:first-of-type {
    background: url("images/t1.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.tools .tools-left a:nth-of-type(2) {
    background: url("images/t2.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.tools .tools-left a:nth-of-type(3) {
    background: url("images/t3.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.tools .tools-center a:first-of-type {
    background: url("images/t4.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.tools .tools-center a:nth-of-type(2) {
    background: url("images/t5.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.tools .tools-center a:nth-of-type(3) {
    background: url("images/t6.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.tools .tools-right a:first-of-type {
    background: url("images/t7.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.tools .tools-right a:nth-of-type(2) {
    background: url("images/t8.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.tools .tools-right a:nth-of-type(3) {
    background: url("images/t9.png");
    background-repeat: no-repeat;
    background-position: left center;
}





.form {
    background: url("images/background-photo.jpg");
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 20px;
}
.form .form-main {
    text-align: justify;
    padding-top: 20px;
}
.form .form-main h2 {
    margin: 0;
    font-weight: 400;
    text-align: center;
}
.form .form-main p {
    margin: 0;
    font-size: 13px;
}
.form .form-main form{
    width: 100%;
    text-align: center;
}
.form .form-main form input, .form .form-main form button{
    display: block;
    width: 100%;
    margin-top: 5px;
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}
.form .form-main form input[type="text"] {
    background: rgba(255, 255, 255, 0.3);

    text-align: center;

}
.form .form-main form .btn-demo {
    background: #464646;
    border: none;
    color: #fff;
}
.form .form-main form .btn-real {
    background: #7e0c0c;
    border: none;
    margin-bottom: 15px;
    color: #fff;
}
.form .form-main form input[type="checkbox"] {
    display: inline-block;
    width: auto;
}
.form .form-main form label {
    color: #fff;

}
.form .form-main form label a{
    text-decoration: underline;
    color: #fff;
}
.form .form-main form p{
    margin-top: 10px;
}
.form .form-main form p a{
    color: #fff;
}
.form .form-bottom {
    margin-top: 100px;
}
.form .form-bottom figure:hover .a{

}
.form .form-bottom figure{
    display: inline-block;
    text-align: center;
}
.form .form-bottom figure i {  
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
}

.form .form-bottom .form-b-icons {
    display: flex;
    color: #fff;
    align-items: stretch;
    justify-content: space-between;
}


footer .container {
    background: url(images/footbg.jpg);
    color: #fff;
    padding-top: 20px;
}
footer .container .col-md-2 {
    padding: 0 10px;
}
footer .container .col-md-2 ul {
    padding-left: 15px;
    list-style-type: circle;
}
footer .container .col-md-2 ul li {
    font-size: 14px;
}
footer .container .col-md-2 ul li a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
footer .container .col-md-2 ul li a:hover {
    color: #ed4343;
    text-decoration: underline;
}
footer .container .copyright {
    background: url(images/cr.png);
    text-align: center;
}
footer .container .copyright p {
    margin: 0;
    padding: 10px;
}


body{line-height:1}

ol,ul{list-style:none}

blockquote,q{quotes:none}

blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}

ins{text-decoration:none;}

del{text-decoration:line-through}

table{border-collapse:collapse;border-spacing:0}

a {text-decoration:none;}

.marginbottom {margin-bottom:4px !important;}

.t_center{text-align:center;display:block;}

.clear{clear:both;}

.block {display:block}

.margintop {margin-top:7px;}

.paddingtop {padding-top:7px;}

.bordernone {border:none}



/* CALENDAR */

#calendar_wrap table#wp-calendar {border:1px solid #ccc;margin:0 auto;}

#calendar_wrap tbody .pad{background-color:#ddd;}

#calendar_wrap table#wp-calendar tbody tr td a {font-weight:bold;font-size:16px;font-family:arial, verdana, sans-serif;color:#3c4a55;}

#calendar_wrap thead tr th {width:30px;height:20px;text-align:center;vertical-align:middle;background-color:#cdd5de;border:1px solid #ccc;}

#calendar_wrap tbody tr td {width:30px;height:20px;text-align:center;vertical-align:middle;border:1px solid #ccc;}

#calendar_wrap tfoot tr td a, #calendar_wrap tfoot tr td a:link, #calendar_wrap tfoot tr td a:visited, #calendar_wrap tfoot tr td a:hover, #calendar_wrap tfoot tr td a:active {font-weight:bold;font-size:18px;height:20px;font-family:garamond, bookman old style, times new roman, arial narrow, arial;color:#5b7085;}

#calendar_wrap tfoot tr td#prev {width:58px;height:20px;text-align:left;vertical-align:middle;background-color:#fff;}

#calendar_wrap tfoot tr td#next {width:58px;height:20px;text-align:right;vertical-align:middle;background-color:#fff;}

.photoFrame img {padding:0 !important; border:0 !important;}



/* **************************** See /styles folder to format site layout ******************************* */

span.hidden-link { /*color: #00ff00;  text-decoration: underline; */ cursor: pointer; }

span.LinkAsH2 {font: 17px 'trebuchet ms', arial, sans-serif; color: #fff; display: block; padding: 3px; }

.cl970 {padding: 0px 0px; background: #fff; width: 970px; margin: 0 auto; }

.cl980 {padding: 0px 0px; background: #fff; width: 980px; margin: 0 auto; }



/* Buttons */

.buttons_fx { padding: 0px; border: none 0; margin: 0px; background-color: #b81212; color: #353535; font-family: "Tahoma"; font-size: 11px; line-height: 150%; border:0px solid #f00; }



.wrapper_sb2 {margin: 0 auto; /*padding-right: 10px*/}

.wrapper_sb2 a {text-decoration: none; cursor:pointer; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }



.large_sb2 {width: 250px; height: 80px; cursor: pointer}

.small_sb2 {width: 150px; height: 50px; cursor: pointer}



.left_small_sb2 {background: transparent url('https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/sprite_simple_buttons_v3.png') left top no-repeat; background-position: -500px 0}

.left_small_sb2:hover {background: transparent url('https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/sprite_simple_buttons_v3.png') left top no-repeat; background-position: -500px -50px}



.right_small_sb2 {background: transparent url('https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/sprite_simple_buttons_v3.png') left top no-repeat; background-position: -650px 0}

.right_small_sb2:hover {background: transparent url('https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/sprite_simple_buttons_v3.png') left top no-repeat; background-position: -650px -50px}



.left_large_sb2 {background: transparent url('https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/sprite_simple_buttons_v3.png') left top no-repeat; background-position: 0 0}

.left_large_sb2:hover {background: transparent url('https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/sprite_simple_buttons_v3.png') left top no-repeat; background-position: 0 -80px}



.right_large_sb2 {background: transparent url('https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/sprite_simple_buttons_v3.png') left top no-repeat; background-position: -250px 0}

.right_large_sb2:hover {background: transparent url('https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/sprite_simple_buttons_v3.png') left top no-repeat; background-position: -250px -80px}



#soc-link {

    float:right;

    width:159px;

    /* position: fixed; */ 

    right: 222px;

    /* background-color: #cd1713; */

    border-radius: 5px;

    margin: 65px -430px 0px 0px;

    bottom: -6px;

    z-index: 99999;

}

.stw   {display:inline-block;vertical-align:bottom;width:24px;height:24px;margin:0;padding:0;outline:none;background:url('https://www.forextimes.ru/scr/logo-soc.png') -0px 0 no-repeat;}

.svk   {display:inline-block;vertical-align:bottom;width:24px;height:24px;margin:0;padding:0;outline:none;background:url('https://www.forextimes.ru/scr/logo-soc.png') -24px 0 no-repeat;}

.sfb   {display:inline-block;vertical-align:bottom;width:24px;height:24px;margin:0;padding:0;outline:none;background:url('https://www.forextimes.ru/scr/logo-soc.png') -48px 0 no-repeat}

.sgp   {display:inline-block;vertical-align:bottom;width:24px;height:24px;margin:0;padding:0;outline:none;background:url('https://www.forextimes.ru/scr/logo-soc.png') -96px 0 no-repeat}

.srss  {display:inline-block;vertical-align:bottom;width:24px;height:24px;margin:0;padding:0;outline:none;background:url('https://www.forextimes.ru/scr/logo-soc.png') -120px 0 no-repeat}

.smail {display:inline-block;vertical-align:bottom;width:24px;height:24px;margin:0;padding:0;outline:none;background:url('https://www.forextimes.ru/scr/logo-soc.png') -144px 0 no-repeat}


.toolbar-banner a:hover{
	text-decoration:none;
}


/* Icons */

#left_wrapper_large_icon_account {padding: 31px 0 0 12px}

#right_wrapper_large_icon_account {padding: 31px 12px 0 0}

#left_wrapper_small_icon_account {padding: 17px 0 0 10px;  float: left}

#right_wrapper_small_icon_account {padding: 17px 10px 0 0; float: right}

#icon_account {background: transparent url('https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/sprite_simple_buttons_v3.png') left top no-repeat; background-position: -585px -104px; width: 17px; height: 13px}



#left_wrapper_large_icon_pamm {padding: 30px 0 0 13px}

#right_wrapper_large_icon_pamm {padding: 30px 13px 0 0}

#left_wrapper_small_icon_pamm {padding: 16px 0 0 12px;  float: left}

#right_wrapper_small_icon_pamm {padding: 16px 12px 0 0; float: right}

#icon_pamm {background: transparent url('https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/sprite_simple_buttons_v3.png') left top no-repeat; background-position: -617px -100px; width: 16px; height: 17px}



/* Text */

.text_sb2 {font-family: Arial; font-weight: bold; text-align: center; color: #cf1300; height: 100%}

.text_sb2:hover {font-family: Arial; font-weight: bold; text-align: center; color: #cf1300; height: 100%}



#small_text_sb2_account_ru {padding: 9px 0 0 0}

#small_text_sb2_pamm_ru {padding: 9px 0 0 0}



.right_large_text_sb2 {margin: 0 40px 0 0; font-size: 15px; line-height: 20px}

.left_large_text_sb2 {margin: 0 0 0 40px; font-size: 15px; line-height: 20px}

.right_small_text_sb2 {margin: 0 35px 0 0; font-size: 11px; line-height: 15px}

.left_small_text_sb2 {margin: 0 0 0 35px; font-size: 11px; line-height: 15px}







/* Account Text */

#large_text_sb2_account_ru {padding: 6px 0 0 0}

#large_text_sb2_account_en {padding: 29px 0 0 0}

#small_text_sb2_account_ru {padding: 9px 0 0 0}

#small_text_sb2_account_en {padding: 9px 0 0 0}



/* PAMM Text */

#large_text_sb2_pamm_ru {padding: 7px 0 0 0}

#large_text_sb2_pamm_en {padding: 19px 0 0 0}

#small_text_sb2_pamm_ru {padding: 9px 0 0 0}

#small_text_sb2_pamm_en {padding: 9px 0 0 0}





.redText                {color: red;}



.spriteFS        { text-align:center; margin-bottom:0px; height: 74px; position: relative;}

.spriteFS div    { background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; }

#sprite_instauch{ background-position: -705px -487px; width: 185px; height: 68px; float: left; margin: 3px;} 

#sprite_instametatrader{ background-position: -235px -487px; width: 185px; height: 68px; float: left; margin: 3px;} 

#sprite_instaclub{ background-position: -1936px -269px; width: 185px; height: 68px; float: left; margin: 3px;} 

#sprite_instaonline{ background-position: -470px -487px; width: 185px; height: 68px; float: left; margin: 3px;} 

#sprite_instakonkurs{ background-position: 0 -487px; width: 185px; height: 68px;  float: left; margin: 3px;} 





.sprite_bg{ background-position: 0 0; width: 1032px; height: 1px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_bg1{ background-position: -1082px 0; width: 1032px; height: 1px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_bgTransparent{ background-position: 0 -51px; width: 30px; height: 29px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_bgnarrowSidebar{ background-position: -80px -51px; width: 150px; height: 168px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; }

.sprite_bgr_header{ background-position: -280px -51px; width: 1001px; height: 1px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_bgr_header{ background-position: -1331px -51px; width: 1001px; height: 1px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_bgr_mainmenu_li{ background-position: 0 -269px; width: 1px; height: 35px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_bgr_primaryBottomTabs_title{ background-position: -51px -269px; width: 1px; height: 1px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_bgr_primaryBottomTabs_title_a{ background-position: -102px -269px; width: 1px; height: 32px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_bgr_respond_text{ background-position: -153px -269px; width: 1px; height: 22px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_bgr_sidebarTabs_title{ background-position: -204px -269px; width: 1px; height: 1px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_bgr_sidebarTabs_title_a{ background-position: -255px -269px; width: 1px; height: 32px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_bgr_submenu{ background-position: -306px -269px; width: 1px; height: 29px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_bgr_top_line{ background-position: -357px -269px; width: 1px; height: 11px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_button_go{ background-position: -408px -269px; width: 18px; height: 14px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_button_submit{ background-position: -476px -269px; width: 95px; height: 35px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_article_list{ background-position: -621px -269px; width: 4px; height: 8px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_author{ background-position: -675px -269px; width: 9px; height: 10px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_camera{ background-position: -734px -269px; width: 14px; height: 11px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_connect{ background-position: -798px -269px; width: 13px; height: 13px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_date{ background-position: -861px -269px; width: 9px; height: 10px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_delicious{ background-position: -920px -269px; width: 16px; height: 16px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_digg{ background-position: -986px -269px; width: 16px; height: 16px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_dot_grey{ background-position: -1052px -269px; width: 3px; height: 1px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_email{ background-position: -1105px -269px; width: 16px; height: 11px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_facebook{ background-position: -1171px -269px; width: 16px; height: 11px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_fb{ background-position: -1237px -269px; width: 16px; height: 16px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_google{ background-position: -1303px -269px; width: 16px; height: 16px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_photo{ background-position: -1369px -269px; width: 13px; height: 9px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_print{ background-position: -1432px -269px; width: 16px; height: 16px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_reddit{ background-position: -1498px -269px; width: 16px; height: 16px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_rss{ background-position: -1564px -269px; width: 14px; height: 11px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left;  }

.sprite_ico_stumble{ background-position: -1628px -269px; width: 16px; height: 16px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_twitter{ background-position: -1694px -269px; width: 16px; height: 11px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_twitter_shareit{ background-position: -1760px -269px; width: 16px; height: 16px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_widget_li{ background-position: -1826px -269px; width: 5px; height: 8px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_ico_widget_li_hover{ background-position: -1881px -269px; width: 5px; height: 8px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_mail{ background-position: -940px -487px; width: 22px; height: 22px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_next-disabled{ background-position: -1012px -487px; width: 16px; height: 16px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_next{ background-position: -1078px -487px; width: 16px; height: 16px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_prev-disabled{ background-position: -1144px -487px; width: 16px; height: 16px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_prev{ background-position: -1210px -487px; width: 16px; height: 16px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_rss{ background-position: -1276px -487px; width: 22px; height: 22px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 

.sprite_twit{ background-position: -1348px -487px; width: 22px; height: 22px; background: url(https://www.forextimes.ru/wp-content/themes/Transcriptcustom/images/csg-5474a02d62eef.gif) no-repeat top left; } 























#Loading {

position: fixed;

top: 50%;

left: 50%;

margin-top: -22px;

margin-left: -292px;

background-position: 0 -108px;

/*

 opacity: 0.8;

*/

cursor: pointer;

z-index: 8060;

background-image: url('/js/fancybox_sprite.png');

display: none;

}

#fancybox-loading div {

width: 44px;

height: 44px;

background: url('/js/fancybox_loading.gif') center center no-repeat;

}



#navpages {

    width: 970px;

    margin: 4px 10px 3px 0px;

    min-height: 31px;

    height: auto !important;

    height: 31px;

    background: black url(styles/default/bgr_submenu.gif) bottom repeat-x;

    position: relative;

    z-index: 985;

}





#navpages ul li {

    position: relative;

    display: inline;

    float: left;

    font-size: 15px;

    font-weight: bold;

}





#navpages ul li span {

    color: #222;

    display: block;

    padding: 7px 30px 2px 15px;

    height: 20px;

    text-shadow: #f9f9f9 1px 0 0px,

                 #f9f9f9 0 1px 0px,

                 #f9f9f9 -1px 0 0px,

                 #f9f9f9 0 -1px 0px;

}





#search {

    float: right;

    width: 185px;

    height: 25px;

    border: 1px solid #a6a5a5;

    background: #fff;

    margin: 4px 2px 0 0;

}

#search fieldset {

    padding: 5px 0 0 4px;

}

#searchsubmit {

    float: right;

    margin: -14px 10px 0 0;

}





#header {

    width: 970px;

        height: 95px;

    

}





#topblk {

  width: 980px;

  margin: 4px auto;

  display: block;

  padding-left: 5px;

}





#midColPosts {

  width: 350px;

  float: left;

  margin-left: 10px;

  margin-right: 10px;

  margin-top: 40px;

  display: inline;

}







#logo {

    float: right;

    width: auto;

    font-family: Imprint\ MT\ Shadow;

    text-shadow: black 1px 1px 0, black -1px -1px 0, 

                 black -1px 1px 0, black 1px -1px 0;

    padding: 0px 5px 0 1px;

}







blockquote {

    padding: 2px 10px;
	
    background: #ffffff;
	
    color: #333;
	
    clear: both;
	
    // border-left: 3px solid #bfbbbb;
	
    margin-bottom: 10px;
	
    font-size: 11px;
	
    font-family: verdana,arial,sans-serif;
	
	// width: 25%;
	
    float: left;
	
    margin: 0 10px 0 0;
	
	outline: 1px solid #000;

}



#featuredContentN{float:left;padding:0px 0px 5px;/* width:342px; */display:inline;/* background:#efefef; */} 

#nsH1 {display:none}

