code, pre{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
    background-color: #fcfcfc;
}
pre{
	background-image: url(../images/pre_bg.png);
    background-position:  0 -9px;
    padding: 9px;
	overflow: auto;
}
span.highlight-2,
span.highlight{
    font-weight: bold;
}
span.highlight-4,
span.highlight-3{
    padding: 0 3px;
    color: #fff;
    text-shadow: none;
}
.alignleft, img.alignleft {
	margin-right: 10px;
	display: inline;
	float: left;
    max-width: 100%;
    height: auto;
}


.alignright, img.alignright {
	margin-left: 10px;
	display: inline;
	float: right;
    max-width: 100%;
    height: auto;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
    max-width: 100%;
    height: auto;
}
#topBorder{
    height: 4px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 );
}

#headerMeta{
    padding: 16px 0;
}
.metaMenu li{
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}
.metaMenu{
    padding: 3px 0;
    margin-left: -20px;
}
.metaMenu li,
.metaMenu{
    margin-bottom: 0;
}
.metaMenu li{
    line-height: 12px;
    padding: 0 10px 0 9px;
    border-left: 1px solid rgba(255,255,255,.4);
}
.metaMenu li:first-child{
    padding-left: 0;
    border-left: none;
}

.metaMenu li a{
    color: rgba(255,255,255,.96);
}
.metaMenu li a:hover{
    color: #fff;
}
.metaRight{
    color: rgba(255,255,255,.96);
    position: relative;
    float: right;
    right: -20px;
    font-size: 12px;
}
.meta-data-wpml,
.meta-data{
    float: left;
}
.meta-data{
    font-weight: bold;
}
.meta-data-wpml{
    margin-left: 10px;
}
.meta-data-wpml a{
    margin-left: 5px;
    color: #555;
}
.meta-data-wpml img{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#main{
    position: relative;
    width: 980px;
    margin: 0 auto;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    z-index: 1;
}
#header{
    position: relative;
    width: 960px;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
}
#logo{
    float: left;
}
#logo h1,
#logo h5{
    float: left;
    color: #c2c2c2;
    margin-bottom: 0;
}
#logo h1 a{
    display: block;
    color: #363636;
    text-decoration: none;
}
#logo h1 a img{
    display: block;
}
#logo h5{
    font-size: 12px;
    font-style: italic;
    margin: 10px 0 0 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-family: sans-serif !important;
}
.navi{

    left: 18px;
    margin-bottom: 0;
}
.navi li{
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-bottom: 0;
}
.navi li.backLava {
	position: absolute;
	z-index: 3;
	background-color: #fafafa;
	border-bottom: 3px solid;
}
.navi li a{
	position: relative;
	z-index: 5;
    color: #959595;
    display: block;
    text-decoration: none;
    padding: 45px 20px;
}
.navi li.selectedLava a,
.navi li.current a,
.navi li a:hover{
    color: #363636;
}
.navi ul{
    background: #fff;
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
	box-shadow:  0 5px 10px rgba(0,0,0,.1);
    opacity: 0.97; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=97); /* IE6-IE8 */
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    font-size: 100%;
}
ul.navi ul ul{
    border-left: 1px solid #e1e1e1;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
	-moz-box-shadow: 5px 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 5px 0 10px rgba(0,0,0,.1);
	box-shadow:  5px 0 10px rgba(0,0,0,.1);
}
.navi ul li{
    font-size: 13px;
    margin: 0;
}
.navi ul li a{
    display: block;
    padding: 9px 20px;
    color: #555;
    border-top: 1px solid #e1e1e1;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
ul.navi ul li a:hover{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2) inset;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2) inset;
	box-shadow:  0 0 10px rgba(0,0,0,.2) inset;
}
.navi ul li:last-child a{
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.navi ul ul li:first-child a{
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    border-color: white;
}
.navi ul ul li:last-child a{
    -moz-border-radius: 0 0 3px 0;
    -webkit-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
}
.mobileNavi_wrap{
    display: none;
    padding-top: 18px;
}
select.mobileNavi{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    padding: 4px;
}
#title{
    position:relative;
    text-align: center;
    background: rgb(250,250,250);
    background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(255,255,255,1) 50%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa',GradientType=0 );
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
}
#title:before,
#title:after {
    content:"";
    position:absolute;
    z-index:-2;
}
#title:before {
    top: 50%;
    bottom: 0;
    left: 50px;
    right: 50px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
