/*Robert Burney 2015 -- Copy Right  http://www.healthyromanticrelationships.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 #446218;;
   }
 

 
 /*Nav Bar Area  Menu =================*/
 
 .uk-navbar {
  border-radius: 5px;
  border-top: 1px solid #5a6200;
  border-right: 0px solid #B2C009;
  border-left: 0px solid #B2C009;
  border-bottom: 1px solid #5a6200;
  box-shadow: inset 0 1px 0 #a9b240, inset 0 1px 0 #a9b240;
  text-shadow: none;
  color: #ffffff;
  background: #8d9810;
  background: -webkit-linear-gradient(top, #8d9810, #8d9810);
  background: -moz-linear-gradient(top, #8d9810, #8d9810);
  background: -o-linear-gradient(top, #8d9810, #8d9810);
  background: linear-gradient(to bottom, #8d9810, #8d9810);
}

.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(90, 98, 0, 1);
  border-right-color: rgba(90, 98, 0, 1);
  border-top-color: #727C03;
  background-color: rgba(255, 219, 218, 0.1);
  box-shadow: inset 0 1px 0 #8d9810, inset 0 1px 0 #8d9810;
  background: #707904;
  background: -webkit-linear-gradient(top, #707904, #707904);
  background: -moz-linear-gradient(top, #707904, #707904);
  background: -o-linear-gradient(top, #707904, #707904);
  background: linear-gradient(to bottom, #707904, #707904);
  }
  
  /* OnClick */
.uk-navbar-nav > li > a:active {
  border-left-color: rgba(90, 98, 0, 1);
  border-right-color: rgba(90, 98, 0, 1);
  background: #eac000;
  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(90, 98, 0, 1);
  border-right-color: rgba(90, 98, 0, 1);
  border-top-color: #727C03;
  box-shadow: inset 0 1px 0 #f9dc55, inset 0 1px 0 #f9dc55;
  background: #eac000;
  background: -webkit-linear-gradient(top, #eac000, #eac000);
  background: -moz-linear-gradient(top, #eac000, #eac000);
  background: -o-linear-gradient(top, #eac000, #eac000);
  background: linear-gradient(to bottom, #eac000, #eac000);
}
/*end===============================*/

/*SIDE BAR MENU =================================*/
.uk-nav li > a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(74, 80, 1, 0.6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  background: #8d9810;
  background: -webkit-linear-gradient(top, #8d9810, #8d9810);
  background: -moz-linear-gradient(top, #8d9810, #8d9810);
  background: -o-linear-gradient(top, #8d9810, #8d9810);
  background: linear-gradient(to bottom, #8d9810, #8d9810);
  font-size:14px;

}

.uk-panel-box-primary .uk-panel-title {
  color: #000000;
  text-shadow: 0 1px 0 #fff;
}
/*
 * 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 {

  color: #ffffff;
  border-color: rgba(74, 80, 1, 0.6);
  border-top-color: rgba(74, 80, 1, 0.7);
  
  border-left: 0px;
  border-right: 0px;
  background: #707907;
  background: -webkit-linear-gradient(top, #707907, #707907);
  background: -moz-linear-gradient(top, #707907, #707907);
  background: -o-linear-gradient(top, #707907, #707907);
  background: linear-gradient(to bottom, #707907, #707907);
  /* 2 */
  outline: none;
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  
  
}
/* Active */
.uk-nav-side > li.uk-active > a {
  background: #eac000;
  background: -webkit-linear-gradient(top, #eac000, #eac000);
  background: -moz-linear-gradient(top, #eac000, #eac000);
  background: -o-linear-gradient(top, #eac000, #eac000);
  background: linear-gradient(to bottom, #eac000, #eac000);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  
  
}

/*
/*Of Canvass Menu*/
 .uk-navbar-toggle{
 
   color: #FFFFFF;
 
 
 }
.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: #8d9810;
  background: -webkit-linear-gradient(top, #8d9810, #8d9810);
  background: -moz-linear-gradient(top, #8d9810, #8d9810);
  background: -o-linear-gradient(top, #8d9810, #8d9810);
  background: linear-gradient(to bottom, #8d9810, #8d9810);
}

/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.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: #eac000;
  background: -webkit-linear-gradient(top, #eac000, #eac000);
  background: -moz-linear-gradient(top, #eac000, #eac000);
  background: -o-linear-gradient(top, #eac000, #eac000);
  background: linear-gradient(to bottom, #eac000, #eac000);
  color: #FFFFFF;
  border-top: 1px solid rgba(74, 80, 1, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  /* 2 */
  outline: none;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #eac000;
  background: -webkit-linear-gradient(top, #eac000, #eac000);
  background: -moz-linear-gradient(top, #eac000, #eac000);
  background: -o-linear-gradient(top, #eac000, #eac000);
  background: linear-gradient(to bottom, #eac000, #eac000);
  color: #FFFFFF;
  border-top: 1px solid rgba(74, 80, 1, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/*SIDE BAR MENU TITLE AND COLOR*/
.uk-nav-side > li > a{
color:#FFF;
}
.uk-nav-side .uk-nav-header {
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  text-transform: capitalize;
}
.uk-nav-header {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-top: -19px;
  background: #c1d10a;
  background: -webkit-linear-gradient(top, #c1d10a, #c1d10a);
  background: -moz-linear-gradient(top, #c1d10a, #c1d10a);
  background: -o-linear-gradient(top, #c1d10a, #c1d10a);
  background: linear-gradient(to bottom, #c1d10a, #c1d10a);
}
.uk-panel-box-primary{
  color: #F8FEAF;
    border: 1px solid #768101;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, #8d9810, #8d9810);
  background: -moz-linear-gradient(top, #8d9810, #8d9810);
  background: -o-linear-gradient(top, #8d9810, #8d9810);
  background: linear-gradient(to bottom, #8d9810, #8d9810);
  box-shadow: inset 0px 1px 0 rgba(255,255,255,1);
  padding-bottom:0px;
  }
  .uk-panel-banner{
  padding: 20px;
  background: rgba(255, 255, 255, 0);
  color: #ffffff;
  border: 1px solid #446218;
  border-radius: 4px;
}

  .uk-panel-box-secondary {
  background-color: #ffffff;
   border: 1px solid #768101;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, #8d9810, #8d9810);
  background: -moz-linear-gradient(top, #8d9810, #8d9810);
  background: -o-linear-gradient(top, #8d9810, #8d9810);
  background: linear-gradient(to bottom, #8d9810, #8d9810);
  box-shadow: inset 0px 1px 0 rgba(255,255,255,1);
  padding-bottom: 0px;
  padding-top: 0px;
}



/*UPDATE Dec.2016 ---------------macarhign- <start> */
@media (max-width: 767px) {
.uk-navbar { background: none;border: none; }
.uk-container { padding: 0px;}
}
.uk-navbar-toggle {
    height: 50px;
    background: #8d9810 url(../../../images/offcanvas-icon-toggle.png) no-repeat 50%;
    position: fixed;
    width: 45px;
	margin-left: 25px;
}
.uk-navbar-toggle:after {display: none;}
.uk-nav-offcanvas > li > a {color: #f9f9f9;}
#sidesub.uk-nav 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: #eac000;
    background: -webkit-linear-gradient(top, #a3a10c, #bead07);
    background: -moz-linear-gradient(top, #a3a10c, #bead07);
    background: -o-linear-gradient(top, #a3a10c, #bead07);
    background: linear-gradient(to bottom, #a3a10c, #bead07);
}

.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: #8d9810;
    margin: 10px 5px 10px 0;
    border-radius: 5px;
    border: 1px solid #646d06;
    box-shadow: inset 0 1px 0 #c1d10a, inset 0 1px 0 #c1d10a;
    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 ---------------macarhign- <end> */



#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: #b5c317;
    background-image: -webkit-linear-gradient(top, #b5c317, #8d9810);
    background-image: linear-gradient(to bottom, #b5c317, #8d9810);
    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: #3b4000;}

/*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----------<>*/ 
