
*  {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size:100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: #575757;
  background-image:url(../images/body-bg.jpg);
  background-repeat:repeat-x;
  background-color: #ffffff;
  font:14px/2 Raleway-regular, sans-serif;
}
input, button, select, textarea { 
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2E5CAE;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
/*  text-decoration: underline;
*/}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}
img, object, embed {
  max-width: 100%;
  height: auto;
}
object, embed {
  height: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
}
.hide {
  display: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/*MARGINS*/
.sf-mrg-none {
  margin:0px;
}
.sf-mrg-0auto { margin:0 auto;}

.sf-sd-mrg-top {
  margin-top:80px;
}
.sf-sd-mrg-btm {
  margin-bottom:80px;
}
.sf-sd-mrg-lft {
  margin-left:80px;
}
.sf-sd-mrg-rgt {
  margin-right:80px;
}
.sf-pri-mrg-top {
  margin-top:60px;
}
.sf-pri-mrg-btm {
  margin-bottom:60px;
}
.sf-pri-mrg-lft {
  margin-left:60px;
}
.sf-pri-mrg-rgt {
  margin-right:60px;
}
.sf-sec-mrg-top {
  margin-top:40px;
}
.sf-sec-mrg-btm {
  margin-bottom:40px;
}
.sf-sec-mrg-lft {
  margin-left:40px;
}
.sf-sec-mrg-rgt {
  margin-right:40px;
}
/*PADDINGS*/
.sf-pdd-none {
  padding:0px;
}
.sf-sd-pdd-top {
  padding-top:80px;
}
.sf-sd-pdd-btm {
  padding-bottom:80px;
}
.sf-sd-pdd-lft {
  padding-left:80px;
}
.sf-sd-pdd-rgt {
  padding-right:80px;
}
.sf-pri-pdd-top {
  padding-top:60px;
}
.sf-pri-pdd-btm {
  padding-bottom:60px;
}
.sf-pri-pdd-lft {
  padding-left:60px;
}
.sf-pri-pdd-rgt {
  padding-right:60px;
}
.sf-sec-pdd-top {
  padding-top:40px;
}
.sf-sec-pdd-btm {
  padding-bottom:40px;
}
.sf-sec-pdd-lft {
  padding-left:40px;
}
.sf-sec-pdd-rgt {
  padding-right:40px;
}
/*POSITIONS*/
.sfPositionRel {
  position:relative;
}
.sfPositionAbs {
  position:absolute;
}
/*TEXT ALIGN*/
.sfAlignLeft {
  text-align:left;
}
.sfAlignCenter {
  text-align:center;
}
.sfAlignRight {
  text-align:right;
}
/*TEXT COLOR*/
.sfWhiteTxt {
  color:#fff;
}
.sfBlackTxt {
  color:#000;
}
/*TEXT WEIGHT*/
.sfNormalTxt {
  font-weight:normal;
}
.sfBoldTxt {
  font-weight:bold;
}

/* Float */
.sfFloatLeft { float:left;}
.sfFloatRight { float:right;}
.sfFloatNone  { float:none;}
.sfClear { clear:both;}

/*Border Radius */ 
.sfRadius { border-radius: 4px;}
.sfRound {  border-radius: 1000px;}
.sfCircle { border-radius:50%;}
.sfThumbnail { display: inline-block;
height: auto;
max-width: 100%;
padding: 4px;
line-height: 1.4;
background-color: #fff;
border: 1px solid #ddd;
}

/* =Screen Width
-------------------------------------------------------------- */
.sfInnerwrapper {
  width:1000px;
  margin:0px auto;
  position:relative;
}
/*.sidemenupart .sfMoreblocks{ width:98%; margin:0 auto; position:relative;}
*/.sidemenupart .sfMoreblocks{ padding:0;}

.sffluid  .sfInnerwrapper { width: 96%;}
.sfnarrow .sfInnerwrapper { width: 960px;}
 
/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family:"ralewayextrabold",sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color:#464646;;
}
h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%; color:#666;
}
 
h4,
h5,
h6 {
  margin-top:0px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size:20px;
  text-transform:uppercase;
  
}
h2, .h2 {
  font-size: 34px; margin-bottom:26px;
}
h3, .h3 {
  font-size:18px;
}
h4, .h4 {
  font-size:15px; color:#383838; text-transform:uppercase;
}
h5, .h5 {
  font-size:34px; color:#0959b2; text-transform:uppercase; position:relative; padding-bottom:20px; margin-bottom:30px;
}
h5:after{content: " ";
    border-bottom:5px solid #d4d4d4;
    position: absolute;
    bottom: 0;
    left: 0;
    width:15%;}
