/*Robert Burney 2015 -- Copy Right  Codependencerecovery.com
   S[^_^]indy================*/ 
 /* // \\ */
 
 
 /*background Area*/
 .header{
   background: url("../images/page-bg.jpg");
  background-position: center top;
  background-repeat: repeat-y;}
 
 .header1{
  background: url("../images/top-bg-repeat.jpg");
  background-position: 0px top;
  background-repeat: repeat-x;}
 .header2{
  background: url("../images/header1.jpg");
  background-position: center top;
  background-repeat: no-repeat;}
  .header3{
  background: url("../images/header2.jpg");
  background-position: center 61px;
  background-repeat: no-repeat;}
  .header4{
  background: url("../images/header3.jpg");
  background-position: center 129px;
  background-repeat: no-repeat;}
 .header5{
  background: url("../images/footer.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
 .logo{
  background-image: url('../images/logo-large.png');
  margin-top: -26px;
  margin-bottom: -26px;
  width: 729px;
  height: 175px;
  background-repeat: no-repeat;
 }
  @media(max-width:768px){
  .logo-small{
  background-image: url('../images/logo-medium.png');
  margin-top: -36px;
  margin-bottom: -26px;
  width: 517px;
  height: 184px;
  margin-left: -100px;
  background-repeat: no-repeat;
 }
 
 }
   @media(max-width:583px){
  .logo-small{
  background-image: url('../images/logo-small.png');
  margin-top: -36px;
  margin-bottom: -26px;
  width: 388px;
  height: 184px;
  background-repeat: no-repeat;
 }

 }
    @media(max-width:395px){
  .logo-small{
   background-image: url('../images/logo-small.png');
  margin-top: -2px;
  margin-bottom: -26px;
  width: 300px;
  height: 142px;
  margin-left: -100px;
  background-repeat: no-repeat;
  background-size: 300px 142px;
 }

 }
 @media (max-width: 767px){
.tm-navbar:not(.uk-navbar-attached) {
  border-radius: 0;
  margin-bottom: 150px;
}
 }
 .tm-content{
  background:#fff;
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #337666;
   }
 

 
 /*Nav Bar Area */
 
 .uk-navbar {
  border-radius: 5px;
  border-top: 1px solid #53bea5;
  border-right: 0px solid #53bea5;
  border-left: 0px solid #53bea5;
  border-bottom: 1px solid #337666;
  box-shadow: inset 0 1px 0 #92f5de, inset 0 1px 0 #92f5de;
  text-shadow: none;
  color: #ffffff;
  background: #15857e;
  background: -webkit-linear-gradient(top, #15857e, #15857e);
  background: -moz-linear-gradient(top, #15857e, #15857e);
  background: -o-linear-gradient(top, #15857e, #15857e);
  background: linear-gradient(to bottom, #15857e, #15857e)
}


.uk-navbar-nav > li > a{
  color: #FFFFFF;
  text-shadow:none;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  border-left-color: rgba(21, 133, 126, 1);
  border-right-color: rgba(21, 133, 126, 1);
  border-top-color: #68B3A2;
  background-color: rgba(255, 219, 218, 0.1);
  box-shadow: inset 0 1px 0 #95f0db, inset 0 1px 0 #95f0db;
  color:#ffffff;
  background: #ff2222;
  background: -webkit-linear-gradient(top, #53bea5, #53bea5);
  background: -moz-linear-gradient(top, #53bea5, #53bea5);
  background: -o-linear-gradient(top, #53bea5, #53bea5);
  background: linear-gradient(to bottom, #53bea5, #53bea5);
  }
  
  /* OnClick */
.uk-navbar-nav > li > a:active {
  border-left-color: rgba(21, 133, 126, 1);
  border-right-color: rgba(21, 133, 126, 1);
  background-color: #ff2222;
  color: #ffffff;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(75, 12, 21, 0.08);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Active */
.uk-navbar-nav > li.uk-active > a {
  border-left-color: rgba(21, 133, 126, 1);
  border-right-color: rgba(21, 133, 126, 1);
  border-top-color: #68B3A2;
  background-color: rgba(255, 219, 218, 0.1);
  box-shadow: inset 0 1px 0 #95f0db, inset 0 1px 0 #95f0db;
  color:#ffffff;
  background: -webkit-linear-gradient(top, #53bea5, #53bea5);
  background: -moz-linear-gradient(top, #53bea5, #53bea5);
  background: -o-linear-gradient(top, #53bea5, #53bea5);
  background: linear-gradient(to bottom, #53bea5, #53bea5);
}

/*SIDE BAR MENU*/
.uk-nav li > a {
  display: block;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(9, 79, 75, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  background: #15857e;
  background: -webkit-linear-gradient(top, #15857e, #15857e);
  background: -moz-linear-gradient(top, #15857e, #15857e);
  background: -o-linear-gradient(top, #15857e, #15857e);
  background: linear-gradient(to bottom, #15857e, #15857e);
  font-size:14px;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  /* 2 */
  outline: none;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
  
  
 
  border-top: 1px solid rgba(9, 79, 75, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  background: #15857e;
  background: -webkit-linear-gradient(top, #53bea5, #53bea5);
  background: -moz-linear-gradient(top, #53bea5, #53bea5);
  background: -o-linear-gradient(top, #53bea5, #53bea5);
  background: linear-gradient(to bottom, #53bea5, #53bea5);
}
/* Active */
.uk-nav-side > li.uk-active > a {
  background: #53bea5;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.uk-panel-box-primary .uk-panel-title {
  color: #000000;
  text-shadow: 0 1px 0 #fff;
}

/*Of Canvass Menu*/


.uk-navbar-toggle {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  color: #d0a300;
  text-decoration: none;
  /* 2 */
  outline: none;
}
 
.uk-offcanvas-bar{
  box-shadow: inset 0 1px 0 #ff5e66, inset 0 1px 0 #ff5e66;
  font-size: 15px;
  box-shadow: inset 0 1px 0 #92f5de, inset 0 1px 0 #92f5de;
  text-shadow: none;
  color: #ffffff;
  background: #15857e;
  background: -webkit-linear-gradient(top, #15857e, #15857e);
  background: -moz-linear-gradient(top, #15857e, #15857e);
  background: -o-linear-gradient(top, #15857e, #15857e);
  background: linear-gradient(to bottom, #15857e, #15857e)
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #4CA896;
  color: #FFFFFF;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}


/*SIDE BAR MENU TITLE AND COLOR*/
 .uk-nav-side .uk-nav-header {
  color: #014440;
  text-shadow: 0 1px 0 #fff;
  text-transform: capitalize;
}
.uk-nav-header {
  padding: 10px 20px;
  font-weight: bold;
  font-size: 17px;
  margin-top: -19px;
  background: #d0a300;
  background: -webkit-linear-gradient(top, #eebb00, #d0a300);
  background: -moz-linear-gradient(top, #eebb00, #d0a300);
  background: -o-linear-gradient(top, #eebb00, #d0a300);
  background: linear-gradient(to bottom, #eebb00, #d0a300);
}
.uk-panel-banner{
  padding: 20px;
  background: rgba(255, 255, 255, 0);
  color: #ffffff;
  border: 1px solid #337666;
  border-radius: 4px;
}
.uk-panel-box-primary{
  color: #5aa12c;
  border-color: rgba(90, 161, 44, 0.3);
  border: 1px solid #337666;
  box-shadow: inset 0px 1px 0 rgba(255,255,255,1);
  background: -webkit-linear-gradient(top, #15857e, #15857e);
  background: -moz-linear-gradient(top, #15857e, #15857e);
  background: -o-linear-gradient(top, #15857e, #15857e);
  background: linear-gradient(to bottom, #15857e, #15857e);
    padding-bottom: 0px;
  }
  
  
 /*UPDATE Dec.2016 --------------- */
@media (max-width: 767px) {
.uk-navbar { background: none;border: none; }
.uk-container { padding: 0px;}
}
.uk-navbar-toggle {
    height: 50px;
    background: #15857e url(../../../images/offcanvas-icon-toggle.png) no-repeat 50%;
    position: fixed;
    width: 45px;
	margin-left: 25px;
    z-index: 10;
}
.uk-navbar-toggle:after {display: none;}
.uk-nav-offcanvas > li > a {color: #f9f9f9;}
#sidesub li:first-child a {
    color: #000000;
    background: #deb414;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-weight: bold;
}
/*OFFcanvas SubNav
#sidesub ul.uk-nav-sub li:first-child a {
    color: #ced489;
    background: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: normal;
}
#sidesub ul.uk-nav-sub li:first-child a:hover { color: #fff; }
#sidesub.uk-nav-offcanvas .uk-nav-sub {background: #5d6502;}
#sidesub.uk-nav-offcanvas .uk-nav-sub li > a {background: none;color: #ced489;}
#sidesub.uk-nav-offcanvas .uk-nav-sub li > a:hover {color: #fff;}
*/
/*OFFcanvas ACTIVE*/
html .uk-nav.uk-nav-offcanvas > li.uk-active > a,
html .uk-nav.uk-nav-offcanvas > li.uk-active > a:hover {
    background: -webkit-linear-gradient(top, #fff250, #e69903);
    background: -moz-linear-gradient(top, #fff250, #e69903);
    background: -o-linear-gradient(top, #fff250, #e69903);
    background: linear-gradient(to bottom, #fff250, #e69903);
    color: #000000;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/*OFFcanvas HOVER*/
.uk-nav-offcanvas > .uk-open > a, 
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, 
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #035f59;
}
.uk-panel-banner, .tm-content { border: 1px solid #ebebeb; }

/*MAIN MENU--------<start>*/
/*Container*/
.uk-navbar {
    background: none;
    border: 0px solid #07377f;
    box-shadow: none;
}
.uk-navbar-nav {
    margin-bottom: -30px;
    margin-top: 5px;
}
/*Normal*/
.uk-navbar-nav > li > a {
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background: #15857e;
    margin: 10px 5px 10px 0;
    border-radius: 5px;
    border: 1px solid #0a524f;
    box-shadow: inset 0 1px 0 #67b0ab, inset 0 1px 0 #67b0ab;
    height: 35px;
    padding: 0 15px;
    line-height: 34px;
    font-size: 16px;
}
/*ACTIVE*/
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li.uk-active > a:hover {
    background: -webkit-linear-gradient(top, #fff250, #e69903);
    background: -moz-linear-gradient(top, #fff250, #e69903);
    background: -o-linear-gradient(top, #fff250, #e69903);
    background: linear-gradient(to bottom, #fff250, #e69903);
    color: #000000;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 #ffffff, inset 0 1px 0 #ffffff;
    border: 1px solid #ad6500;
}
@media (min-width: 768px) and (max-width: 1219px) {
.uk-navbar-nav {
    margin-bottom: -15px;
    margin-top: 26px;
}
}
/*MAIN MENU--------<end>*/

@media (max-width: 1219px) {
.logo {
    width: 729px;
    height: 185px;
    background-repeat: no-repeat;
    background: url(../images/logo-large.png) center top 10px no-repeat;
}
.uk-navbar-nav { margin-top: 20px; }
}
/*UPDATE Dec.2016 --------------- */



#comments-form textarea,
#comments-form .grippie { width: 100%; height: auto; }
select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input { width: 100%; height: auto; }

#comments-form .btn div, #comments-report-form .btn div {
    border: none;
    border-radius: 0;
    box-shadow: none;
    line-height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    background-origin: border-box;
    border-radius: 4px;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #2fbfb6;
    background-image: -webkit-linear-gradient(top, #2fbfb6, #15857e);
    background-image: linear-gradient(to bottom, #2fbfb6, #15857e);
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
#comments-form .btn a, #comments-report-form .btn a {color: #ffffff;}
#comments-form .btn a:hover, 
#comments-form .btn a:focus, 
#comments-report-form .btn a:hover, 
#comments-report-form .btn a:focus {color: #004440;}

/*MY OTHER SITES PAGE----------<>*/
.captionposition-topleft .nivo-caption {
    top: -40px;
    margin-left: 0px;
    opacity: 1;
	}
.nivocontrol-top .nivo-controlNav {
    top: -23px;
    margin-top: 0;
    margin-right: 0;
}
.theme-amazing .nivo-controlNav {
    margin: 0px;
    margin-top: -23px;
    margin-bottom: -25px;
}
.nivo-arrows01 a.nivo-prevNav {left: -15px;}
.nivo-arrows01 a.nivo-nextNav {right: -15px;}
/*MY OTHER SITES PAGE----------<>*/ 
