html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0; 
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
    transition: all .2s linear; 
    -o-transition: all .2s linear; 
    -moz-transition: all .2s linear; 
    -webkit-transition: all .2s linear;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: separate;
	border-spacing: 1;
}

:focus { outline: 0;}

[hidden] {
    display: none;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type="text"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="submit"],
input[type="reset"] { -webkit-appearance: none; }


/* ----------------------------------------------------------------
    Basic Document Styles
-----------------------------------------------------------------*/


body {
	color: #000;
	font-size: 15px;
	line-height: 22px;
}

input,
select,
textarea { font: 13px/20px ;}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
    background: #57B3DF;
    color: #fff;
    }
::-moz-selection {
    background: #57B3DF; /* Firefox */
    color: #fff;
}

::-webkit-selection {
	background: #57B3DF; /* Safari */
	color: #fff;
}



/* ----------------------------------------------------------------
    Typography
-----------------------------------------------------------------*/


a {
	text-decoration: none;
	color: #000;
	transition: .2s linear;
	-moz-transition: .2s linear;
	-webkit-transition: .2s linear;
	-ms-transition: .2s linear;
	-o-transition: .2s linear;
}

a:hover, .selected {
	color: #c00;
	/* [disabled]text-decoration: underline; */
}

a img { border: none; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 20px; }

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0 0 15px 0;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {  }

h3,
h4,
h5,
h6 { padding-bottom: 15px; }

h1 {
	font-size: 28px;
	line-height: 32px;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 10px 0;
}

h3 {
    font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}
.homepage .title{
	border-bottom: 1px solid #ededed;
	margin: 5px 0 15px 0;
}
.title{
	clear:both;
	}
.title h1, .title h2{
	margin-top: 50px;
	color: #c00;
	font-size: 30px;
}
.title h3 {
    padding: 0 5px 5px 5px;
    margin: 0 0 -3px 0;
    display: inline-block;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 2px;
}
.title h4{
	display: inline-block;
	font-size: 15px;
}
.title span{
	font-size: 60%;
	margin: 0 10px;
	color: #c5c5c5;
	font-weight: 600;
	letter-spacing: 0;
}
.page-product .title h1, .page-product .title h2{
	}
/*.page-product .postcontent .title span{
	font-size: 60%;
	color: #000;
	background: url(images/title-arr-org.png) no-repeat 0 3px;
	padding-left: 25px;
	font-weight: 500;
	}
*/


.news .title{
	border: 0;
		}
.news .title span{
	display:block;
	margin:0;
	color: #b08511;
	}
h4 {
	font-size: 16px;
	line-height: 20px;
}

h5 {
    font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

h6 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #555;
}

blockquote {
	color: #666;
	border-left: 3px solid #777;
    font-size: 17px;
    line-height: 1.4;
    font-style: italic;
	padding: 5px 0 5px 20px;
    text-shadow: 1px 1px 1px #FFF;
    margin-left: 20px;
}

blockquote p { margin: 20px 0 0 0 !important; }

blockquote p:first-child { margin: 0 !important; }

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small {
	font-size: 11px;
}

del { text-decoration: line-through; }

ins { text-decoration: underline; }

pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	white-space: pre;
	overflow: auto;
	padding: 0 10px;
	clear: both;
	color: #666;
	line-height: 19px;
}

code {
	padding: 5px;
	background: #F9F9F9;
}

var,
kbd,
samp,
code {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #F9F9F9;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }


caption { text-align: left; }

img {
	max-width: 100%;
	height: auto !important;
}

.img-polaroid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea, keygen, select, button, isindex{
	font-family: "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
		}
/* ----------------------------------------------------------------
    Basic Layout Styles
-----------------------------------------------------------------*/
.more {
	float: right;
	font-size: 13px;
 }
.red {
	color:#C00;
 }
.tright { text-align: right !important; }
.tleft { text-align: left !important; }
.fright { float: right !important; }
.fleft { float: left !important; }
#wrapper {
	margin: auto;
	position: relative;
	background-color: #FFF;
}
.container {
	width: 990px;
	width: 1003px;
	margin: 0 auto;
	position: relative;
	border: 0px solid #000;
}
.line,
.double-line { clear: both; position: relative; width: 100%; margin: 30px 0; border-top: 1px solid #EEE;}
.double-line { border-top: 3px double #E5E5E5; }
.line a { position: absolute; left: auto; right: 0; padding-left: 5px; color: #272727; background: #F9F9F9; margin-top: -11px; border: none; }
.line a:hover { color: #575757; background: none; }
.emptydiv { display: block !important; position: relative !important;}
.allmargin { margin: 30px !important;}
.leftmargin { margin-left: 30px !important;}
.rightmargin { margin-right: 30px !important;}
.topmargin { margin-top: 30px !important;}
.bottommargin { margin-bottom: 30px !important;}
.nomargin {margin: 0 !important;}
.automargin {margin: auto !important;}
.noleftmargin { margin-left: 0 !important;}
.norightmargin { margin-right: 0 !important;}
.notopmargin { margin-top: 0 !important;}
.nobottommargin { margin-bottom: 0 !important;}
.noborder { border: none !important; }
.noleftborder { border-left: none !important; }
.norightborder { border-right: none !important; }
.notopborder { border-top: none !important; }
.nobottomborder { border-bottom: none !important; }
.nopadding { padding: 0 !important; }
.noleftpadding { padding-left: 0 !important; }
.norightpadding { padding-right: 0 !important; }


.notoppadding { padding-top: 0 !important; }
.nobottompadding { padding-bottom: 0 !important; }
.noabsolute { position: relative !important;}
.hidden { display: none !important;}
.nothidden { display: block !important;}
.center { text-align: center !important;}
.divcenter { position: relative !important; margin-left: auto !important; margin-right: auto !important;}


span.page-divider { display: block; }

span.page-divider span {
    display: block;
    width: 15%;
    border-bottom: 2px solid #57B3DF;
}

.dotted-divider {
    clear: both;
    background: url("images/divider.png") repeat-x;
    margin: 30px 0;
    height: 5px;
}



.preloader,
.preloader2 {
	display: block;
	width: 100%;
	height: 100%;
	background: url("images/preloader.gif") center center no-repeat #FFF;
}

.preloader2 { background-color: transparent; }
.landing-offer-media { width: 650px; }
.landing-offer-text { width: 280px; }
.col_full { width: 100%; }
.col_half,
.landing-offer-half {
	width: 48%;
}
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }

.postcontent,
.landing-offer-media,
.sidebar,
.landing-offer-text,
.col_full,
.col_half,
.landing-offer-half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.postcontent,
.sidebar,
.landing-offer-media,
.landing-offer-text {
	/*margin-right: 30px;*/
}
.postcontent { /*width: 720px;*/
	margin: 20px 0;
	float: right;
	width: 688px;
}
.col_full {
	clear: both;
	float: none;
	margin-right: 0;
	border: 0px solid #000;
}

.postcontent.col_last,
.sidebar.col_last { float: right; }

.col_last {
	margin-right: 0;
	clear: right;
}

label {
	display: inline-block;
	color: #444;
	margin-bottom: 5px;
	cursor: pointer;
}

select { min-height: inherit !important; }

input[type="text"],
input[type="password"],
select,
textarea {
	display: block;
	background-color: #f4f4f4;
	padding: 7px;
	margin-bottom: 10px;
	border: 1px solid #DDD;
	outline: 0;
	color: #666;
}

#footer.footer-dark input[type="text"],
#footer.footer-dark input[type="password"],
#footer.footer-dark select,
#footer.footer-dark textarea {
	background: #282A2B;
	border-color: #444;
    color: #CCC;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

input[type="text"],
input[type="password"] {
	/* [disabled]width: 45%; */
}

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    position: relative;
    top: 2px;
}

textarea { 
	width: 90%;
	height: 150px;
	line-height: 150%;
}

textarea.short-textarea { height: 80px; }

input[type="text"]:active,
input[type="password"]:active,
textarea:active,
select:active,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus { border-color: #CCC; }

#footer.footer-dark input[type="text"]:active,
#footer.footer-dark input[type="password"]:active,
#footer.footer-dark textarea:active,
#footer.footer-dark select:active,
#footer.footer-dark input[type="text"]:focus,
#footer.footer-dark input[type="password"]:focus,
#footer.footer-dark textarea:focus,
#footer.footer-dark select:focus { border-color: #666; }

label.error {
    display: block;
    font-style: italic;
    font-weight: normal;
    font-size: 11px;
    color: #BD091B;
    margin-bottom: 15px;
}

input.error,
textarea.error,
select.error { border-color: #BD091B !important; }

#footer.footer-dark input.error,
#footer.footer-dark textarea.error,
#footer.footer-dark select.error { border-color: #CF4545 !important; }

.quick-contact-form label.error { margin: 0; }

form p {
    margin-top: 15px;
    margin-bottom: 0;
}

form p:first-child { margin-top: 0; }

small {
	font-weight: normal;
	font-size: 12px;
	color: #F00;
}
.alert, .alert h4 {
  color: #c00;
  padding: 20px;
  text-align: center;
  border-radius: 0px;
  background-color: #fcf8e3;
  border: 1px solid #FECE3A;
}
/* ----------------------------------------------------------------
    Top Bar
-----------------------------------------------------------------*/


#top-bar {
	position: relative;
	background-color: #EEE;
	height: 30px;
}
#top-menu {
	position: relative;
	float: right;
	height: 30px;
	border: 0px solid #000;
}
#top-menu li {
    float: left;
    margin-left: 10px;
    height: 30px;
    text-shadow: 1px 1px 1px #FFF;
}

#top-menu li:first-child { margin-left: 0; }

#top-menu li a,
#top-menu li span {
	display: block;
	float: left;
	position: relative;
	line-height: 20px;
	margin-top: 5px;
	color: #777;
	font-size: 12px;
}

#top-menu li span { color: #999; }

#top-menu li a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

#top-menu li span {
    margin-right: 10px;
    font-size: 14px;
}

#top-menu li:first-child span { display: none; }

#top-menu li.top-menu-em a {
    position: relative;
    top: -1px;
    padding: 1px 6px;
    background-color: #57B3DF;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#top-menu li.top-menu-em a:hover {
    color: #FFF;
    border-bottom: none;
}

#top-icon {
    position: absolute;
    right: 0;
    height: 30px;
    top: 15px;
    overflow: hidden;
}
.c-page-on-scroll #top-icon {
    top: 10px;
	transition: all 0.2s;
}

#top-icon ul{
	margin: 0;
	float: left;
}
#top-icon .lan{
	font-size: 13px;
	border: 1px solid #c5c5c5;
	padding: 4px 2px;
	margin: 0 5px;
	float: right;
	color: #000;
	width: auto;
	display: inline-block;
	border-radius: 3px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
select.lane option{
    font-size: 13px;
	font-weight: bold;
}
#top-icon li,
#top-icon li a,
#top-icon li .icon,
.c-layout-header .c-brand .c-search-toggler{
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	line-height: 30px;
	background-color: #b4b4b4;
	cursor:pointer;
	color:#fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#top-icon li{
    float: left;
}

#top-icon li i{
	font-size: 19px;
}

#top-icon li .icon {
	float: left;
	border: 10px;
}

#top-icon li{ margin-left: 5px;}
#top-icon li a:hover, .c-layout-header .c-brand .c-search-toggler:hover { 
	background-color: #c1272d;
 }
/* #top-icon li.top-fb a:hover { background-color: #3B5998; } */
/* #top-icon li.top-fb .icon { background: url("images/icons/social/facebook.png") no-repeat center center; }
#top-icon li.top-youtube a:hover { background-color: #e52c27; }
#top-icon li.top-youtube .icon { background: url("images/icons/social/youtube.png") no-repeat center center; }
#top-icon li.top-search a:hover { background-color: #e60012; }
#top-icon li.top-search .icon { background: url("images/icons/search.png") no-repeat center center; } */



/* ----------------------------------------------------------------
    Top Bar Style 2
-----------------------------------------------------------------*/


#top-bar.top-bar2 #top-menu { float: right; }

#top-bar.top-bar2 #top-icon {
    float: left;
    margin: 0 40px 0 -30px;
}


/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/


#header, #sticky-menu, .c-layout-header {
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
	box-shadow: 0px 3px 5px 03px rgba(51,51,51,0.1);
	z-index: 9999;
}
#header, .c-layout-header{
	position: relative;
	z-index: 9998;
}
/* ----------------------------------------------------------------
    Logo
-----------------------------------------------------------------*/


#logo {
    position: relative;
    float: left;
    max-width: 230px;
    margin-right: 10px;
    /*font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 120px;*/
}

#logo a {
    display: block;
	color: #000;
}

#logo img {
    display: block;
    max-width: 100%;
	margin-top:5%;
}

#logo a.standard-logo { display: block; }

#logo a.retina-logo { display: none; }


/* ----------------------------------------------------------------
    Primary Menu
-----------------------------------------------------------------*/
#primary-menu,
#lp-contacts,
.sticky-menu-wrap {
	position: relative;
	float: right;
	max-width: 800px;
	height: 60px;
	border: 0px solid #000;
}

.rs-menu,
.select-menu { display: none; }

#primary-menu ul,
.sticky-menu-wrap ul {
	position: relative;
	margin: 0;
	font-size: 14px;
	z-index: 999;
}

#primary-menu ul li,
.sticky-menu-wrap ul li {
	position: relative;
	margin-left: 5px;
	border-radius: 4px;
	display: inline-block;
	*display: block;
	*float: left;
	*position: relative;
	}
.sticky-menu-wrap ul li {
	margin-top:0
}

#primary-menu ul li:first-child span { display: none; }

#primary-menu li a, .sticky-menu-wrap li a {
	display: block;
	padding: 8px 7px;
	color: #000;
}
#primary-menu li a:hover,
.sticky-menu-wrap li a:hover,
#primary-menu li.current a,
.sticky-menu-wrap li.current a {
	color: #fff;
	}