h6, .h6 {
  font-size: 16px;
}
.sfPageHeader {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.sfModule > h2 {
  font-size:20px; line-height:2; margin:0;
}
p {
  margin: 0 0 10px; line-height:1.7;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding:0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.sfListNoStyle {
  padding-left: 0;
  list-style: none;
}

.sfListInline {
  padding-left: 0;
  list-style: none;
}

.sfListInline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.sfListInline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.4;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

code, kbd {
padding: 2px 4px;
font-size: 90%;
color: #111;
white-space: nowrap;
background-color: #eee;
border-radius: 4px;
}

/* Table Layout */
table {
  max-width: 100%;
  background-color: transparent;
  width: 100%;
  margin-bottom: 20px;
}
th {
  text-align: left;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
table > thead > tr > th, table > thead > tr > td {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table table {
  background-color: #ffffff;
}

table.sfTableStriped  tr:nth-child(2n+1) td { background-color:#f7f7f7;}


/* Form Elements */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
}
.sfSrcOnly {  
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
} 

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.sfInputbox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc; border-radius:4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sfInputbox:focus {
  border-color: #aaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
}

.sfInputbox:-moz-placeholder {
  color: #f1f1f1;
}

.sfInputbox::-moz-placeholder {
  color: #f1f1f1;
}

.sfInputbox:-ms-input-placeholder {
  color: #f1f1f1;
}

.sfInputbox::-webkit-input-placeholder {
  color: #f1f1f1;
}

.sfInputbox[disabled],
.sfInputbox[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.sfInputbox {
  height: auto;
}

.sfFormGroup {  margin-bottom: 15px;}
.sfFormGroup:after { clear: both; display: table; content: "";}
.sfFormHorizontal label {  margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px; }

/* Input Groups */
.sfInputGroup {
  position: relative;
  display: table;
  border-collapse: separate;
}

.sfInputGroup .sfInputbox {
  width: 100%;
  margin-bottom: 0;
}

.sfInputGroupAddon,
.sfInputGroup-btn,
.sfInputGroup .sfInputbox {
  display: table-cell;
}

.sfInputGroupAddon,
.sfInputGroup-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.sfInputGroupAddon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}
.sfInputGroupAddon.sfInputPrepend { border-right:none;}
.sfInputGroupAddon.sfInputAppend { border-left:none;}


/* Radio and Checkboxes */
.sfRadio,
.sfCheckbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.sfRadio label,
.sfCheckbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.sfRadio input[type="radio"],
.sfRadio-inline input[type="radio"],
.sfCheckbox input[type="checkbox"],
.sfCheckbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.sfRadio + .sfRadio,
.sfCheckbox + .sfCheckbox {
  margin-top: -5px;
}

.sfRadio-inline,
.sfCheckbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.sfRadio-inline + .sfRadio-inline,
.sfCheckbox-inline + .sfCheckbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.sfRadio[disabled],
.sfRadio-inline[disabled],
.sfCheckbox[disabled],
.sfCheckbox-inline[disabled] {
  cursor: not-allowed;
}


select {
  background: #fafafa;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 6px 12px;
  font-size:14px;
  }

select:hover {
    background: #f2f2f2;
    background-position-x: 97%;
    background-position-y: center;
    border-color: #999999; }

/* =Messages & Validation
-------------------------------------------------------------- */

/*Error*/
input.sfError {
  border: 1px solid #c33d4a;
  box-shadow: 0 1px 2px rgba(195, 61, 74, 0.1) inset;
}
.sfError input, input.sfError, .sfError textarea, textarea.sfError {
  border-color: #c33d4a;
  color:#c33d4a;
}
.sfError input:focus, input.sfError:focus, .sfError textarea:focus, textarea.sfError:focus {
  background: #fafafa;
  border-color: #c33d4a;
}
.sfError label, label.sfError {
  color: #c33d4a;
}

/*Success*/
input.sfSuccess {
  border: 1px solid #5CB85C;
  box-shadow: 0 1px 2px rgba(92,184, 92, 0.1) inset;
}
.sfSuccess input, input.sfSuccess, .sfSuccess textarea, textarea.sfSuccess {
  border-color: #5CB85C;
  color:#4CAE4C;
}
.sfSuccess input:focus, input.sfSuccess:focus, .sfSuccess textarea:focus, textarea.sfSuccess:focus {
  background: #fafafa;
  border-color: #5CB85C;
}
.sfSuccess label, label.sfSuccess {
  color: #5CB85C;
}

/*Warning*/
input.sfWarning {
  border: 1px solid #8A6D3B;
  box-shadow: 0 1px 2px rgba(92,184, 92, 0.1) inset;
}
.sfWarning input, input.sfWarning, .sfWarning textarea, textarea.sfWarning {
  border-color: #8A6D3B;
  color:#8A6D3B;
}
.sfWarning input:focus, input.sfWarning:focus, .sfWarning textarea:focus, textarea.sfWarning:focus {
  background: #fafafa;
  border-color: #8A6D3B;
}
.sfWarning label, label.sfWarning {
  color: #8A6D3B;
}

/* Buttons */
.sfBtn {
  display: inline-block;
  padding: 5px 16px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background:#0959B2;
  border:1px solid #0959B2;
  color:#fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  
}

.sfBtn:hover,
.sfBtn:focus,
.sfBtn:active,
.sfBtn.active {
  color: #fff;
  text-decoration: none; opacity:0.8;
/*  background-color: #ebebeb;
*/}

.sfBtn:active,
.sfBtn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.sfBtn.disabled,
.sfBtn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}


.sfPrimaryBtn {
  color: #ffffff;
  background-color: #0959B2;
   border-color: #0959B2;
}

.sfPrimaryBtn:hover,
.sfPrimaryBtn:focus,
.sfPrimaryBtn:active,
.sfPrimaryBtn.active
{
  color: #ffffff;
opacity:0.8;}

.sfWarningBtn {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.sfWarningBtn:hover,
.sfWarningBtn:focus,
.sfWarningBtn:active,
.sfWarningBtn.active {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.sfErrorBtn {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.sfErrorBtn:hover,
.sfErrorBtn:focus,
.sfErrorBtn:active,
.sfErrorBtn.active {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.sfSuccessBtn {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.sfSuccessBtn:hover,
.sfSuccessBtn:focus,
.sfSuccessBtn:active,
.sfSuccessBtn.active {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.sfInfoBtn {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.sfInfoBtn:hover,
.sfInfoBtn:focus,
.sfInfoBtn:active,
.sfInfoBtn.active {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.sfLinkBtn {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.sfLinkBtn,
.sfLinkBtn:active,
.sfLinkBtn[disabled],
fieldset[disabled] .sfLinkBtn {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sfLinkBtn,
.sfLinkBtn:hover,
.sfLinkBtn:focus,
.sfLinkBtn:active {
  border-color: transparent;
}

.sfLinkBtn:hover,
.sfLinkBtn:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.sfLinkBtn[disabled]:hover,
fieldset[disabled] .sfLinkBtn:hover,
.sfLinkBtn[disabled]:focus,
fieldset[disabled] .sfLinkBtn:focus {
  color: #999999;
  text-decoration: none;
}

.sfLargeBtn {
  padding: 10px 25px;
  font-size: 18px;
}

.sfSmallBtn {
  padding: 5px 10px;
  font-size: 12px;
}

.sfBlockBtn {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.sfBlockBtn + .sfBlockBtn {
  margin-top: 5px;
}

input[type="submit"].sfBlockBtn,
input[type="reset"].sfBlockBtn,
input[type="button"].sfBlockBtn {
  width: 100%;
}

/* Alerts */
.sfAlert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.sfAlert.sfDismissable {
  padding-right: 35px;
}

.sfAlert.sfDismissable .sfClose {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.sfAlert.sfSuccess {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.sfAlert.sfInfo {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.sfAlert.sfWarning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.sfAlert.sfError {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* Helper Classes */
.sfClose {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.sfClose:hover,
.sfClose:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.sfClose {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/*Button Groups */
.sfBtnGroup {
  list-style: none;
}
.sfBtnGroup:before, .sfBtnGroup:after {
  content: " ";
  display: table;
}
.sfBtnGroup:after {
  clear: both; 
}
.sfBtnGroup > * {
  margin: 0 0 0 -1px;
  float: left;
  border-radius: 0;
}
.sfBtnGroup > *:first-child {
  margin-left: 0;
}
.sfBtnGroup .sfDropdown-toggle:active, .sfBtnGroup.open .sfDropdown-toggle {
  outline: 0;
}
.sfBtnGroup > .sf.sfBtn + .sfDropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.sfBtnGroup.open .sfDropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.sfBtnGroup.open .sf.sfBtn.sfDropdown-toggle {
  background-color: #e6e6e6;
}

.sfButtonWrapper, .sfButtonWrapper .sfBtn { margin-right:10px; /*margin-bottom:15px;*/}
.sfButtonWrapper.sfFloatRight, .sfButtonWrapper.sfFloatRight .sfBtn { margin-right:0; margin-left:10px;}

.sfBtnGroup.sfRadius .sfBtn:first-child { border-radius:3px 0 0 3px;}
.sfBtnGroup.sfRadius .sfBtn:last-child { border-radius:0 3px 3px 0;}
.sfBtnGroup.sfRound .sfBtn:first-child { border-radius:1000px 0 0 1000px;}
.sfBtnGroup.sfRound .sfBtn:last-child { border-radius:0 1000px 1000px 0;}


/* Media Objects */
.sfMedia, .sfMediaBody {
  overflow: hidden;
  zoom: 1;
}
.sfMedia, .sfMedia .sfMedia {
  margin-bottom: 30px;
}
.sfMedia:first-child {
  margin-top: 0;
}
.sfMediaBody.sfWrapImg { overflow:auto;}

.sfMediaObject {
  display: block;
}
.sfMediaHeading {
  margin: 0 0 5px;
}
.sfMedia > .sfFloatLeft {
  margin-right: 20px;
}
.sfMedia > .sfFloatRight {

  margin-left: 20px;
}
.sfMedia .sfMediaHeading {
  margin:0 0 10px 0;
}
/* Pagination */
.sfPagination {
  margin: 20px 0;
}
.sfPagination ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
}
.sfPagination ul > li {
  display: inline;
}
.sfPagination ul > li > a, .sfPagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.sfPagination ul > li > a:hover, .sfPagination ul > li > a:focus, .sfPagination ul > .sfActive > a, .sfPagination ul > .sfActive > span {
  background-color: #f5f5f5;
}
.sfPagination ul > .sfActive > a, .sfPagination ul > .sfActive > span {
  color: #999999;
  cursor: default;
}
.sfPagination ul > .sfDisabled > span, .sfPagination ul > .sfDisabled > a, .sfPagination ul > .sfDisabled > a:hover, .sfPagination ul > .sfDisabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}
.sfPagination ul > li:first-child > a, .sfPagination ul > li:first-child > span {
  border-left-width: 1px;
}

/* Sticky Footer */
html, body, body >form {
  height: 100%;
}
.sfSectionwrap {
  min-height: 100%;
}



/* Added */
/*@font-face {
  font-family: 'Raleway-Light';
  src: url('../fonts/Raleway-Light.eot');
  src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
     url('../fonts/Raleway-Light.ttf') format('truetype'),
     url('../fonts/Raleway-Light.svg#FontName') format('svg');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.eot');
  src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
     url('../fonts/Raleway-Regular.ttf') format('truetype'),
     url('../fonts/Raleway-Regular.svg#FontName') format('svg');
  font-style: normal;
  font-weight: normal;
}


@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/Raleway-Medium.eot');
  src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
     url('../fonts/Raleway-Medium.ttf') format('truetype'),
     url('../fonts/Raleway-Medium.svg#FontName') format('svg');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'iconFont';
  src: url('../fonts/icon-font.eot');
  src: url('../fonts/icon-font.eot?#iefix') format('embedded-opentype'),
     url('../fonts/icon-font.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
    font-family: 'ralewayextrabold';
    src: url('../fonts/raleway-extrabold-webfont.eot');
    src: url('../fonts/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-extrabold-webfont.woff') format('woff'),
         url('../fonts/raleway-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
@font-face {
    font-family: 'ralewaylight';
    src: url('../fonts/raleway-light-webfont.eot');
    src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-light-webfont.woff2') format('woff2'),
         url('../fonts/raleway-light-webfont.woff') format('woff'),
         url('../fonts/raleway-light-webfont.ttf') format('truetype'),
         url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium-webfont.eot');
    src: url('../fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-medium-webfont.woff2') format('woff2'),
         url('../fonts/raleway-medium-webfont.woff') format('woff'),
         url('../fonts/raleway-medium-webfont.ttf') format('truetype'),
         url('../fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff'),
         url('../fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewayextrabold';
    src: url('../fonts/raleway-extrabold-webfont.eot');
    src: url('../fonts/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-extrabold-webfont.woff') format('woff'),
         url('../fonts/raleway-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Navigation */
.sf-menu { float:right;}
.sfNavigation, .sfNavigation li.sfActive a { background:none;}
/*.sfNavigation > ul > li > a { border-bottom: 1px solid transparent;}
.sfNavigation li.sfActive > a { border-bottom:1px solid #797979; position:relative;}
.sfNavigation li.sfActive > a:after { position: absolute; width:100%; height:1px; content: ""; display: inline-block; left:0; background:#bcbcbc;
top:100%; margin-top: -3px;}
*/.sf-menu a { font:16px/1 "Raleway-Regular", sans-serif;}
.sf-menu > li > a { padding-left:0; padding-right:0; }
.sf-menu > li { padding:0 20px;}

/* Media */
.sfMediaBody { font:14px/1.7 "Raleway-Light", sans-serif;}
h3.sfMediaHeading { font:20px "Raleway-regular",sans-serif;}


 /* HEADER */
#sfHeaders { padding:40px 0;}

/*  GRID SYSTEM */
.sfInnerwrapper [class*="sfCol_"].sfFloatNone { float: none; margin:0 auto;}
.sfInnerwrapper [class*="sfCol_"].sfFloatRight { float: right;}


/* Login Status */
.sfLogininfo li { list-style:none; float:left; }
a:focus { outline:none;}
.sfLoggedTopBar { margin-top:45px;}
.sfLogininfo ul { float: right;}
/*.sfLogininfo ul li:first-child { border-right:1px solid #52bee6; margin-right: 0;}
*/.sfLogininfo ul li a { display: inline-block; color:#fff;}
.sfLogininfo ul li.sfLogin a { background:#ff2b2b; padding:7px 15px; color:#fff; font:10px "ralewayextrabold",sans-serif; text-transform:uppercase;}
.sfLogininfo ul li.sfLoginCredInfo a{ padding:0 15px 0 25px;  height:29px; background:#ff2b2b url(../images/loginMan.png) no-repeat center; text-indent:-9999px;}
.sfLogininfo ul li.sfLoginCredInfo a:hover { cursor:help;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sfLogininfo ul li.sfLoginCredInfo a { padding:0px!Important; height:auto!important;}
	 }
.sfLogininfo ul li.sfLoginCredInfo a{ padding:0 15px 0 25px;  height:29px; background:#ff2b2b url(../images/loginMan.png) no-repeat center; text-indent:-9999px;}

.sfLoginCredInfo .sfLoginCredInfoBox:before {content: ""; display: block;  height: 16px; margin-top: -32px;  width: 100%;}
.sfLogininfo ul li.sfWelcomeMsg { border:none; display: none;}
.sfLogininfo {
    margin-top: 15px;
}

.sfLoginCredInfo { position:relative;}
.sfLoginCredInfo .sfLoginCredInfoBox { display:none; width:245px; border:1px solid #c9c9c9; background:#f2f2f2; padding:15px 20px; border-radius:2px; position:absolute; top:50px; right:-65px; z-index: 99;}
.sfLoginCredInfo:hover .sfLoginCredInfoBox { display:block; }
.sfLoginCredInfo .sfLoginCredInfoBox h6 { margin-bottom:20px;     font-size:14px;}
.sfSuperUserInfo { padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #c2c2c2;}
.sfAdminInfo { margin-bottom:8px;}
.sfSuperUserInfo p, .sfAdminInfo p { margin:0px;font-size:13px;}
.sfLoginCredInfo span { font-weight:bold;}
.triangle { border-width: 10px; border-style: solid; border-color: transparent transparent #c9c9c9; position:absolute; top:-21px; right:74px;}

/* BANNER */
#sfBanner { margin-bottom:40px;}
#sfSlider .sfBannerDesc { background: none; width: 100%; position:absolute; top:50%; left:50%; text-align:center;
-webkit-transform:translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);}

#sfSlider .sfContent h1 { font:34px "Raleway-Light", sans-serif; text-shadow:0 0 5px rgba(0, 0, 0, 0.5);}
#sfSlider p { font-size:22px; font-family:"Raleway-Light", sans-serif;  text-shadow:0 0 5px rgba(0, 0, 0, 0.5);}
.sfInnerBanner { height:150px; background: url(../images/sfbanner-inner.jpg) no-repeat center top !important; text-align: center; color:#eee; position: relative;}
 .sfInnerBanner h1 { margin:0; width:90%; font-size: 42px; position: absolute; top:50%; left:50%; color:#fff;
  -webkit-transform: translateY(-50%)  translateX(-50%) ;
 -moz-transform: translateY(-50%)  translateX(-50%) ;
 -ms-transform: translateY(-50%)  translateX(-50%) ;
 -o-transform: translateY(-50%)  translateX(-50%) ;
 transform: translateY(-50%)  translateX(-50%) ;}


/* HOMECONTENT */ 
.step [class*="icon-"] { font-size:80px; margin-right:0}

/* FOOTER */
 .sfFootermenu li { width:50%; float:left; margin-right:0;}
 .sfFootermenu li a { color:#555; background:url(../images/arrow_right.png) no-repeat left center; padding:5px 0 5px 15px; display:inline-block;}
 
 
 .social li { float:left; list-style:none; color:#fff; font:11px 'ralewaysemibold'; margin-right:10px;}
 
/* Documentation*/
hr {
    border:none;
    border-top: 1px solid #ddd;
    clear: both;
    height: 0;
    margin:40px 0;}

.demoGrid [class*="sfCol_"] > div { background: #ffe4ee; text-align: center; padding: 3px 0; font-family: sans-serif;}
.demoGrid [class*="sfCol_"] { margin-bottom: 10px; padding:0 5px;}
.demoGrid #sfLeft, .demoGrid #sfRight,.demoGrid #sfMainWrapper { margin-bottom:0;}
.demoGrid #sfLeft > div, .demoGrid #sfRight > div, #sfMainWrapper > div { background: none;}
.sfDocsBlock .sf-menu li.sfParent > ul { display: none;}
.sfDocsBlock .sf-menu li:hover > ul { display: block;}
.sfDocsBlock .sf-menu li.sfParent ul li a { font-size:13px;}
.sfDocsBlock { margin-bottom:60px; clear: both;}
.sfDocsBlock h2[id] { padding-top:55px; margin-top:-45px;}

 /* List Group */
 .sfListGroup li  { list-style:none; }
 .sfListGroup li a{ border:1px solid #dfdfdf; border-bottom:none;}
 .sfListGroup li:first-child a{ border-radius: 5px 5px 0 0 ;}
 
 .sfListGroup li:last-child a{ border-bottom:1px solid #dfdfdf; border-radius: 0 0 5px 5px;}
 
.sfListGroup li  a { display:block; padding:10px 15px; font-family:ralewaymedium,sans-serif;} 
.sfListGroup li  a:hover { background:#f5f5f5; text-decoration:none;}
.sfListGroup li a.active { background:#507084; color:#fff;}


.sfHtmlview .sfDocsBlock { margin-bottom:0 -15px 0 -15px 60px;}

.sfRequired, .Required { font-size:16px;}

input.sfRequired, input.sfRequired:focus { border-color:#C33D4A; color:#C33D4A;}

.sfMapWrapper { border-radius:5px; border:5px solid #ddd;}

.sfStickySidebar.active { position:fixed; top:60px;}




[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "iconFont";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-layout:before { content:"\e601"; color:#91b8bf;}

.icon-page:before { content:"\e602"; color:#bfb591; }

.icon-module:before { content:"\e603"; color:#9fc091;}

.icon-twitter:before { content:"\e604";}

.icon-facebook:before { content: "\e605";}

.icon-linkedIn:before { content:"\e606";}

.icon-youtube:before { content:"\e607";}


a.icon-edit:before, .sfTopbar [class^="icon-"]:before, .sfTopbar [class*=" icon-"]:before { font-family: "sageframe" !important;}

/* Contact Us */
.feedback-panel, .googlemap { width: 90%;}
.googlemap { border:3px solid rgba(0,0,0,0.1); border-radius:5px;}

#sfSlider li img { max-width:none; left:50%; position:relative;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
width: 100%; 
height: 100%;
}

.sfHorz #sfSlider li img  { left: auto;
  -webkit-transform: translate(0%);
-moz-transform: translate(0%);
-ms-transform: translate(0%);
-o-transform: translate(0%);
transform: translate(0%);}


.sfAlignCenter > [class*="sfCol_"] { display: inline-block; float: none; }

.shadow  { box-shadow:0 10px 20px rgba(0, 0, 0, 0.30) }

.sfInnerBanner h1 { margin:0; width:100%; font-size: 42px; position: absolute; top:50%; left:0%; color:#fff;
  -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%) ;
 -ms-transform: translateY(-50%) ;
 -o-transform: translateY(-50%) ;
 transform: translateY(-50%) ;}
 
 
 
/****************************************************************************************************************************************************************************/ 
 
 /*///////Custom CSS////*/
 
/****************************************************************************************************************************************************************************/ 
 ul, li{list-style:none;margin:0;}
 
/*.sfLogo {
    margin-bottom: 8px;
} 
 
 .sfInnerwrapper [class*="sfCol_"]{padding:0;}
*/ 
#sfNavigation .sfInnerwrapper [class*="sfCol_"]/*, #sfBanner .sfInnerwrapper [class*="sfCol_"]*/{padding:0;}
.bx-viewport{height:304px!important; overflow:hidden;}
.bx-viewport img{height:auto;}
.bx-controls-direction{display:none;}
.bx-pager a{background-image:none;background-color:rgba(255,255,255,.4);border-radius:50%;bottom:20px;width:10px;height:10px;}
#sfSlider .sfBannerDesc{top:30% !important}

.sfMoreblocks{background:#fff;/* padding:0 20px;*/}

#sfBanner{margin-bottom:15px; padding-right:0px!important;}
#sfStory{ padding-left:0px!important;}

/*///////*/

#sfBoxmiddle h2, .boxes h2{font-size:25px;text-transform:uppercase;font-weight:900;margin-bottom:30px;letter-spacing:-1px;margin-top:0;}

.sfNavigation{background-color:#0959b2;margin:20px 0;}
.sf-menu{float:left;}
.sf-menu a{padding:25px 24px !important; color:#fff; font-size:14px; font-weight:bold;text-transform:uppercase; border-right:solid 1px rgba(255,255,255,.7);}
.sf-menu > li{padding:0;}

.sf-menu .sfActive, .sf-menu a:hover{color:#fff !important; background-color:#ff2b2b;}
/*.sf-menu li.sfActive a span.sfPagename{ background-color:none!important;}
*/
.sliderInfoDiv{height:305px; width:100%; background:#666;}

.searchPart{display:block;overflow:hidden; margin-top:20px;background-color:#0959b2;padding:10px;height:64px;}


/*///////Search////*/
  .sfSearchwrapper ul {
    background-color: rgba(255, 255, 255, 0.2);
    display: block;
    height: 35px;
    overflow: hidden;
    padding: 5px;
    margin-top: 6px;
}.sfSearchwrapper ul li:first-child{width:80%;}
.sfSearchwrapper .sfInputbox{ box-shadow:none; height:28px;}
.sfSearchwrapper .sfInputbox, 
.sfSearchwrapper .sfBtn, 
.sfSearchwrapper .sfBtn:hover{background-color:transparent !important;border:none; color:rgba(255,255,255,1)}

/*///////Ticker////*/
.ticker-content a { font:14px 'ralewaymedium'; color:#161616;}
.tickerarea h2 {
    background-color: #ff2b2b;
    color: #ffffff;
    float: left;
    font: bold 13px "ralewaymedium"!important;
    padding: 7px 25px;
    text-transform: uppercase;
    width: 15%;
}.tickerarea .sfModulecontent {
    display: inline-block;
    width: 85%;
}
.tickerModule{ margin:20px 0;}
.ticker-controls li.jnt-prev{ background:url("../images/tickerLeftArrow.jpg") no-repeat 0 0 rgba(0, 0, 0, 0) !important; width:22px;}
.ticker-controls li.jnt-play-pause{background:url("../images/tickerPause.jpg") no-repeat 0 0 rgba(0, 0, 0, 0) !important; width:13px;}
.ticker-controls li.jnt-next{background:url("../images/tickerRightArrow.jpg") no-repeat 0 0 rgba(0, 0, 0, 0) !important; width:22px;}


/*///////introduction////*/
.introductionSection ul li{background:url("../images/introIcon.jpg") no-repeat 1px 10px; padding:11px 0 11px 30px; font:14px 'ralewaybold'; color:#444444; border-bottom:1px solid #ccc; }
.introductionSection p{ font:14px 'ralewaysemibold'; color:#5a5a5a; margin:20px 0;}



.readmore{ background:#ff2b2b; display:block; padding:15px 0; text-align:center; cursor:pointer;}
div.videoWrapper a.readmore1 span.sfLocale{margin-top:10px;background:#ff2b2b; display:inline-block; padding:10px 25px; text-align:center;color:#fff!important; cursor:pointer;}
.readmore > a{ display:block;}
.readmore span{ text-transform:uppercase; color:#fff; font:12px 'ralewayextrabold';}
div.videoWrapper a.readmore1 span.sfLocale:after,.readmore span:after{ background:url("../images/whiteArrow.png") no-repeat 5px 3px; padding-right:10px; content:'';}
.divNewsList .readmore, .sfNewsDetails .readmore{ display:inline-block; padding:10px 15px;}
.readmore1{text-transform:uppercase; color:#545454; font:12px 'ralewayextrabold'; margin-top:5px; float:right;}

.sidemenupart, .sidemenupart .sfMoreblocks { background:#e8e8e8}
.sidemenupart{ padding:50px 0; overflow:hidden;}
#sfIntroduction{ padding-bottom:50px;}
.sideMenu ul li{ background:#0959b2; padding:20px 0 20px 30px; border-bottom:1px solid #226aba; border-top:1px solid #063e7c;}
.sideMenu ul li:hover{ opacity:0.9; cursor:pointer;}
.sideMenu ul li a{ color:#fff; font:14px 'ralewayextrabold'; text-transform:uppercase;  padding:10px 0 10px 39px;}
.sideMenu ul li a.sidemenu1{ background:url("../images/sidemenu1.png") no-repeat 0px 0px #0959b2;}
.sideMenu ul li a.sidemenu2{ background:url("../images/sidemenu2.png") no-repeat 0px 8px #0959b2;}
.sideMenu ul li a.sidemenu3{ background:url("../images/sidemenu3.png") no-repeat 0px 5px #0959b2;}
.sideMenu ul li a.sidemenu4{ background:url("../images/sidemenu4.png") no-repeat 0px 5px #0959b2;}
.sideMenu ul li a.sidemenu5{ background:url("../images/sidemenu5.png") no-repeat 0px 12px #0959b2;}
.sideMenu ul li a.sidemenu6{ background:url("../images/sidemenu6.png") no-repeat 0px 8px #0959b2;}
.sideMenu ul li a.sidemenu7{ background:url("../images/sidemenu7.png") no-repeat 0px 8px #0959b2;}
.sideMenu ul li a.sidemenu8{ background:url("../images/sidemenu8.png") no-repeat 0px 7px #0959b2;}
.sideMenu ul li a.sidemenu9{ background:url("../images/vision1.png") no-repeat 0px 8px #0959b2;}
.sideMenu ul li a.sidemenulast{ background:url("../images/sidemenu9.png") no-repeat 0px 8px #0959b2;}


.sideMenu ul li a.sidemenu10{ background:url("../images/sidemenu10.png") no-repeat 0px 7px #0959b2;}


#sfPeople .sfWrapper{ background:#fff; padding:20px;  min-height:870px;}
.TopEmployee ul li, .NewsEventsWrapper ul li{ position:relative}
.NewsEventsWrapper ul li{margin-bottom: 10px;
    max-height: 180px;
    overflow: hidden;

}
.TopEmployee li {
    /*max-height:192px;*/
    overflow: hidden;
}
.TopEmployee li img{
    height: 100px;
    display: block;
    margin: 0 auto;
}
.TopEmployee ul li:first-child{ margin-bottom:14px;}
.NewsEventsWrapper .imgDesc{background:#0959b2; opacity:0.7; padding:10px; position: absolute;bottom:0px; width:100%}
.TopEmployee .imgDesc{background:#0959b2; padding:10px;  width:100%; position: relative; }
/*.TopEmployee  li:first-of-type:hover > .imgDesc{bottom:80px;position:relative; transition: all .4s ease; background:rgba(9, 89, 178, 0.8) }
.TopEmployee  li:last-of-type:hover > .imgDesc{bottom:80px;position:relative; transition: all .4s ease; background:rgba(9, 89, 178, 0.5)}*/

.TopEmployee .imgDesc p { font:14px 'ralewayextrabold'; text-transform:uppercase; color:#fff; text-align:center}
.TopEmployee .imgDesc span, .NewsEventsWrapper .imgDesc p a{font:10px 'ralewaybold'; text-transform:uppercase; color:#fff; text-align:center; display:block;}
/*.empOfYear { margin-top:30px;}*/
.empOfYear h4 { font:14px 'ralewayextrabold'; color:#353535; text-transform:uppercase; text-align:center; margin-bottom:20px;}


.employeeYear > img:last-child,.employeeYear >.EOYdiv> img:last-child{ margin-right:0px;}

#sfPeople .sfWrapper{}
.NewsEventsWrapper .imgDesc p a{ font-size:14px;}
.NewsEventsWrapper .imgDesc p { margin-bottom:0px;}
.sfLatestNews > ul, .NewsEventsWrapper ul{ min-height:400px; overflow:hidden;}
.introWrap { min-height:452px; overflow:hidden;}


.sfBlockwrap  .sfMoreblocks{ background:none;}
.sfBlockwrap { background:url("../images/footerBgImg.jpg") no-repeat center top #042c59; padding:100px 0 30px 0;}
.footerCol1 p{ font:12px 'ralewaybold'; color:#fff; text-transform:uppercase; margin-top:20px;}
.footerCol2 ul li a{ font:12px 'ralewaymedium'; color:#fff;}
.footerCol1 span{font:12px 'sans-serif'; color:#fff;}
.footerCol2 ul li a:after{ background:url("../images/whiteArrow.png") no-repeat 5px 4px; padding-right:10px; content:''; }
.footerBottomText, .footerBottomText a{ font:12px 'ralewaybold'; color:#fff; text-transform:uppercase;}
#sfFooterbottom .sfInnerwrapper { border-top:1px solid #6185ad; margin-top:55px; padding-top:30px;}
.footerCol2 ul{-moz-column-count:3; -webkit-column-count:3; -ms-column-count:3; -os-column-count:3;}


.sfLatestNews ul li{ padding:20px 0;}
.sfLatestNews ul li:first-child, .prgmAchieve{ border-bottom:2px solid #c6c6c6;}
.sfLatestNews ul li a{ font:15px 'ralewaybold'; color:#0959b2; margin-bottom:15px; display:block;}
.sfLatestNews ul li p.LatestNewsDesc{  font:14px/22px 'ralewaysemibold'; color:#6a6a6a; margin-bottom:0px;}


.Date, .date{ font:13px 'ralewaybold'; color:#6a6a6a; border-bottom:5px solid #c6c6c6; padding-bottom:10px; display:inline-block; margin-bottom:20px;}


#sfProgram .sfWrapper {
    background: none repeat scroll 0 0 #ffffff;
    padding: 20px; min-height:870px;
}
#sfProgram h1{ margin-top:0px; margin-bottom:30px}
.programImg img {
    display: inline-block;
    max-width: 45%; margin-right:10px; vertical-align:top;
}
.programTitle{display: inline-block;
    max-width: 52%;}
.programTitle a { color:#0959b2; font:14px 'ralewaybold'; margin-bottom:8px; display:block;}
.programDesc{font:14px 'ralewaysemibold'; color:#6a6a6a; margin:10px 0 20px 0}
.videoWrapper .sfLocale, .programs .readmore{
    display: inline-block;
    padding: 10px 25px;
}
.prgmAchieve{   margin-bottom: 40px;    padding-bottom: 40px;
} 
.programs .date{ margin-bottom:0px;}

.sfMiddlemaincurrent {    padding:35px 0;}


.sfPoll .cssClassCommonSideBoxTable{ background:url("../images/pollBg.jpg") no-repeat #e06713; padding:15px; min-height:190px;  }
.poll-question, .sfPoll .sfdivAnswer label{font:14px 'ralewaybold'; color:#fff; text-transform:uppercase;}
.sfPoll .sfdivAnswer p{ margin-bottom:0px;}
.sfdivAnswer label{ font-size:13px;}
.sfPoll .sfdivAnswer input{ margin-top:10px;}

#ulVideoRight li{ min-height:189px; cursor:pointer;}
#ulVideoRight li:hover .videoPlayIcon{background:url("../images/vdoPlayerIcon.png") no-repeat center center!important;}
#videoPopup{ position:fixed!important; top:50%; left:50%; margin-top:-210px; margin-left:-400px; z-index:9999!important;}
#videoPopup > i {
    position: absolute;
    right: -10px;
    top: -14px;
    z-index: 100;
    cursor: pointer;
}
#ulVideoRight{ position:relative;}
#ulVideoRight li img{ position:absolute; top:50%; left:50%; margin-left:-37px; margin-top:-37px}
#divPlayingMovie{ width:100%!important;}
#videoListingSection{ margin-top:30px;}
.cssClassNotFound, .sfPoll  .cssClassNotFound{ color:#F00; font-style:italic; font-size:12px; text-transform:capitalize;}
.sfPoll  .cssClassNotFound{ color:#fff; }
#divFadein{ z-index:1000!important;}
.poll-chart img{ height:3px!important;}
.poll-box p.backToVoting{ text-align:center; margin-top:10px;}

.ulCoverImageSlider > li {
    border: 1px solid #ccc;
    display: inline-block;
    height: 159px;
    overflow: hidden;
    width: 300px !important;
}

.topNewsTitle{font:10px 'ralewaybold'; color:#fff; background:#c51114; padding:3px 5px; text-transform:uppercase; display:inline-block; margin-bottom:10px;}
.topNewsSlide h3{font:14px 'ralewayextrabold'; color:#0959b2; text-transform:uppercase; margin-top:5px;}
.topNewsDesc{font:12px 'ralewaysemibold'; color:#595959;}
.topNewsSlide .slick-prev, .topNewsSlide .slick-next{ top:-23%;}
.topNewsSlide .slick-next{ left:93%;}
.topNewsSlide .slick-prev{ left:85%;}
#sfNews .slick-slider{ margin-bottom:15px;}


/*li.cssClassFlagButtonHor{background:#e5e5e5; padding:3px 6px; margin-right:2px;}*/
li.cssClassFlagButtonHor span{font:10px 'ralewaybold'; text-transform:uppercase; }
.languageSwitch .FlagButtonWrapper li img{ display:none;}
.languageSwitch { margin-right:30px; margin-left:10px;}

.weatherWrapper{ float:left;}
.sfForecasticon img{ width:50px; height:50px;}
.sfForecasticon, #weather2, #divNepaliDate{ float:left;}
.sfToday {    height: 30px;    overflow: hidden;}
.sfToday h2{ float:left; font:18px 'ralewaybold'; color:#000; border-right:3px solid #d3d3d3; padding-right:15px; margin:5px 15px 0 0;  }
#divNepaliDate {    margin-top: 2px;}
#divNepaliDate h3{ font:bold 14px 'arial'; margin:5px 0px 0px 0px;}
#sfLeftop{padding:10px 0 0 0;}

.photoGallery  .ImageSlider .slick-slide { max-height:189px;}
.innerTextDesc{ font:14px/24px 'ralewaysemibold'; color:#5a5a5a; margin-left:15px;}
.marginImg { margin-bottom:30px; margin-top:30px;}
.marginRight{ margin-right:30px;}
#sfSidearea h1, .sfNewsDetails h1, .divNewsList li h3, .clsDocumentViewList h3.categoryHeader{ margin-top:0px;}
#sfSidearea .latestNotice{ background:#ededed; padding:20px;}
ul.innerTextDesc li{ list-style:square; padding-bottom:20px;}

.projectWrapper img{ border:1px solid #ccc; margin-right:20px;}
.projectWrapper li{ border-bottom:2px dotted #ccc; padding:20px 0;}
.projectWrapper a{font:18px 'ralewaybold'; color:#5a5a5a;}
.projectWrapper a:hover{ color:#0959b2}

.staffWrapper ul li img{ display:inline-block; width:170px; height:170px; overflow:hidden; margin-right:20px;}
.staffdescription{ display:inline-block;}
.staffWrapper ul li{ padding:20px 0; border-bottom:1px solid #e9e7e7;}
.staffdescription h1{ margin-top:0px;}
p.staffpost, p.staffdepartment{ font:14px 'ralewaysemibold'; color:#5a5a5a;}
.staffemail, .staffphone{ font-weight:bold; font-style:italic; font-size:12px; margin-bottom:5px;}
p.blueText{ background: #e16712 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font: 13px "ralewaybold";
    margin-bottom: 8px;
    padding: 5px 10px;}
.clsDocumentViewList .divCategory .divCategoryList { border:1px solid #dcdbdb;}

.divNewsList li{background:#f1f1f1; padding:20px; margin-bottom:20px; overflow:hidden;}
.divNewsList li .sfContentwrapper p.NewsPublicationInfo{  font: 12px "ralewayregular"; border-bottom:1px solid #ccc;}
.divNewsList span.sfDate, p.sfResultDate{ font-weight:bold; text-transform:capitalize; font-style:italic;}
.divNewsList li .sfContentwrapper p, p.sfFieldItems, .sfFieldItems{
    color: #5a5a5a;
    font: 14px/24px "ralewaysemibold";
}
.divNewsList .Documents span{font:13px "ralewaybold";}
.divNewsList .Documents a{font:13px "ralewaysemibold"; font-style:italic;} 
.divNewsList .Documents a:hover{ text-decoration:underline;}
.divNewsList .Documents { margin-bottom:10px;}
.divNewsList li  .sfCourseImagewrapper{ display:inline-block; vertical-align:top; margin:0 20px 20px 0;}
.divNewsList li .sfContentwrapper {
    display: inline-block;
    width: 64%;
}
.sfNewsDetails h3{ display:none;}
.sfNewsDetails .newsImg{ margin-bottom:20px;}
.clsDocumentViewList .sfDocList {
    border-bottom: 1px dotted #cccccc;
    padding: 20px 0;
}
.clsDocumentViewList .divCategoryList li:nth-child(even), .sfSearchlist li:nth-child(even){ background:#f1f1f1;}
p.sfResultDate{ font-size:12px;}
#statusMsg{ font-size:13px; color:#F00; font-style:italic;}


.photoTab .sfImageholder, .myVideo {
    margin: 0 25px 25px 0;
    width: 22%; overflow:hidden; display:inline-block; vertical-align:top; cursor:pointer;
}
.photoTab .sfImageholder input{ height:150px;}
.photoTab .sfPhotodetail, #playingDis, .videoTitle{  background: #333333;    color: #ffffff;    margin: 0;    padding:15px 10px;}
.photoTab .sfPhotodetail h3, #divPlayingMovieTitle{ margin:0px; color:#fff; font-size:14px; font-weight:normal;}
.photoTab .sfPhotodetail p{ display:none;}
.photoTab p {
    display: inline-block;
    height: 200px;
	overflow:hidden;
    margin-bottom: 30px;
    margin-right: 35px;
    vertical-align: top;
    width: 29%; border:1px solid #f1f1f1;
}
/*.photoTab p:nth-child(3n){ margin-right:0px;}
*/
.sfPoll .sfBtn {  display: inline-block;
  padding: 5px 11px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background:#fff;
  border:1px solid #E06613;
  color:#E06613;
  border-radius:3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.tree{ display:flex;}
.tree > ul {    margin: auto;}
.tree li a span{ font:10px 'ralewaymedium'; color:#0959b2; }
.tree li a p{font:13px 'ralewaysemibold'; }
.tree li a div.sfGridwrapper thead th{ text-transform:capitalize; font:14px 'ralewaysemibold'; color:#0959b2;}
.tree li a div.sfGridwrapper td.sfTableStriped{text-transform:capitalize; font:12px 'ralewayregular';}


#EditGrid{margin-top:30px;}



.employeeYear {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}
.EOYdiv{position:relative;overflow: hidden;}
.EOYdiv label{width:100%;background: rgba(9, 89, 178, 0.7);text-align: center;color:#fff;position: absolute;bottom: -5px;}
.EOYyear{position: absolute;top:0;background:rgba(255,43,43,0.5);left: 0;font-size: 10px;font-weight: bold;color:#fff;padding:0 5px;}
#sfPeople div.sfWrapper{padding-bottom: 0;}
.hello{margin-bottom:10px; margin-top: 15px;}
.hello img {position: relative;vertical-align: bottom; margin-right: 5px;}
.cboxClose{position: absolute;top:-10px;}
.story{margin-bottom: 20px;}
#FocusNews{padding:15px;}
.img > p:first-of-type{padding: 15px 0;margin-bottom: 0;}
.grid .sfGridwrapper.wrapperlist table {border: 1px solid #ebebeb; width: 400px; margin-top: 30px;}
.positiontable td{text-align: left;}
table.positiontable{margin-bottom:0;} 
.positiontable tr:last-of-type td{border-bottom: none;}
.tree  .hierarchytitle{ padding :10px 20px; display: block; font-family: 'ralewaysemibold'; text-transform: uppercase; font-size: 10px;max-width: 200px;color:#000;}
.positiontable thead th {border-top:1px solid #ebebeb;}
.positiontable tr{border-top:1px solid #ebebeb; margin-top: 5px;}
div.popupmembers{font-size: 14px; font-family: 'ralewayregular';}
a.Popup:hover{text-decoration: underline;border:none;}
.tree >ul {min-width: 2000px;padding-bottom: 20px;}
.tree{overflow: auto;background: rgba(246, 245, 244, 0.3);}
#DepartmentList{text-align: auto;}
#employeeValue li{float: left; margin-bottom: 15px; width: 50%;}
#employeeValue img{margin-right: 20px;position: relative;vertical-align: top;}
.docView{overflow: auto;}
.docView table { border-collapse:collapse;}
.docView  table > thead > tr > th,.docView  table > thead > tr > td,.docView  table{
    border: 1px solid #ebebeb;
}
.docView  table > thead > tr > th,.docView  table > thead > tr > td{border-right: none;
border-left: none;}
.date-picker.hasDatepicker{padding:5px;border:1px solid #ccc;}
.docView th{position: relative;vertical-align: top;}
::-webkit-input-placeholder {
   color: #a7a7a7;
   font-size: 12px;
}

:-moz-placeholder { /* Firefox 18- */
      color: #a7a7a7;
   font-size: 12px; 
}

::-moz-placeholder {  /* Firefox 19+ */
     color: #a7a7a7;
   font-size: 12px; 
}

:-ms-input-placeholder {  
   color: #a7a7a7;
   font-size: 12px;
}
.docView select{padding:0;}
.docView option {
    padding: 6px 12px;
}
.ui-datepicker .ui-datepicker-buttonpane button{padding:2px 10px; border:none; background: #044891; transition:all  0.3s ease ; opacity:1;color:#fff; border-radius:4px;font-size: 10px;}
.ui-datepicker .ui-datepicker-buttonpane button:hover{background: #2766aa;}

.story{height:240px;background-size: contain;cursor: pointer;}
.Ana,.user{width:50%;float: left;text-align: center;}
.Ana>span,.user>span{display: block;}
.imageouter{
  position: relative;
  overflow: hidden; 
  height: 150px;
    margin-bottom: 15px;
   
   }
.imageouter .info{background:rgba(9,89,178,0.7);position: relative;bottom: 35px; padding:5px;text-align: center; color:#fff; transition:all  0.5s ease;height:100%;}
.infImageWrapper{height:150px;overflow: hidden;text-align: center;}
.imageouter:hover >.info{bottom:150px;}
.info label{display: block;}
.TopEmployee li > div{
    /*height:154px;*/
    overflow: hidden;}
.info .name{font-weight:bold;}
.story{width: 100%!important;}
.pageLink{width:100%;height:240px;text-indent: -9999px;}


#sfLoginlogo{width:30%;margin:70px auto;}

#sfLoginlogo .sfInnerwrapper,
#sfLoginlogo .sfMoreblocks 
 {
    width:100%;
}

.tickercontainer {background: transparent;}
.tickerContain {
    display: flex;
    flex-direction: row;
    align-items:center;
    margin-bottom: 20px;
}
    .tickerContain .topNewsTitle  {
        margin-bottom: 0;
        margin-right: 5px;
    }

/*Slick Slider*/
.slick-next {
    right: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slick-prev {
    left: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}