/*---------------------------------------------------------------
# Package - Joomla Template based on Helix Framework   
# ---------------------------------------------------------------
# Author - JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2012 JoomShaper.com. All Rights Reserved.
# license - PHP files are licensed under  GNU/GPL V2
# license - CSS  - JS - IMAGE files  are Copyrighted material 
# Websites: http://www.joomshaper.com
-----------------------------------------------------------------*/
#header,#sp-userpos,#inner_content .sp-inner,.mod-wrapper,#sp-bottom,#sp-footer,.items-leading,
input,select,textarea,.inputbox{
  /**-webkit-border-radius:6px;
  -moz-border-radius:6px;
  //border-radius:6px;*/
}
#sp-slides {
  /**border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;*/
}
#hornav ul.level-0 > li.menu-item,
#sublevel ul.level-1 > li.menu-item {
  /**border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;*/
}

.fs-sp1-innerDiv {
  /**border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;*/
}

#hornav {
  /**border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;*/
}
#sp-breadcrumbs {
  /**border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;*/
}
#sp-slides .fs-sp1-handlers {
 /** border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;*/
}

#sp-slides .fs-sp1-handlers span {
 /** border-radius:5px
  -moz-border-radius:5px;
  -webkit-border-radius:5px;*/
}

a.fs-sp1-morein {
  /**background: #F3F3F3;
  background: -moz-linear-gradient(top, #F3F3F3 0%, #E6E6E6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3F3), color-stop(100%,#E6E6E6));
  background: -webkit-linear-gradient(top, #F3F3F3 0%,#E6E6E6 100%);
  background: -o-linear-gradient(top, #F3F3F3 0%,#E6E6E6 100%);
  background: -ms-linear-gradient(top, #F3F3F3 0%,#E6E6E6 100%);
  background: linear-gradient(top, #F3F3F3 0%,#E6E6E6 100%);*/
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;

  -webkit-box-shadow:0 1px 1px #bcbcbc;
  -moz-box-shadow:0 1px 1px #bcbcbc;
  box-shadow:0 1px 1px #bcbcbc;
  /**-webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;*/
}


/* Button */
a.readmore,.adminform button,#adminForm button,.button,button[type=submit],input[type=submit],input[type=button]{
  background: -moz-linear-gradient(top, #AEA4C1 0%, #503E6B 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AEA4C1), color-stop(100%,#503E6B));
  background: -webkit-linear-gradient(top, #AEA4C1 0%,#503E6B 100%);
  background: -o-linear-gradient(top, #AEA4C1 0%,#503E6B 100%);
  background: -ms-linear-gradient(top, #AEA4C1 0%,#503E6B 100%);
  background: linear-gradient(top, #AEA4C1 0%,#503E6B 100%);
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  border:0;
  box-shadow: none;
  /**-webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;*/
color: #fff;
}

.adminform button:hover,#adminForm button:hover,.button:hover,button[type=submit]:hover,input[type=submit]:hover,input[type=button]:hover {
  background: -moz-linear-gradient(top, #503E6B 0%, #AEA4C1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#503E6B), color-stop(100%,#AEA4C1));
  background: -webkit-linear-gradient(top, #503E6B 0%,#AEA4C1 100%);
  background: -o-linear-gradient(top, #503E6B 0%,#AEA4C1 100%);
  background: -ms-linear-gradient(top, #503E6B 0%,#AEA4C1 100%);
  background: linear-gradient(top, #503E6B 0%,#AEA4C1 100%);
  box-shadow: none;
  -webkit-box-shadow: 0 -1px 0 #666;
  -moz-box-shadow: 0 -1px 0 #666;
}
a.readmore:hover{
 color: #6F6F6F;
}

.sp-date {
  /**-moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;*/
}

img.border {
  /**-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;*/
}

a.readmore,img.border,
#sp-slides .fs-sp1-handlers span,
a.fs-sp1-morein,
.adminform button,#adminForm button,.button,button[type=submit],input[type=submit],input[type=button] {
-webkit-transition: all 300ms;
}

body{

}