#primary-menu li a span,
.sticky-menu-wrap li a span{
	display: block;
	margin-top: 0;
	top: 0;
	color: #777;
	font-size: 12px;
	font-weight:normal;
}
#primary-menu li i { margin-right: 2px; }
#primary-menu li:first-child a span {
    display: block;
    top: 0;
}
#primary-menu > ul > li:hover,
#primary-menu ul li.current,
#primary-menu > div > ul > li:hover,
#primary-menu div ul li.current,
#primary-menu > div > ul > li.current-menu-ancestor,
#primary-menu > div > ul > li.current-menu-parent,
#primary-menu > div > ul > li.current-menu-item,
.sticky-menu-wrap > ul > li:hover,
.sticky-menu-wrap ul li.current,
.sticky-menu-wrap > ul > li.current-menu-ancestor,
.sticky-menu-wrap > ul > li.current-menu-parent,
.sticky-menu-wrap > ul > li.current-menu-item {
	background: #e60012; /* Old browsers */
	background: -moz-linear-gradient(top,  #e60012 0%, #ca0010 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e60012), color-stop(100%,#ca0010)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e60012 0%,#ca0010 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e60012 0%,#ca0010 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e60012 0%,#ca0010 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e60012 0%,#ca0010 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#ca0010',GradientType=0 ); /* IE6-9 */
	transition: background-color .2s linear;
}
#primary-menu > ul > li.sub-menu:hover,
#primary-menu > div > ul > li.sub-menu:hover,
.sticky-menu-wrap > ul > li.sub-menu:hover {
	border-bottom-color: transparent;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
   -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
   box-shadow: 0 0 5px rgba(0,0,0,.15);	
   }
#primary-menu ul li.current li.current,
.sticky-menu-wrap ul li.current li.current {
	background: none;
}
#primary-menu ul li.current li a,
.sticky-menu-wrap ul li.current li a {
    color: #000;
}
#primary-menu > ul > li:hover a span,
#primary-menu ul li.current a span,
#primary-menu > ul > li.current-menu-ancestor a span,
#primary-menu > ul > li.current-menu-parent a span,
#primary-menu > ul > li.current-menu-item a span,
#primary-menu > div > ul > li:hover a span,
#primary-menu > div ul li.current a span,
#primary-menu > div > ul > li.current-menu-ancestor a span,
#primary-menu > div > ul > li.current-menu-parent a span,
#primary-menu > div > ul > li.current-menu-item a span { color: #EEE; }


#primary-menu ul li:hover > ul,
.sticky-menu-wrap ul li:hover > ul {
	display: block;
}

#primary-menu ul ul,
.sticky-menu-wrap ul ul {
	visibility: hidden;
    z-index: 999;
	width: 200px;
	margin: 0;
	position: absolute;
	top: 38px;
	left: -8px;
	padding: 8px 8px 2px 8px;
	padding: 8px 8px 0px 8px\9;
	margin-left: -1px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
   -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
   box-shadow: 0 0 5px rgba(0,0,0,.3);
   background: url(images/nav-arrbg.jpg) no-repeat #FFF 55px 0;
   display:block;
	*visibility: visible;
	border: 1px solid #ececec;
	border-top: 0;
}
.main-menu01 ul, .main-menu02 ul, .main-menu03 ul {
	left:-250px !important;
	background-position: 225px 0 !important;
	}
.main-menu01 ul {
	width: 500px !important;
}
.main-menu02 ul {
	width: 700px !important;
	}
.main-menu03 ul {
	width: 300px !important;
}
.main-menu04 ul, .main-menu05 ul, .main-menu06 ul, .main-menu07 ul{
    background-position: 445px 0 !important;
	right: -50px !important;
	left: auto !important;
	}
.main-menu04 ul {
	width: 300px !important;
}
.main-menu05 ul, .main-menu07 ul{
	width: 500px !important;
	}
.main-menu06 ul{
	width:700px !important;
	}
#primary-menu ul ul li,
.sticky-menu-wrap ul ul li {
	border-bottom: 5px solid #ccc;
	border-radius: 0;
	width: 95px;
	width: 94px\9;
	text-align: center;
	margin-left: -2px;
	}
/* will be red only in safari */
#primary-menu ul ul li,
.sticky-menu-wrap ul ul li {
    (-bracket-:hack;
        width: 94px;
    );
	}
#primary-menu ul ul,
.sticky-menu-wrap ul ul {
    (-bracket-:hack;
	padding: 5px 0px 2px 5px;
    );
}
#primary-menu ul ul li:first-child,
.sticky-menu-wrap ul ul li:first-child {
	margin-left: 0;
	  }

#primary-menu ul ul ul,
.sticky-menu-wrap ul ul ul {
 	margin: 0;
	left: 200px !important;
    padding-left: 1px;
	top: 0;
	*top: 1px;
}
#primary-menu ul ul a,
.sticky-menu-wrap ul ul a {
    display: block;
    padding: 0;
    border: none;
    font-weight: normal;
	overflow: hidden;
}
#primary-menu ul ul li:hover,
.sticky-menu-wrap ul ul li:hover{
	border-bottom: 5px solid #c00;
	transition: border-color .2s linear;
}
#primary-menu ul ul a:hover,
.sticky-menu-wrap ul ul a:hover{
	color: #000;
	}
#primary-menu ul ul a div,
.sticky-menu-wrap ul ul a div {
	margin: 0px 0 5px 0;
	font-size: 13px;
	 }

#primary-menu ul ul ul li:first-child a,
.sticky-menu-wrap ul ul ul li:first-child a { border-top: none; }

#primary-menu ul > li.sub-menu > a > div,
.sticky-menu-wrap ul > li.sub-menu > a > div {
    background-image: url("images/icons/mainsubmenu.png");
    background-position: right 2px;
    background-repeat: no-repeat;
    padding-right: 16px;
}

#primary-menu ul > li.sub-menu:hover > a > div,
#primary-menu ul li.current.sub-menu > a > div,
#primary-menu > ul > li.current-menu-ancestor.sub-menu > a > div,
#primary-menu > ul > li.current-menu-parent.sub-menu > a > div,
#primary-menu > ul > li.current-menu-item.sub-menu > a > div,
#primary-menu div > ul > li.current-menu-ancestor.sub-menu > a > div,
#primary-menu div > ul > li.current-menu-parent.sub-menu > a > div,
#primary-menu div > ul > li.current-menu-item.sub-menu > a > div,
#header.header7 #primary-menu ul > li.sub-menu:hover > a > div,
#header.header7 #primary-menu ul li.current.sub-menu > a > div,
#header.header7 #primary-menu > ul > li.current-menu-ancestor.sub-menu > a > div,
#header.header7 #primary-menu > ul > li.current-menu-parent.sub-menu > a > div,
#header.header7 #primary-menu > ul > li.current-menu-item.sub-menu > a > div,
.sticky-menu-wrap ul > li.sub-menu:hover > a > div,
.sticky-menu-wrap ul li.current.sub-menu > a > div,
.sticky-menu-wrap > ul > li.current-menu-ancestor.sub-menu > a > div,
.sticky-menu-wrap > ul > li.current-menu-parent.sub-menu > a > div,
.sticky-menu-wrap > ul > li.current-menu-item.sub-menu > a > div { 
background-image: url("images/icons/mainsubmenu-hover.png");
color: #fff;
}

#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a,
.sticky-menu-wrap ul ul > li.sub-menu > a,
.sticky-menu-wrap ul ul > li.sub-menu:hover > a {
    background-image: url("images/icons/mainsubmenu-hover.png");
    background-position: right center;
    background-repeat: no-repeat;
}

#primary-menu ul ul > li.sub-menu > a > div,
#primary-menu ul ul > li.sub-menu:hover > a > div,
#header.header7 #primary-menu ul ul > li.sub-menu > a > div,
#header.header7 #primary-menu ul ul > li.sub-menu:hover > a > div,
.sticky-menu-wrap ul ul > li.sub-menu > a > div,
.sticky-menu-wrap ul ul > li.sub-menu:hover > a > div {
    background-image: none;
    padding-right: 0;
	color: #fff;
}

#primary-menu ul:after,
.sticky-menu-wrap ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/* ----------------------------------------------------------------
    Header - Style 2
-----------------------------------------------------------------*/

#header.header2 { border-top: 3px solid #57B3DF; }

#header.header2 #primary-menu {
    float: none;
    max-width: none;
    height: 80px;
    border-top: 1px solid #EEE;
}

#header.header2 #primary-menu ul { margin: 0 -30px; }

#header.header2 #primary-menu ul li { height: 80px; }

#header.header2 #primary-menu li a { padding: 15px 16px 18px; }

#header.header2 #primary-menu ul ul {
    top: 80px;
    margin: 0;
}

#header.header2 #primary-menu ul ul ul {
    top: 0;
	*top: 1px;
}

#header.header2 #primary-menu ul ul li { height: auto; }

#header.header2 #primary-menu ul ul a { padding: 0 15px; }


/* ----------------------------------------------------------------
    Header - Style 3
-----------------------------------------------------------------*/


#header.header3 #primary-menu {
    float: none;
    max-width: none;
    height: 60px;
    border-top: 1px solid #EEE;
}

#header.header3 #primary-menu ul { margin: 0 -30px; }

#header.header3 #primary-menu ul li { height: 60px; }

#header.header3 #primary-menu li a { padding: 17px 16px 19px; }

#header.header3 #primary-menu li a span { display: none; }

#header.header3 #primary-menu ul ul {
    top: 60px;
    margin: 0;
}

#header.header3 #primary-menu ul ul ul {
    top: 0;
	*top: 1px;
}

#header.header3 #primary-menu ul ul li { height: auto; }

#header.header3 #primary-menu ul ul a { padding: 0 15px; }



/* ----------------------------------------------------------------
    Header - Style 4
-----------------------------------------------------------------*/


#header.header4 #logo {
    float: none;
    max-width: none;
    margin: 0;
    text-align: center;
}

#header.header4 #logo img { display: inline-block; }

#header.header4 #primary-menu { text-align: center; }

#header.header4 #primary-menu ul {
    display: inline-block;
    margin: 0 auto;
}

#header.header4 #primary-menu ul li { text-align: left; }

#header.header4 #primary-menu ul ul li { display: block; }

#header.header4 #lp-contacts {
    float: none;
    max-width: none;
    text-align: center;
}

#header.header4 #lp-contacts li {
    float: none;
    display: inline-block;
    text-align: left;
}

#header.header4 #top-search {
    left: 50%;
    margin-left: -90px;
}


/* ----------------------------------------------------------------
    Header - Style 6
-----------------------------------------------------------------*/


#header.header6 #primary-menu { background-color: #363839; }

#header.header6 #primary-menu li a { color: #FFF; }

#header.header6 #primary-menu > div > ul > li.sub-menu > a > div { background-image: url("images/icons/mainsubmenuh.png"); }


#header.header6 #primary-menu ul li {
    background-image: url("images/icons/menu-dividerd.png");
    background-position: left center;
    background-repeat: no-repeat;
}

#header.header6 #primary-menu ul li:first-child { background-image: none; }


/* ----------------------------------------------------------------
    Header - Style 7
-----------------------------------------------------------------*/


#header.header7 #primary-menu ul li { text-align: center; }

#header.header7 #primary-menu li a { padding: 24px 20px 6px; }

#header.header7 #primary-menu li a span { display: none; }

#header.header7 #primary-menu > ul > li > a i {
    display: block;
    margin: 0 auto 10px;
    height: 32px;
    height: 32px;
    line-height: 1;
    font-size: 32px;
    text-align: center;
}

#header.header7 #primary-menu ul ul li { text-align: left; }

#header.header7 #primary-menu ul ul a { padding: 0 15px; }

#header.header7 #primary-menu > ul > li.sub-menu > a > div {
    background-image: url("images/icons/mainsubmenu.png");
    background-position: bottom center;
	height:70px;
	border: 1px solid #000;
}


/* ----------------------------------------------------------------
    Sticky Header
-----------------------------------------------------------------*/


#sticky-menu {
    display: none;
    position: fixed;
    top: -60px;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border: 0px solid #000;
}
.sticky-logo {
	float:left;
	}

.sticky-logo a,
.sticky-logo a img {
    width: auto;
    max-height: 60px;
	margin: 2px 0;
}

#sticky-menu .sticky-menu-wrap {
	float: right;
	max-width: none;
	font-size: 13px;
	margin: 15px 0 0 0;
}

#sticky-menu .sticky-menu-wrap ul li { height: auto;  }

/*#sticky-menu .sticky-menu-wrap ul ul li { height: auto; margin:0; }*/

#sticky-menu .sticky-menu-wrap li a { }

#sticky-menu .sticky-menu-wrap ul ul a { }

#sticky-menu .sticky-menu-wrap li a span { /*display: none;*/ }

#sticky-menu .sticky-menu-wrap ul ul { top: 35px; }

#sticky-menu .sticky-menu-wrap ul ul ul {
    top: 0;
    *top: 1px;
}

#sticky-menu .sticky-search-trigger,
#sticky-menu .sticky-search-area-close {
    display: block;
    position: relative;
    float: right;
    margin-left: 1px;
    width: 50px;
    height: 60px;
    background: url("images/icons/menu-divider.png") no-repeat left center;
}

#sticky-menu .sticky-search-trigger a,
#sticky-menu .sticky-search-area-close a {
    display: block;
    position: relative;
    margin: 20px auto;
    width: 20px;
    height: 20px;
    color: #666;
}

#sticky-menu .sticky-search-trigger a:hover,
#sticky-menu .sticky-search-area-close a:hover { color: #000; }

#sticky-menu .sticky-search-trigger i,
#sticky-menu .sticky-search-area-close i {
    display: block;
    margin: 0;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.sticky-search-area {
	display: none;
	position: absolute;
	height: 30px;
	width: 250px;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 30px;
	z-index: 10;
	overflow: hidden;
	right: 158px;
	top: 2px;
}

.sticky-search-area-close { display:none; }

.sticky-search-area form {
	margin: 0;
	position:relative;
}

.sticky-search-area input[type="text"] {
	border: none;
	display: inline-block;
	background-color: transparent;
	margin: 0;
	font-size: 15px;
	line-height: 30px;
	padding: 0 10px;
	width: 100%;
}
.sticky-search-area button {
    position: absolute;
	border: 0;
	background: url("images/icons/search1.png") no-repeat center center;
	width:25px;
	margin: 2px 5px 0 0;
	height:25px;
	z-index: 999;
	right: 0;
	top:0;
	}
/* ----------------------------------------------------------------
    Sliders
-----------------------------------------------------------------*/


/*#slider {
	position: relative;
	height: 650px !important;
	z-index: 0;
	border: 0px solid #000;
}*/
#slider > div > img,
#slider > div > a > img,
#slider > div > iframe { display: block; }

.fallback-image,
.fallback-image a,
.fallback-image img {
    display: none;
    width: 100%;
    height: 100%;
}

#slider .container { width: 100% !important; height: 842px; }
#slider.thumb-slider,
#slider.piecemaker-slider { 
height: auto;
 }

.slider-wrap, #slider {
	position: relative;
	width: 100%;
	height: 650px;
	padding-top: 105px;
}
.historypage .slider-wrap, .historypage #slider {
    padding-top: 0;
}
.slider-wrap .slide,
.slider-wrap .slide a,
.slider-wrap .slide img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-filter {
	/*position: absolute;
	height: 70px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-color: #000;
	opacity: 0.3;*/
}
.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide a,
.fslider .slide img {
    position: relative;
    width: 100%;
    height: 337px;
    overflow: hidden;
}
.fslider {
	min-height: 32px;
}


/* ----------------------------------------------------------------
    3D Slider
-----------------------------------------------------------------*/


.slider-3d { position: relative; }

#piecemaker { margin: -25px 0 0 -90px; }

.body-slider-3d #header { z-index: 20; }


/* ----------------------------------------------------------------
    Camera Slider
-----------------------------------------------------------------*/


#slider.camera-slideshow { height: auto; }


/* ----------------------------------------------------------------
    Layer & Revolution Slider
-----------------------------------------------------------------*/


#slider.revolution-slider,
#slider.layerslider-wrap {
	overflow: hidden;
}


/* ----------------------------------------------------------------
    Flex Slider
-----------------------------------------------------------------*/


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
} 

.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {
	display: none;
	-webkit-backface-visibility: hidden;
	background-repeat: no-repeat;
	background-position: center -80px;
	}
.flexslider .slider-wrap img {
	/*width: 100%;*/
	display: block;
	}
.flex-pauseplay span {text-transform: capitalize;}

.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slider-wrap {display: block;} 
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-control-nav {  }

.flex-control-thumbs {  }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-nav {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 15%;
	z-index: 2;
	text-align: center;
}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: #fff;
	background: rgba(255,255,255,0.7);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 2px 2px rgba(204,0,0,0.2);
}
.flex-control-paging li a:hover {
	background: #333; 
	background: rgba(255,255,255,1);
	 }
.flex-control-paging li a.flex-active {
	background: #c00; 
	cursor: default;
	box-shadow: 0px 0px 2px 2px rgba(204,0,0,0);
	}




/* ----------------------------------------------------------------
    Slider with Thumbs
-----------------------------------------------------------------*/


#slider.thumb-slider .flex-control-thumbs { display: block; }

#slider.thumb-slider .flex-control-thumbs,
#slider.thumb-slider .rs-thumb-wrap {
    display: block;
    position: relative;
    text-align: center !important;
	margin-top:-66px;
	border: 0px solid #000;
	background-image:url(images/thumb_bg.png);
}

.flex-control-thumbs li,
.rs-thumb-wrap a {
    display: inline-block !important;
    width: 150px !important;
    height: 50px !important;
    cursor: pointer;
    margin: 5px 3px !important;
	position:relative;
	overflow:hidden;
    border: 2px solid #CCC;
}

