﻿
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, font, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */;
}
body { background: #fbfbfb; }
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  nav,  section { display: block; }
ol, ul { list-style: none; }
table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
tr td { vertical-align: top; }
blockquote:before, blockquote:after,  q:before, q:after { content: ""; }
blockquote, q {
    quotes: "" "";
    font-size: 1.2em;
}
a:focus { outline: thin dotted; }
a:hover,  a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
outline: 0; }
a img { border: 0; }
/* =Global







----------------------------------------------- */















body,  button,  input,  select,  textarea {
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7em;
}
/* Headings */







h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #636363;
    line-height: 1em;
    margin-bottom: 20px;
}
h1 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
}
h2 {
    font-size: 23px;
    font-weight: normal;
    line-height: 1.3em;
}
h3 {
    font-size: 25px;
    font-weight: bold;
    color: #646464;
}
h4 {
    font-size: 16px;
    font-weight: bold;
    color: #505050;
    margin-top: 40px;
}
h5 { font-size: 1.4em; }
h6 { font-size: 1.6em; }
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.2em;
}
/* Text elements */







p { margin-bottom: 1.2em; }
ul, ol { margin: 0 0 1.2em 2em; }
ul { list-style: disc; }
ol { list-style: decimal; }
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt { font-weight: bold; }
dd { margin: 0 1.5em 1.2em; }
b, strong { font-weight: bold; }
dfn, cite, em, i { font-style: italic; }
blockquote { margin: 0 1.2em; }
address { margin: 0 0 1.2em; }
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 1.6em;
    padding: 1em;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,  sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 75%; }
big { font-size: 125%; }
figure { margin: 0; }
table {
    margin: 0 0 1.2em;
    width: 100%;
}
th { font-weight: bold; }
button,  input,  select,  textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
    *vertical-align: middle;/* Improves appearance and consistency in all browsers */;
}
button,  input { line-height: normal;     /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible;/* Corrects inner spacing displayed oddly in IE6/7 */;
}
button,  html input[type="button"],  input[type="reset"],  input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
    color: rgba(0,0,0,.8);
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1em;
    line-height: 1;
    padding: 0px 15px;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    height: 36px;
    line-height: 35px;
}
button:hover,  html input[type="button"]:hover,  input[type="reset"]:hover,  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,  html input[type="button"]:focus,  input[type="reset"]:focus,  input[type="submit"]:focus,  button:active,  html input[type="button"]:active,  input[type="reset"]:active,  input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],  input[type="radio"] {
    box-sizing: border-box;
    /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0;
    /* Addresses excess padding in IE8/9 */;
}
input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration {
   /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
   -webkit-appearance: none;
}
 button::-moz-focus-inner,  input::-moz-focus-inner {
   /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
   border: 0;
 padding: 0;
}
input[type=text],  input[type=email],  input[type=password],  textarea {
    color: #666;
    border: 1px solid #ccc;
    width: 250px;
}
input[type=text]:focus,  input[type=email]:focus,  input[type=password]:focus,  textarea:focus { color: #111; }
input[type=text],  input[type=email],  input[type=password] {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}
textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding: 3px 10px 10px 10px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 98%;
    height: 120px;
}
/* Links */







a,  a:visited {
    color: #2d2d2d;
    text-decoration: none;
}
a:hover,  a:focus,  a:active {
    color: #2d2d2d;
    text-decoration: underline;
}
/* Alignment */







