* {
  margin: 0;
  padding: 0;
}

html {
  height:100%;
}

body {
  min-height: 100%;
  position:relative;
  color: #31353D;
  font-size: 13px;
}
p {
  color: #31353D;
  line-height: 23px;
  font-weight: 300;
}
.header {
  background:none repeat scroll 0% 0% rgb(49, 53, 61);
  padding: 0;
  margin: 0;
  width: 100%;
}
.header .navbar {
  padding: 50px 0pt 50px;
}
 .navbar {
  color: inherit;
}
#logo a img {
  margin: 8px 0 -52px 30px;
  border: none;
}
#wrapper {
  min-height: 610px;
}
#footer {
  background-color: #fefefe;
  border-top: 1px solid #EAEAEA;
  padding: 10px 0;
  margin: 40px 0 0 0;
  width: 100%;
}

.brand {
  color:#fff !important; 
  font-family:Share, cursive; 
}
.brand:hover {
  color:#08C !important;
} 
a:hover{
  color: #000!important;
}
a {
  font-weight: 300;
}
h2 {
  font-size: 26px;
}
#map_canvas {
margin-top: 20px;
}
.key label {
  font-weight: 300!important;
  margin-right: 10px!important;
  font-size: 13px;
}
/*_______ TOP MENU ______________________________________*/

.top_menu ul.menu {
    float: left;
    margin: 0 0 25px 0;
}

.top_menu ul.menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}

.top_menu ul.menu li:last-child {
    border-right: none;
}

.top_menu ul.menu li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
}

/*_______ DROPDOWN MEIN MENU ______________________________________*/
.main_menu ul.menu > li ul {
  display: none;
}

.main_menu ul.menu li.parent:hover > ul {
  display: block;
}

.main_menu ul.menu {
    float: left;
    margin: 10px 0 0;
    float: right;
}

.main_menu ul.menu li {
    float: left;
    position: relative;
    list-style: none;
    margin: 0 0 0 30px;
  }

.main_menu ul.menu > li > a {
    font-weight: 600;
font-size: 12px;
text-transform: uppercase;
    position: relative;

}
.main_menu ul.menu > li > a:active {
   color: #ffffff;
   display: block;
}
.main_menu ul.menu > li.active > a {
   border-bottom: 2px solid #01a453;
}
.main_menu ul.menu > li > a:hover {
   border-bottom: 2px solid #01a453;
   color: #ffffff!important;
   display: block;
}
.main_menu ul.menu > li.active > a {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}
.main_menu ul.menu li.parent ul li:hover a {
 color: black;
}
.slide_show {height: auto;}
.main_menu ul.menu > li.active > a:hover {
    box-shadow: 0 0 0 transparent;
    background-color: inherit;
    color:#fff;
}

.main_menu ul.menu > li a {
   display: block;
   padding: 3px 0 2px;
}


.main_menu ul.menu li.parent ul,
.main_menu ul.menu li ul li.parent ul {
     background: #fff;
     border-left: 1px solid #d5d5d5;
     list-style: none;
     position: absolute; 
     float: left;
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
     min-width: 200px;
     z-index: 9999;
}

.main_menu ul.menu li.parent ul {
    top: 29px;
    border-top: 2px solid #01a453;
}
.main_menu ul.menu li.parent:last-child ul{
  left: -111%;
  min-width: 150px;
}
.main_menu ul.menu li ul li.parent ul {
    left: 100%; 
    top: -2px;
}

.main_menu ul.menu li.parent ul li {
    margin: 0; 
    padding: 0;
 -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
   -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border-bottom: 1px solid #EAEAEA;
    clear: both;
    width: 100%;
}

.main_menu ul.menu li.parent ul li.lastChild {
    border-bottom: none; 
}

.main_menu ul.menu li.parent ul li a {
    float: left;
    padding: 7px 10px 7px 0;
    margin: 0 15px 0 0;
    text-indent: 10px;
-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    width: 100%;
}
.main_menu ul.menu li ul li.parent ul {
    left: -100%!important;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
    background: none;
    color: #fff;
}
/*_______ FOOTER MENU ______________________________________*/

.footer_menu ul.menu {
    float: left;
    margin: 0 0 15px 0;
}

.footer_menu ul.menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}

.footer_menu ul.menu li:last-child {
    border-right: none;
}

.footer_menu ul.menu li a {
    font-size: 14px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
  div.main_menu .nav li  a {
    text-shadow: none;
  }
  .nav > li > a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color:#92999E;
}


/*_______ TOP MENU ______________________________________*/