.rs-thumb-wrap a {
    height: 50px;
    border-top: 5px solid #CCC;
}
.flex-control-thumbs li img,
.rs-thumb-wrap a img {
    display: block;
    width: 182px;
    max-width: 182px;
    height: 50px;
   /* border: 1px solid #CCC;*/
	position:absolute;
	left:-10%;
}

.rs-thumb-wrap a img { border: none; }

.flex-control-thumbs li.flex-active,
.rs-thumb-wrap a.active { 
	border: 2px solid #fcc300;
}
.flex-control-thumbs li img.flex-active { 
	}

/* ----------------------------------------------------------------
    Slider Navigation
-----------------------------------------------------------------*/


.flex-prev,
.flex-next,
.rs-prev,
.rs-next,
.nivo-prevNav,
.nivo-nextNav,
.camera_prev,
.camera_next,
.camera_commands,
.tp-leftarrow.default,
.tp-rightarrow.default,
.ls-noskin .ls-nav-prev,
.ls-noskin .ls-nav-next {
	position: absolute;
    display: block;
    z-index: 10;
    cursor: pointer;
    top: 50%;
	margin-top: -25px;
    width: 50px !important;
    height: 50px !important;
    text-indent: -9999px;
    background: url("images/icons/slider-nav.png") no-repeat 0 0;
	opacity:0.5;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
	margin-top: 20px !important;
	z-index: 30;
    background: url("images/icons/slider-nav.png") no-repeat 0 0!important;
    opacity: 1;
}

.tp-leftarrow.default.hidearrows,
.tp-rightarrow.default.hidearrows { opacity: 0; }

.ls-noskin .ls-nav-prev,
.ls-noskin .ls-nav-next {
    top: 30%;
    margin-top: -18px;
    left: 20px;
    right: auto;
}

#slider.thumb-slider .flex-prev,
#slider.thumb-slider .flex-next { 
top: 40%;
	opacity:0.6;
float: left;
 }

#slider.thumb-slider .flex-next { 
float: right;
 }

.flex-next,
.rs-next,
.nivo-nextNav,
.camera_next,
.ls-noskin .ls-nav-next {
    right: 0;
    background-position: -50px 0;
}

.ls-noskin .ls-nav-next {
    right: 20px;
    left: auto;
}

.tp-rightarrow.default { background-position: -50px 0 !important; }

.portfolio-image .flex-prev,
.portfolio-image .flex-next {
    position: absolute !important;
    top: auto;
    left: 0;
    bottom: 0;
    width: 28px !important;
    height: 28px !important;
    background-image: url("images/icons/portfolio-slider-nav.png");
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.portfolio-image .flex-next {
    left: 30px;
    background-position: -28px 0;
}


.flex-prev:hover,
.flex-next:hover,
.rs-prev:hover,
.rs-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.camera_prev:hover,
.camera_next:hover,
.camera_commands:hover,
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover,
.ls-noskin .ls-nav-prev:hover,
.ls-noskin .ls-nav-next:hover 
{ 
	opacity:0.8;
 }




/* ----------------------------------------------------------------
    Slider Caption
-----------------------------------------------------------------*/


.slide-caption,
.rs-caption,
.nivo-caption {
    display: block;
    position: absolute;
    z-index: 8;
    top: auto;
    left: auto;
    bottom: 50px;
    right: 76px;
    line-height: 24px;
    padding: 6px 15px;
    font-size: 14px;
    width: auto !important;
    max-width: 500px;
    background-color: #111;
    background-color: rgba(11,11,11,0.8);
    border-left: 3px solid #57B3DF;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}


.slide-caption2 {
    line-height: 20px;
    padding: 15px;
    font-size: 12px;max-width: 200px;
    background-color: #111;
    background-color: rgba(11,11,11,0.8);
}

.camera_caption.slide-caption2 { max-width: 300px; }

.slide-caption2 h3 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #EEE;
}

.slide-caption2 p { margin: 0; }

.slide-caption-left {
    left: 50px;
    right: auto;
}


/* ----------------------------------------------------------------
    Main Content
-----------------------------------------------------------------*/


#content {
	position: relative;
	padding: 0;
	margin-top: -120px;
	z-index: 2;
}
.content-wrap {
	position: relative;
	padding: 30px 0 00;
	background: url(images/content-bg.png) center top no-repeat;
}


/* ----------------------------------------------------------------
    Page Title
-----------------------------------------------------------------*/


#page-title{
	position: relative;
	height: 530px;
	/*margin-top: 120px;*/
	background-repeat: no-repeat;
	border: 0px solid #000;
	background-position: center -105px;
}

#page-title h1 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 0;
    text-shadow: 1px 1px 1px #FFF;
    color: #555;
}

#page-title h1 span {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    margin-left: 10px;
    color: #AAA;
}
#page-title .container{
    font-size: 20px;
    margin: 30px 50% 0 20%;
	font-weight:bold;
}
#top-search {
    position: absolute;
    width: 180px;
    top: 50%;
    left: auto;
    right: 0;
    margin-top: -20px;
}

#top-search form { margin: 0; }

#top-search input {
    width: 131px;
    background-image: url("images/icons/search.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 38px;
    color: #999;
}

#header #top-search { width: 260px; }

#header #top-search input { width: 211px; }


/* ----------------------------------------------------------------
    Landing Page
-----------------------------------------------------------------*/


#lp-contacts { margin: 0; }

#lp-contacts li {
    float: left;
    position: relative;
    height: 40px;
    overflow: hidden;
    margin: 40px 0 0 40px;
    padding-left: 48px;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #555;
}

#lp-contacts li:first-child { margin-left: 0; }

#lp-contacts li i {
    display: block;
    position: absolute;
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    top: 0;
    left: 0;
    overflow: hidden;
}

#lp-contacts li span {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #57B3DF;
    font-weight: normal;
}


#landing-area {
    position: relative;
    background-color: #EEE;
    padding: 40px 0;
}

#landing-area h1 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    text-shadow: 1px 1px 1px #FFF;
}

#landing-area p.landing-desc {
    font-size: 14px;
    color: #333;
    text-shadow: 1px 1px 1px #FFF;
}

#landing-area ul.landing-features {
    list-style: none;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #555;
    text-shadow: 1px 1px 1px #FFF;
}

ul.landing-features li { margin-top: 7px; }

ul.landing-features li:first-child { margin-top: 0; }

ul.landing-features li:hover { font-weight: bold; }

.landing-offer-media,
.landing-offer-text,
.landing-offer-half { margin-bottom: 0; }

.landing-action {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.landing-action > span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #FFF;
}


/* ----------------------------------------------------------------
    Coming Soon
-----------------------------------------------------------------*/


#countdown-wrap { padding: 50px 0; }

#countdown-wrap h1 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 50px;
    text-shadow: 1px 1px 1px #FFF;
    font-weight: 400;
    color: #555;
    text-align: center;
}


.countdown_row {
    display: block;
    position: relative;
	text-align: center;
    text-shadow: 1px 1px 1px #FFF;
}

.countdown_section {
	display: inline-block;
	font-size: 17px;
    line-height: 22px;
	text-align: center;
    width: 180px;
    color: #999;
    text-transform: lowercase;
}

.countdown_amount {
	font-size: 96px;
    line-height: 100px;
    color: #444;
}

.countdown_descr {
	display: block;
	width: 100%;
}

.lp-subscribe {
    position: relative;
    text-align: center;
}

.lp-subscribe form {
    display: inline-block;
    position: relative;
    margin: 5px auto 0;
    max-width: 600px;
}

.lp-subscribe .alert {
    text-align: left;
    margin: 0 auto;
    max-width: 400px;
}

.lp-subscribe .lp-subscribe-input {
    display: block;
    float: left;
    width: 420px;
}

.lp-subscribe .lp-subscribe-submit {
    display: block;
    float: left;
}

.lp-subscribe input[type="text"] {
    display: block;
    width: 360px;
    padding: 13px 12px 11px 46px;
    font-size: 16px;
    color: #999;
    background: url("images/icons/subscribe.png") left no-repeat;
    margin: 0 !important;
}

.lp-subscribe input[type="submit"] {
    position: relative;
    cursor: pointer;
    display: block;
    border: none;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    padding: 0 15px;
    height: 49px;
    line-height: 49px;
    background: #57B3DF;
    text-align: center;
    text-transform: uppercase;
    margin: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.lp-subscribe input[type="submit"]:hover { background-color: #444; }

.lp-subscribe label.error { display: none !important; }


/* ----------------------------------------------------------------
    Portfolio
-----------------------------------------------------------------*/


#portfolio-filter {
    position: relative;
    margin: 0 0 30px 0;
}

#portfolio-filter li {
    float: left;
    position: relative;
    padding: 0 0 12px;
    border-bottom: 1px solid #EEE;
}

#portfolio-filter li a {
    display: block;
    position: relative;
    padding: 0 15px;
    font-size: 13px;
    line-height: 15px;
    color: #888;
    border-left: 1px solid #EEE;
}

#portfolio-filter li:first-child a { border-left: none; }

#portfolio-filter li a:hover,
#portfolio-filter li.activeFilter a { color: #57B3DF; }

#portfolio-filter li.activeFilter a { font-weight: bold; }

#portfolio-filter li.activeFilter { border-bottom: 2px solid #57B3DF; }


/* ----------------------------------------------------------------
    Portfolio Image
-----------------------------------------------------------------*/


#portfolio {
	position: relative;
	margin: 0 -20px 20px 0;
	overflow: hidden;
	border: 0px solid #000;
}
#portfolio .title{
	margin-right: 20px;
}
.portfolio-item {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	width: 216px !important;
}
.portfolio-item a{
	text-decoration:none;
	}
.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image img {
	/*display: block;*/
	position: relative;
	/*width: 216px !important;*/
	/*height: 162px;*/
	margin: auto;
	}
.portfolio-title {
	position: relative;
	font-size: 14px;
	height: 40px;
	padding: 10px 5px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
.portfolio-info {
	font-size: 13px;
	line-height: 18px;
	color: #666;
	padding: 0 5px;
	height: 72px;
	overflow:hidden;
	}
#productlist{
	marign-right: -20px;
	border: 0px solid #e3dde0;
	overflow: hidden;
}
#productlist .portfolio-item{
	width: 180px !important;
	margin: 1px 17px 17px 1px;
	border-radius: 5px;
	padding: 10px 0;
	box-shadow: inset 0px 0px 20px 0px rgba(102,102,102,.2);
	border: 1px solid #e3dde0;
}
#productlist .portfolio-item:hover{
	border: 2px solid #ffc400;
	padding: 9px -1px;
	margin: 0px 16px 16px 0px;
}
#productlist .portfolio-item .portfolio-image{
	width: 180px !important;
	height: 150px;
	text-align: center;
}
#productlist .portfolio-item .portfolio-image img {
	width: 140px !important;
	height: 140px;
	display: inline-block;
	}
#productlist .portfolio-title {
	border-top: 1px solid #ededed;
		margin: 10px 10px 0 10px;
}

/* ----------------------------------------------------------------
    Home Portfolio
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    Portfolio Overlay
-----------------------------------------------------------------*/


.portfolio-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0.5;
	cursor: hand;
}


.port-gallery .portfolio-overlay { background: transparent; }

.portfolio-overlay-wrap {
    position: relative;
    padding: 15px;
    color: #FFF;
}

.portfolio-overlay-wrap p {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    margin-bottom: 15px;
}

.portfolio-overlay-wrap span {
    display: block;
    margin-bottom: 15px;
}

.portfolio-overlay-wrap span span {
    margin: 0;
    width: 15%;
    border-bottom: 1px solid #FFF;
}

.portfolio-overlay-wrap a {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-bottom: 1px dotted #FFF;
    font-style: italic;
}

.portfolio-overlay-wrap a:hover { border-style: solid; }

.portfolio-2 .portfolio-overlay-wrap {
    font-size: 16px;
    line-height: 24px;
}


.p-overlay-icons,
.postcontent #portfolio.portfolio-3 .p-overlay-icons,
.postcontent #portfolio.portfolio-2 .p-overlay-icons {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: auto;
    height: 28px;
    margin-top: 0;
    margin-left: 0;
}

.p-overlay-icons a {
    display: block;
    float: left;
    margin-left: 2px;
    width: 28px !important;
    height: 28px !important;
    text-indent: -9999px;
    background-color: #222;
    background-repeat: no-repeat;
    background-image: url("images/icons/portfolio-overlay.png");
}

.p-overlay-icons a:first-child { margin-left: 0; }

.p-overlay-icons a.p-o-image { background-position: -28px 0; }

.p-overlay-icons a.p-o-video { background-position: 0 0; }

.p-overlay-icons a.p-o-gallery { background-position: -56px 0; }

.p-overlay-icons a.p-o-link { background-position: -84px 0; }


.portfolio-5 .p-overlay-icons,
.portfolio-widget .p-overlay-icons,
.postcontent #portfolio .p-overlay-icons {
    top: 50%;
    margin-top: -14px;
    width: 58px;
    left: 50%;
    margin-left: -29px;
}


/* ----------------------------------------------------------------
    Portfolio Single
-----------------------------------------------------------------*/

#portfolio-single-wrap { position: relative; }


/* ----------------------------------------------------------------
    Portfolio Single - Slider
-----------------------------------------------------------------*/


#portfolio-single-wrap #slider { float: left; }

#portfolio-single-wrap.portfolio-single-left #slider { float: right; }

#portfolio-single-wrap.portfolio-single-full #slider,
.postcontent #portfolio-single-wrap #slider {
    float: none;
    margin-bottom: 30px;
}

#portfolio-single-wrap #slider {
    width: 680px;
    height: auto;
    background-color: transparent;
}

.postcontent #portfolio-single-wrap #slider { width: 100%; }

#portfolio-single-wrap .slider-wrap,
#portfolio-single-wrap .slide,
#portfolio-single-wrap #slider a,
#portfolio-single-wrap #slider img {
    display: block;
    width: 100%;
    height: auto;
}

#portfolio-single-wrap #slider iframe { display: block; }

#portfolio-single-wrap.portfolio-single-full #slider {
    width: 960px;
    height: auto;
}

#portfolio-single-wrap.portfolio-single-full .slider-wrap,
#portfolio-single-wrap.portfolio-single-full .slide,
#portfolio-single-wrap.portfolio-single-full .slide a,
#portfolio-single-wrap.portfolio-single-full .slide img {
    width: 100%;
    height: auto;
}


#portfolio-single-wrap .flex-prev,
#portfolio-single-wrap .flex-next,
.entry_image .flex-prev,
.entry_image .flex-next,
.fslider .flex-prev,
.fslider .flex-next {
    top: 50%;
    left: 0;
    bottom: auto;
    right: auto;
    margin-top: -18px;
}

#portfolio-single-wrap .flex-next,
.entry_image .flex-next,
.fslider .flex-next {
    left: auto;
    right: 0;
}

.portfolio-item .portfolio-image .flex-prev,
.portfolio-item .portfolio-image .flex-next { margin-top: -14px; }


/* ----------------------------------------------------------------
    Portfolio Single - Details
-----------------------------------------------------------------*/


#portfolio-details-wrap {
    float: right;
    width: 250px;
    margin-left: 30px;
}

#portfolio-single-wrap.portfolio-single-left #portfolio-details-wrap {
    float: left;
    margin: 0 30px 0 0;
}

#portfolio-single-wrap.portfolio-single-full #portfolio-details-wrap,
.postcontent #portfolio-single-wrap #portfolio-details-wrap {
    float: none;
    margin: 0;
    width: auto;
}

#portfolio-details-wrap h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

#portfolio-details-wrap span.page-divider { margin-top: 10px; }

#portfolio-details-wrap .port-details { margin-top: 35px; }


#portfolio-single-wrap.portfolio-single-full .port-desc,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-desc,
.postcontent #portfolio-single-wrap .port-desc {
    float: right;
    margin: 0;
    width: 680px;
}