.alignleft {
    display: inline;
    float: left;
    margin-right: 1.2em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.2em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
/* Text meant only for screen readers */







.assistive-text {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.warp, .warp_footer {
    width: 940px;
    margin: 0 auto;
    position: relative;
}
.wrap_nav {
    width: 960px;
    position: absolute;
    top: 73px;
    left: 50%;
    margin-left: -480px;
}
.hide { display: none; }
/* =Main Layout







----------------------------------------------- */







#page { 
min-width: 1024px;
    overflow: hidden;

}
.site-container {
    width: 940px;
    padding: 25px 0px;
    margin: auto;
    position: relative;
}
.site-main {
    width: 100%;
    padding: 0 0px;
    margin: auto;
    position: relative;
    z-index: 99;
}
.site-header {
    background: #f5f5f5;
    width: 100%;
    float: left;
}
.site-title {
    font-size: 4em;
    float: left;
}
.site-title a { line-height: 2em; }
.site-description { font-size: 1em; }
.site-header-image-bg { height: 200px!important; }
.indexfooter { background: url(../images/bg-footer-index.png) no-repeat center bottom !important; }
.site-footer {
    background: url(../images/bg-footer.png) no-repeat center bottom;
    width: 100%;
    float: left;
    line-height: 1em;
    height: auto;
}
.site-footer .footer-content {
    clear: both;
    float: left;
    margin: auto;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
.site-footer .footer-info {
    clear: both;
    float: left;
    margin: auto;
    padding: 20px 0;
    position: relative;
    width: 100%;
    font-size: 12px;
}
.site-footer .footer-info .site-info {
    width: 50%;
    text-align: right;
    float: right;
    line-height: 20px;
}
.site-footer .footer-info .site-info p { margin: 0; }
.site-footer .footer-info .site-info #pwdlogo {
    background: url(images/pwdlogo.png) right center no-repeat;
    width: 85px;
    height: 12px;
    display: inline-block;
    font-size: 0;
}
.site-footer .footer-info .site-copyright {
    width: 50%;
    text-align: left;
    float: left;
}
.page .entry-header { height: 100px; }
.home .front-content .entry-header {
    margin: 0;
    height: auto;
}
.home .site-header-image-bg { height: 522px!important; }
.page-template-page-templatescontact-us-php .site-header-image-bg { height: 300px!important; }
.page-template-page-templatescontact-us-php #contact-map {
    height: 300px;
    margin-bottom: 100px;
    margin-top: -340px;
    width: 940px;
}
.page-template-page-templatescontact-us-php .entry-header {
    height: auto;
    margin-top: -80px;
}
#footer-address {
    float: left;
    margin-right: 20px;
    width: 520px;
}
#footer-address p { margin-bottom: 0; }
#footer-address .label {
    width: 80px;
    display: block;
    float: left;
}
#footer-address .address { margin-bottom: 1.2em; }
#footer-address .contact {
    float: right;
    margin: 0 0 0 20px;
    width: 240px;
}
#footer-address .image-map { float: left; }
/* =Layout: Content-Sidebar







----------------------------------------------- */







#primary {
    float: left;
    margin: 0 -320px 0 0;
    width: 100%;
}
#content { margin: 0 340px 0 0; }
#secondary {
    /* Sidebar 1 */
    float: right;
    overflow: hidden;
    width: 320px;
}
#secondary .widget { margin-left: 20px; }
#tertiary { /* Sidebar 2 */
clear: right; }
/* =Menu







----------------------------------------------- */























