﻿a,
body,
center,
div,
fieldset,
form,
h1,
h2,
h5,
header,
html,
i,
img,
li,
nav,
p,
section,
span,
strong,
table,
tbody,
td,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
header,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*:focus {
    outline: 0;
    text-decoration: none;
}
a:focus,
a:active {
    text-decoration: none;
    outline: 0;
}
/* ==========================================================================
    0. LESS VARIABLES
    ========================================================================= */
/* ==========================================================================
    1. DOCUMENT STYLES
    ========================================================================= */
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #777;
    background-color: #fff;
}

body.pattern-1{
    background-color: #626801;
}

#page-wrapper{
    background-color: #fff;
    width: 890px;
    margin: 0 auto;
    overflow: hidden;
        outline: 3px solid #000;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.row {
    margin-bottom: 20px;
}
*[class^="row"] *[class^="row"]:last-child {
    margin-bottom: 0;
}
.page-content.custom-background {
    padding-top: 80px;
}

.bkg-blue {
    background-color: #117dc2 !important;
}
.bkg-cyan {
    background-color: #7ae1ed !important;
}
.bkg-yellow {
    background-color: #fbd768 !important;
}
.bkg-light-green {
    background-color: #b4e585 !important;
}
.bkg-purple {
    background-color: #8560a8 !important;
}
.bkg-green {
    background-color: #187c93 !important;
}
.bkg-pink {
    background-color: #e887d7 !important;
}
/* ==========================================================================
    2. TYPOGRAPHY
    ========================================================================= */
p,
a,
span {
    color: #777;
    font-family: 'Open Sans', Arial, sans-serif;
}
p {
    padding-bottom: 15px;
}
a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

h1,
h2,
h5 {
    font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
    font-weight: 500;
    color: #252525;
    margin-top: 0;
    margin-bottom: 15px;
}
h1 {
    font-size: 31px;
    line-height: 41px;
}
h2 {
    font-size: 28px;
    line-height: 38px;
}
h5 {
    font-size: 18px;
    line-height: 26px;
}
strong {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
img.float-left {
    float: left;
    margin: 12px 12px 12px 0;
}
img.float-right {
    float: right;
    margin: 12px 0px 12px 12px;
}
ul {
    list-style-position: inside;
}
ul li {
    padding-bottom: 5px;
}
	a.TextLink:link, a.TextLink:visited, a.TextLink:active { text-decoration:underline; font-weight: 600; color:#0000ff;}
	a.TextLink:hover { text-decoration:underline; font-weight: 600; color:#DF7401;}

/* ==========================================================================
    3. HEADER
    ========================================================================= */
#header-wrapper {
    width: inherit;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    z-index: 1000;
}
.header-inner .row,
.main-nav .row {
    margin-bottom: 0;
}
.logo {
    margin: 10px 0;
}
/* ==========================================================================
    HEADER TYPE 01
    ========================================================================= */
#header.header-type-1 .nav-left .navbar-header {
    float: left;
}
#header.header-type-1 .nav-left .pi-nav {
    float: left;
}
#header.header-type-1 .navbar-default .navbar-collapse {
    border: 0px solid transparent;
}
#header.header-type-1 .navbar-collapse {
    padding: 0;
    float: right;
}
#header.header-type-1 .navbar-default.pi-mega {
    background: none;
    border: 0px solid transparent;
}
#header.header-type-1 .navbar-nav.pi-nav > li > a {
    line-height: 67px;
}
#header.header-type-1 .navbar-default .navbar-nav > li > a {
    border: none;
    border-top: 3px solid transparent;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #252525;
}
#header.header-type-1 .navbar-default .navbar-nav > li > a:hover,
#header.header-type-1 .navbar-default .navbar-nav > li > a:focus {
    border-top: 3px solid;
}
#top-bar-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #f6fcfe;
}
#top-bar-wrapper #top-bar {
    width: 830px;
    margin: 0 auto;
}
#top-bar-wrapper #top-bar a,
#top-bar-wrapper #top-bar span {
    font-size: 12px;
    line-height: 12px;
    padding-left: 5px;
}
#top-bar-wrapper #top-bar #quick-links {
    float: left;
    max-width: 85%;
}
#top-bar-wrapper #top-bar #quick-links li {
    float: left;
    list-style: none;
}
#top-bar-wrapper #top-bar #quick-links li a,
#top-bar-wrapper #top-bar #quick-links li span {
    border-right: 1px solid #f2f1f1;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
}
#top-bar-wrapper #top-bar #quick-links li:last-child a {
    border-right: none;
}
#top-bar-wrapper #top-bar #social-links {
    max-width: 15%;
    float: right;
}
#top-bar-wrapper #top-bar #social-links li {
    float: left;
    margin-left: 20px;
    list-style: none;
}
#top-bar-wrapper #top-bar #social-links a {
    font-size: 14px;
    padding: 0;
}
#header.dark #top-bar-wrapper {
    background-color: #c47d02;
}
#header.dark #top-bar-wrapper #top-bar a,
#header.dark #top-bar-wrapper #top-bar span {
    color: #f2f1f1;
}
/* ==========================================================================
    MAIN NAVIGATION
    ========================================================================= */