.postcontent #portfolio-single-wrap .port-desc { width: 440px; }

#portfolio-single-wrap.portfolio-single-full .port-details,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-details,
.postcontent #portfolio-single-wrap .port-details {
    float: left;
    margin: 0 30px 0 0;
    width: 250px;
}

#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-desc,
.postcontent #portfolio-single-wrap.portfolio-single-left .port-desc { float: left; }

#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-details,
.postcontent #portfolio-single-wrap.portfolio-single-left .port-details {
    float: right;
    margin: 0 0 0 30px;
}

#portfolio-single-wrap.portfolio-details-sidebar-right .port-desc {
    float: left;
    margin: 0;
}

#portfolio-single-wrap.portfolio-details-sidebar-right .port-details {
    float: right;
    margin: 0 0 0 30px;
}

#portfolio-details-wrap .port-details h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

#portfolio-details-wrap .port-terms {
    position: relative;
    border-bottom: 1px dotted #DDD;
    margin-bottom: 15px;
    padding-bottom: 15px;
}


#portfolio-details-wrap .port-terms h5 {
    color: #333;
    margin: 0 !important;
    float: left;
    width: 110px;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}

#portfolio-details-wrap .port-terms span {
    display: block;
    position: relative;
    overflow: hidden;
}

.word-wrap {
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: pre-line;
}


/* ----------------------------------------------------------------
    Portfolio Navigation
-----------------------------------------------------------------*/


#portfolio-navigation {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    max-width: 96px;
    height: 32px;
    margin-top: -16px;
}

#portfolio-navigation a {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    background: #E5E5E5 url("images/icons/portfolio-nav.png") no-repeat 0 0;
    transition: background-color .2s linear,background-position .3s linear;
    -moz-transition: background-color .2s linear,background-position .3s linear;
    -webkit-transition: background-color .2s linear,background-position .3s linear;
    -ms-transition: background-color .2s linear,background-position .3s linear;
    -o-transition: background-color .2s linear,background-position .3s linear;
}

#portfolio-navigation a:first-child { margin-left: 0; }

#portfolio-navigation .port-nav-list { background-position: -32px 0; }

#portfolio-navigation .port-nav-next { background-position: -64px 0; }

#portfolio-navigation a:hover {
    background-position: 0 -32px;
    background-color: #57B3DF;
}

#portfolio-navigation .port-nav-list:hover { background-position: -32px -32px; }

#portfolio-navigation .port-nav-next:hover { background-position: -64px -32px; }


/* ----------------------------------------------------------------
    Related Portfolio Items
-----------------------------------------------------------------*/


#portfolio-related {
    position: relative;
    margin: 30px 0 0 0;
}

#portfolio-related-items {
    position: relative;
    margin: 0 -5px 0 0;
}

#portfolio-related-items li {
    position: relative;
    float: left;
    margin: 0 5px 0 0;
}

#portfolio-related-items li,
#portfolio-related-items li > a,
#portfolio-related-items li > img {
    display: block;
    width: 188px !important;
    height: 146px;
}

.postcontent #portfolio-related-items li,
.postcontent #portfolio-related-items li > a,
.postcontent #portfolio-related-items li > img {
    width: 176px !important;
    height: 137px;
}

#portfolio-related-items li .p-overlay-icons {
    top: 50%;
    margin-top: -14px;
    width: 28px;
    left: 50%;
    margin-left: -14px;
}


/* ----------------------------------------------------------------
    Isotope
-----------------------------------------------------------------*/

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* ----------------------------------------------------------------
    Posts
-----------------------------------------------------------------*/


#posts { position: relative; }
.small-posts {
	clear: both;
	/*clear: both;
	overflow: hidden;*/
	}
.entry {
	margin: 20px 0;
	padding: 5px 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
}
.small-posts .info {
    /* background-color: #f6f6f6; */
    /* padding: 30px; */
    /* color: #666;
    line-height: 24px;*/
    margin-bottom: 40px;
    text-align: justify;
}
.small-posts .entry {
	margin: 10px 0 -11px 0;
    padding: 15px 0 10px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
	}
/*.small-posts .entry:first-child {
	margin: 0;
	padding-top: 20px;
}*/
.gallery.small-posts {
	overflow: hidden;
		}
.gallery.small-posts .entry {
	float:left;
	width: 27.8%;
	margin: 0 1.5% 1.5% 0;
	background: none;
	border: 1px solid #ccc;
	padding: 15px 15px;
	height: 340px;
}
.gallery.small-posts .entry_c {
	margin: 0;
	}
.gallery.small-posts .entry_content{
	height: 75px;
	overflow: hidden;
	line-height: 25px;
			}
.gallery.small-posts .entry_title h2{
	height:50px;
	line-height: 25px;
	overflow:hidden;
	}