@media (max-width: 979px) {

  .main_menu ul.menu > li ul {
    display: block;
  }

  .top_menu ul.menu {
    margin: 10px 0;
    float: none;
  }
  .top_menu ul.menu li {
      list-style: none outside none;
      position: relative;
      border-right: medium none;
      float: none;
  }
  .top_menu ul.menu li a {
      background-color: #FAFAFA;
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 0;
      display: block;
      font-size: 12px;
      margin: 0;
      padding: 4px 9px;
      position: relative;
  }
  .top_menu ul.menu li:first-child a {
      border-top: 1px solid #e6e6e6;
  }
  .top_menu ul.menu li a:hover {
      background-color: #0088cc;
      text-shadow: 0 1px 0 transparent;
  }


  /*_______ DROPDOWN ACCORDION MENU ________________________________*/
   /*
  .main_menu ul.menu {
      margin: 10px 0 0 0;
      float: none;
      padding: 0;
  }

  .main_menu ul.menu li { 
      background-color: #FAFAFA;
      float: none;
      list-style: none;
  }

  .main_menu ul.menu > li.active > a {
      border-bottom: medium none;
  }

  .main_menu ul.menu li a {
      border-radius: 0 0 0 0;
      display: block;
      height: 28px;
      line-height: 28px;
      padding: 0 0 0 15px;
  }

  .main_menu ul.menu li.parent ul {
      border-top: medium none;
      left: 0;
      top: 0;
  }
  .main_menu ul.menu li.parent ul, 
  .main_menu ul.menu li ul li.parent ul {
      background: none;
      border-left: medium none;
      float: none;
      box-shadow: 0 0 0 transparent;
      list-style: none outside none;
      position: relative;
  }

  .main_menu ul.menu li.parent ul li {
    box-shadow: 0 0 0 transparent;
    border-bottom: none;
  }

  .main_menu ul.menu > li > a:hover {
      border-bottom: 2px solid transparent;
      background: none;
  }

  .main_menu ul.menu li.parent > a {
    border-top: 1px solid #E6E6E6;
    margin: 0;
  }

  .main_menu ul.menu ul {
      list-style-type:none; 
      padding:0; 
      margin: 0;
  }

  .main_menu ul.menu a:hover {
      background:#ebebeb;
  }

  .main_menu ul.menu ul li a { 
      display:block; 
      line-height:25px; 
      text-decoration:none; 
      margin: 0;
      font-size:14px;
  }

  .main_menu ul.menu li ul li.parent ul {
      left: 0 !important;
      top: 0 !important;
  }

  .main_menu ul.menu li.parent ul li a {
      float: none;
  }

  span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 10px transparent;
      float: right;
      height: 20px;
      margin: 0 10px;
      width: 20px;
  }

  .main_menu ul.menu li.lastChild ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 0 transparent !important;
  }

  .main_menu ul.menu li.parent > a, 
  .main_menu ul.menu li ul li.parent > a {
  -webkit-transition: all 0.1s ease 0s;
     -moz-transition: all 0.1s ease 0s;
       -o-transition: all 0.1s ease 0s;
          transition: all 0.1s ease 0s;
  }

  .main_menu ul.menu li.parent ul li a {
      border-top: 1px solid #E6E6E6;
      padding: 0 0 0 25px;
  }
  */
  .main_menu {
    padding-top: 40px
  }
  .main_menu ul.menu > li ul {
    display: block;
  }
  .main_menu ul.menu {
      float: none;
      margin: 10px 0 0;
  }
  .main_menu ul.menu li {
      float: none;
      position: relative;
      list-style: none;
  }
  .main_menu ul.menu > li > a {
      font-size: 12px;
      margin: 0;
      padding: 7px 10px;
      position: relative;
      text-transform: uppercase;
  }
  .main_menu ul.menu li a {
    white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          display: block;
          width: 100%;
  }
  .main_menu ul.menu > li > a {
      border-bottom: 2px solid transparent;
  }
  .main_menu ul.menu > li > a:hover {
    border-bottom: 2px solid transparent;
    margin: 0;
    padding: 7px 17px;
  }
  .main_menu ul.menu li {
    border-top: 1px solid #E6E6E6;
}
  .main_menu ul.menu > li.active > a {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: none;
    color: #000000;
  }
  .main_menu ul.menu > li.active > a:hover {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
  }
  .main_menu ul.menu > li a {
     display: block;
  }
  .main_menu ul.menu > li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
      height: 20px;
      right: -5px;
      display: none;
      position: absolute;
      width: 20px;
  }
  .main_menu ul.menu li ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
      height: 15px;
      position: absolute;
      display: none;
      top: 7px;
      width: 30px;
  }
  .main_menu ul.menu li.parent ul,
  .main_menu ul.menu li ul li.parent ul {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    border-top: medium none;
    box-shadow: 0 0 0 transparent;
    float: none;
    position: relative;
    width: 100%;
  }
  .main_menu ul.menu li.parent ul {
      left: 0; 
      top: 0;
  }
  .main_menu ul.menu li ul li.parent ul {
      left: 0 !important;
      top: 0 !important;
  }
  .main_menu ul.menu li.parent ul li {
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main_menu ul.menu li.parent ul li.lastChild {
      border-bottom: none; 
  }

  .main_menu ul.menu li ul li.parent ul > li > a {
    padding: 7px 10px 7px 30px;
  }
  .main_menu ul.menu li ul li.parent ul > li > a:hover {
    padding: 7px 10px 7px 35px;
  }
  .main_menu ul.menu li.parent ul li a:hover {
    padding: 7px 10px 7px 20px;
  }



  .main_menu ul.menu li.parent ul li a {
      float: none;
      margin: 0 15px 0 0;
      padding: 7px 10px 7px 15px;
      text-indent: 10px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
      width: 100%;
  }




/*_______ FOOTER MENU ______________________________________*/

  .footer_menu ul.menu {
    margin: 10px 0;
    float: none;
  }
  .footer_menu ul.menu li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
  .footer_menu ul.menu li a {
      background-color: #FAFAFA;
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 0;
      display: block;
      font-size: 12px;
      margin: 0;
      padding: 4px 9px;
      position: relative;
  }
  .footer_menu ul.menu li:first-child a {
      border-top: 1px solid #e6e6e6;
  }
  .footer_menu ul.menu li a:hover {
      text-shadow: 0 1px 0 transparent;
  }

}

