@import url("font-awesome.css");
@import url("glyphicons-halflings-regular.css");
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto-Bold", "OpenSans-Semibold";
}
#lblueButton {
  background: #d2e9ff;
  /* color: #d2e9ff; */
  font-weight:bold;
   padding: 0px 4px;
}
#dblueButton {
  background: #cccbc6;
  /* color: #cccbc6; */
  font-weight:bold;
  padding: 0px 4px;
}
#lgreenButton {
  background: #b3e8dc;
  /* color: #b3e8dc; */
  font-weight:bold;
   padding: 0px 4px;
}
#pinkButton {
  background: #ffffff;
  /* color: #ffffff; */
  font-weight:bold;
   padding: 0px 4px;
}
#lblackButton {
  background: #e4e6b7;
  /* color: #e4e6b7; */
  font-weight:bold;
   padding: 0px 4px;
}
h4, h5, h6, .h4, .h5, .h6 {
    font-family: "Roboto-Bold", "OpenSans-Semibold";
    color: #333;
    font-weight: normal;
}
html{
    height: 100%;
    margin:0;
    padding: 0;
}

body{
    font-family: "Roboto-Regular", "OpenSans-Regular";
    font-size: 14px;
    line-height: 24px;
    color: #333;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #d2e9ff;
}

h1 {
    font-size: 28px;
    line-height: 50px;
    margin: 0;
}

h2 {
    font-size: 22px;
    line-height: 30px;
}
h3 {
    font-size: 18px;
    line-height: 30px;
}
h4 {
    font-size: 14px;
    line-height: 30px;
}
h5 {
    font-size: 12px;
    line-height: 24px;
}
h6 {
    font-size: 10px;
    line-height: 20px;
}

a {text-decoration: none; font-size: 14px; color: #222; }
a:hover{
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color:#006abb;
}
a:focus{
    outline: none;
    text-decoration: none;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed #aaa;
}

@keyframes 
imageAnimation {  
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        }
        8% {
        animation-timing-function: ease-out;
        opacity: 1;
        }
        17% {
        opacity: 1
        }
        25% {
        opacity: 0
        }
        100% {
        opacity: 0
        }
}




/* =============================== */
/*  HEADER
/* =============================== */
#header { 
    z-index: 9; 
    transition: all 0.4s ease-in 0s;
}


.ie8 #header {
    border-bottom: 1px solid #e9e9e9;
}




/* =============================== */
/*  NAVIGATION
/* =============================== */

.navbar-nav ul
{
    width:100%;
    min-width:200px !important;
    padding:0;
    border: 0;
}

.navbar-toggle{
    background:#303436;
    border:none;
    padding:5px;
    border-radius:0px;
    margin-right: 5px;
}
.navbar-default{
    background: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background:#303436;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#fff;
    height:3px;
}
.navbar{
    margin-bottom: 0;
    min-height:35px;
    border:none;
}


#nv-bar{
    background: linear-gradient(120deg, #006abb 0%, #006abb 40%, #02aa89  100%);
    padding: 0;
}

.navbar-brand{
    margin-top: -53px;
    margin-left: -15px;
}


/* sub menus arrows */
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
    position:static;
    margin-top:0;
    margin-right:0;
    margin-left:6px;
    display:inline-block;
    width:0;
    height: 0;
    overflow:hidden;
    vertical-align:middle;
    border-top:4px solid;
    border-right:4px dashed transparent;
    border-bottom:4px dashed transparent;
    border-left:4px dashed transparent;
}
.navbar-nav > li > .has-submenu .sub-arrow {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    width:8px;
    height: 8px;
    line-height: 8px;
    border-width: 0px;
}
.navbar-nav > li > .has-submenu .sub-arrow:before {
    content: "\f107";
}

.navbar-nav ul .sub-arrow {
    position:absolute;
    right:0;
    margin-top:6px;
    margin-right:15px;
    border-top:4px dashed transparent;
    border-bottom:4px dashed transparent;
    border-left:4px solid;
}
.navbar-nav ul a.has-submenu {
    padding-right:30px;
}

.nav>li>a{
    padding: 8px 12px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color: transparent;
    padding: 0;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
    position:absolute;
    display:none;
    visibility:hidden;
    height:20px;
    overflow:hidden;
    text-align:center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
    position:absolute;
    top:-2px;
    left:50%;
    margin-left:-8px;
    width:0;
    height:0;
    overflow:hidden;
    border-top:7px dashed transparent;
    border-right:7px dashed transparent;
    border-bottom:7px solid;
    border-left:7px dashed transparent;
}