.gallery.small-posts .entry_image {
	margin: auto;
	float:none;
	display:table;
	width: 100%;
	padding: 0;
}
.gallery.small-posts .entry_image a {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
.gallery.small-posts .entry_image img{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
			}

.entry a{
	display:block;}
.entry_image {
	text-align: center;
	padding: 20px 0 0 0;
}
.entry_image img{
	height: auto;
	padding: 0px;
	border: 0px solid #CCC;
}
.small-posts .entry_image {
	float: right;
	width: 180px;
	height: auto;
	margin: 0 0 0 10px;
	text-align: right;
	display: table;
	padding: 0;
}
.small-posts .entry_image img{
	padding: 3px;
	border: 1px solid #ccc;
	width: 95%;
	background-color: #fff;
	height: auto;
		}
.small-posts .nopic .entry_image {
	display:none;
	}
.small-posts .nopic .entry_c {
	width: 97%;
}
.entry_image iframe,
.ipost-image iframe { display: block; }

.entry_image .slider-wrap,
.entry_image .slide,
.entry_image .slide a,
.entry_image .slide img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.entry_date {
	font-size: 90%;
	color: #666;
}
.entry_date div.month,
.entry_date div.day {
	background-color: #fcc300;
	color: #FFF;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	border-radius: 5px 5px 0px 0px;
	font-family: Arial;
}
.entry_date div.day {
    padding: 0;
	border-radius: 0px 0px 5px 5px;
    font-size: 30px;
}
.entry_date div.year {
	border-bottom: 0px solid #fcc300;
	font-size: 10px;
	color: #666;
	line-height: 15px;
	margin-top: 5px;
}    
.postcontent .entry_date div.month,
.postcontent .entry_date div.day {
	font-size: 14px;
	padding: 3px 0;
}
.postcontent .entry_date div.day {
	font-size: 25px;
	padding: 3px 0;
	background-color: #FFF;
	border: 1px solid #ccc;
	color: #333;
}
.entry_date div.post-icon {
    position: relative;
    color: #57B3DF;
    font-size: 42px;
    margin: 20px 0 0 0;
}

div.post-icon i {
    display: block;
    padding: 0;
    margin: 0;
}

.entry_c {
	margin: 0 0 0 20px;
}
.small-posts .entry_c {
	margin-right:10px;
	    margin-left: 0;
	}

.entry_title {
	margin-top: 15px;
	width: 100%;
}
.small-posts .entry_title {
	margin-top:0;
}
.post-single .entry_title {
	color: #c00;
}
.post-single .entry_title h1 {
	margin-bottom:0;
	padding-bottom: 0;
}
.post-single .entry_image{
	display: none;
}
.post-single .entry_image img, .pic1{
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px 5px rgba(153,153,153,0.5);
	max-width: 90%;
	margin: 10px;
}
.post-single .entry_date {
	border-bottom: 1px solid #ededed;
	margin-bottom: 20px;
	text-align:right;
		}
.entry_title h2 {
	padding: 0;
	color: #000;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
}
.small-posts .entry_title h2 a{
	font-size: 16px;
	color: #c00;
	font-weight: 600;
}
.entry_meta {
    position: relative;
    margin: 0 -7px -3px 0;
}

.post-single .entry_meta { margin-bottom: 12px; }

.entry_meta li {
    margin: 0 7px 3px 0;
    float: left;
    font-size: 12px;
    color: #999;
}

.entry_meta li a {
    color: #999;
}

.entry_meta li a:hover { color: #57B3DF; }

.entry_meta li i {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 2px;
    font-size: 15px;
}

.entry_meta li span {
    display: inline-block;
    margin-right: 7px;
    font-size: 13px;
}

.entry span.page-divider { margin: 12px 0; }

.entry span.page-divider span {  }

.small-posts span.page-divider { margin: 20px 0 12px; }

.postcontent .small-posts span.page-divider span { width: 20%; }

.entry_content {
	position: relative;
	padding: 10px 0;
}
.post-single .entry_content, .post-single .editorblock {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ededed;
	padding: 15px 0;
	overflow: hidden;
	}
.post-single .entry_content .btn, .post-single .editorblock .btn, .btn.back{
	float: right;
				}
.btn .back, .btn.back a{
	background:url(images/back.png) no-repeat 0 3px;
	padding-left: 25px;
				}
.btn .search{
	background:url(images/icons/search-g.png) no-repeat;
	padding-left: 25px;
				}
.entry_content p{
	color: #222;

	}
.small-posts .entry_content{
	padding: 0;
	font-size: 15px;
		}
.small-posts .entry_content p{
	margin: 5px 0;
	}
.entry_share {
	position: relative;
	margin: 20px 0;
	padding: 10px 0;
	line-height: 24px;
	overflow: hidden;
}

.entry_share span {
    display: block;
    float: left;
    margin-right: 15px;
}

.entry_share a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 5px;
}

.entry_share a img {
    display: block;
    margin: 0;
	width: 30px;
	height: 30px;
}



.ipost { position: relative; }

.ipost .ipost-image { position: relative; }
/*.ipost .ipost-image iframe{
	z-index: 65535;

 }*/

.ipost .ipost-image a,
.ipost .ipost-image img {
	display: block;
	width: 97%;
	height: auto;
	padding: 5px;
	border: 1px solid #ccc;
	box-shadow: #999;
}

.ipost .ipost-title h5 {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 5px;
}

.ipost .ipost-title a {
	/* [disabled]color: #000; */
	font-weight: bold;
}

.ipost .ipost-title a:hover {
	/* [disabled]color: #57B3DF; */
}

.ipost .ipost-meta {
    position: relative;
    margin: 0 -10px 0 0;
}

.ipost-meta li {
    float: left;
    font-size: 13px;
    margin: 0 10px 0 0;
    color: #AAA;
}

.ipost-meta li span { margin-right: 10px; }

.ipost-meta li a { color: #888; }

.ipost-meta li a:hover { color: #000; }

.ipost-content {
	margin-top: 5px;
	font-size: 14px;
}
.ipost-title {
	margin: 10px 0 0 0;
	font-size: 18px;
}
.related-posts {
    position: relative;
    margin: 0 -20px 0 0;
}

.related-posts li {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    width: 165px !important;
    list-style: none;
}

.col_full .related-posts li { width: 176px !important; }

.related-posts li .rpost-image {
    position: relative;
    margin-bottom: 10px;
}

.rpost-image,
.rpost-image a,
.rpost-image img {
    display: block;
    width: 165px !important;
    height: 120px;
}

.col_full .rpost-image,
.col_full .rpost-image a,
.col_full .rpost-image img {
    width: 176px !important;
    height: 128px;
}

.rpost-title {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.rpost-title a { color: #666; }

.rpost-title a:hover { color: #000; }

.post-overlay {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 6px;
    line-height: 24px;
    text-align: center;
    background-color: #222;
    background-color: rgba(0,0,0,0.5);
    font-size: 20px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


/* ----------------------------------------------------------------
    Post Elements
-----------------------------------------------------------------*/


img.alignleft,
div.alignleft {
    float: left;
    margin: 5px 20px 13px 0;
    max-width: 100%;
}

div.alignleft > img,
div.alignnone > img,
div.aligncenter > img,
div.alignright > img {
    display: block;
    float: none;
}

img.alignnone,
img.aligncenter,
div.alignnone,
div.aligncenter {
    display: block;
    margin: 10px 0;
    float: none;
}

img.aligncenter,
div.aligncenter,
div.aligncenter img {
    margin-left: auto;
	margin-right: auto;
	clear: both;
}

img.alignright,
div.alignright {
    float: right;
    margin: 5px 0 13px 20px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 13px 20px;
	font-style: italic;
}

.wp-caption img,
.wp-caption img a {
    display: block;
	margin: 0;
}

p.wp-caption-text {
    display: inline-block;
	margin: 10px 0 0 0;
	padding: 5px 10px;
    background-color: #EEE;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}


/* ----------------------------------------------------------------
    Comments List
-----------------------------------------------------------------*/


#comments {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 3px double #E5E5E5;
}

.commentlist {
    list-style-type: none;
    border-bottom: 3px double #E5E5E5;
    padding-bottom: 30px;
    margin: 0 0 30px;
}

.commentlist li,
.commentlist li ul,
.commentlist li ul li { margin: 20px 0 0 0; }

.commentlist ul:first-child { margin-top: 0; }

.commentlist li {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #EEE;
}

.commentlist ul .comment-wrap { margin-left: 30px; }

.commentlist > li { }

.commentlist > li:first-child {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}

.commentlist li .children { margin-top: 0; }

.commentlist li li .children { margin-left: 30px; }

.commentlist li .comment-content,
.pingback {
    position: relative;
    overflow: hidden;
}

.commentlist li .comment-content p,
.pingback p { margin: 20px 0 0 0; }

.commentlist li .comment-content {
    padding: 0 0 0 15px;
}

.commentlist li .comment-meta {
    float: left;
    margin-right: 0;
    line-height: 1;
}

.comment-avatar img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.comment-content .comment-author {margin-bottom: -10px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.comment-content .comment-author a {
    border: none;
    color: #333;
}

.comment-content .comment-author a:hover {
    color: #57B3DF;
    border-color: #57B3DF;
}

.comment-content .comment-author span { display: block; }

.comment-content .comment-author span,
.comment-content .comment-author span a {
    font-size: 11px;
    font-weight: normal;
    color: #AAA;
}

.comment-content .comment-author span a { border-bottom: 1px dotted #AAA; }

.comment-content .comment-author span a:hover {
    color: #888;
    background: none;
    border-bottom: 1px solid #AAA;
}


/* ----------------------------------------------------------------
    Comment Form
-----------------------------------------------------------------*/


#respond,
#respond form { margin-bottom: 0; }

.commentlist li #respond { margin: 30px 0 0; }

.commentlist li li #respond { margin-left: 30px; }

#respond p { margin: 10px 0 0 0; }

#respond p:first-child { margin-top: 0; }

#respond label small {
    color: #999;
    font-weight: normal;
}

#respond input[type="text"],
#respond textarea { margin-bottom: 0; }

#respond .col_one_third,
#respond .col_full { margin-bottom: 15px; }

.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
    display: block !important;
    width: 100% !important;
    margin: 0;
}


/* ----------------------------------------------------------------
    Side Navigation
-----------------------------------------------------------------*/


.sidenav {
  width: 100%;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.sidenav > li > a {
  display: block;
  margin: 0 0 -1px;
  padding: 9px 14px;
  font-size: 13px;
  border: 1px solid #E5E5E5;
  border-right-width: 2px;
  color: #777;
}
.sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.sidenav > .active > a,
.sidenav > .active > a:hover {
  position: relative;
  z-index: 2;
  padding: 10px 15px;
  border: 0;
  color: #FFF;
  font-weight: bold;
  background-color: #57B3DF;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -2px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -2px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -2px 0 0 rgba(0,0,0,.1);
}

.sidenav li i { font-size: 14px; }

/* Chevrons */
.sidenav .icon-chevron-right {
  float: right;
  margin-top: 1px;
  margin-right: -6px;
  opacity: .4;
  font-size: 13px !important;
}
.sidenav > li > a:hover {
  background-color: #F5F5F5;
  color: #222;
}
.sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.sidenav .active .icon-chevron-right,
.sidenav .active a:hover .icon-chevron-right { opacity: 1; }


/* ----------------------------------------------------------------
    Sitemap
-----------------------------------------------------------------*/


.sitemap {
	list-style-type: disc;
	font-weight: bold;
	margin-bottom: 20px;
	border: 0px solid #000;
	margin-left: 20px;
}

.sitemap ul {
	list-style-type: circle;
	font-weight: normal;
	margin: 5px 0 5px 20px;
}
.sitemap li {
	margin-bottom: 10px;
	border-bottom: 0px dotted #ccc;
	font-size: 15px;
	}
.sitemap li li {
	border-bottom: 0px dotted #ccc;
	}

.sitemap span {
    display: block;
    margin: 2px 0 5px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.sitemap span a { color: #777; }

.sitemap span a:hover { color: #000; }

.sitemap ul ul { list-style-type: disc; }

.sitemap-page h3 {
	font-size: 18px;
	margin-bottom: 10px;
	border: 0px solid #000;
	background: url(images/divider.png) repeat-x bottom;
	margin-top: 30px;
	padding-bottom: 10px;
}
.sitemap-page .col_one_third {
	margin-right: 0;
	margin-left: 4%;
	border: 0px solid #000;
	width:28%;
}
/* ----------------------------------------------------------------
    Promo
-----------------------------------------------------------------*/


.promo {
	position: relative;
	background: url("images/promo.png") repeat;
	padding: 15px 18px;
	border-left: 3px solid #fcc300;
	margin: 10px 0;
}

.promo-desc {
    position: relative;
    padding-right: 165px;
}
	
.promo h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 0;
	margin: 0;
}

.promo h3 > span { color: #57B3DF; }

.promo-desc > span {
	display: block;
	margin-top: 3px;
	font-size: 15px;
	line-height: 22px;
	color: #777;
}

.promo-action{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    max-width: 150px;
}
.news-action {
	float: right;
	width: auto;
	display: inline-block;
}
.promo-action a , .news-action a {
	display: block;
	color: #FFF;
	font-size: 14px;
	padding: 10px 15px;
	font-weight: bold;
	line-height: 20px;
	background: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}
.news-action a {
	padding: 3px 20px;
}
.promo-action a:hover , .news-action a:hover{
	background-color: #fcc300;
	color: #000;
}


/*.well.callout h2 {
	font-size: 24px;
	line-height: 28px;
}*/

.well.callout p {
	color: #333;
}


/* ----------------------------------------------------------------
    404
-----------------------------------------------------------------*/


.error-404 {
	position: relative;
	text-align: left;
	font-size: 35px;
	line-height: 1;
	color: #ffb400;
	background: url(images/404.jpg) no-repeat right bottom;
	background-size: 50%;
	padding: 20px 0 50px 0;
	margin-bottom: 20px;
	font-weight: bold;
	overflow: hidden;
}

.error-404 span {
	display: block;
	font-size: 17px;
	color: #444;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
	line-height: 25px;
	font-weight: normal;
}

.error-404-meta {
    position: relative;
    margin: 40px 0 20px;
}

.error-404-meta form {
    position: relative;
    margin: 0 auto;
    width: 386px;
}

.error-404-meta input[type="text"] {
    display: block;
    width: 350px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    padding: 7px 17px;
}

.error-404-meta input[type="submit"] {
    position: absolute;
    cursor: pointer;
    top: -6px;
    left: auto;
    right: 0;
    display: block;
    border: none;
    width: 48px;
    height: 48px;
    background: #57B3DF url("images/icons/search-404.png") no-repeat center center;
    text-indent: -9999px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.error-404-meta input[type="submit"]:hover { background-color: #444; }


/* ----------------------------------------------------------------
    Tabs
-----------------------------------------------------------------*/
.tab_widget {
	display: block;
	position: relative;
	margin: 0;
}
.tab_widget ul.tabs {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	overflow: hidden;
	z-index: 999;
}
.tab_widget ul.tabs li {
	float: left;
	font-size: 13px;
	margin: 0px -1px 3px 0;
	padding: 0;
	border: 1px solid #DDD;
	overflow: hidden;
	position: relative;
	text-align: center;
	/*background: url(images/tab_bg.jpg) repeat-X center top;
	background-size: auto 100%;*/
}
.tab_widget.tab_brand ul.tabs li {
	/*height: 100px;*/
	height: 75px;
	width: 95px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
	box-shadow: inset -3px 0px 3px 0px rgba(255,255,255,1);
}
.tab_widget ul.tabs li img{
	width: 75px;
	margin-top: 3px;
}
.tab_widget ul.tabs li span{
	display: none;
	margin-top: -10px;
	min-width: 70px;
	}
.tab_widget ul.tabs li.nobrand{
		}
.tab_widget ul.tabs li.nobrand span {
  display: block;
  margin: 0;
  padding: 35% 0;
}
.tab_widget ul.tabs li:first-child { }
.tab_widget ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 10px;
	outline: none;
	font-weight: bold;
}
.tab_widget ul.tabs li:first-child a { border-left: none; }
.tab_widget ul.tabs li.active, .tab_widget ul.tabs li.current{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #FFF;
	/*border-width: 2px;
	margin-bottom: 0;*/
}
.tab_widget ul.tabs li.active a { color: #c00; }

.tab_widget .tab_container {
	display: block;
	overflow: hidden;
	position: relative;
	clear: both;
	z-index: 0;
	border-top: 1px solid #ccc;
	margin-top: -4px;
}
.tab_widget .tab_content {
	display: block;
	position: relative;
	padding: 20px 0 0 0;
}
.tab_widget .tab_content #productlist {
	margin-top: 20px;
	}
.side-tabs{
	border: 1px solid #ededed;
	overflow:hidden;
}
.side-tabs .title {
	margin-left:40px;
	}
.side-tabs ul.tabs {
	float: left;
	width: 161px;
	height: auto;
	padding: 20px 0;
	background: url(images/orgbg.jpg) repeat-y;
	padding-bottom: 100px;
	margin: 0;
}
.side-tabs ul.tabs li {
    float: none;
    height: 50px;
	line-height: 50px;
    margin-top: 0;
	background:url(images/orgline.jpg) no-repeat center bottom;
	border: 0;
	margin: 0 10px;
	box-shadow: inset -3px 0px 3px 0px rgba(255,255,255,0);
	font-size:15px;
		}
.side-tabs ul.tabs li a {
	letter-spacing: 3px;
	color:#fff;		  }
.side-tabs ul.tabs li.active,
.side-tabs ul.tabs li.active a:hover {
}
.side-tabs ul.tabs li.active {
    border-top: none;
    margin-right: -1px;
	z-index: 999;
	margin-top:-2px;
	line-height: 55px;
    height: 55px;
	}
.side-tabs ul.tabs li.active a{
	color:#ffa200;
	background:url(images/orgarr.png) right center no-repeat;
	}
.side-tabs ul.tabs li:first-child {  }
.side-tabs .tab_container {
    clear: none;
	margin-top: 0;
	border-top: 0;
}
.side-tabs .tab_content {
	padding: 20px;
}
.newslist { 
    margin-top: 0;
	}
.newslist li{
	border-bottom: 1px dotted #ededed;
	}
.newslist li a{
	display: block;
	padding: 10px 5px;
	color: #ff8a01;
	text-decoration: none;
	}
.newslist li a:hover{
	background-color: #FFA806;
	color: #fff;
		}
.newslist li a span{
	float: right;
	color: #999;
	font-size: 80%;
	}
.newslist li a:hover span{
	color: #fff;
	}

/* ----------------------------------------------------------------
    Toggle
-----------------------------------------------------------------*/


.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}

.toggle .togglet,
.toggle .toggleta {
	display: block;
	position: relative;
    line-height: 24px;
    padding-left: 32px;
	cursor: pointer;
	margin: 0;
    font-size: 15px;color: #333;
	background: url("images/icons/toggle-plus.png") no-repeat left;
}

.toggle .toggleta {
    font-weight: bold;
	color:#000;
    background: url("images/icons/toggle-minus.png") no-repeat left;
}
.toggle .togglec {
	display: block;
	position: relative;
    padding: 10px 0 0 0;
}


/* ----------------------------------------------------------------
    Alert Messages
-----------------------------------------------------------------*/


.style-msg,
.style-msg2 {
    display: block;
	border-left: 4px solid rgba(0,0,0,0.1);
}

.style-msg2 { border-left: 4px solid rgba(0,0,0,0.2); }

.successmsg {
	background: #C1FFCC;
	color: #184B21;
}

.errormsg {
	background: #F9BBB9;
	color: #740D0A;
}

.infomsg {
	background: #B9DFF4;
	color: #124F70;
}

.alertmsg {
	background: #FCE0B6;
	color: #975E06;
}

.style-msg .sb_msg,
.style-msg2 .msgtitle,
.style-msg2 .sb_msg {
    display: block;
	padding: 10px 15px;
    border-left: 1px solid rgba(255,255,255,0.5);
	font-size: 13px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

.style-msg2 .msgtitle {
    background: rgba(0,0,0,0.1);
    border-top: none;
    border-bottom: none;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.style-msg2 .sb_msg { font-weight: normal; }

.style-msg2 ol,
.style-msg2 ul { margin: 0 0 0 30px; }

.style-msg2 ol { list-style-type: decimal; }

.style-msg2 ul { list-style-type: disc; }


/* ----------------------------------------------------------------
    Quotes
-----------------------------------------------------------------*/


.quote {
    background: url("images/icons/quote.png") left top no-repeat;
    margin: 10px 0;
    padding: 0 0 0 15px;
	font-size: 15px;
    font-style: italic;
    color: #777;
    text-shadow: 1px 1px 1px #FFF;
    border: 0;
}

blockquote.quote-left,
blockquote.quote-right {
    font-size: 15px;
    line-height: 20px;
	padding-left: 15px;
}

.quote-left {
    float: left;
    width: 150px;
    margin-right: 20px;
    margin-left: 0;
    margin-bottom: 5px;
}

.quote-right {
    float: right;
    width: 150px;
    margin-left: 20px;
    margin-bottom: 5px;
}


/* ----------------------------------------------------------------
    Gallery
-----------------------------------------------------------------*/


/*.gallery {
    margin: 20px auto;
    float: left;
	width: 100%;
    line-height: 1;
}

.gallery .gallery-item {
    float: left;
	text-align: center;
	margin-left: 0;
    width: auto !important;
	margin:  10px 10px 0 0 !important;
}

.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
    width: auto !important;
	height: auto !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}

.gallery .gallery-caption { margin-left: 0; }

.gallery br { clear: both }
*/
.col-0 { width: 100% }
.col-1 { width: 100% }
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }


/* ----------------------------------------------------------------
    Features
-----------------------------------------------------------------*/


.product-feature {
	position: relative;
	padding-left: 60px;
	margin-top: 20px;
}

/*.product-feature:first-child { margin-top: 0; }*/

.product-feature h3 {
	font-size: 17px;
	line-height: 22px;
	color: #333;
	padding-bottom: 0px;
}

.product-feature p {
	margin: 0;
	text-align: left;
	color: #333;
}

.product-feature img,
.product-feature > span {
	display: block;
	position: absolute;
	left: 4px;
	top: -1px;
	margin: 0;
	padding: 12px;
	width: 24px;
	height: 24px;
	background-color: #57B3DF;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
}

.product-feature > span {
    font-size: 25px;
    color: #FFF;
    text-align: center;
    line-height: 23px;
}

.product-feature2 { padding-left: 52px; }

.product-feature2 img,
.product-feature2 > span,
.product-feature3 img,
.product-feature3 > span {
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: transparent !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 40px;
    color: #333;
    text-align: center;
    line-height: 1;
}
.product-feature3 {
	padding: 20px 10px 10px 10px;
	background-color: #F5F5F5;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
	min-height: 270px;
}
.product-feature3:hover {
	background-color: #fff;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
	min-height: 270px;
}
.product-feature3 .pic{
	background-color: #FFF;
	width: 100%;
	display:table;
}
.product-feature3 .pic a{
	height: 50px;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	padding: 5px;
}

.product-feature3 img,
.product-feature3 > span {
	position: relative;
	margin: 0 auto;
	width: 90%;
	height: auto;
	font-size: 95px;
	left:0;
}

.product-feature3:hover span { color: #57B3DF; }



/* ----------------------------------------------------------------
    Clients>>>Brand
-----------------------------------------------------------------*/


.our-brand {
    position: relative;
}

.our-brand li {
	margin: 0 12px 0 0;
	position: relative;
	float: left;
	transition: box-shadow .2s linear;
	-moz-transition: box-shadow .2s linear;
	-webkit-transition: box-shadow .2s linear;
	-ms-transition: box-shadow .2s linear;
	-o-transition: box-shadow .2s linear;
	font-size: 14px;
}
.our-brand li,
.our-brand li a{
    display: block;
    width: 104px !important;
    height: 150px;
	text-align:center;
}
.our-brand li img {
 	border-radius: 5px;
	box-shadow: inset 0px 0px 20px 0px rgba(102,102,102,.2);
	border: 1px solid #ededed\9;
	width: 95px !important;
	height: auto;
	padding: 5px;
}
.our-brand li img:hover {
	box-shadow: inset 0px 0px 20px 0px rgba(102,102,102,.5);
}

/* ----------------------------------------------------------------
    Team Members
-----------------------------------------------------------------*/


.team-member {
    position: relative;
    width: 100%;
}

.team-member .team-image {
    position: relative;
    margin-bottom: 15px;
}

.team-image,
.team-image img {
    display: block;
    width: 100%;
}

.team-rounded .team-image img {
    background: #EEE;
    padding: 5px;
    border-radius: 500px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.team-rounded .team-image {
    text-align: center;
    margin-bottom: -10px;
}

.team-image span {
    display: block;
    position: absolute;
    background-color: #57B3DF;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    top: auto;
    bottom: 30px;
    left: 0;
    padding: 0 10px;
    line-height: 22px;
    font-size: 12px;
    text-transform: uppercase;
}

.team-rounded .team-image span {
    display: inline-block;
    position: relative;
    top: auto;
    bottom: 35px;
    z-index: 2;
}

.team-member .team-desc { position: relative; }

.team-desc h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #DDD;
}

.team-desc p { margin-bottom: 0; }

.team-social {
    position: absolute;
    top: 5px;
    left: auto;
    right: 0;
}

.team-social a {
    float: left;
    margin-left: 10px;
}

.team-social a:first-child { margin-left: 0; }

.team-social a,
.team-social img,
.team-social i {
    display: block;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 1;
}

.team-social i {
    position: relative;
    color: #666;
    font-size: 14px;
}

.team-social i:hover { color: #888; }

.team-skills {
    margin: 10px 0 0;
    padding: 7px 0 2px;
    border-top: 1px dotted #DDD;
    border-bottom: 1px dotted #DDD;
}

.team-skills li {
    display: inline-block;
    margin: 0 15px 5px 0;
    line-height: 22px;
    font-size: 12px;
    text-transform: uppercase;
}

.team-skills li span {
    display: inline-block;
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #57B3DF;
    margin-right: 2px;
    text-shadow: 0px 0px 0px #FFF;
}


/* ----------------------------------------------------------------
    FAQs
-----------------------------------------------------------------*/


#faqs {
	margin: 0;
}

.faq {
    padding-bottom: 15px;
    margin: 15px 0 0 0;
    border-bottom: 1px dotted #DDD;
	float:left;
	width:100%;
}

.faq .togglet,
.faq .toggleta {
    background-image: none !important;
    line-height: 20px;
    padding-left: 26px;
}

.faq .togglet i,
.faq .toggleta i {
	display: block;
	position: absolute;
	font-size: 18px;
	width: 18px;
	text-align: center;
	top: -1px;
	left: -1px;
}
.faq .toggleta i {
	color:#000;
}

.faq .togglec { padding: 10px 0 0 26px; }


/* ----------------------------------------------------------------
    About
-----------------------------------------------------------------*/


.skills { margin: 0; }

.skills li {
    position: relative;
    margin-top: 15px;
}

.skills li:first-child { margin-top: 0; }

.skills li .progress {
    height: 30px;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.skills li span {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #FFF;
}


/* ----------------------------------------------------------------
    Icons
-----------------------------------------------------------------*/


.icon-rounded,
.icon-plain,
.icon-circled {
    display: block !important;
    float: left !important;
    margin: 13px 0 13px 0;
    text-align: center !important;
    font-size: 11px;
    line-height: 11px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
}

.icon-rounded,
.icon-circled {
    width: 19px;
    height: 16px;
    padding: 6px 0 0 3px;
    background-color: #444;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.icon-plain {
    width: 48px;
    height: 48px;
    font-size: 47px;
    line-height: 50px;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
}

.icon-plain:hover { color: #777; }

.icon-circled {
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.icon-light {
    background-color: #F5F5F5;
    color: #444;
    /*text-shadow: 1px 1px 1px #FFF;*/
    box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}


a:hover .icon-rounded,
a:hover .icon-circled {
	background-color: #fcc300;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
}


.dropcap {
    float: left;
    display: block;
    margin: 3px 8px 3px 0;
    padding: 8px;
    font-size: 36px;
    line-height: 1;
    border: 1px solid #BBB;
    color: #666;
    box-shadow: 0 0 8px #BBB;
}

.highlight {
    display: inline;
    padding: 0 5px;
    color: #FFF;
    background-color: #444;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}


/* ----------------------------------------------------------------
    Buttons
-----------------------------------------------------------------*/


.button {
	display: inline-block;
	position: relative;
    cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0;
	background-image: url("images/button.png");
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 1px solid rgba(114,114,114,0.4);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 0px rgba(114,114,114,0.3);
	-moz-box-shadow: 0 1px 0px rgba(114,114,114,0.3);
	-webkit-box-shadow: 0 1px 0px rgba(114,114,114,0.3);
	background-color: #629D63 !important;
}

.button:hover {
    background-image: url("images/button.png");
	background-position: 0 -30px;
    background-color: #666 !important;
	text-decoration: none;
    border: 1px solid rgba(100,100,100,0.4);
}

.button:active { top: 1px; }

.button span {
	display: inline-block;
	padding: 0 18px;
	height: 29px;
	line-height: 29px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.red_btn { background-color: #F25B60 !important; }

.green_btn { background-color: #629D63 !important; }

.blue_btn { background-color: #5A9EE2 !important; }

.brown_btn { background-color: #DE8E36 !important; }

.white_btn,
.white_btn:hover { background-color: #F6F6F6 !important; }

.white_btn span {
    color: #444 !important;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.yellow_btn { background-color: #C5B925 !important; }

.purple_btn { background-color: #BE56E0 !important; }

.black_btn,
.black_btn:hover { background-color: #494949 !important; }

.black_btn span {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}



button.button {
    margin: 5px 0 !important;
    background-color: #F6F6F6 !important;
}

button.button:hover { background-color: #F6F6F6 !important; }

button.button span {
    color: #555 !important;
    text-shadow: 1px 0 1px rgba(255,255,255,0.8) !important;
}

.simple-button {
	display: inline-block;
	text-decoration:none;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	color: #FFF;
	font-size: 14px;
	padding: 0 15px;
	font-weight: bold;
	line-height: 36px;
	background: #333;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.simple-button.inverse { background: #57B3DF; }

.simple-button.large {
    line-height: 48px;
    font-size: 16px;
}

.simple-button i {
    display: block;
    float: left;
    margin: 0 6px 0 0;
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.simple-button.large i {
    margin: 0 6px 0 0;
    font-size: 22px;
    width: 22px;
    height: 22px;
}

.simple-button:hover {
	background: #fcc300;
	color: #000;
}

.simple-button.inverse:hover { background: #333; }


/* ----------------------------------------------------------------
    Pricing Boxes
-----------------------------------------------------------------*/


.pricing {
	display: block;
	position: relative;
    margin-bottom: 40px;
}

.pricing .pricing-wrap {
	float: left;
	width: 25%;
	position: relative;
}

.pricing3 .pricing-wrap { width: 33.33%; }

.pricing5 .pricing-wrap { width: 20%; }

.pricing .pricing-wrap.best-price { margin-left: -1px; }

.pricing-wrap .pricing-inner {
	position: relative;
	border: 1px solid #E5E5E5;
	border-left: none;
	text-align: center;
}

.pricing-wrap:first-child { margin-left: 1px; }

.pricing-wrap:first-child .pricing-inner { border-left: 1px solid #E5E5E5; }

.best-price .pricing-inner { border-left: 1px solid #E5E5E5; }

.pricing-inner .pricing-title {
    position: relative;
	padding: 10px 0;
}

.pricing-title h4 {
	font-size: 17px;

	line-height: 24px;
    font-weight: bold;
    padding-bottom: 0;
	color: #444;
}

.best-price .pricing-title h4 { color: #57B3DF; }

.pricing-title h4 span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #BBB;
}

.pricing-inner .pricing-price {
	padding: 15px 0;
	font-size: 36px;
	line-height: 40px;
    background-color: #EEE;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.best-price .pricing-price { color: #57B3DF; }

.pricing-price .price-sub {
	display: inline-block;
	position: relative;
	font-size: 16px;
	vertical-align: top;
	top: -7px;
	margin-left: 2px;
}

.pricing-price .price-tenure {
    display: block;
	font-size: 13px;
    line-height: 20px;
    color: #AAA;
}

.pricing-inner .pricing-features {
	padding: 10px 15px;
	border-bottom: 1px solid #E5E5E5;
    text-shadow: 1px 1px 1px #FFF;
}

.pricing-features ul { margin: 0; }

.pricing-features li {
    position: relative;
	padding: 6px 0;
	border-top: 1px solid #EEE;
}

.pricing-features li span {
    font-weight: bold;
    color: #333;
}

.pricing-features li:first-child { border-top: 0; }

.pricing-action {
    background-color: #EEE;
    padding: 15px 0;
}

.pricing-action a { margin: 0 !important; }

.pricing-style2 .pricing-price {
    padding: 15px 0;
    font-size: 36px;
    line-height: 40px;
    background-color: #444;
    margin: 0 -1px;    
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.pricing-style2 .best-price .pricing-price { background-color: #57B3DF; }

.pricing-style2 .best-price .price-tenure { color: #EEE; }


.pricing-wrap.pricing-defines .pricing-inner {
	border-color: transparent;
	border-right: 1px solid #E5E5E5;
	text-align: left;
}

.pricing-wrap.pricing-defines .pricing-title,
.pricing-wrap.pricing-defines .pricing-price,
.pricing-wrap.pricing-defines .pricing-action { visibility: hidden; }

.pricing-wrap.pricing-defines .pricing-features {
    padding: 10px 15px;
	border: 1px solid #E5E5E5;
    border-right: none;
    background-color: #EEE;
}

.pricing-wrap.pricing-defines .pricing-features li {
    border-top: 1px solid #E5E5E5;
    font-weight: bold;
    color: #AAA;
}

.pricing-wrap.pricing-defines .pricing-features li a.icon-question-sign {
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    text-align: center;
    top: 6px;
    left: auto;
    right: 0;
    font-size: 17px;
    color: #AAA;
}

.pricing-wrap.pricing-defines .pricing-features li a.icon-question-sign:hover { color: #666; }

.pricing-wrap.pricing-defines .pricing-features li:first-child { border-top: 0; }


/* ----------------------------------------------------------------
    Accordions
-----------------------------------------------------------------*/


.acctitle,
.acctitlec {
	display: block;
	position: relative;
	cursor: pointer;
    border-top: 1px dotted #DDD;
    line-height: 24px;
    padding: 12px 0 12px 32px;
	margin: 0;
    font-size: 16px;color: #333;
	background: url("images/icons/toggle-plus.png") no-repeat left;
}

.acctitlec {
	background: url("images/icons/toggle-minus.png") no-repeat left;
	cursor: auto;
}

.acctitle:first-child {
	border-top: none;
}

.acc_content {
	position: relative;
	padding: 0 0 15px 32px;
}



/* ----------------------------------------------------------------
    reCaptcha
-----------------------------------------------------------------*/


.recaptcha_widget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0;
}

#recaptcha_image {
    width: 100% !important;
    height: auto !important;
}

#recaptcha_image img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 15px solid #FFF;
}
    
.recaptcha_is_showing_audio embed {
    height: 0;
    width: 0;
    overflow: hidden;
}

.recaptcha_is_showing_audio #recaptcha_image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 10px solid #FFF;
}

.recaptcha_is_showing_audio #recaptcha_image br { display: none;}

.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download { display: block; }

.recaptcha_input label {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recaptcha_input input { width: 100%; }

.recaptcha_options {
    list-style: none;
    margin: 4px 0 0;
    height: 14px;
}

.recaptcha_options li {
    float: left;
    margin: 0 6px 0 0;
}

.recaptcha_options li a {
    text-decoration: none;
    text-shadow: 0 1px 1px #FFF;
    font-size: 14px;
    color: #777;
    display: block;
    width: 14px;
    height: 14px;
    text-align: center;
}

.recaptcha_options li a:active {
    position: relative;
    top: 1px;
    text-shadow: none;
}

.captcha_hide { display:none; }

body > iframe { display: none; }


/* ----------------------------------------------------------------
    Testimonials
-----------------------------------------------------------------*/


.testimonial-scroller { position: relative; }

.testimonial-item { float: left; }

.testimonial-item .testi-content {
    position: relative;
    background: #FFF;
	border: 1px solid #E5E5E5;
    padding: 15px;
    font-size: 13px;
    text-shadow: 1px 1px 1px #FFF;
    margin-bottom: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.testi-content:after, .testi-content:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.testi-content:after {
	border-top-color: #FFF;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}

.testi-content:before {
	border-top-color: #D5D5D5;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}

#footer .testimonial-item .testi-content {
    background: #EEE;
	border: 1px solid #DDD;
}

#footer .testi-content:after { border-top-color: #EEE; }

#footer .testi-content:before { border-top-color: #CCC; }

#footer.footer-dark .testimonial-item .testi-content {
    background-color: #282A2B;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#footer.footer-dark .testi-content:after { border-top-color: #282A2B; }

#footer.footer-dark .testi-content:before { border-top-color: #282A2B; }

.testimonial-item .testi-author {
    text-align: center;
    color: #222;font-size: 13px;
    font-weight: bold;
}

.testimonial-item .testi-author span {
    display: block;
    color: #999;
    font-size: 11px;
    line-height: 16px;
    font-style: italic;
    font-weight: normal;
}

#footer.footer-dark .testimonial-item .testi-author {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#footer.footer-dark .testimonial-item .testi-author span { color: #CCC; }


/* ----------------------------------------------------------------
    Google Custom Search
-----------------------------------------------------------------*/


.cse .gsc-control-cse,
.gsc-control-cse,
.gsc-above-wrapper-area,
.gsc-adBlock,
.gsc-thumbnail-inside,
.gsc-url-top,
.gsc-table-result,
.gsc-webResult,
.gsc-result { padding: 0 !important; }

.gsc-result-info { padding-left: 0 !important; }

.gsc-above-wrapper-area-container,
.gsc-table-result { margin-bottom: 10px; }

.gcsc-branding { display: none; }

.gsc-results,
.gsc-webResult { width: 100% !important; }


/* ----------------------------------------------------------------
    Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #999999;
	opacity: 0.8;
	font-size: 28px;
	line-height: 35px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 100px;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

#gotoTop:hover { background-color: #c00; }


#imageBackground {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -99;
}


/* ----------------------------------------------------------------
    Footer
-----------------------------------------------------------------*/

#footer {
	position: relative;
	background-color: #f0f0f0;
	padding: 30px 0 10px 0;
    border-top: 1px solid #fece3a;
}
#footer.toggle{
	margin: 0;
	}
#footer.toggle .togglet,
#footer.toggle .toggleta {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
	left: 50%;
	top: -16px;
	width: 150px;
	margin-left: -75px;
	height: 30px;
	background: url("images/toggle-down.png") no-repeat center top;
	font-size: 12px;
	padding-top: 30px;
	text-align: center;
	color: #555;
	}

#footer.toggle .toggleta {
    font-weight: bold;
	text-indent:-9999px;
	color:#000;
    background: url("images/toggle-up.png") no-repeat center top;
}

#footer.toggle .togglec{
	padding: 10px 0 10px 10px;
	overflow: hidden;
		}
#footer .title{
	border: 0;
	margin-bottom:10px;
	}
#footer .span2{
	width: 135px;
			}
#footer ul{
	border: 0px solid #000;
	margin: 0;
	padding: 0;
		}

#footer li a{
	font-size:13px;
	color: #666;
		}
#footer li a:hover{
	color: #c00;
		}
#footer .half{
	overflow: hidden;
	border: 0px solid #000;
	
		}
#footer .half ul{
	float:left;
	width:40%;
		}



/* ----------------------------------------------------------------
    Widgets
-----------------------------------------------------------------*/


.widget {
	display: block;
	position: relative;
	margin-top: 20px;
	/* padding-top: 20px;*/
	border: 0px solid #000;
	width: 100%;
	overflow: hidden;
}

#footer .widget h4 { padding-bottom: 20px; }

#footer.footer-dark .widget h4 {
    color: #EEE;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}


#footer .widget {
    padding: 0;
    border: none;
    margin: 40px 0 0 0;
}

.widget:first-child {
    margin-top: 0 !important;
    padding-top: 0;
    border-top: none;
}


.widget_search form { margin: 0; }

.widget_text input[type="text"] { width: 192px; }

.widget_search input[type="text"] {
    margin: 0 !important;
    background: url("images/icons/search.png") no-repeat left center;
    padding-left: 39px;
    width: 163px;
}

.widget_search input[type="submit"],
.widget_search button { display: none; }


/* ----------------------------------------------------------------
    Twitter Widget
-----------------------------------------------------------------*/


.twitter-widget ul,
.twitter-widget ul li { margin: 0; }

.twitter-widget ul li {
    padding: 0 0 0 18px;
    margin-top: 15px;
    background: url("images/icons/twitter.png") top left no-repeat;
}


#footer.footer-dark .twitter-widget ul li { background: url("images/icons/ftwitter.png") top left no-repeat; }

.twitter-widget ul li:first-child { margin-top: 0; }

.twitter-widget ul li span { display: block; }


a.twitter-follow-me {
	display: block;
    position: relative;
    float: right;
    padding: 5px 10px;
    font-size: 11px;
    margin-top: 15px;
    color: #888;
    background-color: #E5E5E5;
    border: none !important;
    text-shadow: 1px 1px 1px #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#footer.footer-dark a.twitter-follow-me { background-color: #282A2B; }

a.twitter-follow-me:hover,
#footer.footer-dark a.twitter-follow-me:hover {
    background-color: #57B3DF;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


/* ----------------------------------------------------------------
    Posts List
-----------------------------------------------------------------*/


.sposts-list { margin: 0; }

.sposts-list li { margin: 15px 0 0 0; }

.sposts-list li:first-child { margin-top: 0; }

.sposts-list .spost-image {
    float: left;
    margin: 0 10px 0 0;
    background-color: #DDD;
}

.sposts-list a { border: none !important; }

.sposts-list .spost-image,
.sposts-list .spost-image a {
    display: block;
    width: 48px;
    height: 48px;
}

.sposts-list .spost-image img {
    width: 42px;
    height: 42px;
    padding: 3px;
}

.sposts-list .spost-content {
    position: relative;
    overflow: hidden;
}

.sposts-list .spost-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
}

.tabbed-widget .spost-title { font-size: 12px; }

.sposts-list .spost-meta,
.sposts-list .spost-meta ul { margin: 0 !important; }

.sposts-list .spost-meta { font-size: 11px; }

.sposts-list .spost-meta li {
    float: left;
    margin: 0 0 0 4px;
    color: #BBB;
}

.spost-meta li i { font-size: 13px; }

.sposts-list .spost-meta a { color: #000; }

.sposts-list .spost-meta a:hover { color: #888; }

.sposts-list .spost-meta span {
    display: block;
    float: left;
    margin: 0 4px 0 0;
    font-size: 15px;
    height: 20px;
    line-height: 18px;
}

.sposts-list .spost-meta li:first-child { margin-left: 0; }

#footer.footer-dark .spost-title a:hover { color: #AAA; }

#footer.footer-dark .sposts-list .spost-meta a:hover { color: #FFF; }

#footer.footer-dark .sposts-list .spost-image { background: #282A2B; }

.sposts-list .spost-image:hover,
#footer.footer-dark .sposts-list .spost-image:hover { background: #57B3DF; }


/* ----------------------------------------------------------------
    Flickr Widget
-----------------------------------------------------------------*/


.flickr-widget .flickr-widget-wrap {
	position: relative;
	margin: 0 -1px -1px 0;
}

.flickr-widget .flickr_badge_image { margin: 0 1px 1px 0; }

.flickr-widget a {
    border: none !important;
    line-height: 1 !important;
}

.flickr-widget .flickr_badge_image,
.flickr-widget .flickr_badge_image a { float: left; }

.flickr-widget .flickr_badge_image,
.flickr-widget .flickr_badge_image a,
.flickr-widget .flickr_badge_image img {
    display: block;
	width: 69px;
	height: 69px;
}


/* ----------------------------------------------------------------
    Widgets Menu Style
-----------------------------------------------------------------*/


.widget_nav_menu ul,
.widget_nav_menu li,
.widget_links ul,
.widget_links li,
.widget_meta ul,
.widget_meta li,
.widget_archive ul,
.widget_archive li,
.widget_recent_comments ul,
.widget_recent_comments li,
.widget_recent_entries ul,
.widget_recent_entries li,
.widget_categories ul,
.widget_categories li,
.widget_pages ul,
.widget_pages li { margin: 0; }

.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li {
    padding: 0 4px;
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_recent_comments li {
    display: inline-block;
    padding: 3px 3px 3px 10px;
}

.widget_recent_comments li {
    display: block;
    background: url("images/icons/sidebar-comment.png") left top no-repeat;
    padding: 4px 0 4px 20px;
}

#footer.footer-dark .widget_recent_comments li { background: url("images/icons/footer-comment.png") left top no-repeat; }

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_recent_comments li a {
    background: url("images/icons/sidebar-link.png") left top no-repeat;
    border: none !important;
    color: #444;
    font-size: 13px;
}

.widget_nav_menu li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_recent_entries li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_recent_comments li a:hover { color: #000; }

#footer.footer-dark .widget_nav_menu li a,
#footer.footer-dark .widget_links li a,
#footer.footer-dark .widget_meta li a,
#footer.footer-dark .widget_archive li a,
#footer.footer-dark .widget_recent_comments li a,
#footer.footer-dark .widget_recent_entries li a,
#footer.footer-dark .widget_categories li a,
#footer.footer-dark .widget_pages li a { background: url("images/icons/footer-link.png") left top no-repeat; }


.widget_recent_comments li a {
    display: inline;
    padding: 0;
    background: none !important;
    font-size: 12px;
}


.widget_nav_menu > ul > li:first-child,
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_pages > ul > li:first-child { border-top: 0 !important; }


.widget_nav_menu > ul,
.widget_links > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_categories > ul,
.widget_pages > ul { margin-top: -4px !important; }


.widget_nav_menu ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_pages ul ul { margin-left: 15px; }


#footer.footer-dark .widget_nav_menu li a:hover,
#footer.footer-dark .widget_links li a:hover,
#footer.footer-dark .widget_meta li a:hover,
#footer.footer-dark .widget_archive li a:hover,
#footer.footer-dark .widget_recent_comments li a:hover,
#footer.footer-dark .widget_recent_entries li a:hover,
#footer.footer-dark .widget_categories li a:hover,
#footer.footer-dark .widget_pages li a:hover { color: #BBB; }


/* ----------------------------------------------------------------
    Tag Cloud
-----------------------------------------------------------------*/


.tagcloud { margin-bottom: -2px; }

.tagcloud a {
    display: block;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 3px 6px;
    background-color: #EEE;
    font-size: 13px !important;
    color: #666;
    text-shadow: 1px 1px 1px #FFF;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#footer.footer-dark .tagcloud a {
    border: none !important;
    background-color: #282A2B;
}

.tagcloud a:hover,
#footer.footer-dark .tagcloud a:hover {
    background-color: #57B3DF;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


/* ----------------------------------------------------------------
    Portfolio Widget
-----------------------------------------------------------------*/


.portfolio-widget .portfolio-item {
    position: relative;
    float: left;
    margin: 0;
    width: 210px;
}

.portfolio-widget .portfolio-item .portfolio-image,
.portfolio-widget .portfolio-item .portfolio-image a,
.portfolio-widget .portfolio-item .portfolio-image img {
    display: block;
    position: relative;
    width: 210px;
    height: auto;
}

.portfolio-widget .portfolio-title { padding: 10px 0; }

.portfolio-widget a { border: none !important; }

#footer.footer-dark .portfolio-title {
    background-color: #282A2B;
    border-bottom-color: #222;
}

#footer.footer-dark .portfolio-item:hover .portfolio-title { border-bottom-color: #57B3DF; }


/* ----------------------------------------------------------------
    Widget Scroll Arrows
-----------------------------------------------------------------*/


.widget-scroll-prev,
.widget-scroll-next {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 24px;
	height: 24px;
	top: -1px;
	left: auto;
	right: 26px;
	border-radius: 2px;
	background: #b0b0b0 url('images/icons/widget-scroll-2.png') no-repeat 0 0;
	transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

#footer.footer-dark .widget-scroll-prev,
#footer.footer-dark .widget-scroll-next { background-color: #282A2B; }

.widget .widget-scroll-prev,
.widget .widget-scroll-next { top: 30px; }

.widget:first-child .widget-scroll-prev,
.widget:first-child .widget-scroll-next { top: 0; }

.widget-scroll-next {
	right: 1px;
	background-position: -24px 0;
}

.widget-scroll-prev.disabled,
.widget-scroll-next.disabled {
    cursor: auto;
    background-color: #e5e5e5 !important;
}

#footer.footer-dark .widget-scroll-prev.disabled,
#footer.footer-dark .widget-scroll-next.disabled {
    background-color: #282A2B !important;
    opacity: 0.5;
}

.widget-scroll-prev:hover,
.widget-scroll-next:hover,
#footer.footer-dark .widget-scroll-prev:hover,
#footer.footer-dark .widget-scroll-next:hover {
	background-color: #c00;
}

.testimonial-scroller .widget-scroll-prev,
.testimonial-scroller .widget-scroll-next { top: 0; }


/* ----------------------------------------------------------------
    Copyrights
-----------------------------------------------------------------*/


#copyrights {
	position: relative;
	padding: 15px;
	line-height: 25px;
	font-size: 12px;
	overflow: hidden;
	background-color: #d70019;
	color: #000000;
}
#copyrights a {
	color: #000;
	border-bottom: 1px dotted #000;
}
#copyrights div{
}

#copyrights .contact{
	background: url(images/footerlogo.png) 5px 3px no-repeat;
	padding-left: 60px;
	margin-right: 0px;
	float: left;
	min-height: 45px;
	border: 0px solid #000;
}
#copyrights .contact ul{
	margin: 0;
	padding: 0;
}
#copyrights .contact li{
	display:inline-block;
	margin-right: 15px;
}
#copyrights .address{
	background: url(images/footericon2.png) 0 3px no-repeat;
	padding-left: 20px;
	margin-right: 0px;
	float: left;
}
#copyrights .contact p, #copyrights .address p{
	margin: 0 0 0 20px;
	}
#copyrights .copyright{
	text-align: right;
	float: right;
}

#copyrights a:hover {
	color: #fc3;
	border-color: #fc3;
}
#copyrights .powered a.txt_link, #copyrights .powered a.txt_link:hover{
	cursor: text;
	color: #000;
	border: 0;
}

/* ----------------------------------------------------------------
   頁碼
-----------------------------------------------------------------*/
	.pager{
		font-size: 85%;
		display: table;
		width:100%;
		border-collapse:separate;
  		border-spacing: 5px;
		border: 0px solid #000;
				}
	.pager li{
		font-size: 14px;
		display: table-cell;
		line-height: 23px;
		width: 50%;
		vertical-align:middle;
		border: 1px solid #ddd;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		background-color: #fff;
		transition: .2s linear;
		-moz-transition: .2s linear;
		-webkit-transition: .2s linear;
		-ms-transition:  .2s linear;
		-o-transition: .2s linear;
				}
	.pager li:hover{
		background-color: #f4f4f4;
		text-decoration: none;
				}
	.pager li.next{
		}
	.pager li a{
		display:block;
		background:url(images/prev_article_b.png) left center no-repeat;
		text-align:left;
		padding: 10px 10px 10px 40px;
		color: #666;

		text-decoration:none;
				}
	.pager li.next a{
		background:url(images/next_article_b.png) right center no-repeat;
		text-align:right;
		padding: 10px 40px 10px 10px;
		}
	.pager a span {
		color: #C00;
		font-weight: bold;
		font-size: 14px;
	}
.pagination {
  clear: both;
		}
  /* ----------------------------------------------------------------
    home Layout
-----------------------------------------------------------------*/
.homepage .container {
	width: 990px;
}
.content-wrap.homepage{
	background: url(images/content-bg-home.png) center top no-repeat;
}
.homepage .postcontent{ 
	width: 688px;
	float:left;
}
.homepage .sidebar{
	width: 267px;
	float: right;
	margin-right: 0;
	margin-top:20px;
}
.homeblock{
	position: relative;
	border: 0px solid #000;
	margin-bottom:20px;
	overflow:hidden;
}
.sideblock{
	margin-bottom: 20px;
	overflow: hidden;
	}
.sideblock.video .blockinfo {
    margin-bottom: 10px;
    margin-top: 10px;
}
.sideblock.video .more a{
	background:url(images/icon-video.jpg) no-repeat;
	padding: 8px 0 8px 45px;
	display:block;
	margin-top: 5px;
	}
.event.sideblock .blockinfo{
	margin-bottom: 20px;
	font-size: 13px;
	overflow: hidden;
	margin-top: 5px;
	}
.event.sideblock .blockinfo span{
	display: none;
			}
.sideblock.event{
	border-bottom: 1px solid #ededed;
		}
.sideblock .report a, .sideblock .catalog a{
	display: block;
	background: url(images/banner/report.jpg) center no-repeat;
	border: 1px solid #ededed;
	height: 140px;
	background-size: 100%\9;
	margin-bottom: 20px;
	}
.sideblock .report a span, .sideblock .catalog a span{
	display:block;
	margin: 18px 0 0 55%;
	color:#c00;
		}
.sideblock .catalog a{
	background: url(images/banner/catalog.jpg) center top no-repeat;
	background-size: 100%;
	}
.sideblock .catalog a span{
	width: auto;
	margin: 7px 0 0 10%;
	color:#000;
		}

/* ----------------------------------------------------------------
    main Layout
-----------------------------------------------------------------*/
#content.mainpage {
	margin-top: 105px;
}

.mainpage .content-wrap {
	padding-top: 12px;
	margin-top: -320px;
}
.mainpage .container {
	width: 1050px;
}
.mainpage .postcontent {
	width: 800px;
	padding: 20px 30px 20px 20px;
	margin-top: 0px;
	line-height: 28px;
	margin-bottom: 50px;
}
.breadcrumb {
	background: url(images/treebg.jpg) no-repeat right top;
	width: 100%;
	font-size: 13px;
	line-height: 26px;
	height: 26px;
	position: absolute;
	right: 0;
	top: 0;
	border: 0px solid #000;
	}
.breadcrumb .homeicon {
	background: url(images/home-icon-org.png) no-repeat left center;
	display: inline-block;
	padding-left: 22px;
	margin-left: 20px;
		}
.info_box .title{
	background: url(images/linearr.png) repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 20PX;
		}
.info_box .title h4{
	border: 0px solid #000;
	width: 330px;
	text-align: center;
	color: #d70019;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 17px;
	font-weight: 600;
		}
/* ----------------------------------------------------------------
    left Layout
-----------------------------------------------------------------*/
.mainpage .sidebar{
	width: 176px;
	margin: 0;
	padding: 20px 0 100px 0;
	background: url(images/orgbg1.jpg) repeat-y;
	min-height: 250px;
}
.mainpage .sidebar .title {
	margin-left:20px;
	border: 0;
	color: #fff;
	}
.mainpage .sidebar .title h3{
	font-size: 20px;
}
.mainpage .sidebar .title span{
	display: block;
	margin: 0;
	color: #ffe38e;
	}
.mainpage .sidebar ul {
	margin: 0;
		}
.mainpage .sidebar li {
    background: url(images/orgline.jpg) no-repeat center bottom;
    margin: 0 10px;
    text-align: center;
    letter-spacing: 1px;
			}
.mainpage .sidebar li a {
	display: block;
	color: #000;
	margin-left: 0;
	border: 0px solid #000;
	line-height: 22px;
	padding: 15px;
				  }
.mainpage .sidebar li.current, .mainpage .sidebar li:hover{
	border-top: none;
	z-index: 999;
	background: url(images/orgarr.png) right 22px no-repeat #FFF;
	overflow: hidden;
	}
.mainpage .sidebar li.current{
	overflow:hidden;
	height: auto;
	margin:5px  0 5px 10px;
	}
.mainpage .sidebar li.current a, .mainpage .sidebar li:hover a{
	color: #FF9900;
	padding-right: 25px;
		}
.mainpage .sidebar li ul{
	display: none;
	margin: 0;
		}
.mainpage .sidebar li li{
	margin: 0 10px 3px 10px;
	}
.mainpage .sidebar li li a{
	padding: 5px 10px;
	text-align:left;
		}
.mainpage .sidebar li.current ul{
	padding-bottom:20px;
	display: block;
				}
.mainpage .sidebar li.current li{
	background-image: none;
	margin-right: 0;
	font-size: 14px;
	line-height: 25px;
	height: auto;
			}
.mainpage .sidebar li.current li a{
	color:#000;
	padding-right:0;
	font-weight: normal;
		}
.mainpage .sidebar li.current li.current,  .mainpage .sidebar li.current li a:hover{
	background-color: #f2f2f2;
	border-radius: inset 3px 3px 0 0;
	-webkit-box-shadow: inset 0 0 5px 3px rgba(102,102,102,0.1);
	-moz-box-shadow: inset 0px 0px 5px 3px rgba(102,102,102,0.1);
	box-shadow: inset 0 0 5px 3px rgba(102,102,102,0.1);
		}
.mainpage .left-block{
    float: left;
    margin: 10px 5px;
    border: 1px solid #FFC400;
    border-radius: 5px;
	clear: left;	
	}
.mainpage .left-block a{
	display: block;
		}
/* ----------------------------------------------------------------
    table Layout
-----------------------------------------------------------------*/
.boxstyle1 {
	width: 100%;
}
.boxstyle1 td, .boxstyle1 th{
	text-align: left;
	padding: 10px 5px;
	margin: 0;
	vertical-align: top;
}
.boxstyle1 th{
	color: #d70019;
	width: 90px;
}
.boxstyle1 span {
	color: #666;
	}
.boxstyle2 {
	width: 50%;
	border-top: 1px solid #ddd;
	font-size: 13px;
	margin: 10px 0;
}
.boxstyle2 td, .boxstyle2 th{
	text-align: right;
	padding: 5px 0px;
	border-bottom: 1px solid #ddd;
	margin: 0;
	vertical-align: middle;
}
.boxstyle2 th{
	width: 30%;
	color: #000;
	text-align: left;
}
.boxstyle3, .boxstyle4 {
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  	}
.boxstyle3 td, .boxstyle3 th, .boxstyle4 td, .boxstyle4 th{
	padding: 5px 10px;
	vertical-align: middle;
	text-align:center;
	color: #000;
	font-weight:normal;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.boxstyle3 th, .boxstyle4 th{
	text-align:center;
	background-color: #f4f4f4;
	}
.boxstyle4 .gray td{
	background-color:#f4f4f4;
}
.small-txt{
	text-align: right;
	clear: left;
	font-size: 13px;
	}
.box-finance {
	border-top: 1px solid #ffcb5a;
	font-size: 13px;
	margin: 10px 0;
	padding: 0;
}
.box-finance tr:hover{
	background-color: #f4f4f4;
	}
.box-finance td, .box-finance th{
	padding: 10px 20px;
	border-bottom: 1px solid #ffcb5a;
	vertical-align: middle;
	font-size: 15px;
	min-height: 35px;
	line-height: 25px;
}
.box-finance th{
	border-bottom: 1px solid #ffcb5a;
	/*background: url(images/tab_bg_org.jpg) repeat-x;
	background-size: 1px 100%;*/
	background: #fff1bb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff1bb 0%, #ffde7b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff1bb), color-stop(100%,#ffde7b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff1bb 0%,#ffde7b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff1bb 0%,#ffde7b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff1bb 0%,#ffde7b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff1bb 0%,#ffde7b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1bb', endColorstr='#ffde7b',GradientType=0 );
	}
.box-finance .alert{
  color: #c00;
  background-color: transparent;
  border: 0;
}
.box-finance img{
	max-width: 25px;
}
.box-finance.box-half{
	width: 60%;
	border-left: 1px solid #ffcb5a;
	border-right: 1px solid #ffcb5a;
	}
.box-finance.box-half th, .box-finance.box-half td{
	text-align: left;
	}
.box-finance1 {
	border: 1px solid #ffcb5a;
	background-color: #ffcb5a;
}
.box-finance1 td, .box-finance1 th{
	border: 1px solid #ffcb5a;
	padding: 10px;
	vertical-align:top;
}
.box-finance1 th{
	background: none;
	background-color: #FFF9DF;
	width: 15%;
	text-align: left;
	color: #F90;
}
.box-finance1 td{
	background-color: #fff;
	}
.box-history , .box-history td, .box-history th{
	border-left: 0;
	border-right: 0;
}
.box-history td, .box-history th{
	vertical-align: top;
}
.box-history th{
	background-color: #fff;
	font-size: 20px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	color: #c00;
	padding-top: 20px;
	text-align: center;
}
.box-history ul{
	margin:  10px 0 0 0;
	padding: 0;
		}
.box-history li{
	list-style-image:url(images/redlist.png);
	border-bottom: 1px dotted #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left:5px;
		}
.box-history li:last-child{
	border-bottom: 0;
		}

.box-finance1.box-group {
	border: 0px solid #ccc;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f0f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f0f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f0f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f0f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f0f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f0f1 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f0f1',GradientType=0 );
}
.box-finance1.box-group td, .box-finance1.box-group th{
	background-color: transparent;
	padding: 30px 20px;
	border: 0;
}
.box-finance1.box-group th{
	width: 30%;
	padding-right: 10px;
}
.box-finance1.box-group td{
	padding-left: 10px;
	width: 70%;
	}
.box-finance1.box-group .title span{
	color: #666;
	font-weight: normal;
	font-size: 70%;
	}

.select-category{
	overflow: hidden;
	font-size: 15px;
	text-align: right;
	min-height: auto;
	float:right;
	margin-left: 30px;
	}
.select-category select{
	display: inline;
	font-weight: 600;
	font-size: 14px;
		}

/* ----------------------------------------------------------------
    factory Layout
-----------------------------------------------------------------*/
.tab_map{
	width: 97%;
	margin: auto;
	}
.tab_map ul.tabs {
	float: left;
	border: 0px solid #000;
	background-image: url(images/map.jpg);
	width:324px;
	height: 517px;
	position: relative;
	padding: 0;
}
.tab_map ul.tabs li {
	position: absolute;
}
.tab_map ul.tabs li a{
	display:block;
	width:20px;
	height: 20px;
	background:url(images/map-point2.png) no-repeat;
	font-weight: bold;
	font-size: 14px;
	border: 0px solid #000;
	} 	            	
.tab_map ul.tabs li a:hover, .tab_map ul.tabs li.active a{
	background:url(images/map-point1.png) no-repeat;
}
.tab_map ul.tabs li a span{
	display: none;
	background: url(images/map-arr2.png) no-repeat;
	position: absolute;
	width: 115px;
	height: 34px;
	color: #fff;
	text-align: center;
	margin: -30px 0 0 10px;
	line-height: 25px;
	opacity: 0;
	font-size: 13px;
}
.tab_map ul.tabs li a:hover span{
	display:block;
	opacity: 1;
}
.tab_map ul.tabs li.tab1{
	left: 237px;
	top: 22px;
	}
.tab_map ul.tabs li.tab2{
	left: 100px;
	top: 145px;
	}
.tab_map ul.tabs li.tab3{
	left: 85px;
	top: 135px;
	}
.tab_map ul.tabs li.tab4{
	left: 75px;
	top: 155px;
	}
.tab_map ul.tabs li.tab5{
	left: 43px;
	top: 194px;
	}
.tab_map ul.tabs li.tab6{
	left: 37px;
	top: 376px;
	}
.tab_map .tab_container {
	float: right;
	background-color: #fffce9;
	border: 1px solid #fde19e;
	width: 53%;
	margin-top: 30px;
}
.tab_map .tab_content {
	margin: 30px 30px 30px -29px;
	padding-left: 59px;
	background: url(images/map-arr.jpg) no-repeat;
	font-size: 14px;
	line-height: 23px;
}
.tab_map #tab-tab2.tab_content, .tab_map #tab-tab3.tab_content {
	background-position: 0 100px;
	}
.tab_map #tab-tab4.tab_content{
	background-position: 0 105px;
	}
.tab_map #tab-tab5.tab_content{
	background-position: 0 140px;
	}
.tab_map #tab-tab6.tab_content{
	background-position: 0 320px;
	}
.tab_map .tab_content .title h3{
	color: #c00;
	padding: 0;
	margin-bottom: 10px;
}
.tab_map .tab_content .pic{
	margin: 10px 0;
	width: 95%;
	clear: both;
		}
.tab_map .tab_content .pic img{
	border: 5px solid #ddd;
	padding: 1px;
	background-color:#aaa;
		}
.tab_map .tab_content .map{
	background:url(images/map-btn.png) no-repeat 0 2px;
	margin: 10px 0;
	float:right;
	padding-left:27px;
	height: 30px;
	}

/* ----------------------------------------------------------------
   contact
-----------------------------------------------------------------*/
#contact-form-result{
	text-align: right;
	clear: left;
	font-size: 13px;
	width:89%;
	}
.contact-form-txt{
	clear: left;
	display: block;
	border: 0px solid #000;
	margin-bottom: 10px;
	color: #444;
	}
#contact-form-result small , #contact-form-container small{
	font-weight: normal;
	font-size: 12px;
	color: #F00;
}
#contact-form-container{
	width:90%;
	padding: 0;
	margin: 0;
}
#contact-form-container .info{
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	color: #F90;
}
.control-group label{
	float: left;
	display: block;
	width: 12%;
	border: 0px solid #000;
	text-align: left;
	margin-right: 10px;
	font-weight: normal;
	}
.control-group .span8{
	float: left;
	width: 86%;
	}
.control-group{
	border: 0px solid #000;
	overflow: hidden;
	margin: 5px;
		}
.control-group.gry{
	color: #666;
			}
.control-group span{
	display: block;
	width: 100%;
	font-size: 13px;
	color: #666;
			}
.control-group.submit{
	margin-left: 14%;
		}
.control-group.submit .btn{
	padding: 10px 30px;
	margin-right: 5px;
	font-weight: bold;
		}
.control-group .span8 .span4{
	float: left;
		}
.input-block-level.input-other{
	width: 60%;
	display: inline-block;
}
.span12 .input-block-level.input-other{
	width: 65%;
	min-height: 25px;
}
.input-block-level.input-small, #verifycodeOrg{
	width: 40%;
	float: left;
	}
#img_verifying_code{
	padding: 5px 5px 5px 10px;
	float: left;
	}
#verifycodeImg, #verifycode_uid{
	float: left;
	margin-left: 5px;
	height: 35px !important;
	}
	
/* ----------------------------------------------------------------
    Google Maps
-----------------------------------------------------------------*/


#google-map {
	position: relative;
	width: 100%;
	height: 300px;
}

.gmap img { max-width: none !important; }


table ul , table ol {
    clear: left;
	margin-top: 0;
	margin-left: 25px;
	}
.editorblock ul li{
	list-style-image: url(images/redlist.png);
	margin-left: 20px;
}
.editorblock ul.address li{
	list-style-image: url(images/gryarr.png);
}
.editorblock h3, .port-desc h3, .entry_content h3, .entry_title h3 {
	font-weight: 600;
	  padding: 0 0 0 25px;
	  background: url(images/title-arr-org.png) no-repeat left 7px;
	  font-size: 17px;
	  line-height: 30px;
		}
.editorblock h3 strong{
	color: #c00;
		}
.editorblock h4{
	font-weight: bold;
	color: #c00;
		}
.editorblock .span5.circle{
	margin: 20px 0 0 20px;	
	}
.sign{
	width: 200px;
	float: right;}


/***post****/

.about.small-posts .entry {
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 5px;
	}

.links.small-posts .entry {
	background: transparent;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.links.small-posts .entry_image{
	width: 150px;
	margin: 0;
	text-align: center;
	float: left;
}
.links.small-posts .entry_c {
	margin-left: 170px;
	}
.links.small-posts .entry_image img{
	border: 0;
	width: auto;
	height: auto;
	max-width: 150px;
		}
.links.small-posts .entry_title h2 a{
	font-size: 17px;
	font-weight: 600;
	color: #C30;
}
.entry_title h3 {
	margin:0;
		}
.links.small-posts .entry_content p{
	margin: 10px 0;
	}
.links.small-posts .more{
	float:left;
		}
/*.catalog.gallery.small-posts .entry {
	width: 30%;
	margin: 0 1.5% 1.5% 0;
	border: 0;
	height: auto;
}*/
.photo.gallery.small-posts .entry {
	width: 30.2%;
	padding: 5px;
	height: auto;
	border: 0;
}
.photo.small-posts .entry_title h2 a, .catalog.gallery.small-posts .entry_title h2 a{
	font-size: 15px;
	color: #000;
	text-align:center;
	}
.photo.gallery.small-posts .entry_image img, .catalog.gallery.small-posts .entry_image img{
	width: 95%;
	padding: 5px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
			}
.photo.gallery.small-posts .entry_image:hover img, .catalog.gallery.small-posts .entry_image:hover img{
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.5);
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.5);
	box-shadow: 0 1px 6px rgba(0,0,0,.5);
			}
.loadingGif img{
	width: 300px;
				}
/* ----------------------------------------------------------------
    history Layout
-----------------------------------------------------------------*/
.historypage.mainpage .content-wrap {
	margin-top: 0;
	padding-top: 0;
	background: url(images/history_bg.jpg) no-repeat center top;
}
.historypage.mainpage .container {
	width: 100%;
}
.historypage.mainpage #slider img.title	{
	width: 604px !important;
	height: 138px !important;
	margin: 110px 0 0 100px;
	 }

.historypage.mainpage #slider h1 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 40px;
	margin: 130px 0 0 100px;
	background: #cc0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc0000 0%, #64000c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#64000c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc0000 0%,#64000c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc0000 0%,#64000c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc0000 0%,#64000c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cc0000 0%,#64000c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#64000c',GradientType=0 ); /* IE6-9 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: transparent\9;/* IE6, IE7, IE8, IE9 */
	color: #c00\9;/* IE6, IE7, IE8, IE9 */
		}
	. ie10 .historypage.mainpage #slider h1{
	background: transparent;/* IE10 */
	color: #c00;/* IE10 */
		}

