body {
    color: #4f4f4f;
    background: #f4f3f3 url('/uploads/images/bg-main.jpg') no-repeat center top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

a {
color: #ef4036;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}

a:hover { #999; }

p {
	font-size: 13px; 
        line-height: 20px;
}

input, button, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.min-height{
	min-height: 400px;
}
.row, .row-fluid {
	margin: 0 0 50px 0;
        text-align: left;
}

.clear {
	clear: both;
}


/* === header === */

#header {
	padding: 80px 0;
	text-align: center;
}

#header h1 {
	color: #000;
	font-weight: bold;
	letter-spacing: -3px;
	font-size: 65px;
	line-height: 1;
}

#header h1 span.light {
	color: #CACACA;
	font-size: 35px;
	display: block;
	letter-spacing: -2px;
	font-weight: normal;
}

address {
       float: right;
       text-align: right;
       padding: 105px 10px 0 0;
       font-weight: 400;
}

address .contact-number {
      float: right;
      font-size: 40px;
      color: #FA483E;
}

address .contact-email {
     padding-top: 15px;
     float: right;
     clear: both;
     font-size: 16px;
     color: #939598;
}

.navbar .brand {
     padding: 76px 20px 65px;
}

.span4 img { width: 90%; }

.span4 p { width: 95%;  }

.main-banner { float: center; auto; margin: 0; padding: 0; }

.container .contentpage {
    display: block;
    float:center;
    padding: 20px 3% 20px 3%;
    width: 94%;
}

.slogan {
   margin-top: -320px;
   z-index: 9999;
   display: block;
   background-color: #ef4036;
   position: relative;
   width: 400px;
   float: right;
   color: #fff;
   font-size: 26px;
   font-weight: 400;
   text-align: center;
   margin-right: 0;
   padding: 20px 0;
}

.slogan-home { 
   margin: -380px 0 0 0;
   width: 200px;
   height: 50px;
   float: right;
   background-color: #ef4036;
   z-index: 9999;
   color: #fff;
   font-size: 26px;
   font-weight: 400;
   text-align: center;
   padding: 20px 0;
   position: relative;
}


.contact-page-text { 
    width: 30%;
    float: left; 
}

.contact-page-form { 
   float: left;
   width: 70%;
   padding-top: 20px;
}

/* secondary menu */
.secondary-menu {
    display: table;
    margin: 20px 0 30px 0;
    padding: 0;
    float: left;
    text-align: left;
    width: 50%;
}

.secondary-menu a {
    float: left;
    text-decoration: none;
    display: block;
    background-position: center;
    line-height: 12px;
    color: #fff;
    float: left;
    border-right: 1px solid #fff; 
    padding: 0 10px;
    font-weight: normal;
    font-size: 12px;
}
.secondary-menu a:last-child{
    border:0px;
  
}
.secondary-menu a:after{

}
.secondary-menu a:hover {
    text-decoration: underline;
    color: #fff;
}

.secondary-menu .active-menu-item:hover {
}

.secondary-menu .active-menu-item {
    text-decoration: none;
    /* font-weight: bold; */
    display: block;
    background-position: center;

    color: #FFF;
    padding: 0px 12px;
    font-weight: bold;
}

.secondary-menu a:last-child:after {
    /* content:""; */
}

.footer-slogan {
     font-size: 13px; 
     float: right;
     width: 50%;
     text-align: right;
     padding: 0;
     margin: 15px 0 0 0;
}


/* Sample FormBuilder CSS base */
input.cms_submit {
                border: 0px;
                background: #ef4036;
                color: #FFF;
                font-weight: bold;
                padding: 12px 30px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
                cursor: pointer;
}
input.cms_submit:hover {
                background: #999;
}






















/* === support === */

.offset-top {
	margin-top: 20px;
}

.offset-top-xl {
	margin-top: 50px;
}

.offset-bottom {
	margin-bottom: 20px;
}