.navbar-nav > li {
    padding-bottom: 0;
}
.navbar.pi-mega {
    margin-bottom: 0;
}
.pi-mega .nav,
.pi-mega .collapse {
    position: static;
}

#page-title {
    width: 100%;
    margin: 0 auto 40px;
}
#page-title .row {
    margin-bottom: 0;
}
#page-title + .tp-banner-container {
    margin-top: -70px;
}
.page-title-7 {
    padding: 20px 0;
    background-image: url('../img/pattern.png');
    background-repeat: repeat;
}
.page-title-7 .title-container .title h1 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
}
.page-title-7 .pt-image-container {
    width: 100%;
    float: right;
}
.page-title-7 .pt-image-container .pt-image {
    position: relative;
    bottom: 0;
}
.page-title-7 .pt-image-container .pt-image img {
    margin: 0;
}
.page-title-7 .breadcrumbs-container {
    width: 100%;
    padding-top: 8px;
}
.page-title-7 .breadcrumbs-container .breadcrumb {
    float: right;
}
.page-title-7 .breadcrumbs-container span {
    color: #fff;
    padding-right: 8px;
}
.page-title-7 .breadcrumbs-container .breadcrumb li {
    float: left;
    padding: 0 0px 0 3px;
    color: #fff;
    list-style: none;
}
.page-title-7 .breadcrumbs-container .breadcrumb li a {
    color: #fff;
}
.btn {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
    backface-visibility: hidden;
    float: left;
}
.btn::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.btn:hover::after {
    width: 100%;
    z-index: 1;
}
.btn span {
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #fff;
}
.btn-medium {
    padding: 7px 40px;
    font-size: 12px;
}
.btn.empty {
    border: 2px solid;
    background-color: transparent;
}
.btn.empty:hover span {
    color: #fff;
}
.btn:after {
    background-color: rgba(255, 255, 255, 0.2);
}
/* ==========================================================================
    5.5. CALL TO ACTION
    ========================================================================= */
.call-to-action {
    background-color: #e8fbce;
    padding: 30px 20px 20px 20px;
    clear: both;
}
.call-to-action .text {
    width: 70%;
    float: left;
}
.call-to-action .btn {
    float: right;
    position: relative;
    top: 20px;
}
.call-to-action h2 {
    margin-bottom: 10px;
}
.call-to-action.center .text {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    float: none;
}
/* ==========================================================================
    5.6. CALL TO ACTION - CONTACT
    ========================================================================= */
#map {
    width: 100%;
    float: left;
    position: relative;
    height: 500px;
}
/* ==========================================================================
    5.7. CLIENTS
    ========================================================================= */
/* CLIENTS COL-MD-3 */
/* CLIENTS COL-MD-4 and col-md-5 */
/* CLIENTS LIST COL-MD-6 AND COL-MD-7 */
/* CLIENTS COL-MD-8 & COL-MD-9 */
/* COL-MD-12 */
/* ==========================================================================
    5.8. CONTACT FORM
    ========================================================================= */
