/* Copyright (C) Primer Templates */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
body {
  background-attachment: fixed;
 /* background-image: url("../images/bg.jpg");
  background-position: center center;*/
  background-image:url('/images/bg/bg1.jpg');
  background-repeat:no-repeat;
}

.tm-content .uk-grid {
  margin-top: 10px;
}

.uk-navbar-nav > li > a {
  padding: 0 54px !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
}

.display-unit .btn-align {
position: absolute;
right: 0;
top: 0;
}

.uk-dropdown {
  padding: 0 20px;
}

.uk-nav > li > a {
  padding: 8px 15px;
}

.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*="uk-width-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.uk-nav-navbar > li > a {
  border-bottom: 1px solid #eeeeee;
}

.uk-panel-header h1 {
  font-size: 24px;
  line-height: 26px;
  background: url("../images/stripe.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
  padding-bottom: 20px;
}

.uk-grid {
  margin-top: 10px;
}
.uk-navbar {
    background: #03007E;
    color: #ffffff;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    /*background-color: #ABFEFF;
    color: #03007E;*/
	background-color: #000000;
	color: #ffffff;
    outline: none;
}
.uk-navbar-nav > li.uk-active > a {
    /*background-color: #A8FEFE;
    color: #03007E;*/
	background-color: #000000;
	color: #ffffff;
}
 
 /* BT Login Module */

#btl .btl-panel > span {
  background-color: transparent !important;
  background-image: none !important;
  background-repeat: repeat-x;
  border-color: transparent !important;
  border-style: solid !important;
  border-width: 1px !important;
  box-shadow: none !important;
  color: #808080 !important;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin-left: 0;
  padding: 5px 10px;
  text-indent: 0 !important;
  width: auto;
}

#btl .btl-panel {
  border-bottom: 1px solid #FFFFFF;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -o-border-radius: 15px 15px 15px 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3) inset;
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3) inset;
  overflow: hidden;
}

input.btl-buttonsubmit, button.btl-buttonsubmit {
  background: url("../images/login.png") repeat-x scroll 100% center transparent !important;
  border: medium none !important;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  box-shadow: 0 1px 2px 0 #BBBBBB;
  -moz-box-shadow: 0 1px 2px 0 #BBBBBB;
  -webkit-box-shadow: 0 1px 2px 0 #BBBBBB;
  -o-box-shadow: 0 1px 2px 0 #BBBBBB;
  color: #808080 !important;
  cursor: pointer;
  display: inline-block;
  height: 29px !important;
  line-height: 29px !important;
  padding: 0 12px;
  text-align: center !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  width: auto !important;
}

div.btl-buttonsubmit {
  border-top: medium none;
  margin: 10px 25px 30px 20px;
  padding: 5px 0 0 !important;
  text-align: right !important;
}

#simplemodal-container a.modalCloseImg {
  -webkit-transition: all 150ms linear;
-moz-transition: all 150ms linear;
transition: all 150ms linear;
-ms-transition: all 150ms linear;
  background: url("../images/close.png") no-repeat scroll 100% -38px transparent;
  cursor: pointer;
  display: inline;
  height: 38px;
  position: absolute;
  right: 10px;
  top: 6px;
  width: 38px;
  z-index: 3200;
}

#simplemodal-container a.modalCloseImg:hover {
-webkit-transition: all 150ms linear;
-moz-transition: all 150ms linear;
transition: all 150ms linear;
-ms-transition: all 150ms linear;
background: url(../images/close.png) 100% -4px no-repeat transparent;
width: 38px;
height: 38px;
display: inline;
z-index: 3200;
position: absolute;
top: 6px;
right: 10px;
cursor: pointer;
}

.btl-content-block h3 {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #DDDDDD;
  font-size: 18px;
  font-weight: normal;
  line-height: 35px;
  margin: 0;
  padding: 3px 0 1px 19px !important;
  text-transform: capitalize;
}

.btl-content-block {
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  -webki-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 12px;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.btl-input > input[type="text"], .btl-input > input[type="password"] {
  border: 1px solid #DADADA;
  border-radius: 0 0 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  height: 26px;
  margin: 5px 0;
  padding: 0;
  text-indent: 5px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  width: 189px;
}

.btl-input > input:focus {
  border-color: #77950D;
  box-shadow: 0 0 6px #EEEEEE;
}

#btl-content-login ul {
  list-style-type: none !important;
  position: static !important;
  text-align: left;
}

#btl-content-login ul li {
  background: url("../images/li.png") no-repeat scroll left bottom transparent;
  margin-top: 3px;
  padding-bottom: 5px;
}

#simplemodal-container .simplemodal-container{
  -webkit-transition: all 150ms linear;
-moz-transition: all 150ms linear;
transition: all 150ms linear;
-ms-transition: all 150ms linear;
}

#btl {
  margin-top: 25px;
}

/*--------------------------------------NS2-----------------------------------*/

img.ns2-image {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px !important;
  max-width: 100%;
  padding: 5px;
}