.offset-both {
	margin: 30px 0;
}

.margin10 {
	margin:10px;
}

.margin20 {
	margin:20px;
}

.no-margin {
	margin:0 !important;
}

.marginlr5 {
	margin-left:5px;
	margin-right:5px;
}

.more {
	float: left;
}

hr.small {
	margin: 10px 0;
}

label.error {
	color: red;
}


/* === navigation === */

.navbar .nav {
       background: #939598;
       width: 100%;
       font-size: 16px;
}

.navbar-inner {
	min-height: 47px;
	line-height: 47px;
	background: none !important;
	background-color: none;
	background-image: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: none !important;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.sf_nav {
	background: none;
}

.sf_navmenu li {
	line-height: 47px;
}
.navbar .nav>li>a {
text-shadow: none;
}
.sf-sub-indicator {
	display: none !important;
}

ul.navsub {
	position: absolute;
	z-index: 99999999999999;
	display: none;
	background: #F8F8F8;
	margin: -15px 0 0 0;
	border: 1px solid #CCC;
	-webkit-box-shadow: 5px 5px 13px -6px #BBB;
	box-shadow: 5px 5px 13px -6px #BBB;
	-moz-box-shadow: 5px 5px 13px -6px #BBB;
	min-width: 135px;
}
ul.navsub li {
	display: block;
	float: none;
	line-height: 20px;
	padding: 0;
}
ul.navsub li a {
	color: #666;
	text-transform: none;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	float: none;
	font-weight: normal;
	margin: 0;
	padding: 0 15px;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.0);
	border-top:1px solid rgba(0, 0, 0, 0.0);*/
}
ul.navsub li a:hover {
	/*border-bottom: 1px solid #DDD;
	border-top:1px solid #E6820E;*/
	background:#ff8201;
	color:#FFF;
}

.navbar .nav.sf_navmenu > li > a {
	padding: 0 20px;
	font-weight: normal;
	letter-spacing: 0;
	color: #FFF;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}

@media screen and (min-width: 891px) and (max-width: 1199px) {
sf_nav { padding: 0 !important; margin: 0 !important; }
.navbar-inner { margin: 0; padding: 0; }
.navbar .nav.sf_navmenu { height: 47px; vertical-align: top;  } 
.navbar .nav.sf_navmenu > li > a {
	padding: 0 20px 0 20px;
        margin: 0;
}
a .brand { padding-top: 20px; }
.navbar .brand img {top: 20px; width: 320px !important;}
.slogan { width: 400px; font-size: 24px; margin-right: 0; padding: 20px 0; }
.camera_caption > div { margin-top: -320px; }
}

.navbar .nav.sf_navmenu > li > a span {
	color: #CCC;
	font-size: 11px;
	display: block;
	line-height: 0;
	margin-top: -25px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 200;
	text-align: left;
}
.navbar .nav.sf_navmenu > li > a:hover {
	text-shadow: none;
	background: #ef4036;
}
.navbar .nav.sf_navmenu > li > a:hover span {
	/*color: #FFF;*/
}

.selectnav { 
	display: none; 
}

.navanimation {
	position: relative;
	padding: 0;
	margin: 0;
}

.navanimation li {
	float: left;
	list-style: none;
}

.navanimation li.back {
	background: orange;
	width: 9px;
	z-index: 8;
	position: absolute;
}
.navanimation li.back .left {
	background: orange;
	margin-right: 9px;
}

.navanimation li a {
	position: relative;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	outline: none;
	text-align: left;
	height: 47px;
	top: 0px;
	z-index: 10;
	
	float: left;
	display: block;
	margin: 0;
	line-height: 47px;
}

.backLava {
	border-top: 4px solid #FF8900;
}

.navbar .nav.sf_navmenu > li.selectedLava > a {

}
.nav-stacked li {
	float: none !important;
}


/* === icons and titles === */

.iconframe {
	float: left;
	width: 48px;
	height: 48px;
	font-size: 34px;
	color: #f08019;
	line-height: 48px;
	text-align: center;
	margin: 0 10px 0 0;
}

.iconframe-small {
	float: left;
	width: 36px;
	height: 36px;
	font-size: 28px;
	color: #f08019;
	line-height: 36px;
	text-align: center;
	margin: 0 10px 0 0;
}

h1 {
        color: #000;
        font-size: 26px;
        font-weight: 400;
}

h2 {
	color: #000;
        font-size: 22px;
        font-weight: 300;
        padding; 0;
        margin: 5px 0 0 0;
}

h3 {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 300;
	color: ##4F4F4F;
}

.title2 h2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 20px;
	line-height: 20px;
}

