@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
html,
body {
  font-size: 14px;
}
body {
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  color: #000;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  /*background-color: #F5F5F5;*/
  background-image: url(../images/body.jpg) !important;
}




#topwidget .columns{
  background-image: url(../images/middlebody.jpg) !important; padding-bottom:5px;}

.middle-bar {
background-image: url(../images/headbody.jpg) !important;}

a,
a.inverted,
a.white {
  cursor: pointer;
  color: #ccc;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  outline: none
}
a.inverted {
  color: #888888;
}
a.white {
  color: #fff;
}
a:hover,
a.hover,
a:focus {
  color: #DBA766;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -o-transition: all .35s ease;
  transition: all .55s ease;
  outline: none;
  text-decoration: none
}
a.inverted:hover,
a.inverted:focus {
  color: #F4BF1E;
}
a.white:hover,
a.white:focus {
  color: rgba(0,0,0,0.4);
}
hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  height: 3px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}
h1,
h2,
h2.h3.h4,
h3,
h5,
h6 {
  font-family: 'Open Sans Condensed';
  color: #2D343E;
  margin-bottom: 1rem;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
.wojo-content {
  padding: 1em;
}

.middle-bar .wojo-content {
	padding-bottom:67px;
}

.wojo-content-full {
  padding: 2em 1em
}
.wojo-content-half {
  padding: .5em 1em;
}
header {
  position: relative;
  background-color: #FFF;
}
header .top-bar {
  background-color: #F8F8F8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
header .top-bar .doSearch {
  float: right;
  min-width: 300px
}
.subheader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-image: url(../images/city_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #FCFCFC;
}
.subheader h1 {
  color: rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 #fff;
  margin: 0
}
.subheader h1 small {
  display: inline-block;
  padding-left: 1em;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
#suggestions {
  position: absolute;
  width: 100%;
  top: 3em;
  z-index: 100
}
#search-results {
  background-color: #FFF;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
#search-results {
  background-color: #FFF;
}
#search-results .item {
  display: block
}
#page {
  background-color: #FFF;
}
/* == Menu Navigation == */
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  direction: ltr;
}
ul.sm li {
  position: relative;
  
}
ul.sm a {
  position: relative;
  display: block;
}
ul.sm a.disabled {
  cursor: default;
}
ul.sm ul {
  position: absolute;
  top: -999999px;
  left: -800px;
  width: 100px;
}
ul.sm li {
  float: left;
}
ul.sm-rtl {
  direction: rtl;
}
ul.sm-rtl li {
  float: right;
}
ul.sm ul li,
ul.sm-vertical li {
  float: none;
}
ul.sm a {
  white-space: nowrap;
}
ul.sm ul a,
ul.sm-vertical a {
  white-space: normal;
}
* html ul.sm-vertical li {
  float: left;
  width: 100%;
}
* html ul.sm-vertical ul li {
  float: none;
  width: auto;
}
*:first-child+html ul.sm-vertical>li {
  float: left;
  width: 100%;
}
ul.sm ul.sm-nowrap>li>a {
  white-space: nowrap;
}
ul.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
* html ul.sm {
  height: 1px;
}
*:first-child+html ul.sm {
  min-height: 1px;
}
ul.sm li *,
ul.sm li *:before,
ul.sm li *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
ul.sm {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* Menu box
===================*/
div.screen-25.tablet-50.phone-100 .wojo{

  -webkit-box-shadow: -1px 0px 19px 4px rgba(0,0,0,0.66);
-moz-box-shadow: -1px 0px 19px 4px rgba(0,0,0,0.66);
box-shadow: -1px 0px 19px 4px rgba(0,0,0,0.66);
border-radius: 3px;

}

.widget-body .wojo.secondary.segment {
    background-color: transparent !important; border:none !important;
}


#menu-wrap {
  border-bottom: 0px solid #EEEEEE;
  border-top: 0px solid #EEEEEE;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
/*background-image: url(../images/body.jpg) !important;*/

}
.top-menu {
  position: relative;

}
.topmenu,
 .topmenu ul {
  background-image: url(../images/navi.jpg) !important;

   	background-repeat: repeat-x;

border-radius: 3px;
  margin-top:-62px;
 background-color: #144b6d;
}

.topmenu > li:first-child {
   border-radius: 3px;
}

