/*Robert Burney 2015 -- Copy Right  http://www.abundantspirituality.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: -45px;
  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: -45px;
  margin-bottom: -26px;
  width: 388px;
  height: 184px;
  margin-left: -145px;
  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 rgba(149, 32, 35, 0.4);}
 

 
 /*Nav Bar Area */
 
 .uk-navbar {
  border-radius: 5px;
   border-top: 1px solid #db2f33;
  border-right: 0px solid #db2f33;
  border-left: 0px solid #db2f33;
  border-bottom: 1px solid #952023;
  box-shadow: inset 0 1px 0 #ff5e66, inset 0 1px 0 #ff5e66;
  font-size: 15px;
  text-shadow: none;
  color: #ffffff;
  background: #db2f33;
  background: -webkit-linear-gradient(top, #db2f33, #db2f33);
  background: -moz-linear-gradient(top, #db2f33, #db2f33);
  background: -o-linear-gradient(top, #db2f33, #db2f33);
  background: linear-gradient(to bottom, #db2f33, #db2f33);
}


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

/*
 * 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 {
  color:#ffffff;
  box-shadow: inset 0 1px 0 #ff5e66, inset 0 1px 0 #ff5e66;
  background: #ff2222;
  background: -webkit-linear-gradient(top, #ff2222, #ff2222);
  background: -moz-linear-gradient(top, #ff2222, #ff2222);
  background: -o-linear-gradient(top, #ff2222, #ff2222);
  background: linear-gradient(to bottom, #ff2222, #ff2222);
  }
  
  /* OnClick */
.uk-navbar-nav > li > a:active {
  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 {
  background-color: rgba(255, 219, 218, 0.1);
  box-shadow: inset 0 1px 0 #ff5e66, inset 0 1px 0 #ff5e66;
  color:#ffffff;
  background: #ff2222;
  background: -webkit-linear-gradient(top, #ff2222, #ff2222);
  background: -moz-linear-gradient(top, #ff2222, #ff2222);
  background: -o-linear-gradient(top, #ff2222, #ff2222);
  background: linear-gradient(to bottom, #ff2222, #ff2222);
}

/*SIDE BAR MENU =====================*/
.uk-nav li > a {
  display: block;
  text-decoration: none;
  border-top: 1px solid rgba(192, 4, 8, 1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  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 {

  color: #ffffff;
  border-color: #C53F30;
  border-top-color: #BC4033;
  background: #ff2222;
  background: -webkit-linear-gradient(top, #ff2222, #ff2222);
  background: -moz-linear-gradient(top, #ff2222, #ff2222);
  background: -o-linear-gradient(top, #ff2222, #ff2222);
  background: linear-gradient(to bottom, #ff2222, #ff2222);
  /* 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);
   
}

.uk-nav-side > li.uk-active > a {
  color: #ffffff;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); */
  border-color: #C53F30;
  border-top-color: #BC4033;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  background: #ff2222;
  background: -webkit-linear-gradient(top, #ff2222, #ff2222);
  background: -moz-linear-gradient(top, #ff2222, #ff2222);
  background: -o-linear-gradient(top, #ff2222, #ff2222);
  background: linear-gradient(to bottom, #ff2222, #ff2222);
}
/*Of Canvass Menu*/
 
.uk-offcanvas-bar{
  border-radius: 5px;
   border-top: 1px solid #db2f33;
  border-right: 0px solid #db2f33;
  border-left: 0px solid #db2f33;
  border-bottom: 1px solid #952023;
  box-shadow: inset 0 1px 0 #ff5e66, inset 0 1px 0 #ff5e66;
  font-size: 15px;
  text-shadow: none;
  color: #ffffff;
  background: #db2f33;
  background: -webkit-linear-gradient(top, #db2f33, #db2f33);
  background: -moz-linear-gradient(top, #db2f33, #db2f33);
  background: -o-linear-gradient(top, #db2f33, #db2f33);
  background: linear-gradient(to bottom, #db2f33, #db2f33);
}






/* PANEL BOX AREA*/
 .uk-nav-side .uk-nav-header {
  color: #840003;
  text-shadow: 0 1px 0 #fff;
  text-transform: capitalize;
  }
.uk-panel-box-primary{
  border-radius: 5px;
  border: 1px solid #952023;
  box-shadow: inset 0px 1px 0 rgba(255,255,255,1);
  text-shadow: none;
  color: #ffffff;
  background: #db2f33;
  background: -webkit-linear-gradient(top, #db2f33, #db2f33);
  background: -moz-linear-gradient(top, #db2f33, #db2f33);
  background: -o-linear-gradient(top, #db2f33, #db2f33);
  background: linear-gradient(to bottom, #db2f33, #db2f33);
  padding-bottom:0px;
}

.uk-panel-box-secondary {
border-radius: 5px;
  border: 1px solid #952023;
  box-shadow: inset 0px 1px  0 rgba(255,255,255,1);
  text-shadow: none;
  color: #ffffff;
  background: #db2f33;
  background: -webkit-linear-gradient(top, #db2f33, #db2f33);
  background: -moz-linear-gradient(top, #db2f33, #db2f33);
  background: -o-linear-gradient(top, #db2f33, #db2f33);
  background: linear-gradient(to bottom, #db2f33, #db2f33);
  padding-bottom:0px;
  padding-top:0px;
}
.uk-panel-banner{
  padding: 20px;
  background: rgba(255, 255, 255, 0);
  color: #ffffff;
  border: 1px solid rgba(149, 32, 35, 0.4);
  border-radius: 4px;
}
.uk-nav-header {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  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);
}
input[type="text"],input[type="email"], textarea#contact-form-message {
    color: #000;
	width: 100%;
	height: auto;
	background-color: #fff !important;
}


/*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: rgba(169, 10, 14, 0.8) 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);
    background: #ff2222;
}

.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: #db2f33;
    margin: 10px 5px 10px 0;
    border-radius: 5px;
    border: 1px solid #af080c;
    box-shadow: inset 0 1px 0 #ff5e66, inset 0 1px 0 #ff5e66;
    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> */




@media (max-width: 767px) {
.tm-content { padding: 10px;}
}

#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: #f99b33;
    background-image: -webkit-linear-gradient(top, #f99b33, #c16500);
    background-image: linear-gradient(to bottom, #f99b33, #c16500);
    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: #502a00;}

/*MY OTHER SITES PAGE----------<>*/
#vtnivo96 { margin-top: 20px; }
#vtnivo96 .nivo-caption {
    margin-top: -31px;
    margin-left: 0px;
    border-radius: 0px;
    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);
    box-shadow: inset 0 1px 0 #ffffff, inset 0 1px 0 #ffffff;
    border: 1px solid #ad6500;
    opacity: 1;
}
#vtnivo96 .nivo-description {
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.theme-amazing .nivo-controlNav {
    margin: 0px;
    margin-top: -23px;
    margin-bottom: -25px;
}
.captionposition-topleft .nivo-caption {
    top: -40px;
    margin-left: 0px;
    opacity: 1;
}
/*MY OTHER SITES PAGE----------<>*/