#title .container{
    width: 940px;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-bottom: none;
}
#title .container .sixteen{
    margin: 0;
    box-shadow: 0 0 30px 0 #f5f5f5 inset;
}
#title .container .titleWrap{
    border: 1px solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    padding: 6px 0;
    background-image: url(../images/titleWrap-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.breadcrumb{
    color: #959595;
    font-family: sans-serif;
}
.breadcrumb a{
    color: #959595;
    text-decoration: none;
}
#page{
    position: relative;
    overflow: hidden;
    z-index: -3;
}
#page .container{
    padding-top: 36px;
    padding-bottom: 18px;
}
#page .container h3 { font-size: 24px; line-height: 36px; margin-bottom: 0; }
#page .container h4 { font-size: 18px; line-height: 36px; }
#page .container h5 { font-size: 14px; line-height: 27px; margin-bottom: 0; }
#page .container h6 { font-size: 12px; line-height: 27px; margin-bottom: 0; }
#page .container li{
    padding: 4px 0;
    margin-bottom: 0;
}
#page .container .button,
#page .container button{
    margin-bottom: 0;
}
#page .img{
    display: block;
    margin-bottom: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
#page .img img{
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#page .img iframe{
    display: block;
}
#content{
    float: left;
    width: 640px;
    padding: 0 10px;
}
.sidebar-left #content{
    float: right;
}
#content .container{
    width: 640px;
}
#sidebar{
    float: left;
    width: 320px;
}
#sidebar .column{
    background-color: #fafafa;
    background: -moz-linear-gradient(left,  rgba(250,250,250,1) 0%, rgba(252,252,252,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(252,252,252,1)));
    background: -webkit-linear-gradient(left,  rgba(250,250,250,1) 0%,rgba(252,252,252,1) 100%);
    background: -o-linear-gradient(left,  rgba(250,250,250,1) 0%,rgba(252,252,252,1) 100%);
    background: -ms-linear-gradient(left,  rgba(250,250,250,1) 0%,rgba(252,252,252,1) 100%);
    background: linear-gradient(to right,  rgba(250,250,250,1) 0%,rgba(252,252,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fcfcfc',GradientType=1 );
    padding: 36px 20px 0 19px;
    border-left: 1px solid #e1e1e1;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}
.sidebar-left #sidebar .column{
    padding-left: 20px;
    padding-right: 19px;
    border-left: none;
    border-right: 1px solid #e1e1e1;
    padding-bottom: 9999px;
}
#footer{
    position: relative;
    border-top: 1px solid rgba(0,0,0,.3);
}
#footer:before,
#footer:after {
    content:"";
    position:absolute;
    z-index:-2;
}
#footer:before {
    top: 0;
    bottom: 50%;
    left: 50px;
    right: 50px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
.footer{
    color: #fafafa;
    border-top: 1px solid #252525;
    background: rgb(85,85,85);
    background: -moz-linear-gradient(top,  #363636 0%, #464646 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(100%,#464646));
    background: -webkit-linear-gradient(top,  #363636 0%,#464646 100%);
    background: -o-linear-gradient(top,  #363636 0%,#464646 100%);
    background: -ms-linear-gradient(top,  #363636 0%,#464646 100%);
    background: linear-gradient(to bottom,  #363636 0%,#464646 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#464646',GradientType=0 );
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 36px 0 0;
}
.footer h6,
.footer h5,
.footer h4,
.footer h3,
.footer h2,
.footer h1,
.footer strong{
    color: #fff;
}



.grayscale{
    display: block;
    position: relative;
}
.grayscale .thumbnail{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.grayscale .bw_thumbnail{
    position: relative;
    z-index: 9;
    opacity: .2; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=20); /* IE6-IE8 */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.grayscale .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    width: 54px;
    height: 54px;
    display: block;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=0); /* IE6-IE8 */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.grayscale:hover .icon{
    opacity: 1; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=100); /* IE6-IE8 */
}
.grayscale:hover img.bw_thumbnail{
    opacity: 0 !important; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=0) !important; /* IE6-IE8 */
}
.grayscale .icon.zoom-in{
    background-image: url(../images/zoom-in.png);
}
.grayscale .icon.link{
    background-image: url(../images/link.png);
}
.grayscale .icon.eye{
    background-image: url(../images/eye.png);
}
.dark_shadow{
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    font-size: 130%;
}
#copyright{
    position: relative;
    float: left;
    left: -10px;
    color: rgba(255,255,255,.96);
    padding: 18px 0;
    font-size: 100%;
}
#copyright a{
    color: rgba(255,255,255,.96);
}
#copyright a:hover{
    color: #fff;
}
#social ul{
    position: relative;
    float: right;
    right: -10px;
    padding: 11px 0 1px;
}
#social ul li{
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
/* `callout
-------------------------------------------------- */
#callout{
    position:relative;
    background: rgb(250,250,250);
    background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(255,255,255,1) 50%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
}
#callout:before,
#callout:after {
    content:"";
    position:absolute;
    z-index:-2;
}
#callout:before {
    top: 50%;
    bottom: 0;
    left: 50px;
    right: 50px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