/*
.topmenu > li:first-child {
  box-shadow: -1px 0 0 0 #666, 0px 0 0 0 #000;
}

.topmenu > li {
  box-shadow: 0px 0 0 0 #666;
}
*/
.topmenu li > a {
  display: block;
  position: relative;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  display: block;
  height: 100%;
  color: #fff;
  font-weight: 700;
  padding: 1.5em 1em 1.5em 1em;
  text-transform: uppercase;
}
.topmenu li a > i {
  display: inline-block;
  font-size: 1em;
}
.topmenu li > a strong {
  font-weight: 700;
 text-shadow: 1px 3px 3px rgba(0, 0, 0, 1);
}
.topmenu li > a small {
	color: #fff;
  display: block;
  font-size: 0.714em;
  font-weight: 600;
  font-style: italic;
  position: absolute;
  white-space: nowrap;
  line-height: 1;
  text-transform: none;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.topmenu li:hover > a {
  color: #F4BF1E;
  
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease
}
.topmenu li:hover > a small {
  opacity: 1;
  top: 75%;
  color: #fff;
}
/*
.topmenu li > a.active {
  box-shadow: inset 0 2px 0 0 #F4BF1E;
     background-image: url(../images/menu_bgactive.gif) !important;
   	background-repeat: repeat-x;
}*/
.topmenu li > a i.icon {
  margin-right: .5em;
}
.topmenu li > a.has-submenu {
  padding-right: 2em;
}
#menu ul.two.cols {
  width: 380px!important;
}
#menu ul.three.cols {
  width: 500px!important;
}
#menu ul.three.cols li {
  width: 33.33%;
}
#menu ul.four.cols li {
  width: 25%;
}
#menu ul.four.cols {
  width: 680px!important;
}
#menu ul.cols li {
  display: block;
  float: left;
  width: 50%;
  box-shadow: inset 1px 0 0 0 #EEE;
}
#menu ul.cols li:first-child {
  box-shadow: none
}
#menu ul.cols {
  clear: both
}
.topmenu ul {
  background: #FFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25), inset 0 3px 0 0 #F4BF1E;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
.topmenu ul:before {
  background: none repeat scroll 0 0 #F4BF1E;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 21px;
  z-index: 2;
}
.topmenu ul:after {
  background: none repeat scroll 0 0 #F4BF1E;
  content: "";
  display: block;
  height: 20px;
  left: 0px;
  position: absolute;
  bottom: 0px;
  width: 2px;
}
/* Sub menu indicators
===================*/
.topmenu ul.menu-submenu {
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}
.topmenu a span.sub-arrow {
  position: absolute;
  right: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.topmenu ul a span.sub-arrow {
  right: 1em;
  transform: rotate(-90deg);
  top: 45%
}
.topmenu ul a {
  font-size: 1em;
  white-space: nowrap;
  float: none;
  font-weight: 400;
  text-transform: none;
  padding: 8px 15px
}
.topmenu ul a:hover {
  background: #F4BF1E;
  color: #FFF
}
.topmenu ul a.active {
  box-shadow: none;
  background: #F4BF1E;
  color: #FFF
}
/* == Plugis Layout == */
#topwidget {
  box-shadow: 0 5px 0 0 #fff, 0 5px 0 0 #fff, 0 0 25px #F5F5F5 inset;
  background-color: #fff;
}
#topwidget .static-image {
  background-attachment: scroll;
  background-image: url("/uploads/images/pages/static.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 0em;
  padding-bottom: 0em;
  color: #fff
}

.elastic-slideshow{
  background-attachment: scroll;
  background-image: url("/uploads/images/pages/static.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 0em;
  padding-bottom: 0em;
  color: #fff
}

.ns_nerveSlider
{
  background-attachment: scroll;
  background-image: url("/uploads/images/pages/static.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 0em;
  padding-bottom: 0em;
  color: #fff
}


#topwidget .static-image > h1 {
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 600;
}
#rightwidget aside,
#leftwidget aside {
  margin-bottom: 1.5em;
}
#rightwidget aside h3,
#leftwidget aside h3 {
}
#botwidget {
  position: relative;
  background-image: url("/uploads/images/pages/footerbg.jpg");
  box-shadow: inset 0 4px 0 0 rgba(0,0,0,0.02);
  background-repeat:repeat;
}
#botwidget h3 {
  font-size: 1.2em;
  padding-top: 1em;
}
/* == Loading == */
.loader {
  position: relative
}
.loader:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
  visibility: visible;
  z-index: 5000;
}
#login .section {
  background-color: #FCFCFC;
  border: 1px solid #F1F1F1;
  padding: 1.5em;
  position: relative;
  margin-top: -1px;
  z-index: 1
}
#login .section .item {
  margin-bottom: 2em;
}
#login .section .item label {
  display: block;
  margin-top: 1em;
}
#login .section .item input {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  box-shadow: none;
  color: #888888;
  display: inline-block;
  line-height: 20px;
  outline: medium none;
  padding: 14px 10px;
  resize: none;
  transition: all 0.1s linear 0s;
  width: 100%;
  background-color: #FFFFFF;
}
#login .nav {
  z-index: 2
}
#login .nav > a {
  display: block;
  float: left;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#login .nav > a:last-child {
  border-left: 0
}
#login .nav > a.active {
  background-color: #FCFCFC;
  border-bottom: 1px solid #FCFCFC;
}
/* == Footer == */
footer {
  background-image: url(../images/footbody.jpg) !important;
  box-shadow: inset 0 4px 0 0 rgba(0,0,0,0.06)
}
footer .logo {
  max-width: 260px
}
footer .copyright {
  text-align: right;
}
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  opacity: 0.8;
  color: #ccc;
}
#scrollUp:before {
  content: "\f077";
  display: inline-block;
  vertical-align: middle;
  font: 14px/18px 'Icons';
  color: #ccc;
}
#error-page {
  height: 100%;
  background-image: url(../images/404_bg.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  text-align: center;
  background-color: #282828;
  box-shadow: inset 0 10px 0 0 #000000, inset 0 -10px 0 0 #000000;
  position: relative
}
#error-page .logo {
  padding-top: 2em;
}
#error-page h1 {
  padding-top: .5em;
  color: #fff;
  font-size: 5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3 {
  color: #7F7F7F;
  font-size: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3.primary {
  margin-top: 2em;
}
#error-page #but.button {
  font-size: 2em;
}
#error-page #but.button i.icon {
  font-size: 4em;
}
 @media only screen and (max-width: 768px) {
.logo {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: center;
}
ul.topmenu {
  width: auto;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2)
}
ul.topmenu ul {
  display: none;
  position: static;
  top: auto!important;
  left: auto!important;
  margin-left: 0 !important;
  margin-top: 0!important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
ul.topmenu>li {
  float: none;
}
ul.topmenu>li>a,
ul.topmenu ul.sm-nowrap>li>a {
  white-space: normal;
}
ul.topmenu iframe {
  display: none;
}
/* Menu box
===================*/
.topmenu ul.menu-submenu {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topmenu li > a {
  display: block;
  text-decoration: none;
  padding: .5em 1em;
  text-align: left;
  font-weight: 300;
  color: #999999;
  box-shadow: inset 0 -1px 0 0 #EEE;
}
.topmenu li a > i {
  display: inline-block;
  font-size: 1em;
  margin-right: 1em;
}
.topmenu li > a strong {
  display: inline-block;
  font-weight: 500;
  font-size: .95em;
}
.topmenu li > a small {
  display: none;
}
.topmenu a span.sub-arrow {
  left: auto;
  right: 1em;
  bottom: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.topmenu ul a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
  left: auto;
  right: 1em;
}
#menu ul.two.cols,
#menu ul.three.cols,
#menu ul.four.cols {
  width: 100%!important;
}
#menu ul.cols li {
  float: none;
  width: auto;
  box-shadow: none
}
.topmenu li:hover > a {
  background: #F4BF1E;
  color: #fff;
}
.topmenu li > a.active,
.topmenu > li:first-child,
.topmenu li:hover > a {
  box-shadow: none
}
.topmenu a.highlighted span.sub-arrow {
  display: none;
}
.topmenu li {
  border-left: 0;
}
.topmenu li:first-child {
  border-top: 0;
}
#footer .links {
  float: none!important
}
.wojo.tabs li {
  float: none;
}
.wojo.tabs li a.active,
 .wojo.tabs li a.active:hover {
  border-color: #F4BF1E;
}
ul.sm li {
  background-color: transparent;
}
}