.span6 .title2 h2 {
	margin: 10px 0 15px 0;
}

.about-img {
	text-align: right;
}

a.read-more-btn {
  display: block;
  background-color: #ef4036;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  width: 50%;
  text-align: center;
  padding: 5px 0;
  font-size: 13px;
}

a.lge-btn {
   float: right;
   width: 200px;
   font-size: 18px;
   padding: 8px 0;
   margin: 40px 20px 0 0;
}

a.read-more-btn:hover {
  background-color: #999;
}

.home-blurb {
   font-size: 24px;
   font-weight: 400;
   color: #000;
   line-height: 1.6em;
   float: left;
   width: 60%;
   text-align: left;
   padding-left: 20px;
}













@media screen and (max-width: 977px) {
	.about-img {
	text-align: center;
	}

       address {
       padding-top: 0;
}

      address .contact-number {
}

     address .contact-email {
     padding-top: 10px;
}

     .navbar .brand {
     padding: 30px 20px 35px 0;
}

     .home-blurb {
     width: 100%;
     float: center;
     text-align: center;
     padding: 0;
}

     a.lge-btn {
     float: center;
     width: 200px;
     font-size: 18px;
     padding: 8px 0;
     margin: 20px 0 20px 0;
}

.slogan { margin-top: -250px; }  
.camera_caption > div { margin-top: -120px; font-size: 20px; width: 350px; padding: 15px 0; }
}

img.img-right {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 989px) {
img.img-right {
	float: none;
	margin: 0 auto 10px;
	display: block;
}

.secondary-menu { width: 100%; margin-bottom: 0; margin-left: -10px; }
.footer-slogan { margin-top: 0; margin-bottom: 30px; width: 100%; clear: both; float: left; text-align: left; }
.camera_caption > div { margin-top: -250px; padding: 5px 0; width: 320px !important; font-size: 20px !important; }
}





@media screen and (max-width: 500px) {
img.img-right {
	float: none;
	margin: 0 auto 10px;
	display: block;
}

.sf-footer { height: 30px; }
.secondary-menu { display: none; }
.footer-slogan { display: none;}
.camera_caption > div {}
}

blockquote:hover {
border-left: 5px solid #FF8900;
}

.title2 h3 {
	padding: 0 0 0 0;
	margin: 0 0 16px 0;
	font-size: 15px;
	font-weight: 200;
	line-height: 18px;
	color: #888888;
}

.lsf {
	font-size: 36px;
	color: #222222;
}

.lsf a, .lsf a:active, .lsf a:visited, .lsf a:hover{
	outline:none;
}


/* === portfolio === */

.sf-isotope-filters, .sf-da-isotope-filters {
	list-style: none;
	height: 30px;
	margin: 0 0 20px;
}

.sf-isotope-filters li, .sf-da-isotope-filters li {
	display: inline-block;
	margin-right: 25px;
	line-height: 27px;
}

.sf-isotope-filters li a, .sf-da-isotope-filters li a {
	color: #777;
	text-decoration: none;
}

.sf-isotope-filters li a:hover, .sf-da-isotope-filters li a:hover {
	text-decoration: none;
}