#callout.top{
    border-top: none;
}
#callout .container{
    width: 940px;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-bottom: none;
}
#callout .container .four,
#callout .container .twelve{
    margin: 0;
}
#callout .container .four{
    border-left: 1px solid #e1e1e1;
    width: 239px;
    text-align: center;
    box-shadow: 0 0 30px 0 #f5f5f5 inset;
}
#callout .container .titleWrap{
    border: 1px solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 18px 10px 0;
}
#callout .container .four .titleWrap{
    padding: 0;
}
#callout h4{
    margin-bottom: 9px;
}
#callout .button{
    margin-bottom: 0;
}
#callout .left{
    text-align: left;
}
/* `grad-border
-------------------------------------------------- */
.grad-border{
    display: inline-block;
    padding: 3px;
    background: rgb(235,235,235);
    background: -moz-linear-gradient(top,  rgba(235,235,235,1) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(100%,rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom,  rgba(235,235,235,1) 0%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fafafa',GradientType=0 );
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.grad-border:hover{
    background: rgb(245,245,245);
    background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fafafa',GradientType=0 );
}
/* `sub-navigation
-------------------------------------------------- */
#sub-navigation{
    position:relative;
    background: rgb(250,250,250);
    background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(255,255,255,1) 50%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 50%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
}
#sub-navigation:before,
#sub-navigation:after {
    content:"";
    position:absolute;
    z-index:-2;
}
#sub-navigation:before {
    top: 50%;
    bottom: 0;
    left: 50px;
    right: 50px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
#sub-navigation.top{
    border-top: none;
}
#sub-navigation .container{
    width: 940px;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-bottom: none;
}
#sub-navigation .container .four{
    margin: 0;
    border-left: 1px solid #e1e1e1;
    width: 234px;
    text-align: center;
}
#sub-navigation .container .four:hover{
    box-shadow: 0 0 30px 0 #f5f5f5 inset;
}
#sub-navigation .container .four:first-child{
    width: 235px;
    border-left: none;
}
#sub-navigation .container .titleWrap{
    border: 1px solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
}
#sub-navigation .button{
    margin-bottom: 0;
}
#sub-navigation .header_icon.icon_32{
    margin-bottom: 0;
}
#sub-navigation .header_icon.icon_32 span{
    float: none;
    display: inline-block;
    height: 32px;
    width: 32px;
    margin: -10px 10px -10px  0;
}
#sub-navigation .header_icon h6{
    display: inline-block;
    padding: 27px 0;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;

}
#sub-navigation .header_icon h6 a{
    display: block;
    color: #959595;
    text-decoration: none;
}
#sub-navigation .header_icon h6 a:hover{
    color: #555;
}
/* `front-media
-------------------------------------------------- */
#front-media{
    position: relative;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
    z-index: -3;
}
.front-video iframe{
    display: block;
}
#front_image{
    position: relative;
}
#front_image img{
    display: block;
}
#front_image .image-caption{
    position: absolute;
	top: 0;
    width: 280px;
    height: 321px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 70px 30px 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.layerslider{
    width: 980px;
    height: 423px;
}
/* `contact
-------------------------------------------------- */
form.contact textarea{
    width: 406px;
}
.result{
    font-style: italic;
    color: #ed1c24;
    margin-bottom: 18px;
}
.result p{
    margin-bottom: 0;
}
#google-map{
    position: relative;
    width: 100%;
    height: 216px;
    z-index: -3;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
}
.img #google-map{
    width: 100%;
    height: 216px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
}
/* `about
-------------------------------------------------- */
.about-isotope{
    width: 640px !important;
    margin-left: -10px;
    padding-top: 10px;
    margin-top: -10px;
}
.full-post .about-isotope{
    width: 960px !important;
}
.about-isotope .element{
    width: 193px;
    margin: 0 10px 18px;
}
.about-isotope .img{
    margin-bottom: 0 !important;
}
.about-isotope img.bw_thumbnail{
    opacity: 0.2; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=20); /* IE6-IE8 */
}
.about-isotope .element:hover .grayscale .icon{
    opacity: 1; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=100); /* IE6-IE8 */
}
.about-isotope .element:hover .grayscale img.bw_thumbnail{
    opacity: 0 !important; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=0) !important; /* IE6-IE8 */
}
.about-isotope h4{
    font-size: 13px !important;
    line-height: 18px !important;
    padding: 9px 0;
    margin-bottom: 0 !important;
}
.about-isotope h4 a{
    text-decoration: none;
    color: #363636;
}
.about-isotope .element{
    margin-bottom: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.about-isotope .element .img{
    box-shadow: none !important;
}
.about-isotope .element .img img{
    -moz-border-radius: 3px 3px 0 0 !important;
    -webkit-border-radius: 3px 3px 0 0 !important;
    border-radius: 3px 3px 0 0 !important;
}
.about-isotope .element .details{
    border: 1px solid #e1e1e1;
    border-top: none;
    padding-top: 18px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.about-isotope .element span{
    display: block;
    padding: 0 10px;
}
.about-isotope span.name{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #363636;
}
.about-isotope span.info{
    font-family: sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}
.about-isotope .element p{
    font-size: 12px;
    padding: 9px 0;
    margin:  18px 10px 9px;
    border: 1px dotted #e1e1e1;
    border-left: none;
    border-right: none;
}
.about-isotope .social{
    padding: 0 10px 9px;
}
.about-isotope .social a{
    font-family: sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #959595;
    font-style: italic;
    margin-right: 5px;
    letter-spacing: -0.25px;
}
/* `sitemap
-------------------------------------------------- */
.sitemap ul li a{
    color: #555;
}
/* `header icons
-------------------------------------------------- */
.header_icon{
    margin-bottom: 18px;
}
.header_icon:before,
.header_icon:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.header_icon:after{
  clear: both;
}
.header_icon{
  zoom: 1;
}
.header_icon.icon_32 span{
    float: left;
    display: block;
    height: 32px;
    width: 32px;
    margin: 2px 15px 2px 0;
}
.header_icon.icon_48 span{
    float: left;
    display: block;
    height: 48px;
    width: 48px;
    margin: 3px 15px 3px 0;
}
.header_icon.icon_64 span{
    float: left;
    display: block;
    height: 64px;
    width: 64px;
    margin: 4px 15px 4px 0;
}
.header_icon.icon_32.right span{
    float: right;
    margin-left: 15px;
    margin-right: 0;
}
.header_icon.icon_48.right span{
    float: right;
    margin-left: 15px;
    margin-right: 0;
}
.header_icon.icon_64.right span{
    float: right;
    margin-left: 15px;
    margin-right: 0;
}
.header_icon h4.title{
    font-size: 16px !important;
    margin: 9px 0 0;
    line-height: 18px !important;
}
.header_icon.icon_48 h4.title{
    margin: 18px 0 0;
}
.header_icon.icon_64 h4.title{
    margin: 27px 0 0;
}
.header_icon.center span{
    float: none;
    margin: 0 auto;
}
.header_icon.center h4{
    margin-top: 18px;
    text-align: center;
}
.header_icon span{
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: .7; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=70); /* IE6-IE8 */
}
.header_icon:hover span{
    opacity: 1; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=100); /* IE6-IE8 */
}
/* `button icons
-------------------------------------------------- */
.button span,
button span{
   float: left;
   display: block;
   height: 32px;
   width: 32px;
   margin-right: 5px;
}
.button.medium_button span,
button.medium_button span{
   float: left;
   display: block;
   height: 28px;
   width: 28px;
   margin-right: 5px;
}
/* `scroll-to-top
-------------------------------------------------- */
.scroll-to-top a{
    float: right;
    font-family: sans-serif;
    font-size: 10px;
    color: #959595;
    text-decoration: none;
}
.scroll-to-top a:hover{
    color: #555;
}
/* `styling
-------------------------------------------------- */
.light_shadow{
    text-shadow: 0 1px 0 #fff;
}
#social a{
    display: block;
    height: 32px;
    width: 32px;
    outline: 0 none;
    text-indent: -9999px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%)!important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .4)), color-stop(100%,rgba(255,255,255,0)))!important;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%)!important;
	background-image: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%)!important;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%)!important;
	background-image: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%)!important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    border: 1px solid;
    background-color: #363636;
    border-color: #363636;
}
#social a span{
    display: block;
    height: 32px;
    width: 32px;
}
#social a.vimeo span{
    background: url(../images/social.png) 0 0 no-repeat;
}
#social a.twitter span{
    background: url(../images/social.png) -32px 0 no-repeat;
}
#social a.facebook span{
    background: url(../images/social.png) -64px 0 no-repeat;
}
#social a.youtube span{
    background: url(../images/social.png) -96px 0 no-repeat;
}
#social a.google span{
    background: url(../images/social.png) -128px 0 no-repeat;
}
#social a.linkedin span{
    background: url(../images/social.png) -160px 0 no-repeat;
}
#social a.rss{
    background: #363636 url(../images/social.png) -192px 0 no-repeat;
}
#social a.digg{
    background: #363636 url(../images/social.png) 0 -32px no-repeat;
}
#social a.googlebuzz{
    background: #363636 url(../images/social.png) -32px -32px  no-repeat;
}
#social a.delicious{
    background: #363636 url(../images/social.png) -64px -32px  no-repeat;
}
#social a.tumbler{
    background: #363636 url(../images/social.png) -96px -32px  no-repeat;
}
#social a.plixi{
    background: #363636 url(../images/social.png) -128px -32px  no-repeat;
}
#social a.dribble{
    background: #363636 url(../images/social.png) -160px -32px  no-repeat;
}
#social a.stubleupon{
    background: #363636 url(../images/social.png) -192px -32px  no-repeat;
}
#social a.lastfm{
    background: #363636 url(../images/social.png) -224px -32px  no-repeat;
}
#social a.mobypicture{
    background: #363636 url(../images/social.png) -256px -32px  no-repeat;
}
#social a.skype{
    background: #363636 url(../images/social.png) -288px -32px  no-repeat;
}
#social a.myspace{
    background: #363636 url(../images/social.png) -320px -32px  no-repeat;
}
#social a.dropbox{
    background: #363636 url(../images/social.png) -352px -32px  no-repeat;
}
#social a.foursquare{
    background: #363636 url(../images/social.png) -384px -32px  no-repeat;
}
#social a.ichat{
    background: #363636 url(../images/social.png) -416px -32px  no-repeat;
}
#social a.flickr{
    background: #363636 url(../images/social.png) -448px -32px  no-repeat;
}