.ns2-row-inner {
  background: none repeat scroll 0 0 #f8f8f8;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}

h4.ns2-title {
  font-size: 98%;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 5px;
}

h4.ns2-title a {
  color: #121212;
}

.uk-navbar-toggle {
  color: #ffffff;
  font-size: 22px;
}

.ns2-introtext {
  margin-top: 5px;
}

a.ns2-comments {
  background: none repeat scroll 0 0 transparent;
  padding: 0;
}

a.ns2-readmore span {
  background: transparent;
  padding: 0 0 0 0;
}

/*--------------------------------------------*/

#tp-tickerwrp a {
  color: #a3754e !important;
}

.ticker-title {
  background-color: #664e38 !important;
  border-radius: 3px !important;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: normal !important;
  height: 19px !important;
  line-height: 20px;
  padding: 4px 8px;
  text-transform: capitalize !important;
  width: 70px;
}

.btn {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  border-radius: 2px;
}
.btn {
    border: none;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
    line-height: 22px;
    background: #03007E !important;
    color: #ffffff;
	border-radius: 15px;
}
.btn:hover, .btn:focus {
    background-position: 0 0;
    -webkit-transition: none;
    transition: none;
    background-color: #03007E !important;
    color: #ACFFFC;
}
/*-------------------------------------WK-------------------------------------*/

.wk-slideshow .caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: 30%;
  padding: 0 15px;
  position: absolute;
  right: 0;
  z-index: 5;
}

.caption h3 {
  color: #ffffff;
  text-shadow: 1px 1px 1px #333333;
  padding-top: 20px;
  margin-top: 20px;
}

.wk-twitter-single .content {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wk-twitter-single p {
  font-style: normal;
}


/*----------------------------------------------------------------------------*/

.tm-bottom-b {
  color: #999999 !important;
  padding-bottom: 40px;
  padding-top: 40px;
}

.tm-bottom-b .uk-panel-title {
  color: #eeeeee;
}

.tm-headerbar {
  background: url("../images/header.png") repeat scroll 0 0 #eeeeee;
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px;
}

.ba-contact-form input.ba-btn[type="submit"] {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
}

#message {
  width: 80%;
}

.tm-navbar {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  margin-bottom: 15px;
  margin-top: 0;
}

.uk-navbar-nav > li.uk-active > a {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -5px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1) inset;
}

.uk-navbar-nav > li > a[href="#"] {
  cursor: pointer;
}

.tm-block-full-toolbar {
  background: none repeat scroll 0 0 #f1f1f1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
}

.tm-block-full-toolbar .uk-container {
  padding-left: 0;
  padding-right: 0;
}

.tm-block-full-main .uk-container {
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-top: 30px;
}

#tp-tickerwrp {
  padding: 0;
}

.tm-block-full-bottomb {

}

.tm-block-full-bottomb .uk-container {
  background: none repeat scroll 0 0 #121212;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}

.tm-bottom-a .uk-panel {
 /* background: url("../images/stripe.png") repeat-x scroll center top rgba(0, 0, 0, 0); */
 /*background: url("/images/line.png") repeat-x scroll center top rgba(0, 0, 0, 0);*/
 border-top: 2px solid #03007E;
  /*padding-top: 35px;*/
}

.tm-block-full-footer {
  background: none repeat scroll 0 0 #000;
}

.tm-block-full-footer .uk-container {

}

.breadcrumbs {
  background: none repeat scroll 0 0 #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 7px 10px;
}

.tm-toolbar  {
  margin-bottom: 15px;
  margin-top: 15px;
}

.wk-slideshow-quantum .slides {
  border-radius: 0;
  box-shadow: none;
}

.ticker-title {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 4px 8px;
  text-transform: uppercase;
  width: 70px;
}

.wk-gallery img, .spotlight img, a[data-lightbox] img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  /*padding: 5px;*/
}

.tm-top-b h5 {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 5px;
}

.tm-top-b img {
 /* margin-bottom: 5px;*/
}

.tm-main-top .uk-panel {
  /*background: url(../images/stripe.png) repeat-x center top;*/
  padding-top: 35px;
  /*background: url(/images/line.png) repeat-x center top;*/
  border-top: 2px solid #03007E;
}

.uk-button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  border-radius: 2px;
}

pre code {
  font-size: 12px;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.05), 1px 1px 0 rgba(255, 255, 255, 0.05);
}

/*------------------------------Pricing Plans------------------------------------*/

.yjplanxtdended ul.isactive {
    background: none repeat scroll 0 0 #bdaf34;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #bdaf34;
    color: #fff;
}
.yjplanxtdended ul.isactive li {
    border-color: #C8BA3C;
    margin: 0 0 0 -1px !important;
}
.yjplanxtdended ul.isactive li.yjplanstitle, .yjplanxtdended ul.isactive li.row1 {
    background: none repeat scroll 0 0 #bdaf34;
}