.sf-isotope-filters li.active, .sf-da-isotope-filters li.active {
	border-top: 3px solid #E6820E;
}

.sf-isotope-filters li.active a, .sf-da-isotope-filters li.active a {
	color: #222;	
}

.sf-isotope-filters li:hover, .sf-da-isotope-filters li:hover {
	border-top: 3px solid #E6820E;
}

.sf-isotope {
	height: 900px;
}

.sf-da-item{
	width: 22.3%;
	float: left;
	margin: 5px 10px 12px 0px;
}

.sf-item {
	width: 23.8%;
	float: left;
	margin: 5px 10px 12px 0px;
}

.sf-item-text {
	width: 100%;
	height: 33px;
	line-height: 33px;
	text-align: center;
}

.sf-item-inner {
	padding: 0.2%;
	overflow: hidden;
}

.sf-item-text h5 {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	z-index: 200;
	font-weight: 300;
	line-height: 33px;
}

.sf-item-overlay {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 100;
	height: 100%;
	background: rgba(20,20,20,0.7);
	margin: 0 0 40px 0;
	opacity: 0;
}

.sf-item-overlay .lsf {
	font-size: 36px;
	color: #E6820E;
	margin-top: 26%;
}

.sf-item-overlay .lsf a {
	color: #FFFFFF;
}

.sf-item-overlay .lsf a:hover {
	text-decoration: none;
	color: #E6820E;
}

.sf-inline-list {
	list-style: none;
}

.sf-inline-list li {
	float: left;
	padding: 0 20px;
}

.fx-filter {
	position: relative;
	display: block;
}


/* === blog === */

.sf-image {
	margin-bottom: 30px;
}

.blog-post .bottom {
	border-bottom: 1px solid #E4E4E4;
	line-height: 30px;
	font-size: 11px;
	margin: 20px 0 80px;
}

.blog-post .author {
	margin-right: 15px;
}

.blog-post .label {
	font-size: 9px;
}

.blog-sidebar h4 {
	margin-top: 50px;
}

.blog-sidebar ul.category {
	list-style: none;
	margin: 0;
}

.blog-sidebar ul.category li {
	border-top: 1px solid #EEE;
}

.blog-sidebar ul.category li a {
	color: #555;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	display: block;
	padding: 0 10px;
}

.blog-sidebar ul.category li a:hover {
	text-decoration: none;
	font-weight: bold;
	background: #F8F8F8;
}

.blog-sidebar a.label:hover {
	background: #E6820E;
}


/* === footer === */

.sf_footer {
	margin-top: 30px;
	background: #ef4036;
	padding-top: 10px;
	color: #fff;
}
.sf_footer a{
	color: #FFF;
}
.sf_footer a:hover, .sf_footer a:focus{
	color: #fff;
	text-decoration: underline;
}
.sf_footer h4{
	color: #ff8201;
}

.sf_footer hr {
	margin: 5px 0;
	border-top: 1px solid #d7d9de;
}

.sf_footer .row, .sf_footer .row-fluid {
	margin: 0 0 10px 0;
}

ul#twitter-ticker {
	overflow: hidden;
	height: 140px;
}
 
hr {
   display: block;
   border: 0;
   border-top: 1px solid #ccc;
   clear: both;
   margin: 0;
}

#tweet-container {
	width: auto;
}

.tweet {
	margin: 5px 0 10px;
	width: auto;
	height: 65px;
	overflow: hidden;
}

.tweet .avatar, .tweet .user, .tweet .time {
	float: left;
}

.tweet .time {
	text-transform: uppercase;
	font-size: 10px;
	color: #AAAAAA;
	white-space: nowrap;
	padding-left: 5px;
}

.tweet .avatar img {
	width: 46px;
	height: 46px;
	border: 2px solid #eeeeee;
	margin: 0 5px 5px 0;
}

.tweet .txt {
	font-size: 10px;
}

.tweet .user {
	font-weight: bold;
}

