@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	outline:none;
}

.nomargin {
	margin: 0 !important;
}

.rotate{
    -webkit-transition-duration: 2.0s;
    -moz-transition-duration: 2.0s;
    -o-transition-duration: 2.0s;
    transition-duration: 2.0s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }   

.rotate:hover  
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
} 

html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height:16px;
	color:#54564d;
}

img {
	border: none;
	
}

a {
	text-decoration: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear: both;
	float:none;
	height: 0;
}

table td {
	vertical-align: top;
}

a:active, a:focus {
	ie-dummy:  expression(this.hideFocus=true);
}

.dottedSpacer {
	height:1px;
	border-bottom:1px dotted #bbbbbb;
	margin:10px 0;
}

.solidSpacer {
	height:1px;
	border-bottom:1px solid #f4f4f4;
	margin:10px 0;
}

.clearSpacer {
	height:1px;
	padding:10px;
}

.emailhere {
	display:none;
}

.centered {
	text-align:center;
}

.rightAligned {
	text-align:right;
}

.leftAligned {
	text-align:left;
}

.centerAligned {text-align:center; }

.justifyAligned { text-align:justify;}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

textarea {
	overflow:auto;
}

.notShown {
	display: none;
}

.borderless {
	border:none;
}



.float-left    { float:left; }
.float-right   { float:right; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
  
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }



/*****************************CUSTOM radio and checkboxes****/
.CheckBoxClass, .RadioClass{
	/*display: none;*/
	position:absolute;
	opacity:0;
	filter: alpha(opacity = 0);
}
.CheckBoxLabelClass{
	background: url("../images/checkbox_uncheck.png") left no-repeat;
	padding-left: 30px;
	/*padding-top: 3px;*/
	/*margin-top:5px;*/
	/*margin: 5px;*/
	height: 28px;	
	width: 150px;
	display: block;
	line-height:28px;
	font-size:11px;
	font-weight:normal;
}
.CheckBoxLabelClass:hover, .RadioLabelClass:hover{
	/*text-decoration: underline;*/
}
.LabelSelected{
	background: url("../../graphics/elements/Check.png") left no-repeat;
}
.RadioLabelClass{
	background: url("../images/radio_uncheck.png") left no-repeat;
	padding-left: 23px;
	padding-top: 0px;
	/*margin: 5px;*/
	height: 28px;	
	line-height:26px;
	/*width: 70px;*/
	display: block;	
	/*float: left;*/
}
.RadioSelected{
	background: url("../images/radio_check.png") left no-repeat;
}
/**slider css**/
.bx-window {
  overflow: hidden;
}
#slider_wrapper {
  position: relative;
}
#portfolio .bx-pager-navig {
  position: absolute;
  top: -50px;
  right: 0;
}
#portfolio .bx-pager-navig .bx-pager {
  float: left;
}
#portfolio .bx-pager a {
  background-color: #FDE5B9;
  color: #C48106;
  display: block;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin-right: 12px;
  text-align: center;
  width: 29px;
}
#portfolio .bx-pager .pager-active {
  background-color: #353535 !important;
}
#blog .bx-pager a {
  background-color: #FFA500;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-right: 12px;
    text-align: center;
    width: 29px;
}
#blog .bx-pager .pager-active {
  background-color: #000000 !important;
}
#portfolio .bx-prev  {
	background: url("../images/portfolio_navi_left.png") no-repeat scroll center center #FDE5B9;
  float: left;
  height: 28px;
  margin-right: 12px;
  width: 29px;
  text-indent: -9999px;
  line-height: 1px;
  overflow: hidden;
}
#portfolio .bx-next {
  background: url("../images/portfolio_navi_right.png") no-repeat scroll center center #FDE5B9;
  float: left;
  height: 28px;
  width: 29px;
  text-indent: -9999px;
  line-height: 1px;
  overflow: hidden;
}
#blog .bx-prev  {
  background: url("../images/blog_navi_left.png") no-repeat scroll center center #FFA500;
    display: block;
    float: left;
    height: 28px;
    margin-right: 12px;
    width: 29px;
    text-indent: -9999px;
    line-height: 1px;
    overflow: hidden;
}
#blog .bx-next {
  background: url("../images/blog_navi_right.png") no-repeat scroll center center #FFA500;
    display: block;
    float: left;
    height: 28px;
    width: 29px;
    text-indent: -9999px;
    line-height: 1px;
    overflow: hidden;
}