@media screen and (max-width:768px) {

div.page5 span { font-size:18px !important;}
table td.hometd { display:none;}
#gallerywrap section {
	height: 140px!important;
}	
#gallerywrap section h3{
	font-size:16px !important;
}	
div.wojo { padding-bottom:20px !important;}
.wojo.danger, .wojo.fitted {
    background-color: transparent !important;
}
div.big { display:none;}	
ul.sm li {
  background-color:#144b6d;
}
.topmenub { display:none;}
.topmenua { display:none;}
.topmenu,
.topmenu ul {
   background-image: none!important;
   background-color:#000000 !important;
  float: none !important;
}  
.topmenu a,
.topmenu ul a{
	color:#FFFFFF !important;
}
table.page2table { width:100% !important;}
td.mobilev{ width:70% !important;}
div.rightdot { display:none !important;}
}


i.icon.information::before {
    content: "\f08a"!important;
}
.wojo-grid h4.wojo.header, .wojo-grid h4 {
    line-height:0!important;
    font-size: 1.5rem!important;
	color:#0e3248!important;
}

#page2 #page {
    background-image: url(http://quickcredit88.com/uploads/images/pages/static6.jpg) !important;
    margin-top: -67px;
}

.page2 {
padding:50px;
background-color:rgba(242, 247, 255, 1);
width: 100%;
height: 100%;
position: relative;}