#menu-primary-container { text-align: center; }
.main-navigation {
    float: right;
    display: block;
    margin: 25px 0;
    line-height: 1;
    text-align: center;
}
.main-navigation .menu {
    padding: 0 10px;
    margin: auto;
    position: relative;
}
.main-navigation ul {
    display: inline-block !important;
    text-align: left;
    width: 100%;
    list-style: none;
    margin: 0;
    position: relative;
    z-index: 999;
}
.main-navigation li {
    float: left;
    position: relative;
    margin: 0;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    border-bottom: 0 none;
    color: #434343;
    font-size: 17px;
    font-weight: bold;
    line-height: 2em;
    font-family: 'Ubuntu', sans-serif;
    padding: 0 0 0 30px;
    text-transform: uppercase;
}
.main-navigation ul ul {
    display: none;
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    width: 200px;
    /*border: 1px solid #EDEDED;*/;
}
.main-navigation ul ul ul {
    left: 100%;
    top: -1px;
}
.main-navigation ul ul a {
    width: 180px;
    padding: 8px 20px 8px 10px;
    text-transform: none;
    font-size: 13px;
    color: #434343;
}
.main-navigation ul ul li {
    /*background:url(images/bg-submenu.png) ;*/
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #d8d9da;
    border-top: 0px;
}
.main-navigation li:hover > a { color: #434343; }
.main-navigation ul ul :hover > a { }
.main-navigation ul ul li a:hover { /*background:url(images/bg-submenu-hover.png)no-repeat #f1f1f1 right top;*/;
}
.main-navigation ul li:hover > ul {
    display: block;
    visibility: visible;
}
.main-navigation ul li:hover > ul ul {
    display: none;
    visibility: hidden;
}
.main-navigation ul li:hover > ul li:hover ul {
    display: block;
    visibility: visible;
}
.main-navigation li.current_page_item a,  .main-navigation li.current-menu-item a { color: #434343; }
/* Small menu */







.menu-toggle { cursor: pointer; }
.main-small-navigation .menu { display: none; }
#footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
#footer-menu li { float: left; }
#footer-menu li a {
    display: block;
    float: left;
    padding: 3px 10px;
}
#footer-menu li:first-child a { padding-left: 0; }
#footer-menu li:hover > a { }
#footer-menu li.current_page_item a,  #footer-menu li.current-menu-item a { }
.socials { list-style: none; }
.socials li { float: left; }
.socials li a {
    display: block;
    font-size: 0;
    height: 55px;
    margin-right: 10px;
    opacity: 0.8;
    width: 55px;
}
.socials li a:hover { opacity: 1; }
.socials li.facebook a { background: url(images/footer-facebook.png) left top no-repeat; }
.socials li.twitter a { background: url(images/footer-twitter.png) left top no-repeat; }
/* =Content







----------------------------------------------- */















.sticky { }
.hentry { /*margin: 0 0 1.2em;







    padding: 0 0 1.2em;







    border-bottom:#eee solid 1px;*/;
}
.hentry .entry-header { display: none; }
.hentry .entry-header .entry-title { margin-bottom: 0px; }
.hentry .entry-header .entry-title a { }
.single .hentry,  .page .hentry { border-bottom: none; }
.entry-meta { display: none; }
.byline { display: none; }
.single .byline,  .group-blog .byline { display: inline; }
.page-links {
    clear: both;
    margin: 0 0 1.2em;
}
.page-header { margin-bottom: 20px; }
.attachment .entry-meta {
    clear: none;
    float: left;
}
#image-navigation { text-align: right; }
.clear { clear: both; }
/* =Asides







----------------------------------------------- */















.blog .format-aside .entry-title,  .archive .format-aside .entry-title { display: none; }
/* =Media







----------------------------------------------- */















.site-header img,  .entry-content img,  .comment-content img,  .widget img { max-width: 100%; /* Fluid images for posts, comments, and widgets */; }
.site-header img,  .entry-content img,  .comment-content img[height],  img[class*="align"],  img[class*="wp-image-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
    display: block;
}
.site-header img,  .entry-content img,  img.size-full {
    max-width: 100%;
    width: auto;
    /* Prevent stretching of full-size images with height and width attributes in IE8 */;
}
.entry-content img.wp-smiley,  .comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.2em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption { }
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery-columns-4 .gallery-item { }
.site-content .gallery-columns-4 .gallery-item img { }
/* Make sure embeds and iframes fit their containers */







embed,  iframe,  object { max-width: 100%; }
/* =Navigation







----------------------------------------------- */















.site-content .site-navigation { display: none; }
.site-content .nav-previous {
    float: left;
    width: 50%;
}
.site-content .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/* =Comments







----------------------------------------------- */















.comment-content a { word-wrap: break-word; }
.bypostauthor { }
#comments { margin: 0 0 1.2em; }
#comments h2 {
    background: none repeat scroll 0 0 #F6F6F6;
    margin-bottom: 20px;
    padding: 10px;
}
.commentlist {
    padding: 0;
    margin: 0;
    list-style: none;
}
.commentlist li.comment {
    padding: 0;
    min-height: 70px;
}
.commentlist li.comment .comment-content {
    padding-bottom: 0px;
    padding-left: 54px;
}
.commentlist li.comment .comment-author { }
.commentlist li.comment .comment-author img {
    float: left;
    margin-right: 10px;
}
.commentlist li.comment .comment-meta {
    float: right;
    font-size: 11px;
    font-style: oblique;
    margin-top: -30px;
}
.commentlist li.comment .reply {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
    font-size: small;
    margin-top: 0;
    padding: 5px;
    position: absolute;
    top: 60px;
}
.commentlist li.comment .reply a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 10px;
}
.commentlist li.comment .footer { }
.commentlist li.comment .children {
    list-style: none outside none;
    margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment {
    background: #f6f6f6;
    padding: 10px;
    margin-bottom: 5px;
    position: relative;
}
.commentlist li.comment article.comment .comment-content p { margin: 0; }
#respond { }
#respond #reply-title { padding: 20px 0; }
#commentform {
    background: none repeat scroll 0 0 #F6F6F6;
    margin-bottom: 30px;
    padding: 30px;
}
#commentform p { margin-bottom: 10px; }
#commentform .comment-notes { }
#commentform label {
    width: 100%;
    display: block;
}
#commentform .comment-form-author { }
#commentform .comment-form-email { }
#commentform .comment-form-url { }
#commentform .comment-form-comment { }
#commentform .form-allowed-tags { }
#commentform textarea {
    height: 100px;
    line-height: 16px;
    overflow: auto;
    padding: 11px 7px 7px;
    vertical-align: top;
    width: 90%;
}
#commentform .form-submit { }
.nocomments { display: none; }
/* =Widgets







----------------------------------------------- */