table.category tr th,
table.category tr td {
    border: 1px solid #E6E6E6;
    padding: 4px 16px;
}

form#adminForm ul.category li {
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    list-style: none outside none;
    margin: 4px 0;
    padding: 5px 10px;
}

/*_______ END MENU ______________________________________*/

#copyrights p{
  text-align:center;
}

.copyrights {
    margin: 7px 0 0;
}

.filter-search select {
    float: left;
    margin: 0 5px;
    width: 200px;
}

.filter-search,
.filters .alert-info {
    background-color: transparent;
    border: medium none;
    height: auto;
}

body.error {
    background:#f2f2f2;
}

.errorbox {
    margin: 15% 0 0;
    width: 50%;
}

.errorbox h1 {
    color: #333;
    font-size: 100px;
    line-height: 70px;
}

.errorbox h3 {
    color: #787878;
}

.errorbox a {
    cursor: pointer;
    color: #0088CC;
}

input.invalid {
    border-color: #FF0000 !important;
}

/*__________________________social icons_________________________*/

.soc_icons_box {
    text-align:center;
}
.soc_icons_box ul {
    display:-moz-inline-stack;
    display:inline-block;
}
.soc_icons_box li {
    float:left;
    list-style:none;
    padding:0;
}

.soc_icons li a {
  font-size: 18px;
  margin: 7px;
}

.soc_icons a {
-webkit-transition: all 0.1s;
   -moz-transition: all 0.1s;
     -o-transition: all 0.1s;
        transition: all 0.1s;
}

.iconsrow .fa-hover {
    float: left;
    font-size: 14px;
    padding: 3px 0 3px 9px;
    width: 225px;
}

.iconsrow i {
    font-size: 16px;
    width: 25px;
}
.iconsrow .fa-hover:hover {
    background-color: #fff;
    padding: 3px 0 3px 9px;
}
.iconsrow .fa-hover:hover i {
    color: #0088cc;
    font-size: 18px;
}

/*_______ BANNER-WRAP EXTRA ______________________________________*/
.banner-wrap.extra {
    overflow: hidden;
    background: #fff;
}
.banner-wrap_img {
  float: left;
  width: 40%;
}
.banner-wrap_description {
    float: left;
    margin-left: 20px;
    width: 55%;
    position: relative;
}
.banner-wrap.extra h3 {
    text-align: left;
    margin-bottom: 16px;
}
.banner-wrap .line{
margin:0;
width: 30px;
    border-bottom: 3px solid #01a453;
    display: block;
}
.banner-wrap.extra p {
    color: #9FA9A9;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;
    margin: 16px 0 29px;
    padding-right: 10px;
}
.banner-wrap.extra .btn-link {
    background: none repeat scroll 0 0 #31353D;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 14px 38px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: top;
}
.banner-wrap.extra .btn-link:hover {
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -0-transition: all 0.3s ease 0s;
    background: none repeat scroll 0 0 #01a453;
    color: #FFFFFF;
    text-decoration: none;
}
a.btn-link {
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    margin: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}
/*_______ CONTENT-BOX ______________________________________*/
.rowAnim .span4Anim{
   opacity: 0!important;
   filter: alpha(opacity=0)!important;
   position: relative!important;
   -webkit-transform: scale(0)!important;
   -moz-transform: scale(0)!important;
   -ms-transform: scale(0)!important;
   -o-transform: scale(0)!important;
   transform: scale(0)!important;
 }