div.yjplanextdholder.separated ul.isactive {
  border-color: #bdaf34;
  box-shadow: none;
  color: #fff;
}

/*----------------------------------------WK-------------------------------------*/

.wk-accordion-default .toggler {
  background: none repeat scroll 0 0 #03007E;
  border: medium none;
  border-radius: 1px;
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px 15px;
  text-shadow: none;
}

.wk-accordion .active {
    background-color: #03007E !important;
}
/*-------------------------------------------------------------------------------*/

.align-left {
  float: left;
  margin-right: 14px;
}

/*---------------------------Module Class Suffix---------------------------------*/

.stripe-bottom {
  /*background: url(../images/stripe.png) repeat-x center bottom;*/
 /* background: none; */
  border-bottom: 2px solid #03007E;
  padding-bottom: 25px;
 /* background: url(/images/line.png) repeat-x center bottom;*/
}

.stripe-title .uk-panel-title {
  background: url(../images/stripe.png) repeat-x center bottom;
  padding-bottom: 20px;
}

.image-noborder .wk-gallery img, .image-noborder .spotlight img, .image-noborder a[data-lightbox] img {
  border: none;
  padding: 0;
}

/*-------------- Heading ------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-family: 'Oxygen';
    font-weight: 300;
    color: #03007E;
    text-transform: capitalize;
}

/*----------------- Title -----------------*/

.uk-panel-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-transform: capitalize;
    color: #03007E;
}

/*-------------- Link --------------*/

a:hover, .uk-link:hover {
    color: #03007E;
    text-decoration: none;
}

a, .uk-link {
    color: #03007E;
    text-decoration: none;
}
.tm-block-full-bottomb a, .tm-block-full-bottomb .uk-link {
    color: #fff;;
    text-decoration: none;
}

.tm-block-full-bottomb a:hover, .tm-block-full-bottomb .uk-link:hover {
    color: #fff;
    text-decoration: none;
}
.tm-footer a 
{
	color: #fff;
	text-decoration: none;	
}
.tm-footer a:hover 
{
	color: #fff;
	text-decoration: none;	
}
/*-------------- Form --------------*/
.ba-contact-form input.ba-btn[type="submit"] {
    border-radius: 15px !important;
    width: 140px;
    height: 45px;
    color: #ffffff;
    background-color: #03007E !important;
}
.ba-contact-form input.ba-btn[type="submit"]:hover {
    background-color: #03007E !important;
    color: #ACFFFD;
}
/*----------------- Tabs ---------------------*/
.gkTabsWrap.vertical ol li:hover, .gkTabsWrap.vertical ol li.active, .gkTabsWrap.horizontal ol li:hover, .gkTabsWrap.horizontal ol li.active {
    color: #fff !important;
    text-shadow: none !important;
    background: #03007E;
}
.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
    border-radius: 0px !important;
    cursor: pointer;
    float: left;
    line-height: 45px !important;
    list-style-type: none;
    margin: 0 4px 0 0 !important;
    padding: 0 10px !important;
    position: relative;
    font-size: 13px;
    font-weight: normal !important;
}
.gkTabsWrap.vertical ol {
    background: transparent !important;
    min-height: 45px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.gkTabsWrap.vertical ol {
    border-bottom: 3px solid #03007E !important;
}
.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li{
    line-height: 25px;
    list-style-image: url("../images/li.style.png");
    list-style-position: inside;
}
.footer1 {
    padding: 0px !important;
    background: none !important;
    color: #999995;
}
.tm-bottom-a .uk-panel-title
{
	text-align: center !important;
	font-size: 22px !important;	
}
.tm-top-b .uk-panel-box
{
	padding: 0px !important;
	background: none !important;	
}
.single-page > header.no-image h1 {
    bottom: 0;
    color: #111;
    padding: 0 0 0px 0 !important;
    position: relative;
}
.single-page > header.no-image {
    height: auto;
    padding: 0px 0px 0 10px !important;
}
.itemInfo > span, .itemInfo > time {
    color: #a8a8a8;
    float: left;
    font-size: 12px;
    margin: 14px 0 5px 15px;
}
/* ---------------------- Home Page 4 Column ------------------------*/
.uk-grid .column4
{
	padding-left: 0px !important;	
	margin: -9px -9px -9px -9px;
}
/*---------- Home Page 4 Column END ---------------------------------*/

/* ----------------------- MENU -----------------*/
.uk-navbar-nav > li > a {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Ubuntu';
    font-weight: 100;
	text-transform: uppercase;
}

/* ----------------- MENU END ---------------------*/
.tm-main > :nth-child(n+2) {
    margin-top: 0px !important;
}
/*----------- CONTACT FORM -------------*/
.con-form
{
	margin: 40px 0px 50px -155px;		
}
#s5_qc_submitbutton
{
	margin-top: 20px;
	margin-bottom: -30px;	
}
body {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    font: inherit;
    color: #000;;
    font-family: 'Ubuntu' !important;
	
}
.uk-panel-box {
    color: #000 !important;
}