.page2 h1, .page2 h2 {
    margin-bottom: 0rem!important;
	font-weight: 400!important;
}
.page2 h1.wojo.header, .page2 h1 {
    line-height: 1!important;
}
.page2 h3.wojo.header, .page2 h3 {
    line-height: 1.33;
    font-size: 1.55rem;
    font-weight: 500;
}

.page2 h5.wojo.header, .page2 h5 {
    line-height: 1.33;
    font-size: 1.2rem;
    font-weight: 300;
}


.page3 {
padding:10px;
background-color:#0e3248; 
padding:10px;
background-image: url(/uploads/contactbg.jpg);
 background-attachment: fixed;
  background-repeat: no-repeat;
  background-position:center;
width: 100%;
height: 100%;
position: relative;
width: 100%;
height: 100%;
position: relative;}

.page3 h3.wojo.header, .page3 h3 {
    line-height: 1.33;
    font-size: 1.55rem;
    font-weight: 500;
}

.page4 {
padding:50px;
background-color:#fff; 
width: 100%;
height: 100%;
position: relative;}

.page5 {
padding:10px;
background-image: url(/uploads/contactbg.jpg);
 background-attachment: fixed;
  background-repeat: no-repeat;
  background-position:center;
width: 100%;
height: 100%;
position: relative;}

.style-j38bhssm[data-disabled="false"] .style-j38bhssmlink {
    cursor: pointer !important;
}
.style-j38bhssmlabel {
    font: normal normal 700 16px/1.4em raleway,sans-serif;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    display: inline-block;
    margin: calc(-1 * 1px) 1px 0;
    position: relative;
    white-space: nowrap;
	background-color: rgba(12, 221, 232, 1);
border: solid transparent 1px;
cursor: pointer !important;
  border: none;
    color: white;
    padding: 6px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	border-radius: 25px;
}
.style-j38bhssmlabel2 {
    font: normal normal 700 16px/1.4em raleway,sans-serif;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    display: inline-block;
    margin: calc(-1 * 1px) 1px 0;
    position: relative;
    white-space: nowrap;
	background-color: #D20020;
border: solid transparent 1px;
cursor: pointer !important;
  border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
	border-radius: 25px;
}
span.homefont {color: #12AFB8; font-size:20px;}
span.homefont2 {color:rgb(96, 94, 94); font-size:18px;}

.rightdot {
	top:350px;
	right:0;
	margin-right:30px;
	position: fixed;
	float:right;
cursor: pointer;
}

.shadow { text-shadow:#333 1px 1px;}
table.page2table { width:70%;}
td.mobilev{ width:20%;}
.copyright { color:#fff !important;}
.copyright a { color:#fff !important;}
.widget-body a { color:#000 !important;}
.topwidget-wrap h3 { font-size:24px !important; font-weight:bold !important;}
.ns_nerveSlider.light .ns_dots .ns_dot {
  border: 1px solid #144b6d !important;
}
.ns_nerveSlider.light .ns_dots .ns_dot.ns_selected {
  border: 1px solid #144b6d !important;
  background: #144b6d !important;
}
.ns_nerveSlider .ns_dots {margin-right: 20px !important;}

.topmenua {
	/*background-image: url(../images/topmenu.png);*/
	width:300px;
  background-repeat: no-repeat;
  position:relative;
  float:right;

}

.topmenub {
	/*background-image: url(../images/topmenu.png);*/
	width:300px;
  background-repeat: no-repeat;
  position:relative;
  float:left;

}

div.segment div.footer span{ text-shadow: 0px 0px 0px rgba(0, 0, 0, 1); line-height:10px; color: #333;}
div.segment div.footer span a{ text-shadow: 0px 0px 0px rgba(0, 0, 0, 1); line-height:10px; color: #0e3248;}
div.segment div.footer h4{ color:#144b6d;}
div.segment div.footer {height: 160px;}

.page5 h3 { color:#fff !important; font-size:36px; font-weight:bold;}
.page5 span { line-height:26px !important;}
.page3 h3 { color:#fff !important; font-size:22px; font-weight:bold;}
span.style-j38bhssmlabel a{color:#000 !important;}



.wojo.danger, .wojo.fitted {
    background-color: #fd7705;
}

p.portfolio-meta-image { display:none !important;}
#gallerywrap section {
    height: 150px;
}

div.big{ display:none !important;}
#gallerylist a { font-size:18px !important; color:#000 !important;}


div.widget-body i.home.icon{
height: 50px;}