.navbar-nav span.scroll-down-arrow {
    top:6px;
    border-top:7px solid;
    border-right:7px dashed transparent;
    border-bottom:7px dashed transparent;
    border-left:7px dashed transparent;
}
.navbar-default .navbar-nav li a{
    color:#111111;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li{
    margin-right: 0px;
}

.navbar-default .navbar-nav > li:first-child{
    border-left:none;
}
.navbar-default .navbar-nav > li > a{
    color:#111111;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover
{
    background:#fff !important;
    color: #006abb;
    box-shadow: inset 0 0px 2px 0 #006abb;
}

.navbar-nav > li.active {
    background: #0086ed;
    border: none;
    color:#f2f2f2;
}
.navbar-nav > li:hover{
    background: #0086ed;
    transition:all 0.2s ease-in 0s;
    color:#f2f2f2;    
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{
    background: #0086ed;
    color: #f2f2f2;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover{ background-color: #fff; }

/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
    padding-left:35px;
}
.navbar-nav .collapsible ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header {
    padding-left:45px;
}
.navbar-nav .collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header {
    padding-left:55px;
}
.navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header {
    padding-left:60px;
}
.navbar-nav .dropdown-menu > li > a {
    white-space:normal;
    font-size: 13px;
    padding: 6px;
    border-bottom:1px solid #0086ed;
}
.navbar-nav .dropdown-menu > li:last-child a {
    border-bottom:none;
}
.navbar-nav .dropdown-menu > li > a:hover
{
    color: #fff;
    background: #0086ed;
}
.navbar-nav ul.sm-nowrap > li > a {
    white-space:nowrap;

}

/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
.navbar-nav .collapsible ul {display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
.navbar-nav .collapsible ul.sm-nowrap > li > a {white-space:normal;}
.navbar-nav .collapsible iframe{display:none;}
/* disable Bootstrap 3's global box-sizing:border-box; for the menus as it doesn't play nice with SmartMenus */
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}


.nav .open li:hover > a{
    color: #fff;
    background: #0086ed;
}

.nav .open > a:active
{
    border-color:transparent!important;
    background-color: #e5963c;
    color: #fff;
}

.nav .open > a:active
{
    border-color:transparent!important;
    background-color: #e5963c !important;
    color: #fff !important;
}

.dropdown-menu{
    background: #006abb;
    border-radius: 0;
}
.nav .open > a:hover
{
    border-color:transparent!important;
    background-color: #0086ed;
    color: #fff;
}

.nav .open > a:focus
{
    border-color:transparent!important;
    background-color: #e5963c;
    color: #fff;
}


/*--------Animation_Hover_Effect_CSS---------------*/
.navbar-nav > li:hover > ul{
    -moz-animation: fadeInRight .4s ease-in;
    -webkit-animation: fadeInRight .4s ease-in ;
    animation: fadeInRight .4s ease-in;
}

.navbar-nav > li > ul.dropdown-menu li:hover ul{
    -moz-animation: fadeInRight .5s ease-in ;
    -webkit-animation: fadeInRight .5s ease-in ;
    animation: fadeInRight .5s ease-in;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/*--------//Animation_Hover_Effect_CSS---------------*/



/* =============================== */
/*  TABS
/* =============================== */
.nav-tabs
{
    border:none;
}
.nav-tabs > li{ }

.nav-tabs > li > a
{
    background:#F8F8F8;
    border:1px solid #ddd;
    border-bottom: 1px solid #006abb;
    margin:0;
    color:#111111;
    font-weight:bold;
    font-size:14px;
    border-radius: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    border-color: #006abb;
    outline: none;
    color: #727CB6;
    margin: 0 0 -1px 0;
    border-bottom: none;border: 1px solid #006abb; background: #006abb; color: #f2f2f2;
}
.nav-tabs>li>a:hover { border: 1px solid #006abb; background: #006abb; color: #f2f2f2; }
.nav-tabs li:first-child, .nav-tabs li:first-child a { border-radius: 4px 0 0 0; }
.nav-tabs li:last-child a { border-radius: 0 4px 0 0; }
.nav-tabs li.active, .nav-tabs li.active a, .nav-tabs li.active a:hover {
    color:#ffffff;
    font-weight: bold;
    background: #006abb; 
}

ul.nav-tabs li a i {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}
ul.nav-tabs li.last-tab a
{
    padding:4px 22px;
    outline:none;
}
.tab-content
{
    border:1px solid #006abb;
    padding:20px 14px;
    border-radius: 0 4px 4px 4px;
}
.tab-content:first-child { display: block; }
.tab-content > h3 {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin-top: 0;
}
.tab-content > p {
    font-family: lato;
    line-height: 20px;
}



/* =========================== */
/*  form
/* =========================== */
.form-control{
    height: auto;
    border-radius: 4px;
    box-shadow: none;
    padding: 4px 10px;
}
.form-control:focus {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 5px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in .15s,-webkit-box-shadow ease-in .15s;
    -o-transition: border-color ease-in .15s,box-shadow ease-in .15s;
}
form label{
    margin-bottom: 2px;
    font-weight: normal;
}
form select {
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
form input, form textarea{
    margin-bottom: 15px;
    padding: 4px 10px !important;
}
form input:focus{
    border-color: rgba(119,119,119,1);
}
input[type=file]{
    border: none;
    padding-left: 0;
}
.calendar{
    background-image:url('../img/calendar.gif');
    background-repeat:no-repeat;
   background-position:right top; 
   padding-right: 30px;
}


/* ==============================
/*  Table
/* ============================== */

table tr th, table tr td { padding: 4px 10px; text-align: center;}
table tr th { background: #777; font-weight: normal; color: #f2f2f2; }

/* table tr:nth-child(even){
    background-color: #f7f7f7;
} */

table a{
    text-decoration: none;
    width: 100%;
}

table tr:hover td{
    background: #f5f5f5;
}


.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border:1px solid #ddd !important;
} 

.table-bordered>tbody>tr>th{
    font-weight: normal;
}




/* =============================== */
/*  FOOTER & FOOTER WIDGETS           
/* =============================== */
.footer{
    /* background:#353535; */
    background: linear-gradient(120deg, #006abb 0%, #006abb 40%, #02aa89 100%);
    width: 100%;
    padding: 5px 0;
    color:#111111;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
footer a{
    color: #111111;
    font-size: 12px;
font-weight: bold;
}



/* =============================== */
/*  BUTTONS                                                              
/* =============================== */
.btn{
    background: #006abb;
    color: #f2f2f2;
    padding: 4px 12px;
    border-radius: 2px;
}
.btn:hover {
    background: #01A889;
    color: #f2f2f2;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
.btn-default{
    background:#008ace;
    color:#fff;
    border:none;
    border-radius:0px;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
.btn-default:hover{
    background: #333;
    color: #e5963c;
}


/* =============================== */
/*  Footer Social
/* =============================== */
.footer_social{
    float: right;
}
.footbot_social {
    list-style: none outside none;
    margin-top: 0px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 5px;
}
.footbot_social li {
    float: left;
    background: none !important;
}
.footbot_social li a {
    color: #666;
    display:block;
    height: 30px;
    text-align: center;
    width:35px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin: 0 2px;
}
.footbot_social li a i {
    font-size: 18px;
    line-height: 30px;
    margin-right: 0;
    float: none;
}
.footbot_social li a.fb:hover            {background:#1964DA; border-radius: 5px; color:#fff;}
.footbot_social li a.twtr:hover          {color: #fff; background:#3ABDD1; border-radius:5px;}
.footbot_social li a.gmail:hover         {color: #fff;}
.footbot_social li a.pinterest:hover     {color: #fff;}
.footbot_social li a.rss:hover           {color: #fff; background:#F15200; border-radius:5px;}
.footbot_social li a.tumblr:hover        {color: #fff;}
.footbot_social li a.flickr:hover        {color: #fff;}
.footbot_social li a.instagram:hover     {color: #fff;}
.footbot_social li a.linkedin:hover      {color: #fff;}
.footbot_social li a.skype:hover         {color: #fff; background:#00AAF1; border-radius:5px;}
.footbot_social li a.youtube:hover       {color: #fff;}
.footbot_social li a.google:hover        { color: #fff; background:#dd5144; border-radius:5px;}



/* =============================== */
/*  Accordian
/* =============================== */
.panel-body{
    padding-top: 10px !important;
}
.panel-heading h4 a{
    cursor: pointer !important;
}

.panel-heading h4 a div:nth-child(1), .panel-heading h4 a div:nth-child(2){
    display: inline-block;
}
.panel-heading h4 a div:nth-child(2){
    right:0px;
    float: right;
}
.panel{ box-shadow: none; }
.panel-group .panel-heading + .panel-collapse > .panel-body{
  border: none;
  padding: 10px 20px 20px;
}
.panel-group {
    margin-bottom: 0px;
}
.panel-group,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-heading a,
.panel-group .panel-title,
.panel-group .panel-title a,
.panel-group .panel-body,
.panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-radius: 0px;
  border: 0;
}
.panel-group .panel-heading {
  padding: 0;
  font-family: 'Marcellus-Regular';
}
.panel-default>.panel-heading { background: none; }
.panel-group .panel-heading a {
  display: block;
  color: #006abb;
  padding: 1px 50px 0 10px;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #006abb;
}
.panel-default ul li { list-style-type: none; margin-left: -30px; }
.panel-default div a { width: 100%; display: block; }
.panel-group .panel-heading a.collapsed {
  color: #333;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  margin-bottom: 15px;
}
.panel-group .panel-heading a:after {
  content: '-';
  position: absolute;
  right: 22px;
  font-size:16px;
}
.panel-group .panel-heading a.collapsed:after {
  content: '+';
  padding-top: 2px;
  right: 20px;
  font-size:14px;
}
.panel-group .panel-collapse {
  margin-top: 0px !important;
}
.panel-group .panel-body {
  background: #ffffff;
  padding: 15px;
  padding-bottom: 0px;
}
.panel-group .panel {
  background-color: transparent;
}
.panel-group .panel-body p:last-child,
.panel-group .panel-body ul:last-child,
.panel-group .panel-body ol:last-child {
  margin-bottom: 0;
}

.panel img{
    margin-bottom: 20px;
    width: 5%;
}

.panel-group .panel{
    margin-bottom: 5px;
}

.panel-body h4, .panel-body h5{
    font-weight: normal;
}

.panel-body ul li, .panel-body ol li{
    margin-bottom: 10px;
}





/* =============================== */
/*  CONTENT styles
/* =============================== */

.login{
    margin: 50px 0 24px;
}
.loginarea{
    background: linear-gradient(120deg, #006abb 0%, #006abb 40%, #02aa89 100%);
    border: 1px solid #ddd;
    padding: 24px 30px 10px !important; 
    margin: 0 0 10% 20px;
    box-shadow: 0 0px 15px 0 rgba(36,36,36,0.2);
}
.loginarea:hover{
    border: 1px solid #bbb;
}
.loginarea h2{
    text-align: center;
    color: #f2f2f2;
    margin: 0 0 20px;
}
.loginarea form label {
    width: 100%;
    color: #f2f2f2;
    font-weight: normal;
}

.loginarea form input{
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 6px 10px;
}
.loginarea form input:focus{
    box-shadow: inset 0 0px 5px rgba(0,0,0,.075);
}
.loginarea form button{
    width: auto;
    border-radius: 0;
    background: #006abb;
    border: 1px solid #ccc;
    color: #f2f2f2;
    border-radius: 4px;
}
.loginarea form button:hover{
    background: #008ace;
    border: 1px solid #eee;
    color: #f2f2f2 !important;
}
.loginarea a { color: #eee; }
.loginarea a:hover { text-decoration: underline; }

#nv-bar>div { padding-left: 5%; }

.search { padding-top: 26px; }
.search input[type=text] {
    padding: 4px 15px;
    font-size: 17px;
    border: 1px solid #ddd;
    float: right;
    width: 60%;
    border-radius: 18px 0 0 18px; 
}
.search button {
    float: right;
    width: 10%;
    padding: 4px 5px;
    background: #ccc;
    color: white;
    font-size: 17px;
    border: 1px solid #ddd;
    border-left: none;
    cursor: pointer;
    border-radius: 0 18px 18px 0;
}
.search button:hover {
    background: #bbb;
}
.search input:focus { box-shadow: none !important; padding: 3px 15px 3px; }
.search button:focus { box-shadow: none !important; padding: 3px 5px; }

.a_u { color: #111; padding: 2px 0; text-align: right; padding-top: 15px; }
.a_u a { color: #111; padding: 2px 4px; border: 1px solid #ddd; }
.a_u p { margin-top: 12px; }
.a_u div div.fontlistdiv a { padding: 0px 3px; border: 1px solid #000; font-size: 12px; }
.toprightlinks { padding-right: 0; }


.u_n div { padding-top: 0px; }

.top-info { padding: 5px 0; }

.hc { text-align: center; }
.hc img { width: 94%; }

.u_list ul { list-style-image: url('../img/update_arrow.png'); }
.u_list ul li { padding-left: 5px; }

.i_d { width: 1170px; }
.i_d div { text-align: center; width: 23.35%; display: inline-block; border: 1px solid #006abb; background: #fff; margin: 40px 20px 40px 0; border-radius: 4px; padding-top: 15px; }
.i_d div:last-child { margin-right: 0; }
.i_d div img { width: 30%; }
.i_d div h3 { margin-top: 10px;}
.i_d div:hover { border: 1px solid #f03800; }
.i_d div:hover h3 { color: #f03800; }

.t_t { padding: 0; margin-bottom: 40px; }

.download p { font-size: 22px; background: linear-gradient( to right, #006abb 0%, transparent 80%, transparent 100%); padding: 6px 15px; color: #111111; font-weight: bold; }
.download h2 { font-size: 22px; background: linear-gradient( to right, #006abb 0%, transparent 80%, transparent 100%); padding: 6px 15px; color: #111111; font-weight: bold; }
.download div.d_i { padding: 0px 30px 20px; }

.j_d { margin-bottom: 30px; min-height: 270px; }
.j_d h2 { text-align: center; }
.j_d img { float: right; margin-left: 20px; }

.judges { text-align: center; margin-bottom: 30px; }
.judges img { margin-bottom: 5px; }
.c_j  img { border: 4px solid #ccc; border-radius: 10px; padding: 5px; background: #f9f9f9; }
.c_j p { color: #f03800; }
.f_j a { color: #222; }
.f_j div { background: #eee; }
.f_j div img { border-radius: 10px; }
.f_j div:hover a { color: #f03800; }
.f_j div { width: 40%; display: inline-block; margin: 0 10px 20px; border: 1px solid #ddd; padding-top: 15px;font-weight: bold;font-size: 20px }
.f_j div:hover { border: 1px solid #f03800;  }

.f_j_l { padding: 30px 0; }
.f_j_l h3 { text-align: center; }
.f_j_l a { color: #008ace; }
.f_j_l a:hover { color: #F15200; }

.photo { margin: 40px 0 40px; height: auto; }
.photo div { margin-bottom: 15px; }
.photo div div { padding: 10px; }
.photo div div p { text-align: left; margin-bottom: 0; border: 1px solid #ddd; min-height: 160px; padding: 5px; }
.photo div div img { margin: -20px 10px 0 -20px; border: 1px solid #006abb; border-radius: 4px; }
/*.photo div div img:hover { box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15); }*/
.photo div:hover div img, .photo div:hover div p { border: 1px solid #ff1a1a; }

.contact h1 { margin: 20px 0 10px; text-align: center; }
.contact h3 { margin: 0px 0 0px; }

.contact>div div:first-child { width: 5%; display: inline-block; vertical-align: top;}
.contact>div div:last-child { width: 80%; display: inline-block; }
.contact>div div:last-child h3 { margin-top: 0px; }










/* =============================== */
/*  FONTS
/* =============================== */

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts//OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts//OpenSans-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts//Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts//Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* =============================== */
/* 34. Media Query										 
/* =============================== */
@media only screen and (min-width: 980px) and (max-width: 1280px){


}

@media only screen and (max-width:980px) {


}

@media only screen and (min-width: 768px) and (max-width: 989px){

    .navbar-default .navbar-nav > li{
        margin-right: 5px;
    }
    #nv-bar .container{
        padding: 0;
    }

    .navbar-default .navbar-nav > li > a{
        padding: 11px 5px; 
        font-size: 12px;
    }

    .navbar-nav > li > ul.dropdown-menu{
        margin-top: 35px !important;
    }

    .navbar-nav > li > ul.dropdown-menu
    {
        top:0px!important;
    }

}

@media only screen and (max-width:768px) {

    .nav-tabs > li > a { padding:10px 10px; }

    .loginarea { margin-bottom: 20px; margin-left: 0; padding: 24px 20px 15px !important; }
    .lgoinarea p { line-height: 14px; }
    .top-info img { width: 100%;}
    .hc img { width: 100%; padding-top: 20%; }
    #info-bar>div { padding: 0;}
    .i_d { width: 100%;}
    .search input[type=text] { width: 80%;}
    .search button { width: 16%;}

    .f_j div { width: 21.8%; padding: 10px 10px 5px; min-height: 280px; display: inline; float: left; }
    .f_j div img { width: 100%; }
    .photo div div p { min-height: 205px; }

    .contact>div div:first-child { width: 8%; }
    .contact>div div:last-child { width: 80%; }


}

@media only screen and (max-width: 767px) {

    .navbar-default .navbar-nav li a{color:#fff;}

    .navbar{
        background:none;
        border-color: transparent;
        float: none;
    }
    .navbar.scroll-to-fixed-fixed{
        box-shadow: 0 0 10px #9c9999;
    }
    .navbar-nav{
        background:#006abb;
        margin: 0;
    }
    .navbar-collapse{
        position: absolute;
        width: 100%;
    }
    .navbar-nav > li > a:hover,.navbar-nav > li > a:focus,.navbar-nav > li.active > a,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus
    {
        background:#0086ed !important;
        color:#fff !important;
    }

    .navbar-nav > li ul > li:first-child > a{border-top:none;}
    .navbar-default .navbar-nav > li{border-bottom:1px solid rgba(255, 255, 255, 0.54); }
    .navbar-default .navbar-nav > li > a,.navbar-nav .dropdown-menu > li > a
    {
        padding-top:12px!important;
        padding-bottom:12px!important;
        border-bottom:none!important;
    }
    .navbar-default .navbar-nav li a{
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        background: #fff;
        padding-left:40px;
        color:#006abb;
        font-size:13px;
    }
    .dropdown-menu.sm-nowrap > li{background:#303436; border-top:1px solid rgba(255, 255, 255, 0.54);}

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
    {
        background:#e5963c;
        color:#fff;
    }

    .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow
    {
        float:right;
        color:#fff;
    }
    .navbar-nav > li > ul:before
    {
        content:"";
        display:none;
    }
    .navbar-nav > li > .has-submenu .sub-arrow{
        font-size: 14px;
        font-weight: bold;
        width: 10px;
    }

    .navbar-nav > li.active { color: #fff;}

    .navbar-nav > li:hover > ul{
        -moz-animation: none;
        -webkit-animation: none ;
        animation: none;
    }

    .navbar-nav > li > ul.dropdown-menu li:hover ul{
        -moz-animation: none;
        -webkit-animation:none;
        animation: none;
    }


}

@media only screen and (min-width: 481px) and (max-width: 767px){


}

@media only screen and (max-width: 480px){

    .navbar-default .navbar-nav .open .dropdown-menu > li > a > ul > li > a{
        padding-left: 60px;
    }

    .navbar-nav > li > ul.dropdown-menu{
        margin-top: 0px !important;
    }
/*
    .navbar-nav > li > .has-submenu .sub-arrow:focus {
        content: "\f107";
        color: #fff;
    }
    .navbar-nav > li > .has-submenu .sub-arrow:focus {
        content: "\f107";
        color: #e5963c !important;
    }
*/
    .loginarea { margin-bottom: 20px; padding: 24px 24px 10px !important; }

    .hc img { width: 100%; padding-top: 10px; }
    .top-info { text-align: center;}
    .top-info img { width: 80%;}
    #info-bar>div { padding: 0;}
    .i_d { width: 100%; margin: 30px 0 20px; }
    .i_d div { width: 100%; margin-right: 5px;  min-height: 120px; margin: 0 0px 15px; }
    .i_d div:last-child { margin-top: 0; clear: both; }
    .i_d div img { width: 20%; }
    .download div.d_i { padding: 0 15px 20px; }
    .search { padding: 10px;}
    .search input[type=text] { width: 84%;}
    .search button { width: 16%; margin-top: -1px; padding: 4px 5px 5px; }
    .f_j div { width: 41.2%; padding: 10px 10px 0px; min-height: 260px; display: inline; float: left; }
    .f_j div img { width: 100%; }
    .photo { margin-bottom: 20px; }
    .photo div div p { min-height: auto; }
    .photo>div { padding-right: 0px; }

    .contact>div div:first-child { width: 10%; }
    .contact>div div:last-child { width: 80%; }

}
.blinking{
    animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}
#myBtn {
     
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
@media print{a[href]:after{content:none}}