.widget-title {
    border-bottom: 1px solid #EDEDED;
    color: #636363;
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 10px;
}
.widget { margin: 0 0 1.2em; }
.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
/* Make sure select elements fit in widgets */







.widget select { max-width: 100%; }
/* Search widget */







#searchform .field { width: 196px; }
#searchsubmit { }
.header-widgets {
    display: block;
    float: right;
    margin-top: 20px;
}
.header-widgets .widget { text-align: right; }
.header-widgets .widget p { margin-bottom: 0; }
.header-widgets .widget .widget-title {
    border: none;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 0;
    font-weight: bold;
}
.header-widgets .widget .phone-number {
    font-size: 25px;
    line-height: 1em;
    padding-left: 5px;
    font-family: 'Ubuntu', sans-serif;
    float: left;
    color: #6c6c6c;
    margin-right: 5px;
}
.header-widgets .widget .email {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
}
.header-widgets .widget .address {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
}
.header-widgets .icon {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    opacity: .8;
}
.header-widgets .icon:hover { opacity: 1; }
.icon {
    margin-right: 10px;
    float: left;
}
/* = Custom Post type







------------------------------------------------*/







#slidercontainer {
    max-width: 100%;
    margin: auto;
}
#sliderarea {
    width: 100%;
    height: 400px;
    display: block;
    padding: 0px;
}
#sliderarea .bx-wrapper .bx-pager {
    bottom: 10px;
    font-size: 0;
    margin: 0 auto;
    padding: 0px;
    right: 10px;
    width: auto;
    z-index: 55;
}
#sliderarea .bx-wrapper .bx-viewport {
    border: none;
    left: 0;
    box-shadow: none;
    height: 400px;
}
#custom-slideshows > .slide {
    width: 100% !important;
    height: 400px;
}
.textslide {
    width: 360px;
    z-index: 9999;
    margin-top: 30px;
    float: left;
    color: #232323;
    font-weight: normal;
    text-align: left;
    font-size: 13px;
    line-height: 1.7em;
    background-color: rgba(255,255,255,0.5);
    padding: 10px 20px;
}
#sliderarea h2 {
    font-size: 40px;
    font-weight: 300;
    color: #505050;
    margin-bottom: 15px;
    line-height: 1.3em;
}
.textslide p { margin-bottom: 0px; }
.btnslide {
    margin-top: 25px;
    width: 141px;
    height: 41px;
}
#sliderarea .bx-wrapper .bx-prev {
    left: 50%;
    margin-left: 346px;
    width: 50px;
    height: 55px;
    background: url(../images/arrow-left.png);
}
#sliderarea .bx-wrapper .bx-next {
    left: 50%;
    margin-left: 383px;
    width: 50px;
    height: 55px;
    background: url(../images/arrow-right.png);
}
#sliderarea .bx-wrapper .bx-controls-direction a { margin-top: -140px; }
#cta-container { margin-top: -15px; }
#custom-cta {
    width: 940px;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    float: left;
}
#custom-cta .cta {
    width: 218px;
    height: 157px;
    position: relative;
    float: left;
    position: relative;
}
#custom-cta .cta-title {
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    text-align: center;
    width: 198px;
    height: 150px;
    padding: 12px 10px;
    background: url(../images/bg-cta.png) no-repeat;
    position: absolute;
}
#custom-cta .col-0 { margin-left: 0px; }
#custom-cta .col-3 { margin-right: 20px; }
li.cta { width: 218px !important; }
#custom-cta .bx-prev {
    background: url(../images/arroe-left2.png) no-repeat !important;
    width: 9px !important;
    height: 15px !important;
    left: -45px;
}
#custom-cta .bx-next {
    background: url(../images/arrow-right2.png) no-repeat !important;
    width: 9px !important;
    height: 15px !important;
    right: -25px;
}
#custom-cta .bx-wrapper .bx-viewport {
    -webkit-box-shadow: 0px 0 0px #ccc;
    background: none;
    border: 0px;
}
#custom-cta .bx-wrapper { margin-bottom: 0px; }
#custom-cta ul {
    margin: 0px;
    padding: 0px;
}
.thumb {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.thumb img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.news-title {
    float: left;
    font-size: 15px;
    color: #585858;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}
#news ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#news ul li {
    clear: both;
    padding: 10px;
    border: 1px solid #cccccc;
    margin-bottom: 5px;
    width: 100%;
}
#news ul li:hover { background: #d2e61e; }
#news ul li:hover .datecomment {
    color: #788411;
    font-style: normal;
}
#news .datecomment {
    font-style: italic;
    font-size: 13px;
    color: #b9b9b9;
}
#news .txtdetail {
    float: left;
    width: 100px;
}
.icon-news {
    float: right;
    margin-right: 30px;
    position: absolute;
    right: 0;
}
#team { margin-top: 100px; }
#team .head { margin-bottom: 30px; }
#team-container { margin-top: -15px; }
#custom-team {
    width: 940px;
    padding: 0;
    margin: 0 0;
    list-style: none;
    float: left;
}
#custom-team .team {
    width: 220px;
    position: relative;
    float: left;
}
#custom-team .blocktext {
    width: 198px;
    padding: 18px 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    min-height: 37px;
}
#custom-team .team-title {
    color: #585858;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
}
#custom-team .position {
    font-size: 13px;
    font-style: italic;
    color: #b9b9b9;
}
#custom-team .col-0 { margin-left: 0px; }
#custom-team .col-3 { margin-right: 20px; }
li.team { width: 218px !important; }
#custom-team .bx-prev {
    background: url(images/arrow-left-team.jpg) no-repeat !important;
    width: 26px !important;
    height: 26px !important;
    left: inherit;
    right: 30px;
    top: -47px;
}
#custom-team .bx-next {
    background: url(images/arrow-right-team.jpg) no-repeat !important;
    width: 26px !important;
    height: 26px !important;
    left: inherit;
    right: 0px;
    top: -47px;
}
#custom-team .bx-wrapper .bx-viewport {
    -webkit-box-shadow: 0px 0 0px #ccc;
    background: none;
    border: 0px;
}
#custom-team .bx-wrapper { margin-bottom: 0px; }
#custom-team ul {
    margin: 0px;
    padding: 0px;
}
#testimonials-container {
    position: relative;
    width: 650px;
}
.testimonials { position: relative; }
.testimonials-title {
    background: url(images/title-bg.png) no-repeat;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    height: 32px;
    padding-left: 10px;
    padding-top: 3px;
    text-align: left;
    width: 100%;
}
.testimonials-position {
    background: url(images/line.png) no-repeat left bottom;
    height: 100px;
}
.testimonials-position span { font-weight: bold; }
#testimonials-container .content {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 630px;
}
.img-right img {
    float: right;
    margin-right: -200px;
    max-width: 50%;
    width: auto;
}
/* = Custom Plugins







------------------------------------------------*/