.historypage.mainpage #slider .info {
	font-size: 20px;
	background: url(images/history_txtarr.png) no-repeat right;
	display:inline-block;
	padding-right: 50px;
	color: #333;
	width: auto;
	font-weight: 400;
	margin-left: 100px;
	}
#slider.revolution-slider,
#slider.layerslider-wrap {
	overflow: hidden;
	border: 0px solid #000;
	max-width: 100%;
	width: 1280px;
	margin: auto;
	height: 842px;
	height: 832px;
}
.caption.box{
	width: 100%;
	width: 301px;
	height: 369px;
	text-align: center;
	position: relative;
	border: 0px solid #000;
	margin-left:-50px;
}
.caption.box.box1{
	background-image: url(images/history_box1.png);
	z-index: 102;
}
.caption.box.box2{
	background-image: url(images/history_box2.png);
	z-index: 101;
}
.caption.box.box3{
	background-image: url(images/history_box4.png);
	z-index: 100;
}
.caption.box.box4{
	background-image: url(images/history_box5.png);
	z-index: 103;
}
/*.caption.box.box5{
	background-image: url(images/history_box5.png);
}*/
.caption.box img{
	margin-top: 25px;
	width: 141px;
	height: 106px;
}
.caption h2{
	position:absolute;
	left: 57px;
	top: 180px;
	width: 102px;
	height: 36px;
	background: url(images/history_box_year.png) no-repeat;
	text-align: center;
	color: #c00;
	padding: 0;
	margin: 0;
	font-style: italic;
	font-weight: bold;
	line-height: 36px;
	}