.span4Anim.animations-effects {
   opacity: 1!important;
   filter: alpha(opacity=100)!important;
   -webkit-transform: scale(1)!important;
   -moz-transform: scale(1)!important;
   -ms-transform: scale(1)!important;
   -o-transform: scale(1)!important;
   transform: scale(1)!important;
   -webkit-transition: all 0.3s ease-out!important;
    -moz-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
 }
.content_box:before, .content_box:after {
    background: none repeat scroll 0 0 #F4F5F5;
     content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 101%;
    z-index: -1;
}
.content_box {
    background: none repeat scroll 0 0 #F4F5F5;
    position: relative;
}
.row:after {
    clear: both;
}

.row {
  margin-left: 30px;
}
.span4 {
    width: 370px;
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.service-box.info_box {
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -0-transition: all 0.3s ease 0s;
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 11px transparent;
    margin: 0 0 55px;
    overflow: visible;
    padding: 69px 35px 1px;
    position: relative;
    text-align: center;
}
.service-box.info_box:hover {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
}
.service-box.info_box .icon {
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -0-transition: all 0.3s ease 0s;
    background: none repeat scroll 0 0 #31353D;
    border-radius: 104px 104px 104px 104px;
    display: inline-block;
    float: none;
    margin: 0 0 41px;
    vertical-align: top;
    width: 100px;
    height: 100px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-3x {
font-size: 3em;
line-height: 103px;
color: #ffffff;
}
.service-box.info_box:hover .icon {
    background: none repeat scroll 0 0 #01a453;
}
.service-box.info_box h2 {
    color: #01a453;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;]
    overflow: hidden;
}
.service-box.info_box h5 {
    color: #31353D;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    margin: 0 0 31px;
    text-transform: uppercase;
    overflow: hidden;
    font-family: "Open Sans"
}
.service-box.info_box .service-box_txt {
    color: #31353D;
    font-size: 13px;
    line-height: 23px;
    margin: 16px 0 73px;
}
.service-box.info_box .btn-align {
    margin: 0 -35px;
    text-align: left;
}
.service-box.info_box .btn-align a {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    bottom: -55px;
    left: 0;
    position: absolute;
}
a.btn-primary {
    background: none repeat scroll 0 0 #01a453;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding: 15px 25px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: top;
}
.service-box:hover .btn-align a {
-webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
color: #fff!important;
background-color: #222;
}
.btn:hover {
  color:#fff!important;
}
.title {
  color:#01a453;
  font-weight: 600;
  line-height: 0;
  font-size: 21px!important;
}
.sub-title {
  margin-bottom: 16px!important;
}
.service-box .line {
  display: block;
  width: 30px;
  margin:auto;
  border-bottom: 3px solid #01a453;
}
/*_______ ROW ______________________________________*/
.row {
  margin-left:0;
}
.rowAnim {
  margin: 80px 0 73px 0;
}
.span3 {
    width: 270px;
}
responsive.css (line 147)
[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.hero-unit {
    background: #ffffff;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    padding: 20px;
}
.hero-unit h3 {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 16px;
}
.hero-unit .line {
  border-bottom: 3px solid #01a453;
  width: 30px;
    display: block;
} 
.hero-unit p {
    margin: 16px 0 23px;
    color: #BBBABA;
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;
    padding-right: 10px;
}
.hero-unit a.btn-primary {
    background: none repeat scroll 0 0 #31353D;
}
.hero-unit a.btn-primary:hover {
    background: none repeat scroll 0 0 #01a453;
}
.controls button.btn-primary, .validate{
   background: none repeat scroll 0 0 #31353D;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 14px 38px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: top;
    font-family: "Roboto";
}
.controls button.btn-primary:hover, .validate:hover {
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -0-transition: all 0.3s ease 0s;
    background: none repeat scroll 0 0 #01a453;
    color: #FFFFFF;
    text-decoration: none;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
border-color: #01a453;
-webkit-box-shadow: 0 0 6px #01a453;
-moz-box-shadow: 0 0 6px #01a453;
box-shadow: 0 0 6px #01a453;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
color: #000;
border-color: #000;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
border-color: #01a453;
outline: 0;
outline: thin dotted 9;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.chzn-container .chzn-results .highlighted {
background-color: #01a453;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a453', endColorstr='#01a453', GradientType=0 );
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #01a453), color-stop(90%, #01a453));
background-image: -webkit-linear-gradient(top, #01a453 20%, #01a453 90%);
background-image: -moz-linear-gradient(top, #01a453 20%, #01a453 90%);
background-image: -o-linear-gradient(top, #3875D7 20%, #01a453 90%);
background-image: -ms-linear-gradient(top, #01a453 20%, #01a453 90%);
background-image: linear-gradient(top, #01a453 20%, #01a453 90%);
color: white;
}
.span6 {
    width: 570px;
}
section {
    display: block;
}
.tabs-wrapper {
    margin-bottom: 20px;
}
.tabs-wrapper .nav-tabs {
    background: url("images/tab_line.gif") repeat-x scroll 0 100% #F6F6F6;
    border: medium none;
    margin: 0;
}
ul, ol {
    padding: 0;
}
.tabs-wrapper .nav-tabs li:first-child {
    background: none repeat scroll 0 0 transparent;
    width: 34%;
}
.tabs-wrapper .nav-tabs li {
    background: url("images/tab_divider.gif") repeat-y scroll 0 0 transparent;
    margin: 0;
    padding: 0;
    position: relative;
    width: 33%;
}
.nav-tabs > li{
    float: left;
    line-height: 23px;
}
li {
    line-height: 23px;
}
.tabs-wrapper .nav-tabs li.active a:before {
    opacity: 1;
}
.tabs-wrapper .nav-tabs li a:hover:before {
    opacity: 1;
}
.tabs-wrapper .nav-tabs li a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-style: none solid;
    border-width: medium 1px;
}
.tabs-wrapper .nav-tabs li a:before {
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -0-transition: all 0.3s ease 0s;
    background: none repeat scroll 0 0 #EBEBEB;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.tabs-wrapper .nav-tabs li.active a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #FFFFFF !important;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-top: medium none;
    color: #01a453;
}
.tabs-wrapper .nav-tabs li:first-child a {
    margin: 0;
}
.tabs-wrapper .nav-tabs li a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #EBEBEB !important;
    border-left: 1px solid #F6F6F6;
    border-radius: 0 0 0 0;
    border-right: 1px solid #F6F6F6;
    border-top: medium none;
    color: #363F45;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 -1px 1px;
    padding: 23px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    cursor: default;
}
.tabs-wrapper .tab-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #EBEBEB #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    border-width: medium 1px 1px;
    padding: 50px 30px 25px 42px;
}
.tab-content {
    overflow: auto;
}
.tabs-wrapper .nav-tabs li.active a:before {
    opacity: 1;
}
/*_______ galery ______________________________________*/

.galery .moduletable h3 {
position: relative;
text-align: left;
margin-bottom: 32px;
}
.galery .moduletable h3:after {
background: #01a453;
}
.galery .moduletable h3:after {
content: " ";
position: absolute;
width: 30px;
height: 3px;
bottom: -1px;
left: 0;
}
.galery .moduletable span.overlay h3 {
  font-family: "Roboto Slab"!important;
}
.galery .moduletable span.overlay h3:after{
  display: none;
}
.galery .moduletable span.overlay:hover h3 {
  color: white!important;
  opacity: 1!important;
  top: 50%;
}
.rowImages a:hover span.overlay h3{
  opacity: 1!important;
}
.imageGallery .rowImages .fancybox img {
  width: 100%;
}
.imageGallery .fancybox, .imageGallery .fancybox:hover {
    box-shadow:none!important;
}
.rowImages .fancybox h3 {
  bottom: 70%!important;
}

.rowImages a span.overlay{
  opacity: 1!important;
  top: 70%!important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=0);
}
.imageGallery .rowImages .fancybox .overlay {  
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=0);}
.rowImages a span.overlay {
    background: rgba(142, 191, 65, 0.9)!important;
}
.rowImages a:hover span.overlay{
    top: 0!important;
    background-color: rgba(142, 191, 65, 0.5)!important;
    filter: alpha(opacity=0);
}

.rowImages .fancybox {
    width: 23%!important;
    margin: 1.1%!important;
}
.rowImages .fancybox:first-child {
    margin-left: 0!important;
}
.rowImages .fancybox:last-child {
    margin-right: 0!important;
}
.caption {
height: 35%;
margin: 0 50px;
width: 50%;
margin: 0 !important;
top: 37% !important;
}
.slide_caption {
  background: #01a453;
 padding: 0 10px;
line-height: 58px;
  color: #31353D;
  font-size: 40px;
  font-family: "Roboto Slab",sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.slide_caption:nth-child(1) {
  color: #fff;
  font-weight: bold;
}
.swiper-slide img{width: 100%;max-width: inherit!important;}

/*_______ Price 2______________________________________*/
.rowAnim2 {
  margin-top: 32px;
}
.icon h4{
  color: #fff;
  line-height: 80px;
    font-size: 21px;
    text-transform: uppercase;
    font-family: "Roboto Slab";
}
.price_box .sub-title {
  color: #333;
  font-size: 21px!important;
  text-transform: uppercase!important;
  font-family: "Roboto Slab"!important;
  font-weight: 300;
}
.price_box {
  padding-top: 45px!important;
  margin-bottom: 20px!important;
}
.price_box .icon {
  margin-bottom: 10px!important;
}
.table-details ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.table-details ul li {
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    padding: 15px 0;
}
.price_box .btn-pricing {
  margin:20px 0!important;
}
h3 {
    color: #333;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 300;
}
.banner-wrap .line{
margin:0;
width: 30px;
    border-bottom: 3px solid #01a453;
    display: block;
}
.price_box:hover a.btn-pricing {
    -moz-transition: all 0.3s ease 0s;
    background-color: #222222;
    color: #FFFFFF !important;
}
.nav-stacked li a {
  color: #fff;
  font-family: "Roboto";
  font-weight: 600;
}
.nav-stacked li {
  background: #01a453;
}
.nav-stacked li:hover {
      -moz-transition: all 0.3s ease 0s;
    background-color: #222222;
}
.nav-stacked li:hover a {
  color: #fff!important;
}
/*_______ Price ______________________________________*/



.span12 .moduletable_price h3 {
  text-align: left;
  position: relative;
}
.span12 .moduletable_price h3:after {
background: #01a453;
}
.span12 .moduletable_price h3:after {
content: " ";
position: absolute;
width: 30px;
height: 3px;
bottom: -1px;
left: 0;
}



}
#sp-users-wrapper {
    margin-top: 30px;
}
.module:first-child {
    margin-top: 0;
}.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.pricing-table {
    -moz-transition: all 500ms ease 0s;
    background: #ffffff;
    position: relative;
    text-align: center;
}
.pricing-table .price-title {
    padding: 25px 20px;
}
.pricing-table h4 {
    display: inline-block;
    font-size: 25px;
    margin: 0;
    font-weight: 300;
}
.pricing-table .table-price {
    padding: 15px 0;
}
.row-fluid .span12 .moduletable .pricing-table .table-price h3 {
    color: #01a453!important;
}
.row-fluid .span12 .moduletable .pricing-table .table-price h3 {
    font-size: 30px!important;
    font-weight: 700!important;
    line-height: 0!important;
    margin: 0t!important;
}
sub {
    bottom: -0.25em;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.pricing-table a.btn-pricing {
    display: inline-block;
    height: auto;
    margin: 20px 0;
    padding: 6px 0;
    width: 40%;
}
.pricing-table:hover a.btn-pricing {
    -moz-transition: all 0.3s ease 0s;
    background-color: #222222;
    color: #FFFFFF !important;
}
.pricing-table:hover {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
    }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    -moz-transition: all 0.3s ease 0s;
    background-color: #222222;
    color: #FFFFFF !important;
}
.pricing-table:hover h4 {
    display: inline-block;
    font-size: 30px;
    margin: 0;
    font-weight: 300;
    color: #01a453;
}
.pricing-table .table-price h5 {
  font-size: 22px;
}
#sp-users-wrapper {
  margin-top: 32px;
}

/*_______ FOOTER ______________________________________*/
#footer  {
  padding: 74px 0!important;
      color: #31353D;
    font-size: 14px;
    line-height: 17px;
}
#footer .span3 h3 {
  text-align: left;
}
.footer_menu ul.menu li {
    float: none !important;
    border: none!important;
  }