/*webthread*/
.larger { font-size:  131%; margin: 28px 10px 0 0;
}
.featured {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
}

#action-call {
    position: absolute;
    right: 20px; margin: 40px 0 0 0;
    z-index: 9999;
}
#action-call01 {
    position: absolute;
    right: 20px; margin: 0 0 50px;
    z-index: 9999;
    bottom: 0;
}

.centerit {
    display: display: block;
    margin: 0 auto;
}
#by {display: inline-block;
    margin: 9px 0 0;
    vertical-align: top;}
#broughtby {
    text-align: right;
    margin:  10px 0 0 0;
}

a#webthread img {
}

#front-media {display: none;}
#footform .fsBody .fsForm {
    background-color: transparent;
    border: none;
}

#footform .fsBody .fsRowBody {
    padding: 0;
}

#footform .fsFieldRow input[type="text"], #footform .fsFieldRow input[type="email"], #footform .fsFieldRow input[type="number"], .fsFieldRow input[type="tel"], .fsForm textarea {
    background-color: #eeeeee;
    background-position: left top;
    background-repeat: repeat-x;
    border: none;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    max-width: 95%;
    padding: 4px;
    margin: 0 0 3px;
     border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 1px 1px 8px 1px #E2E7E9 inset;
    box-shadow: 1px 1px 8px 1px #E2E7E9 inset;

}