/* Plugin WP Pagenavi */







.wp-pagenavi { }
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 0 8px!important;
    text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current { border-color: #333; }
.wp-pagenavi .pages { border: none; }
.wp-pagenavi .nextpostslink,  .wp-pagenavi .previouspostslink { border: none; }
/* Gravity Forms Section */
.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li {
    margin: 10px 0px !important;
    padding: 0px !important;
    list-style-image: none !important;
    list-style: none !important;
}
.gfield_label { font-size: 14px; }
.gfield_checkbox { font-weight: 12px; }
.ginput_container input { }
.ginput_container input:focus,  .ginput_container textarea:focus { }
.gform_wrapper .gform_footer {
    clear: both;
    margin: 0;
    padding: 0;
}
.gform_button { }
.gform_button:focus,  .gform_button:hover { }
.gform_validation_container { }
/*-- Gravity Error Section ----------------*/















.gform_wrapper .top_label .gfield_description.validation_message,  .gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error {
    color: #790000 !important;
    font-size: 12px !important;
    font-weight: lighter !important;
    margin: 0 !important;
}
.gfield_error {
    background: none !important;
    border: 0px !important;
    color: #70a7c5 !important;
    padding: 0px !important;
}
.gfield_error .gfield_label {
    color: #2b424b !important;
    font-weight: lighter !important;
}
.validation_message {
    color: #790000 !important;
    padding: 2px 0px 0px 0px !important;
}
.gfield_error input,  .gfield_error textarea { border: 1px #ff0000 solid !important; }
.gfield_error input:focus,  .gfield_error textarea:focus { color: #fff !important; }
/* Fix ie 7   */















.ie7 .site-footer .footer-content { }
.ie7 .site-footer .footer-info { }
.line {
    width: 100%;
    height: 10px;
    background: url(../images/line1.jpg) repeat-x;
}
.line2 {
    width: 100%;
    height: 46px;
    background: url(../images/line2.png) no-repeat center;
    float: left;/*position: absolute;
    bottom: -46px;*/
}
.line3 {
    width: 100%;
    height: 46px;
    background: url(images/line3.png) no-repeat center top;
    position: absolute;
    top: 0px;
    z-index: 9999;
}
.line4 {
    width: 100%;
    height: 20px;
    background: url(../images/line4.png) no-repeat center;
    margin: 10px 0px 30px 0px;
}
.line5 {
    float: left;
    width: 750px;
    float: right;
    background: url(../images/line5.png) repeat-x;
    ;
    height: 13px;
}
.line6 {
    width: 1440px;
    background: url(../images/line6.png) repeat-x;
    ;
    height: 46px;
    position: absolute;
    bottom: 0px;
}
.line7 {
    width: 1440px;
    background: url(images/line7.png) repeat-x;
    ;
    height: 4px;
    position: absolute;
    top: 0px;
}
#tagline {
    width: 100%;
    background: #f5f5f5;
    position: relative;
    padding: 35px 0 40px 0;
    color: #2d2d2d;
    float: left;
}
#tagline h2 {
    color: #505050;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3em;
}
.leftcol_page {
    width: 620px;
    float: left;
    margin-top: 30px;
}
.leftcol_page ol li {
    font-size: 17px;
    color: #646464;
}
.leftcol_page ol { color: #00aff5; }
.leftcol_page .block {
    border: 1px solid #d8d8d8;
    width: 588px;
    margin-bottom: 25px;
    border-radius: 15px;
}
.leftcol_page .row1 {
    font-weight: bold;
    color: #00aff5;
    font-size: 18px;
    padding: 17px 25px;
    width: 538px;
    border-bottom: 1px solid #d8d8d8;
}
.leftcol_page .row2 {
    padding: 17px 25px;
    font-size: 14px;
    color: #505050;
}
.rightcol_page {
    width: 280px;
    float: right;
    margin-top: 30px;
    color: #646464;
}
.rightcol_page .block {
    width: 274px;
    margin-bottom: 25px;
    position: relative;
}
.rightcol_page .title {
    position: absolute;
    bottom: 50px;
    width: 234px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #373737;
    padding: 20px;
    z-index: 50;
    line-height: 1.0em;
}
.rightcol_page .col-2 .title {
    background: url(images/title-bg-sidebar1.png) no-repeat;
    padding-top: 10px;
    bottom: 55px;
}
.rightcol_page .col-1 .title {
    background: url(images/title-bg-sidebar2.png) no-repeat;
    padding-top: 25px;
    bottom: 35px;
}
.rightcol_page .col-0 .title { background: url(images/title-bg-sidebar3.png) no-repeat; }
.rightcol_page .block p { margin: 0px; }
.rightcol_page .detail {
    background: rgba(0,0,0,0.67);
    padding: 15px 20px 10px 20px;
    width: 234px;
    position: absolute;
    bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #ffffff;
}
.leftcol_page ul { list-style: url(../images/icon-true.png); }
.leftcol_page ul li {
    padding: 3px 0px 3px 14px;
    line-height: 2.2em;
}
.leftcol {
    float: left;
    margin-top: 30px;
}
.leftcol h1 {
    font-size: 20px;
    color: #454545;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.rightcol {
    float: right;
    width: 325px;
    margin-top: 50px;
}
.header {
    font-size: 20px;
    color: #454545;
    margin-bottom: 20px;
}
#banner { min-height: 170px; }
#banner .widget { float: left; }
#banner .simple-image { margin-left: 25px; }
#colophon {
    line-height: 1.7em;
    font-size: 12px;
    color: #9b9b9b;
}
#colophon .block1 {
    float: left;
    width: 449px;
}
#colophon .block2 {
    float: left;
    width: 220px;
    padding-right: 45px;
}
#colophon .block3 {
    float: left;
    width: 220px;
}
#colophon .block3 a {
    color: #9b9b9b;
    font-weight:normal;
}
#colophon input[type="text"] {
    width: 330px;
    padding: 5px 20px;
    font-size: 15px;
}
#colophon input[type="submit"] {
    /*text-indent: -9999px;*/
    /*background: url(images/btn-signup-inner.png) no-repeat;*/
    width: 107px;
    height: 47px;
    border: 0px;
    -webkit-box-shadow: 0px 0px 0px;
    background: #44AFF1;
    color: #FFF!important;
    border: 1px solid #ccc;
}
#colophon textarea{
    width: 330px;
    padding: 5px 20px;
    font-size: 15px;
    height: 75px;
}