.content_footer {
  margin-top: 97px;
}
.textwidget {
    word-wrap: break-word;
}

.textwidget b:before {
    color: #01a453;
    content: "";
    font-family: FontAwesome;
    font-size: 22px;
    left: 0;
    line-height: 22px;
    position: absolute;
    top: 2px;
}
.textwidget b {
    display: block;
    font-weight: 400;
    margin: 0 0 21px;
    padding: 0 0 0 38px;
    position: relative;
    text-transform: uppercase;
    float: left;
}
.textwidget i:before {
    color: #01a453;
    content: "";
    font-family: FontAwesome;
    font-size: 22px;
    left: 0;
    line-height: 22px;
    position: absolute;
    top: 2px;
}
.textwidget i {
    display: block;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 38px;
    position: relative;
    text-transform: uppercase;
    float: right;
}
.nav > li > a:hover {
background-color: inherit;
color: #000;
}
#footer h3 {
  position: relative;
    margin-bottom: 32px;
}
#footer h3:after {
background: #01a453;
}
#footer h3:after {
content: " ";
position: absolute;
width: 30px;
height: 3px;
bottom: -1px;
left: 0;
}
/*_______ BloG-item ______________________________________*/
a.modal {
position: static!important;
margin:0;
border: none;
}

div.itemToolbar {
    background: inherit;
    border-bottom: 1px dashed #CCCCCC;
    border-top: 1px dashed #CCCCCC;
    padding: 10px 0;
    color: #92999E;
}