#footform .fsForm .fsLabel {
    color: #FFFFFF ;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
}

#footform .fsRequiredMarker {
    color: #FFFFFF;
    float: none;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    padding-left: 2px;
}

#footform .fsFieldFocused {
    background-color: transparent;
}

#footform .fsSubmit {
    background-color: transparent;
}

#footform .fsPagination {
    margin: 0;
    text-align: left;
    padding: 0;
}

#footform .fsSubmit #fsSubmitButton1305177 {
    margin: 7px 0  0 0;
    background-color: #7EAA23 !important;
    border: 1px solid #A6CC54 !important;
    background-image: -webkit-linear-gradient(center top , rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(center top , rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(center top , rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(center top , rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 18px;
    padding: 8px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

#footform .fsSubmit #fsSubmitButton1305177:hover {
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255,.2)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background-image: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%); /* W3C */
}

#footform div.fsError {
    background-color: transparent;
    border: 1px solid #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #E1BCBC;
    font-size: 12px;
    margin: 15px 10px 5px 0;
    padding: 10px;
    text-align: center;
    width: 64%;
}



/*right form*/
#sideform .fsBody .fsForm {
    background-color: transparent;
    border: none;
}

#sideform .fsBody .fsRowBody {
    padding: 0;
}


#sideform .fsFieldRow input[type="text"], #sideform .fsFieldRow input[type="tel"], #sideform .fsFieldRow input[type="email"], #sideform .fsFieldRow input[type="number"], #sideform .fsFieldRow input[type="tel"], #sideform .fsForm textarea {
    background-color: #eeeeee;
    background-position: left top;
    background-repeat: repeat-x;
    border: none;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    max-width: 95%;
    padding: 4px;
    margin: 0 0 3px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 1px 1px 8px 1px #E2E7E9 inset;
    box-shadow: 1px 1px 8px 1px #E2E7E9 inset;

}

