@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,600);
@import url(http://fonts.googleapis.com/css?family=Lobster);
body {
    background-color: #f7f7f7;
	//font-family: "Open Sans",sans-serif;
}
/* loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../img/Preloader_8.gif) center no-repeat #fff;
}/* end loader */

.font-lobster{font-family: 'Lobster', cursive;}
body,h1,h2,h3,h4,h5,.ralewaw600{
	font-family: 'Raleway', sans-serif;
}
a,a:hover,a:active,a:focus{outline: none;text-decoration: none;}
.white{	background: #fff;}
ul li{list-style-type: none;}
/* NAV */
.navbar-default{
	background: #2e8ed8;
	margin-top: 64px;
}
 #search_f{
	margin-top: -3px;
	margin-bottom: 0;
  }
@media (max-width: 428px) {
  .navbar-default.fp {
	  width: 100%;
	  margin-top: 0;
  }
  #search_f{
	  width: 100%;
	  margin-bottom: 10px;
  }
}
@media only screen and (device-width: 810px) {	
  #search_f{
	  width: 217px;
  }
}
 
.navbar-nav {margin: 0;}
.navbar-nav > li {border-left: 1px solid #41a1eb;border-right: 1px solid #1979C3;}
.navbar-nav > li:first-child{border-left: 0;}
.navbar-nav > li:last-child{border-right: 0;}

.navbar-default .navbar-nav > li > a{color: #fff;font-weight: bold;text-shadow: 1px 1px 2px #12327c;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #2AC5EE;
  -webkit-transition: background 0.3s ease-in;
-moz-transition: background 0.3s ease-in;
-ms-transition: background 0.3s ease-in;
-o-transition: background 0.3s ease-in;
transition: background 0.3s ease-in;
}
/* END NAV */

.client >.col-md-2{
	margin-bottom: 30px;
}
.client >.col-md-2 > img:hover{
	cursor: pointer;
	-webkit-box-shadow: 2px 3px 5px 1px #000;
	box-shadow: 2px 3px 5px 1px #000;
}
.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d9534f;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    padding: 0 20px;
	margin-bottom: 20px;
}
.bs-callout-info {border-left-color: #d9534f;}
.modal-header {
    background: #2e8ed8;
	color: #fff;
}
.box-service{
	box-shadow: 1px 2px 5px 1px #dedede;
	padding: 10px;
}
.box-service:hover{
	box-shadow: 2px 3px 5px 1px #000;
	background: #DAF1FF;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#listBottom .col-md-6{
	margin-bottom: 20px;
}
/* contact badger */
input, textarea, button {margin-top:10px;}
/* PAGINATION */
.paging {margin: 5px 0 20px;}

.paging a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
	border-radius: 3px;
	line-height: 1.5;
	background-color: #29C5ED;
	border-color: #29C5ED;
	color: #ffffff;
	padding: 3px 5px;
}

.paging a:hover {
	background-color: #d9534f;
    border-color: #d43f3a;
}

.paging a.jp-previous { margin-right: 15px; }
.paging a.jp-next { margin-left: 15px; }

.paging a.jp-current, a.jp-current:hover {
  color: #ed4e2a;
  font-weight: bold;
}

.paging a.jp-disabled, a.jp-disabled:hover { color: #bbb; }

.paging a.jp-current, a.jp-current:hover,
.paging a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background-color: #d9534f;
    border-color: #d43f3a;
	color: #fff;
}

.paging span { margin: 0 5px; }
/* END PAGINATION */

/* Required field START */
.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 2px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #B80000;
	font-size: 26px;
	margin: -3px -7px 0 0;
}

.page-header{margin-top: 0;}

#mytable button{margin-top: -4px;}
/* Required field END */

/* FOOTER */
.foot{
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	font-weight: bold;
}

.footerBlock li:hover a,
.footerBlock li:hover{
	list-style-image:url(../img/angle.png);
	color: #000;
	text-shadow: 1px 1px 2px #c1c1c1;
}
.footerBlock li a{
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 2px #12327c;
}
hr.rope_2 {
    background: url(../img/rope.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    height: 8px;
    margin-bottom: 20px;
    margin-top: 10px;
}
footer{
	margin-top: -20px;
	-webkit-box-shadow: 1px 2px 5px 1px #dedede;
	box-shadow: 1px 2px 5px 1px #dedede;
	min-height: 168px;
	padding: 20px;
	background:url(../img/f-footer.png) left top;
}
/* END FOOTER */

/* OVERIDE & HELPER*/
.white-shadow{text-shadow: 1px 1px 2px #12327c;}
.c-blue,h1,h2,h4,h5{color: #2e8ed8;}
.c-red{color: #D9534D;}
.c-black{color: #000;}
.c-white,.c-white p{color: #fff;}
.pl-none{padding-left: 0;}
.raleway600{font-weight: 600;}
.bs-callout.bs-callout-info h2{text-transform: capitalize;}
.listSearch li:hover{background: #F7F7F7;}
.listSearch li{color: #D9534D;font-size: 26px;}
.listSearch li p{font-size: 14px;}
.product_paging{min-height: 200px;}
/* END OVERIDE & HELPER*/