.wpcf7 fieldset {
    width: 100%;
    margin-bottom: 15px;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 6px 10px 6px 40px;
    max-width: 100%;
    width: 70%;
}
.wpcf7 .wpcf7-text {
    min-height: 36px;
}
.wpcf7 .wpcf7-textarea {
    width: 100%;
    height: 200px;
}
.wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.wpcf7 .wpcf7-form-control-wrap::before {
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    font-size: 13px;
    top: 1px;
    left: 1px;
    width: 32px;
    height: 34px;
    padding-left: 10px;
    background-color: #f6fcfe;
    padding-top: 7px;
    border-radius: 3px;
}
.wpcf7 .wpcf7-form-control-wrap.your-name::before {
    content: '\f040';
}
.wpcf7 .wpcf7-form-control-wrap.your-email::before {
    content: "\f0ac";
}
.wpcf7 .wpcf7-form-control-wrap.your-message::before {
    content: "\f003";
    height: 198px;
    top: 1px;
    z-index: 1;
}
.wpcf7 .wpcf7-text:focus,
.wpcf7 .wpcf7-textarea:focus {
    border-color: #ccc;
    outline: none;
}
.wpcf7 .wpcf7-submit {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #fff;
    padding: 10px 30px;
    font-size: 12px;
    float: right;
    border: none;
}
/* ==========================================================================
    CONTACT FORM SIMPLE - NO ICONS
    ========================================================================= */
.wpcf7.simple .wpcf7-form-control-wrap::before {
    content: '';
    background-color: transparent;
}
.wpcf7.simple .wpcf7-form-control-wrap .wpcf7-text,
.wpcf7.simple .wpcf7-form-control-wrap .wpcf7-textarea {
    padding-left: 15px;
}
/* ==========================================================================
    CONTACT FORM SIMPLE CENTERED - WITH PLACEHOLDER
    ========================================================================= */
.wpcf7.simple.centered .wpcf7-text,
.wpcf7.simple.centered .wpcf7-textarea {
    width: 100%;
    color: #777;
}
.wpcf7.simple.centered .wpcf7-submit {
    float: none;
    width: 100%;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777;
}

.fancy-heading {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.fancy-heading span {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
}
.fancy-heading h2 {
    margin-bottom: 0;
}
.fancy-heading::after {
    width: 70px;
    height: 1px;
    background-color: #ddd;
    content: '';
    position: absolute;
}
.fancy-heading.left::after {
    bottom: 0;
    left: 0;
}
.fancy-heading.center {
    text-align: center;
}
.fancy-heading.center::after {
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}
*[class*="col"] .fancy-heading.center:only-child {
    margin-bottom: -30px;
}
.centered {
    text-align: center;
}
/* ==========================================================================
    FANCY HEADING 2
    ========================================================================= */
.page-content .fancy-heading.center:only-child {
    margin-bottom: 0;
}
.fancy-heading.style-2 {
    border-bottom: 1px solid #ddd;
}
.fancy-heading.style-2::after {
    background-color: #333;
    bottom: -1px;
}
.fa-ul li i {
    padding-top: 2px;
}
.fa-ul.large-icons {
    margin-left: 0;
}
.fa-ul.large-icons li {
    width: 100%;
    margin-bottom: 20px;
}
.fa-ul.large-icons li:last-child {
    margin-bottom: 0;
}
.fa-ul.large-icons .icon-container {
    float: left;
    width: 50px;
    height: 50px;
    background-color: #c47d02;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
}
.fa-ul.large-icons .icon-container i {
    position: relative;
    display: table-cell;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 15px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding-top: 0;
}
.fa-ul.large-icons .li-content {
    padding-left: 70px;
}
.fa-ul.large-icons .li-content h5 {
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.large-icons p {
    padding-bottom: 0;
}
.table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    color: #252525;
    font-weight: bold;
    font-size: 14px;
}
.table > thead > tr > th,
.table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
    vertical-align: top;
}
th {
    text-align: left;
}
/* TABLE WITH STRIPED ROWS */
/* BORDERED TABLE */
/* HOVER ROWS */
/* COLORED WITH CONTEXTUAL CLASSES */
.table > tbody > tr.active > td {
    background-color: #f5f5f5;
}
.table > tbody > tr.success > td {
    background-color: #dff0d8;
}
.table > tbody > tr.info > td {
    background-color: #d9edf7;
}
.table > tbody > tr.warning > td {
    background-color: #fcf8e3;
}
.table > tbody > tr.danger > td {
    background-color: #f2dede;
}
/* RESPONSIVE TABLES */
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

#under-construction .page-content:row:last-child {
    margin-bottom: 0;
}

#copyright-container {
    background-color: #c47d02;
    padding: 25px 0;
}
#copyright-container .row {
    margin-bottom: 0;
}
#copyright-container p {
    color: #f2f1f1;
    padding-bottom: 0;
}