#sideform .fsForm .fsLabel {
    color: #333 ;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
}

#sideform .fsRequiredMarker {
    color: #333;
    float: none;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    padding-left: 2px;
}

#sideform .fsFieldFocused {
    background-color: transparent;
}

#sideform .fsSubmit {
    background-color: transparent;
}

#sideform .fsPagination {
    margin: 0;
    text-align: left;
    padding: 0;
}

#sideform .fsSubmit #fsSubmitButton1305177 {
    margin: 7px 0  0 0;
    background-color: #7EAA23 !important;
    border: 1px solid #A6CC54 !important;
    background-image: -webkit-linear-gradient(center top , rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(center top , rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(center top , rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(center top , rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 18px;
    padding: 8px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

#sideform .fsSubmit #fsSubmitButton1305177:hover {
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255,.2)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background-image: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%); /* W3C */
}

#sideform div.fsError {
    background-color: transparent;
    border: 1px solid #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #E1BCBC;
    font-size: 12px;
    margin: 15px 10px 5px 0;
    padding: 10px;
    text-align: center;
    width: 64%;
}

#sideform .fsSubmit input.fsSubmitButton {
    clear: both;
    margin: 6px auto 0;
    padding: 3px;
    font-weight: normal;
    font-size: 12px;
    padding: 6px;
}

.nopad {margin-bottom: 0;}

#slider .button {
   padding: 18px 45px;
   font-size: 130%;
}

.ccards{display: inline-block; margin: 0 0 0 143px;}

.box1 span {max-width: 980px; position:relative; text-align: center; display: block; margin: 0 auto; font-size:20px; color: #fff; font-weight: bold; padding: 10px; opacity:1;}

@media only screen and (max-width: 1057px) {
.livechat_button {position: relative; margin:10px; float: right; margin-top: -300px;}
.chattog {display: none;}
}

.fsboxshadow .fsBody .fsForm {
    box-shadow: none !important;
    border: 0;
}

