/* -------------------------------------------------- 
Inspira CSS by Designesia

Quick enable/disable css files.
To enable css file simply remove mark '/*' and '* /' between line of css file

/* -------------------------------------------------- */

/* bootstrap framework */
@import url("bootstrap.css");
@import url("bootstrap-responsive.css");
/*@import url("../rs-plugin/css/settings.css");*/
@import url("responsiveslides.css");
@import url("prettyPhoto.css");
@import url("flexslider.css");
@import url("style.css");
/*@import url("rev-settings.css");
@import url("../font-awesome/css/font-awesome.css");*/



/* -------------------------------------------------- 
widescreen.css used to fit in wide screen monitor (>1200px)
if you disable this, the container width would be maximum 960px
/* --------------------------------------------------  */
@import url("wide-screen.css");



/* -------------------------------------------------- 
to use boxed layout please enable code below and disable 'wide-screen.css' above
/* -------------------------------------------------- */
/* @import url("boxed.css"); */




/* load  color css 
------------------------------
select one: 
aqua.css
blue.css
green.css
grey.css
red.css
orange.css
pink.css
purple.css
yellow.css
*/
@import url("colors/orange.css");



@import url("switcher.css");
.g-recaptcha-response{display:none !important;}
/*
luigi
CUSTOM 5 COLUMN SPAN LAYOUT
  *
  * based on http://gridcalculator.dk/
  * width => 1200, gutter => 15px, margin => 15px, columns => 5
  */
 .row-fluid-5 {
   width: 100%;
   *zoom: 1;
 }
.orange{background-color:#ff6600;color:#fff;}
 .row-fluid-5:before,
 .row-fluid-5:after {
   display: table;
   line-height: 0;
   content: "";
 }
.btn-grey{background-color: #c9c9c9 !important;}
.orange span{color:#fff;}
.orange h3{color:#000;margin-top:15px;}
 .row-fluid-5:after {
   clear: both;
 }
 .row-fluid-5 [class*="span"] {
   display: block;
   float: left;
   width: 100%;
   min-height: 30px;
   margin-left: 1.875%;
   *margin-left: 1.875%;

   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
 }

 .row-fluid-5 .controls-row [class*="span"] + [class*="span"] {

   margin-left: 1.875%;
 }
 .row-fluid-5 [class*="span"]:first-child{
    margin-left: 0;
 }
 .row-fluid-5 .span2 {
   width: 18.5%;
   *width: 18.5%;
 }

  .row-fluid-5 h3
 {
 line-height:100%;
}
 /* responsive ONLY */

 @media (max-width: 600px){ /* spans reduce to 100px then go full width */

    .row-fluid-5 [class*="span"]{
    margin-left: 0;
    float: left;
    width: 100%;
    padding: 10px;
	
    }
 }
 