div.itemToolbar ul > li:first-child {
    border: medium none;
    padding: 0;
}
.fa-user:before {
    content: "";
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.righttoolbar {
text-align: right;
}
.lefttoolbar {
  float: left;
}
span.itemImage {
    text-align: inherit;
}
span.itemImage img {
    border: none;
    padding: 0px;
}
span.itemHits {
    float: none;
}
div.itemContentFooter {
    border-bottom: 1px dashed #DDDDDD;
    border-top: 1px dashed #DDDDDD;
}
div.itemImageBlock {
    padding: 0;
}
div.itemHeader h2.itemTitle {
  font-size: 26px;
    font-weight: normal;
    margin: 16px 0;
    padding: 10px 0 0;
    font-family: "Roboto Slab"!important;
    color: #333;
    text-transform: uppercase;
}
.catItemTitle a {
  font-size: 26px!important;
  font-family: "Roboto Slab"!important;
}
.sidebar-right h3 {
    margin-bottom: 20px!important;
    padding-top: 10px;
    position: relative;
}
.sidebar-right h3:after {
background: #01a453;
}
.sidebar-right h3:after {
content: " ";
position: absolute;
width: 30px;
height: 3px;
bottom: -1px;
left: 0;
}
div.catItemHeader h3.catItemTitle {
    margin: 20px 0;
    padding: 10px 0 0;
}
div.k2LatestCommentsBlock {
  margin: 16px 0;
}
div.k2LatestCommentsBlock ul {
    list-style: none outside none;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
    display: block;
    margin: 10px 0;
}
  .odd, .even {
    background: none!important;
  }
div.k2ItemsBlock ul li, div.k2LatestCommentsBlock ul li {
    border-bottom: 1px dotted #E5E5E5;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-top: 0;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
border-right: none;
}
div.k2ItemsBlock ul {
  list-style: none;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    -moz-transition: all 0.3s ease 0s;
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    float: left;
    margin: 4px 9px 0 0;
    padding: 0;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    margin-top: 4px;
    padding: 4px 0;
}
div.k2UsersBlock ul,
ul.ubUserItems,
div.k2LoginBlock ul {
list-style: none;
}
ul.ubUserItems li {
    line-height: 28px;
}
#form-login input.button, div.catItemReadMore a, div.tagItemReadMore a, div.k2UserBlock form input.ubLogout, .userItemReadMore a {
    -moz-transition: all 0.4s ease 0s;
    background: none repeat scroll 0 0 #31353D;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 22px;
    text-shadow: none;
    text-transform: uppercase;
}
#form-login input.button:hover, div.catItemReadMore a:hover, div.tagItemReadMore a:hover, div.k2UserBlock form input.ubLogout:hover, .userItemReadMore a:hover {
    -moz-transition: all 0.4s ease 0s;
    background: none repeat scroll 0 0 #01a453;
    color: #3C3C3C;
}
input.btn {
      -moz-transition: all 0.4s ease 0s;
    background: none repeat scroll 0 0 #31353D;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 22px;
    text-shadow: none;
    text-transform: uppercase;
}
input.btn:hover {
      -moz-transition: all 0.4s ease 0s;
    background: none repeat scroll 0 0 #01a453;
    color: #3C3C3C;
}
div.itemAuthorBlock {
    border-left: medium none;
    border-right: medium none;
    margin: 0;
}
div.itemAuthorBlock {
    background: none repeat scroll 0 0 transparent;
    border-color: #DDDDDD -moz-use-text-color;
    border-style: dashed none;
    border-width: 1px medium;
    padding: 15px 0;
}
div.itemNavigation, div.itemComments ul.itemCommentsList li {
    border-bottom: 1px dashed #CCCCCC;
}
div.itemNavigation {
    border-top: 0 none;
     padding: 4px 0;
     background: none repeat scroll 0 0 transparent;
}
div.itemComments {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
}
div.itemComments ul.itemCommentsList li {
    padding: 4px 0;
}
div.itemNavigation, div.itemComments ul.itemCommentsList li {
    border-bottom: 1px dashed #CCCCCC;
}
div.itemComments ul.itemCommentsList li img {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 0 none;
    border-left: 0 none;
    border-radius: 50% 50% 50% 50%;
    border-right: 0 none;
    float: left;
    height: 75px;
    margin: 4px 4px 4px 0;
    padding: 0;
    width: 75px;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
    text-decoration: none;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover, div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
    color: #39C97B;
    text-decoration: none;
}
div.itemAuthorBlock img.itemAuthorAvatar {
    border: 0 none;
    border-radius: 50% 50% 50% 50%;
    height: 100px;
    width: 100px;
}
.k2Avatar img, span.tagItemImage img {
    border: 0 none;
}
div.k2LatestCommentsBlock ul li a.lcAvatar img {
    margin: 2px 10px 4px 0;
    padding: 2px;
}
/*_______ BloG-Blog ______________________________________*/
.catItemdot {
    border-bottom: 1px dashed #DDDDDD;
    border-top: 1px dashed #DDDDDD;
    overflow: hidden;
    padding: 5px 0;
    color: #92999E;
}
div.catItemHeader span.catItemDateCreated, div.catItemHeader span.catItemAuthor, div.catItemCategory, div.catItemHitsBlock, div.catItemCommentsLink {
    border-right: 1px dotted #D1D1D1;
    float: left;
    font-size: 12px;
    padding: 0 5px;
}
div.catItemHeader span.catItemAuthor {
    display: block;
    margin: 0;
}
div.catItemCategory span, span.catItemAuthor i, span.lcUsername i {
    color: #A6A6A6;
}
div.catItemHeader span.catItemDateCreated {
    padding-left: 0;
}
.fa-folder-open-o:before {
   color: #999999;
}