.caption p{
	position: absolute;
	left: 57px;
	top: 220px;
	width: 185px;
	text-align:left;
	font-size: 14px;
	}
.caption p span{
	font-size: 90%;
	}
#inner-editor{
	color: #ccc;
		}
/* ----------------------------------------------------------------
    history Layout
-----------------------------------------------------------------*/
.mainpage .slides,
.mainpage .flex-control-nav,
.mainpage .flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.mainpage .flexslider {margin: 0; padding: 0;}
.mainpage .flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	opacity: 0.5;
	margin: 0 2px;
	width: 100%;
}
.mainpage .flexslider .slides > li.flex-active-slide{
	opacity: 1;
}
 /* Hide the slides before the JS is loaded. Avoids image jumping */
.mainpage .flexslider .slides img {width: 100%; display: block;}
/*.mainpage .flexslider.thumb .slides img {
	max-height: 75px;
	width: auto !important;
	height:auto;
	max-width: 100px;
	}*/
.mainpage .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.mainpage #slider.flexslider .slides > li {
	margin: 0;
	text-align:center;
	}

/* FlexSlider Default
*********************************/
.mainpage #slider.flexslider, .mainpage #carousel.flexslider {
	margin: 0;
	background: #fff;
	border: 10px solid #fff;
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
	height: auto;
	margin-bottom:20px;
	width: 98%;
}
.mainpage .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.mainpage .loading .flex-viewport { max-height: 300px; }
.mainpage .flexslider .slides { zoom: 1; }
.mainpage .carousel li { margin-right: 5px; }

/* Direction Nav */
.mainpage .flex-direction-nav {*height: 0;}
.mainpage .flex-direction-nav a  {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	text-indent: -999px;
}
.flex-direction-nav .flex-prev { left: 0px; opacity: 0.5; }
.flex-direction-nav .flex-next { right: 0px; opacity: 0.5; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0.2; filter:alpha(opacity=20); cursor: default; }
.flex-direction-nav a:before  { font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Control Nav */
.mainpage .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.mainpage .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.mainpage .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.mainpage .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.mainpage .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}