article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block}mark,rp,rt,ruby,summary,time{display:inline}
/* Global properties ======================================================== */
html {width:100%}

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:16px;
  color:#373737;
  min-width:480px;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}

ul.submenu {
	margin: 10px 0 10px 0;
}

ul.submenu a.sel{
	text-decoration: underline;
	color: red;
}

ul.submenu li{
	display: inline;
	margin: 5px 10px 5px 0;
}

/*----------------------> Links And buttons <------------------*/
a {
  color:#193d87;
  outline:none;
  text-decoration:none;
  cursor:pointer;
}
div.appstore{
 /* margin: 24px;*/
  width: 135px;
  height: 40px;
  display: inline-block;
  float: right;
}
div.appstore img{
  height: 40px;
  width: 135px;
}
.link_gray{
	font-size: 14px;
	line-height: 16px;
	color: #5b6e7f;
  font-weight: 700;
}
.link_gray:hover{color: #d8261c;text-decoration: none;}
.button1{
  display:inline-block;
  padding:0 12px;
  margin: 0 -2px 0 9px;
  font-size: 14px;
  line-height: 33px;
  color:#fff;
  background-color: #5b6e7f;
  border: none;
  outline: none;
 -webkit-transition: all 0.7s ease-in-out;
 -moz-transition: all 0.7s ease-in-out;
 -ms-transition: all 0.7s ease-in-out;
 -o-transition: all 0.7s ease-in-out;
 transition: all 0.7s ease-in-out;
 }

.button1:hover{
  background:#d8261c;
  color:#fff;
  -webkit-transition: all 0.1s ease-in-out;
 -moz-transition: all 0.1s ease-in-out;
 -ms-transition: all 0.1s ease-in-out;
 -o-transition: all 0.1s ease-in-out;
 transition: all 0.1s ease-in-out;

}

input.data{
	line-height: 20px;
	width: 100px;
	border: 1px solid #ccc;
}
/*----------------------> Basic Classes <------------------*/
.pager {margin: 10px;height:30px;}
.pager div{float:left;}
a.pager{padding: 10px; margin: 0 10px 0 10px; background-color: #f00;color:#fff;text-decoration: none;}
.reg {text-transform:uppercase}
.f_left {float:left}
.f_right {float:right}
.al_left{text-align: left;}
.al_right {text-align:right}
.al_center {text-align:center}

.it{font-style:italic}
.let{letter-spacing:-1px}

.img_box{
  padding-bottom: 9px;
}
  .img_wrap{
    margin-bottom: 16px;
  }
  .img_description:after{
    content: "";
    display: block;
    width: auto;
    height: 0;
    clear: both;
  }

/*----------------------> Indents Zero <------------------*/

.m_bot_zero{ margin-bottom:0 !important;}
.m_left_zero{ margin-left:0 !important;}
.p_bot_zero{ padding-bottom:0 !important;}
.p_left_zero{ padding-left:0 !important;}

/*padding*/
.pr10{padding-right: 10px;}
.pl10{padding-left: 10px;}
.pb10{padding-bottom: 10px;}

/*----------------------> Positions <------------------*/
div.news_search{
	position:relative;
}

div#searchresult{
	padding: 5px 15px 5px 15px;
	border: 1px solid #e3e3e3;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	position: absolute;
	background-color: #fff;
	width: 90%;
	min-width: 300px;
	display:none;
	top: 29px;
	z-index: 100;
	color: #333;
	overflow: auto;
	max-height: 600px;
	text-align: justify;
}


.p_abs{position: absolute;}
.p_rel{position: relative;}
.p_fix{position: fixed;}
.clear {clear:both;width:100%;line-height:0;font-size:0;}
.clearfix:after{
	content: "";
	display: block;
	width: auto;
	height: 0;
	clear: both;
}
.wrapper {overflow:hidden}
.f_elem *:first-child{margin-top: 0 !important;}
.f_elem1 *:first-child{margin-top: 0 !important;border: none !important;}
.bold{font-weight: 700;}
.bg_none{ background:none !important;}

/*----------------------> Displays <------------------*/

.d_block{ display:block;}
.d_in-block{ display:inline-block;}

/*----------------------> Basic Colors <------------------*/
.blue{color:#193d87;}
.white{color:#fff;}
.bg_blue{background-color: #00003A;}
.bg_gray{background-color: #5b6e7f;}
.bg_red{background-color:#d8261c;}

/*border*/
.border1{border: 1px solid rgba(91,110,127,0.3);}


/*******banners*********/
.banner_box{margin-top: 5px;}
	.banner_it{}


/*======================> Header <======================*/
[class*="language_it"]{
	padding-right: 35px;
	position: relative;
}
.language_it1:after{
	content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 13px;
	top: 6px;
	right: 17px;
	background: url(/images_new/language_marker.png) 0 0 no-repeat;
}
	.language_lk{
		font-family: 'segoe_uisemibold';
		font-size: 12px;
		line-height: 24px;
		color: #4d4d4d;
	}
.logIn_register{
  text-align: right;
  padding: 1px 0;
}
  .logIn,.register{
    font-size: 12px;
    line-height: 22px;
    color: #4d4d4d;
    font-family: 'segoe_uisemibold';
    padding-left: 12px;
    display: inline-block;
  }
  .logIn{
    padding-right: 17px;
    border-right: 1px solid #756b79;
  }

header {padding-bottom: 10px;}
.header_bottom{
  padding: 17px 0;
  margin-top: 6px;
}
h1.logo{margin: 0;padding-left: 15px;}
  h1.logo a{
    display:block;
    width:189px;
    height:56px;
    background:url(/images_new/logo.png?v=new) 0 0 no-repeat;
    text-decoration:none;
    text-indent:-9999px;
    border-bottom: 1px solid #8c9ec3;
    margin-bottom: 10px;
  }
  h1.logo time{
    font-family: 'segoe_uisemibold';
    font-size: 10px;
    line-height: 1em;
    color: #ded9d9;
    display: block;
    letter-spacing: 1.5px;
  }
/*nav*/
nav{padding: 30px 15px 30px 0;}
  .sf-menu_it{float: left;}
    .sf-menu_lk{
      display: block;
      font-family: 'segoe_uisemibold';
      font-size: 13px;
      line-height: 1em;
      color: #fff;
      text-transform: uppercase;
      padding-left: 37px;
    }
  .oll_forums .sf-menu_lk{
    font-size: 10px;
    padding: 5px;
    outline:1px solid #d8261c;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     margin:-5px 0 0 40px;
  }
  .menu-arrow{
    background: url(/images_new/oll_forums_bg.png) 0px 0px no-repeat;
    display: inline-block;
    height: 10px;
    width: 14px;
    margin-left: 15px;
  }
  .oll_forums.active .menu-arrow{
    background-position: 0px -21px;
  }
.oll_forums_box{
  /*display: none;*/
  padding: 22px 58px 28px;
  background-color: #f7fbff;
  border: 1px solid #d0d6da;
  top: 33px;
  width: 780px;
  left: -650px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.oll_forums_box.active{
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.oll_forums_box.active,.oll_forums_box,.sf-menu,.sf-menu.active{-webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
   -moz-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -ms-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
     -o-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
        transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);}

.oll_forums{padding-top: 3px;}
[class*="oll_forums_col"]{padding-left: 49px;}
[class*="oll_forums_col"]:first-child{padding-left: 0;}
.oll_forums_col1{width: 145px;}
.oll_forums_col2{width: 170px;}
.oll_forums_col3{width: 338px;}
.oll_forums_col4{width: 126px;}

  .oll_forums_col3 .list1{
    width: 121px;
  }
  .oll_forums_col3 .list1:first-child{width: 168px;}

.oll_forums_lk{
  font-size: 12px;
  line-height: 19px;
  color: #373737;
  display: block;
  font-weight: 700;
  text-shadow: -1px 0 0 #aaadaf;
  padding-top: 5px;
}
/*=====================> Content ========================*/
#content {padding:0px 0px 0px 0px;}
.cont_pad{padding:0 0 0 0 !important;}
.mrb30{margin-bottom: 27px;}


/*=====================> Content Top ========================*/
.news_title:after{
  content: "";
  width: 21px;
  height:31px;
  display: inline-block;
  position: absolute;
  top:0px;
  right: 0px;
  background: url(/images_new/news_title_after.png) 0 0 no-repeat;
}
#search_form{
  width: 165px;
  height: 31px;
  border-right: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#search_form input{
  height: 29px;
  padding-left: 10px;
  border:none;
  width: 130px;
}
.search_submit{
  width: 33px;
  height: 31px;
  background:url(/images_new/search_picture.png) 50% 50% no-repeat #d8261c;
  border:none;
  margin-top: -1px;
  border-radius: 0 3px 3px 0;
}
.main_img_description .main_time{
  float: none;
}
.main_img_description{
  padding: 16px 5px 16px 10px;
  border-top: none;
}
.title_link_main{
  font-size: 19px;
  line-height: 24px;
  color: #193d87;
  font-weight: 700;
  letter-spacing: -0.6px;
  margin-bottom: 5px;
}
.title_link_main:hover{
  color:#d8261c;
  text-decoration: none;
}
.main_news_title{
  padding: 8px 0 8px 15px;
}
.main_news_info table{
  margin-bottom: 8px;
}

.value_item td:first-child{
  text-transform: uppercase;
}
.value_item_cell{
  height: 33px;
}
.value .value_item_cell span{
  line-height: 12px;
}
.value_item_cell span{
  font-size: 10px;
}
.table1 thead{
  color:#193d87;
  width: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item{
  padding:  0 14px;
}
.main_news_info .red_down{
  background-position: 0px 0px;
}
.main_news_info .green_up{
  background-position: 0px -24px;
}
.value .red_down{
  background-position: 2px 0px;
}
.value .green_up{
  background-position: 2px -26px;
}
.credit td.value_item_type, .deposit td.value_item_type{
  text-transform: none;
  color: #193d87;
}
.news_info_link:after{
  content: "";
  display:inline-block;
  width:7px;
  height:9px;
  background: url(/images_new/news_info_link.png) 0 0 no-repeat;
  position: relative;
  left:8px;
}
.carousel_box .link_gray{
  padding-top: 10px;
}
.main_news_line{
  width: 264px;
}
.secondary_news_line{
  width: 655px;
  margin-left: 0;
}
.ratings_tabs .img_description{
  width: 165px;
  margin-left: 10px;
}
.ratings_tabs{
  margin-bottom: 15px;
}
.news_tabs_line{
  width: 312px;
  margin-left: 0;
}
.secondary_news{margin-bottom: 2px;}
.company_news .owl-carousel{padding-bottom: 26px;}
.company_news .owl-buttons{margin-top: 27px;margin-right: 1px;}

/*=====================> content_middle ========================*/
.oll_forums_title{
  border-bottom: 4px solid #d8261c;
  padding-bottom: 10px;
}
.oll_forums_title .link_gray{
  background: url(/images_new/oll_forums_bg1.png) right 2px no-repeat;
  padding-right: 27px;
}
.oll_forums_title .link_gray.active{background-position: right -27px;}
.oll_forums_box_bottom{padding-bottom: 50px;}
.oll_forums_box_bottom .oll_forums_box{
  left: 0px;
  top: 0px;
  position: relative;
  width: 100%;
  display: none;
  margin-bottom: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.box2{width: 794px;margin: 0 auto;}
.half{
	width: 50%;
	margin: auto;
}
.table1{
  width: 100%;
  background-color: #f7fbff;
  border: 1px solid #cfd5da;
  font-size: 11px;
  line-height: 24px;
  color: #373737;
  letter-spacing: -0.3px;
  text-shadow: 0 0 1px #c4c7ca;
}
.table1 th{
  font-size: 10px;
  line-height: 26px;
  text-transform: uppercase;
  color: #193d87;
  text-align: center;
  vertical-align: middle;
}
.main_table.table1 th{border-left: 1px solid #cfd5da;}
.main_table.table1 th:first-child{
  /*border-left: none;*/
  text-align: center;
  /*padding-left: 20px;*/
}
.table1 tr{
  border-top: 1px solid #cfd5da;
}
.table1 td{border-left: 1px solid #cfd5da;vertical-align: middle;}
.table1 td:first-child{border-left: none;}

.table1_column0{
  width: 265px;
  padding-left: 10px;
}

.table1_column1{
  width: 245px;
  padding-left: 10px;
}
.table1_column2{
  width: 148px;
  padding-right: 20px;
  text-align: right;
}
.table1_column22{
  padding-right: 20px;
  text-align: right;
}
.table1_column3{
  width: 93px;
  text-align: center;
}
.table1_column4{
  width: 165px;
  padding-right: 20px;
  text-align: right;
}
.all_table{
  text-align: right;
  padding-right: 20px;
  color: #757575;
}
.all_table a{
  color: #757575;
}

.table_box1,.table_box2{
  width: 165px;
  margin: 0 15px 25px;

}
.table_box2{width: 262px;}

.red_down{
  color: #d8261c;
  background: url(/images_new/pointer_up_down.png) 0 3px no-repeat;
  padding-left: 8px;
}
.green_up{
  background: url(/images_new/pointer_up_down.png) 0 -23px no-repeat;
  color: #1d8908;
  padding-left: 8px;
}

.table_time{
  font-size: 10px;
  line-height: 14px;
  color: #193d87;
  display: block;
  text-align: center;
  margin-top: -14px;
}
.table1_column6,.table1_column7,.table1_column8{width: 57px;}
.table1_column5{width: 85px;}
.title2 .regulations{
  font-size: 11px;
  font-weight: 400;
  color: #ded9d9;
  text-transform: none;
  padding-right: 10px;
}
.table2{
  border: 1px solid #cdd3d8;
  font-size: 13px;
  line-height: 30px;
  color: #193d87;
  letter-spacing: -0.3px;
}
.table2 tr{border-top: 1px solid #cdd3d8;}
.table2 tr:first-child{border-top: none;}
.table2 td{border-left: 1px solid #cdd3d8;vertical-align: middle;}
.table2 td:first-child{border-left: none;}
.table2_column1{width: 76px;text-align: center;}
.table2_column2{
  padding: 5px 0 6px 10px;
  line-height: 18px;
}

.piece_of_news{padding-bottom: 10px;}
.interview_title{
  font-size: 13px;
  line-height: 29px;
  font-family: 'segoe_uisemibold';
  font-weight: 700;
  border-bottom: 1px solid #d0d6da;
}
.interview_title_lk{
  font-family: 'segoe_uibold';
  color: #193d87;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  background: url(/images_new/interview_title_marker.png) right 50% no-repeat;
}
.interview_title .interview_findings{
  font-size: 11px;
  line-height: 29px;
  color: #757575;
  padding-right: 10px;
}

[class*="interview_it"]{
  padding:18px 10px ;
}
.text1{
  font-size: 14px;
  line-height: 16px;
  color: #193d87;
  font-weight: 700;
  margin-bottom: 22px;
  letter-spacing: -0.6px;
}
[class*="interview_form"] label{
  display: block;
  font-size: 13px;
  line-height: 13px;
  color: #373737;
  padding:0 0 10px 10px;
  overflow: hidden;
  cursor: pointer;
}
[class*="interview_form"] label span{
  padding-left: 16px;
  float: left;
  width: 270px;
}
.interview_wrap{
  max-height: 110px;
  overflow: auto;
}

.interview_wrap{margin-bottom: 18px;}


/*mobal*/
.hiden_box{display: none;}

.findings_answer{
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #373737;
}
.scale{
  margin-top: 6px;
  display: inline-block;
  width: 300px;
  height: 10px;
  border: 1px solid #cdd3d8;
  background-color: #f4f4f4;
}
.scale_it{
  display: block;
  width: 6%;
  height: 10px;
  background: #5b6e7f;
  margin-top: -1px;
  margin-left: -1px;
}
.percentage{
  font-family: 'segoe_uibold';
  font-size: 16px;
  line-height: 19px;
  color: #d8261c;
  font-weight: 700;
  padding-left: 20px;
}
.voted{
  font-size: 13px;
  line-height: 16px;
  color: #d8261c;
  display: inline-block;
  padding-top: 3px;
}
.findings_it1{margin-bottom: 10px;}

.modal{
  width: 450px;
  background-color: #fff;
  position: relative;
}
.popup_content{padding: 15px 10px 20px 20px;}
.modal .interview_findings{padding-right: 25px;}
.modal_close{
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  right: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #5b6e7f;
  color: #fff;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  cursor:pointer;
}
.modal_close:hover{background-color: #d8261c;}
.findings_it2 .scale_it{width: 75%;}
.findings_it1 .scale_it{width: 20%;}
.img_wrap img{width: 100%; height:auto;}
.news_banner img{width: 100%;vertical-align: bottom;}


.nav_btn{
  position: relative;
  display: none;
  padding-left: 34px;
  width: 100%;
  height: 50px;
  background-color: #d8261c;
  margin: 0 auto;
  border: none;
  outline: none;
  color: #fff;
  font-family: 'segoe_uisemibold';
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}
.nav_btn:after{
  content: "";
  display: block;
  width: 25px;
  height: 4px;
  position: absolute;
  background-color: #fff;
  top: 13px;
  right: 32px;
  box-shadow: 0 8px 0 #fff,0 16px 0 #fff
}
/*basic class*/
.color_gray1{color: #5b6e7f;}
.border3{border-top: 1px solid #cdd3d8;margin-bottom: 5px;}
.banner_it img{width: 100%;vertical-align: bottom;}
.banners{
  position: absolute;
  right:0;
  top:55px;
  width: 170px;
}
/*=====================> content_bottom ========================*/
.business_ann{
  border:1px solid #cdd3d8;
}
.bus{
  width: 261px;
  height: 183px;
}
.img_box1{margin-bottom: 20px;}
.border2{border-bottom: 1px solid #dadfe2}
.mr10{margin-bottom: 10px;}
.pad_b8{padding-bottom: 7px}
.w100{width: 100%;}
.tsh{text-shadow: -1px 0px 0px #c0c0c0;}

.img_wrap1{width: 97px;}
.img_wrap1 img{width: 100%;}
.img_description1{width: 154px;}

.img_description1 .title_link2{font-weight: 400;}

/*=====================> index-1 ========================*/
.theme_news{
  margin-bottom: 8px;
}
.current_news{
  border: 1px solid #d4d9dd;
  padding: 5px 20px 6px 8px;
  margin-bottom: 10px;
}
.current_img{
  margin-right: 20px;
  width:360px;
}
.current_img img{
  margin: 5px 0px 10px 0;
}
.current_box_text{
  font-size: 13px;
  line-height: 18px;
}
.time-1{
  font-size: 13px;
  line-height: 18px;
  color: #757575;
  padding-left: 15px;
}
.close{
  background: url(/images_new/current_box_close.png) 0 0 no-repeat;
  width: 12px;
  height: 15px;
  margin:-2px 10px 0 0;
}
.facebooke_like{
  background:url(/images_new/facebooke_like.png) 0 0px no-repeat #3e5189;
  padding: 1px 5px 1px 25px;
  font-size: 12px;
  width: 80px;
  line-height: 18px;
  letter-spacing: -0.5px;
}
.facebooke_like_text{
  font-size: 11px;
  line-height: 18px;
  color: #757575;
  padding-left: 10px;
  letter-spacing: -0.5px;
}
/*=====================> index-2 ========================*/
.autho{
  width: 556px;
  border: 1px solid #d8261c;
  margin: 30px 0 0 30px;
}
.autho_text{
  line-height: 18px;
}
.autho .autho_title{
  padding: 8px 0px 8px 58px;
  background: url(/images_new/autho_img.png) 17px 3px no-repeat #d8261c;
  margin-bottom: 0;
}
.autho_inner{
  padding:15px 20px;
}
.autho_item{
  padding-left: 8px;
}
.autho_item:before{
  content: "";
  display:inline-block;
  width: 3px;
  height: 3px;
  background: #757575;
  top:-3px;
  left:-5px;
  position: relative;
}
/*=====================> Paragraphs ========================*/

p {margin-bottom:18px;}
.p2{ margin-bottom:10px;}
.p3{ margin-bottom:9px;}
.p9{ margin-bottom:6px;}
.p8{ margin-bottom:12px;}
.p9{ margin-bottom:25px;}
.p4{ padding-bottom:15px;}
.p5{ padding-bottom:27px;}
.p6{ padding-bottom:5px;}
.p7{padding-bottom: 25px;}



/*=====================> Lists ========================*/
.list1{padding-bottom: 10px;}
.list1_it{}
.list1_lk{
  font-size: 12px;
  line-height: 19px;
  color: #373737;
  text-shadow: -1px 0 0 #aaadaf;
}

.list2{}
.list2_item{
  background:url(/images_new/marker1.png) 0 7px no-repeat;
  padding-left:20px;
}
.list2_link{}

.list3{}
.list3_item{
  background:url(/images_new/marker1.png) 0 7px no-repeat;
  padding-left:20px;
}
.list3_link{}

/*=====================> Titles ========================*/
h2,h3,h4{
  font-weight:normal;
}
.title1{
  font-size: px;
  line-height: px;
  color:#;
}
.title2{
  margin-bottom: 20px;
  font-family: 'segoe_uisemibold';
  padding: 7px 15px 8px 15px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 16px;
  color:#fff;
}
	.title2 a,.title2{
	  color:#fff;
	}

.title_link{
  font-size: 14px;
  line-height: 16px;
  color:#193d87;
  font-weight: 700;
  letter-spacing: -0.6px;
}
.title_link3{
  font-size: 16px;
  line-height: 21px;
  color:#193d87;
  font-weight: 700;
  letter-spacing: -0.6px;
}
.title_link2{
  font-size: 14px;
  color:#193d87;
  font-weight: 700;
  letter-spacing: -0.6px;
}
.title_link:hover{
  color: #d8261c;
  text-decoration: none;
}
.title_link2:hover{
  color: #d8261c;
  text-decoration: none;
}
.title_link3:hover{
  color: #d8261c;
  text-decoration: none;
}
.title3{
  font-size: 16px;
  line-height: 24px;
  color: #193d87;
  font-weight: 700;
  border-bottom: 1px solid #d8261c;
  margin-bottom: 8px;
}
.title4{
  font-size: 19px;
  line-height: 24px;
  color: #193d87;
  font-weight: 700;
}
.title5{
  font-family: 'segoe_uisemibold';
  font-size: 13px;
  line-height: 16px;

}
	.time{
		font-size: 11px;
		line-height: 16px;
		color: #757575;
    float: right;
	}
.t_ind{ margin-bottom:px;}
.t_ind1{ margin-bottom:7px;}
.t_ind2{ margin-bottom:15px;}
.t_ind3{ margin-bottom:10px;}

/*================================>> Google font <<========================================*/


/*================================>> hovers <<========================================*/
a{
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
a:hover{
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

/*================================>> Contact Form <<========================================*/
.registration_closed{
  background: url(/images_new/registration_closed.png) 0 0 no-repeat;
  width: 16px;
  height: 17px;
  margin-right:-13px;
}
.registation_title{
  margin: -10px 0 6px 0px;
  border-bottom: 1px solid #d0d3d6;
  padding-bottom: 4px;
}
#registationModal, #loginModal{
  background: #f7fbff;
  padding: 15px 32px 15px 32px ;
}

#registation_form {
  padding:0px 0 0 0;
  position: relative;
}
#registration_form textarea, #registration_form input[type="text"]{
  margin:0;
  font-size:13px;
  line-height: 26px;
  height: 26px;
  border:1px solid #d0d3d6;
  color:#757575;
  padding:1px 10px;
  margin-top: 11px;
  font-family:Arial, Helvetica, sans-serif;
  background:#fff;
  width: 100%;
}

#enter_form textarea, #enter_form input[type="text"]{
  margin:0;
  font-size:13px;
  line-height: 26px;
  height: 26px;
  border:1px solid #d0d3d6;
  color:#757575;
  padding:1px 10px;
  margin-top: 11px;
  font-family:Arial, Helvetica, sans-serif;
  background:#fff;
  width: 100%;
}

.registration_box-1{
  width:258px;
}
.registration_box-2{
  width:318px;
  padding-left: 30px;
}
#registration_form textarea {
  overflow:auto;
  width:100%;
  height:112px;
  resize:none;
}
.registration_buttons{
  margin: 30px 0 15px 0;
}
.registration_btn{
  margin-left: 10px;
  background: #5b6e7f;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  padding: 8px 9px;
  border: none;
}
.registration_btn:hover{
  background: #d8261c;
}
.login_form{
  width: 260px;
  font-size: 11px;
  line-height: 16px;
  color: #535353;
}

/*================================>> Footer <<========================================*/
footer {
  padding:22px 0 26px;
}
.social{
  overflow:hidden;
}
.social a{
  display:block;
  float:left;
  width:32px;
  height:32px;
  overflow:hidden;
  margin-left:8px;
}
.social a:first-child{margin: 0 0 0 0;}
.social a:hover img{
  margin-top:-32px;
}
footer[role="contentinfo"]{
  background: #cdd3d8;
  color: #373737;
}
.ticker{}
.ticker p{
  white-space: nowrap;
  font-size: 12px;
  line-height: 24px;
  color: #d8261c;
}
.ticker p span{
  padding-left: 30px;
}