#newsletter_index input[type="submit"] { background: url(images/btn-signup.png) no-repeat; }
/*.uptop {
    margin-top: -150px;
}
*/
.uptop2 { padding-top: 0px !important; }
#colophon h2 {
    color: #454545;
    font-size: 17px;
    font-weight: bold;
}
#colophon .block3 .icon {
    float: left;
    margin-right: 9px;
}
#colophon .block3 .text {
    float: left;
    width: 195px;
    margin-bottom: 15px;
}
#colophon .pwdcopy {
    float: right;
    margin-top: 65px;
}
.textby,
.textby a {
    float: right;
    color: #ffffff;
    font-size: 11px;
}
#tapheader {
    width: 1440px;
    margin: 0 auto;
    height: 304px;
    position: relative;
    z-index: 0;
}
#tapheader .alignleft {
    font-size: 35px;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    line-height: 1.5em;
    width: 550px;
    text-shadow: 2px 0px 6px rgba(0,0,0,0.9);
}
#tapheader .alignright {
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
}
#tapheader .icon {
    float: left;
    margin: 5px 10px 0 10px;
}
#tapheader .txt { float: left; }
#tapheader .shadow {
    width: 1440px;
    position: absolute;
    left: 50%;
    margin-left: -720px;
    top: 0px;
    height: 304px;
    background: rgba(0,0,0,0.4);
}
.entry-content .left {
    float: left;
    width: 610px;
}
.entry-content .right {
    float: right;
    width: 260px;
}
#contactform { margin-top: 70px; }
#contactform h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    color: #454545;
    float: left;
}
#contactform label {
    display: block !important;
    color: #959393;
    font-size: 12px;
    margin-bottom: 10px;
}
#contactform input[type="text"], #contactform textarea {
    background: #f0f0f0;
    border: 0px;
    width: 203px;
    padding: 5px 10px;
    height: auto;
    line-height: inherit;
}
#contactform .gform_wrapper ul li.gfield {
    float: left;
    margin-right: 15px !important;
    clear: inherit;
}
#contactform #field_2_4, #contactform #field_2_5 { margin-right: 0px !important; }
#contactform .gform_wrapper {
    margin: 0px;
    max-width: 100%;
}
#contactform textarea {
    width: 918px;
    height: 89px;
}
#contactform .gform_wrapper .gform_footer { margin-top: 20px !important; }
#contactform .gfield_required {
    color: #cecece !important;
    font-size: 12px !important;
    font-family: 'PT Sans', sans-serif;
}
#menuservice { margin-top: 50px; }
#menuservice h1 { font-weight: 500; }
#menuservice ul { list-style: none; }
#menuservice ul li {
    float: left;
    width: 290px;
    padding: 10px 10px 0 0;
}
#menuservice ul li a {
    font-size: 14px;
    color: #646464;
}
#service-container ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#service-container ul li {
    width: 223px;
    margin-left: 10px;
    float: left;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 0px 3px #e9e9e9;
    min-height: 360px;
    margin-bottom: 13px;
    font-size: 13px;
    color: #646464;
}
#service-container .col-0 { margin-left: 0px; }
#service-container h3 {
    font-size: 15px;
    font-weight: 600;
    color: #505050;
    line-height: 1.3em;
    margin-bottom: 10px;
    min-height: 35px;
}
#service-container .entry-summary {
    padding: 20px;
    width: 183px;
    overflow: auto;
    height: 280px;
}
#service-container .entry-summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#service-container .entry-summary ul li {
    width: auto;
    list-style: none;
    float: none;
    box-shadow: none;
    min-height: 0 !important;
    margin: 0;
    border: none;
}
#service { margin-top: 60px; }
.btn_readmore {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 17px;
    background: url(images/bg-btn.jpg) no-repeat;
    margin-left: 20px;
    margin-bottom: 24px;
}
.btn_readmore a { color: #ffffff; }
.btn_readmore a:hover { color: #818b91; }
.block_service {
    width: 624px;
    margin-left: 10px;
    float: left;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 0px 3px #e9e9e9;
    margin-bottom: 35px;
    font-size: 14px;
    color: #646464;
}
.title_serivce {
    font-size: 30px;
    color: #505050;
    font-weight: 200;
    margin-bottom: 32px;
}
.block_service .txttext {
    padding: 25px 25px;
    width: 574px;
}
#home-cta { margin-top: 30px; }
#home-cta .rightcol_page {
    width: 100%;
    text-align: center;
}
#home-cta .rightcol_page a {
    display: inline-block;
    margin-right: 30px;
}
.page-id-245 #tapheader .shadow, .page-id-234 #tapheader .shadow, .page-id-258 #tapheader .shadow { background: none !important; }
.page-id-251 table { border-collapse: collapse; }
.page-id-251 table, .page-id-251 td, .page-id-251 th {
    border: 1px solid #ccc;
    padding: 5px;
}
table#table1 {
    width: 300px;
    margin-left: 25%;
    margin-right: 20%;
}
.gf_left_half {
    float: left;
    padding: 20px 25px;
    width: 300px;
}
.gf_right_half {
    float: right;
    padding: 20px 25px;
    width: 300px;
}
#gform_wrapper_3 .gfield_label { display: block!important; }
#gform_wrapper_3 .gfield_checkbox label { display: block!important; }
#gform_wrapper_4 .gfield_label { display: block!important; }
#gform_wrapper_4 .gfield_checkbox label { display: block!important; }


.single-service .site-main{background:#fbfbfb;}