/*_______ BloG-user ______________________________________*/

div.userBlock {
    background: none repeat scroll 0 0 transparent;
    margin: 32px 0 16px 0;
}
div.userBlock img {
    border: 0 none;
    margin: 0 8px 0 0;
    padding: 0;
}
div.userItemCommentsLink {
    border-right: none;
}
div.userItemCategory {
    border-bottom:none;
}
div.userItemHeader span.userItemAuthor, div.userItemCategory, div.userItemCommentsLink {
    border-right: 1px dotted #D1D1D1;
    float: left;
    font-size: 12px;
    padding: 0 5px;
}
.userItemDateCreated{
    border-right: 1px dotted #D1D1D1;
    float: left;
    font-size: 12px;
    padding: 0 5px;
}
div.userItemHeader div.userItemCommentsLink {
    border-right: 1px dotted #D1D1D1;
    color: #A6A6A6;
    float: left;
    font-size: 14px;
    padding: 0 5px;
}
.userItemdot {
    border-bottom: 1px dashed #DDDDDD;
    border-top: 1px dashed #DDDDDD;
    overflow: hidden;
    padding: 5px 0;
}
span.userItemImage img, span.catItemImage img {
    border: 0 none;
    padding: 0;
}
.userItemTitle a {
  font-size: 26px!important;
  font-family: "Roboto Slab"!important;
}
.userItemTitle {
margin: 16px 0!important;
}