ul#twitter-ticker li a, ul#twitter-ticker li a:visited {
	color: #00BBFF;
	text-decoration: none;
	outline: none;
}


/* === media queries === */

/* Landscape phones and down */
@media (max-width: 480px) {
	.sf-item {
		width: 46%;
		padding: 0.2%;
	}

     .home-blurb {
     font-size: 14px;
}

      address {
      float: left;
      text-align: left;
      padding: 0;
}

      address .contact-number {
      float: left;
}

     address .contact-email {
     padding-top: 15px;
     float: left;
}

}

@media (max-width: 670px) {
     address { float: left; clear: both; padding: 0 0 20px 0 !important; margin: 0; text-align: left; }
     address .contact-number { float: left; }
     address .contact-email { float: left; }
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.sf_footer {
		margin: 0 -20px;
		padding: 0 20px;
	}
.home-banners .span4+.span4 { margin-top: 30px }

.secondary-menu { width: 100%; margin-bottom: 5px; margin-left: -10px; }
.footer-slogan { margin-top: 0; margin-bottom: 30px; width: 100%; clear: both; float: left; text-align: left; }
.slogan { margin-top: 0; font-size: 18px; width: 100%; padding: 10px 0; }
.camera_caption > div { margin-top: -200px; padding: 5px 0; width: 250px !important; font-size: 16px !important; }
}

/* Landscape phone to portrait tablet - mobile navigation */
@media screen and (max-width: 979px) {
  #sf-menu-responsive { 
  	display: none; 
  }
  .selectnav{ 
  	display: block; 
  	clear: both;
  	width: 100%;
  }

   address {
       padding: 50px 10px 0 0;
  }
  
  address .contact-number { font-size: 34px; }

   .contact-page-text { width: 100%; }
   .contact-page-form { width: 100%; }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Large desktop */
@media (min-width: 1200px) {
  .camera_caption > div { margin-top: -320px; }
}

legend {
display: none !important
}
.captcha img {
display: block;
margin-bottom: 5px
}
.captcha input {
margin-top: 5px;
display: block
}
textarea#message {
width: 98%
}
.span4 input[type=text] {
width: 94%
}
@media screen and (min-width: 501px) and (max-width: 767px) {
.span4 input[type=text] {
width: 98%
}
}

@media screen and (max-width: 500px) {
.span4 input[type=text], textarea#message {
width: 96%
}
.secondary-menu { width: 100%; margin-bottom: 5px; margin-left: -10px; }
.footer-slogan { display: none; }
.slogan { font-size: 14px; }
}
.contactform fieldset#fbrp__29 div, .contactform fieldset#fbrp__39 div {
color: #F00
}
ul#da-thumbs li:hover {
box-shadow: 0 1px 3px #ff8201;
}
ul#da-thumbs li:hover a {
text-decoration: none;
}

.home-banners a h3 {
padding: 0;
margin: 0;
text-align: center;
text-decoration: none !important;
	border: 1px solid #DDD;
	background:#EEE;
	color:#444;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.home-banners a:hover {
text-decoration: none !important
}
.home-banners a:hover h3 {
background: #ff8201;
color: #FFF;
border: 1px solid #ff8201
}

@media (min-width: 1200px) {
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 940px;
}
}











/***** Controlling the slider *****/

.camera_pag { text-align: center; margin-top: -60px; z-index: 9999; }
.camera_pag ul { text-align: center !important; }

.camera_wrap .camera_pag .camera_pag_ul li { 
  background: rgba(245,245,245,0.8); border: 1px solid #d0d0d0; 
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); 
}


.camera_wrap .camera_pag .camera_pag_ul li > span {}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span { 
  background: rgba(222,50,88,0.5); 
}

.camera_caption > div {
  background: #ef4036;
  padding: 20px 0;
  width: 400px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  position: relative;
  float: right;
}

/* Stylesheet: responsive_main Modified On 2015-01-29 17:24:21 */