@media (max-width: 1200px) {
  .service-box.info_box h5 {
   font-size: 20px;
}
.slide_caption {
    font-size: 32px;
    line-height: 50px;
}
}

@media (max-width: 1024px) {
  
  .main_menu ul.menu li.lastChild ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 bottom transparent;
      height: 15px;
      position: absolute;
      top: 9px;
      width: 20px;
  }
  .main_menu ul.menu li.lastChild ul li.parent ul {
    left: inherit;
    right: 100%; 
    top: -2px;
    }
    .slide_caption {
    font-size: 29px;
    line-height: 47px;
}
}
 
@media (max-width: 980px) {
  .service-box.info_box h2 {
   font-size: 30px;
    }
    .slide_caption {
    font-size: 20px;
    line-height: 32px;
}
}

@media (max-width: 768px) {
    .featured-thumbnail {
    border-color: #DDDDDD;
    left: 0!important;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  #logo,
  .copyrights p {
     text-align: center;
  }

  form#adminForm {
      max-width: 758px;
      overflow-x: auto;
  }

  #wrapper, #foo_wrapper {
    width: auto!important;
      margin-right: 20px;
      margin-left: 20px;
  }
  .banner-wrap.extra .featured-thumbnail{
    position: inherit!important;
  }
  .banner-wrap.extra{
    padding: 0!important;
  }
  .slide_caption {
      font-size: 15px !important;
      line-height: 26px !important;
  }
.rowImages .fancybox {
    width: auto !important;
}
}
 @media (max-width: 600px){ 
  .banner-wrap_img {
  float: none;
  width: auto;
  text-align: center;
}
.banner-wrap_description{
  float: none;
  width: auto;
}
  .service-box.info_box h5 {
   font-size: 40px;
    }
          .banner-wrap.extra h5 {
      font-size: 40px!important;
    }
.slide_caption {
    font-size: 12px!important;
    line-height: 24px!important;
}
.swiper-slide-visible .caption {
    top: 37% !important;
}
}
@media (max-width: 480px) {
    .banner-wrap.extra .featured-thumbnail{
    position: inherit!important;
  }
  .banner-wrap.extra{
    padding: 0!important;
  }
    .tabs-wrapper .nav-tabs li a {
    font-size: 10px !important;
    padding: 23px 10px !important;
  }
  .service-box.info_box h5 {
   font-size: 35px;
  }
  .slide_caption {
    font-size: 10px!important;
    line-height: 14px!important;
  }
}

@media (max-width: 320px) {
    .banner-wrap.extra .featured-thumbnail{
    position: inherit!important;
  }
  .banner-wrap.extra{
    padding: 0!important;
  }
  .service-box.info_box h5 {
   font-size: 23px;
    }
    .slide_caption {
    font-size: 7px!important;
    line-height: 7px!important;
}
.swiper-slide-visible .caption {
    top: 25% !important;
}
}

