@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/* ========================================================================== */
/* 1. Global properties (body, common classes, vertical rhythm, structure etc)
/* ========================================================================== */

/* main colors */
.class-color-1 {color: #45484a;}
.class-color-2 {color: #005aaa;}
.class-color-3 {color: #f0f0f0;}
.class-color-4 {color: #e3e3e3;}
.class-color-5 {color: #2a2d33;}
.class-color-6 {color: #25282d;}

body {
    border-top: solid 2px #005aaa;
    background: #ffffff;
    color: #45484a;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    -webkit-backface-visibility: visible !important; /* reset animate.css / if hidden parallax buggy */
}

/* overflow the content area */
* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* Prevent Long URL’s From Breaking Out of Container
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    */
}

/* Bootstrap 3 classes
/* ========================================================================== */

.btn, /* disable animation for buttons */
.btn:hover,
.btn:focus {
    -webkit-transition: all 0s !important;
    transition: all 0s !important;
}

.btn {
    border-radius: 2px;
    border: none;
    font-size: 10px;
    text-transform: uppercase;
    color: #35383e;
}

/* Default button sizes */

.btn {padding: 12px 20px;}
.btn-lg {padding: 15px 30px;}
.btn-sm {padding: 8px 15px;}
.btn-xs {padding: 4px 10px;}

.btn:focus,
.btn:hover {padding: 12px 20px 11px 20px;}
.btn-lg:focus,
.btn-lg:hover {padding: 15px 30px 14px 30px;}
.btn-sm:focus,
.btn-sm:hover {padding: 8px 15px 7px 15px;}
.btn-xs:focus,
.btn-xs:hover {padding: 4px 10px 3px 10px;}

.btn.btn-link:hover {padding: 12px 20px;}
.btn-lg.btn-link:hover {padding: 15px 30px;}
.btn-sm.btn-link:hover {padding: 8px 15px;}
.btn-xs.btn-link:hover {padding: 4px 10px;}

.btn-lg {font-size: 12px;}
.btn-sm, .btn-xs {font-size: 9px;}

/* * * * */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);*/
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);*/
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    /*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);*/
    /*box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);*/
}

.btn:active,
.btn.active {
    /*background-image: none;*/
}

.btn-default {
    text-shadow: 0 1px 0 #ffffff;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e2e2e2));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%);
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
    background-repeat: repeat-x;
    background-color: #f5f5f5;
    border-top: solid 1px #f9fafa;
    border-bottom: solid 1px #d6d6d6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe2e2e2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-default:hover,
.btn-default:focus {
    color: #ffffff;
    text-shadow: 0 1px 0 #004685;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3384cc), to(#005aaa));
    background-image: -webkit-linear-gradient(top, #3384cc 0%, #005aaa 100%);
    background-image: -moz-linear-gradient(top, #3384cc 0%, #005aaa 100%);
    background-image: linear-gradient(to bottom, #3384cc 0%, #005aaa 100%);
    background-repeat: repeat-x;
    background-color: #3384cc;
    border-top: solid 1px #3384cc;
    border-bottom: solid 2px #004685;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4553d', endColorstr='#ffd1422a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-default:active,
.btn-default.active {
    /*background-color: #e0e0e0;*/
    /*border-color: #dbdbdb;*/
}

/* btn-inverse */

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4e4e4e), to(#30343a));
    background-image: -webkit-linear-gradient(top, #4e4e4e 0%, #30343a 100%);
    background-image: -moz-linear-gradient(top, #4e4e4e 0%, #30343a 100%);
    background-image: linear-gradient(to bottom, #4e4e4e 0%, #30343a 100%);
    background-repeat: repeat-x;
    background-color: #4e4e4e;
    border-top: solid 1px #4e4e4e;
    border-bottom: solid 1px #000000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4e4e4e', endColorstr='#ff30343a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus {
    color: #ffffff;
    text-shadow: 0 1px 0 #ab2a15;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e4553d), to(#d1422a));
    background-image: -webkit-linear-gradient(top, #e4553d 0%, #d1422a 100%);
    background-image: -moz-linear-gradient(top, #e4553d 0%, #d1422a 100%);
    background-image: linear-gradient(to bottom, #e4553d 0%, #d1422a 100%);
    background-repeat: repeat-x;
    background-color: #e4553d;
    border-top: solid 1px #e4553d;
    border-bottom: solid 2px #ab2a15;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4553d', endColorstr='#ffd1422a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* btn-primary */

.btn-primary {
    color: #ffffff;
    text-shadow: 0 1px 0 #2d3e68;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3f74b0));
    background-image: -webkit-linear-gradient(top, #428bca 0%, #3f74b0 100%);
    background-image: -moz-linear-gradient(top, #428bca 0%, #3f74b0 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #3f74b0 100%);
    background-repeat: repeat-x;
    background-color: #428bca;
    border-top: solid 1px #428bca;
    border-bottom: solid 1px #305b88;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3f74b0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus {
    color: #ffffff;
    text-shadow: 0 1px 0 #2d3e68;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#305b88), to(#2f4b77));
    background-image: -webkit-linear-gradient(top, #305b88 0%, #2f4b77 100%);
    background-image: -moz-linear-gradient(top, #305b88 0%, #2f4b77 100%);
    background-image: linear-gradient(to bottom, #305b88 0%, #2f4b77 100%);
    background-repeat: repeat-x;
    background-color: #305b88;
    border-top: solid 1px #305b88;
    border-bottom: solid 2px #2d3e68;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff305b88', endColorstr='#ff2f4b77', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* btn-info */

.btn-info {
    color: #ffffff;
    text-shadow: 0 1px 0 #3b6384;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#46b8da));
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #46b8da 100%);
    background-image: -moz-linear-gradient(top, #5bc0de 0%, #46b8da 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #45adcf 100%);
    background-repeat: repeat-x;
    background-color: #5bc0de;
    border-top: solid 1px #5bc0de;
    border-bottom: solid 1px #3e80a1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff46b8da', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus {
    color: #ffffff;
    text-shadow: 0 1px 0 #3b6384;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#39b3d7), to(#3e80a1));
    background-image: -webkit-linear-gradient(top, #39b3d7 0%, #3e80a1 100%);
    background-image: -moz-linear-gradient(top, #39b3d7 0%, #3e80a1 100%);
    background-image: linear-gradient(to bottom, #39b3d7 0%, #3e80a1 100%);
    background-repeat: repeat-x;
    background-color: #39b3d7;
    border-top: solid 1px #39b3d7;
    border-bottom: solid 2px #3b6384;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39b3d7', endColorstr='#ff3e80a1', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* btn-success */

.btn-success {
    color: #ffffff;
    text-shadow: 0 1px 0 #356d35;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#47a447));
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #47a447 100%);
    background-image: -moz-linear-gradient(top, #5cb85c 0%, #47a447 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #47a447 100%);
    background-repeat: repeat-x;
    background-color: #5cb85c;
    border-top: solid 1px #5cb85c;
    border-bottom: solid 1px #398439;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff47a447', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus {
    color: #ffffff;
    text-shadow: 0 1px 0 #356d35;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#47a447), to(#398439));
    background-image: -webkit-linear-gradient(top, #47a447 0%, #398439 100%);
    background-image: -moz-linear-gradient(top, #47a447 0%, #398439 100%);
    background-image: linear-gradient(to bottom, #47a447 0%, #398439 100%);
    background-repeat: repeat-x;
    background-color: #47a447;
    border-top: solid 1px #47a447;
    border-bottom: solid 2px #356d35;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff47a447', endColorstr='#ff398439', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* btn-danger */

.btn-danger {
    color: #ffffff;
    text-shadow: 0 1px 0 #9b2925;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#d2322d));
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #d2322d 100%);
    background-image: -moz-linear-gradient(top, #d9534f 0%, #d2322d 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #d2322d 100%);
    background-repeat: repeat-x;
    background-color: #d9534f;
    border-top: solid 1px #d9534f;
    border-bottom: solid 1px #ac2925;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffd2322d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus {
    color: #ffffff;
    text-shadow: 0 1px 0 #9b2925;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d2322d), to(#ac2925));
    background-image: -webkit-linear-gradient(top, #d2322d 0%, #ac2925 100%);
    background-image: -moz-linear-gradient(top, #d2322d 0%, #ac2925 100%);
    background-image: linear-gradient(to bottom, #d2322d 0%, #ac2925 100%);
    background-repeat: repeat-x;
    background-color: #d2322d;
    border-top: solid 1px #d2322d;
    border-bottom: solid 2px #9b2925;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2322d', endColorstr='#ffac2925', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* btn-warning */

.btn-warning {
    color: #ffffff;
    text-shadow: 0 1px 0 #ae6911;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ed9c28));
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ed9c28 100%);
    background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ed9c28 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ed9c28 100%);
    background-repeat: repeat-x;
    background-color: #f0ad4e;
    border-top: solid 1px #f0ad4e;
    border-bottom: solid 1px #d58512;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffed9c28', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus {
    color: #ffffff;
    text-shadow: 0 1px 0 #ae6911;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ed9c28), to(#d58512));
    background-image: -webkit-linear-gradient(top, #ed9c28 0%, #d58512 100%);
    background-image: -moz-linear-gradient(top, #ed9c28 0%, #d58512 100%);
    background-image: linear-gradient(to bottom, #ed9c28 0%, #d58512 100%);
    background-repeat: repeat-x;
    background-color: #ed9c28;
    border-top: solid 1px #ed9c28;
    border-bottom: solid 2px #ae6911;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2322d', endColorstr='#ffd58512', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* btn-link */

.btn-link {}
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}

.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #999999;
}
/*
input, textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
    background-image: none;
    border-radius: 2px;
}
textarea {
    height: auto;
}
*/
input, textarea,
.form-control {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input:focus, textarea:focus,
.form-control:focus {
    border-color: #005aaa;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(226, 70, 44, 0.60);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(226, 70, 44, 0.60);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
}

.dropdown-menu {
    border-radius: 0;
}

textarea {
    resize: none;
}

/* Remove webkit outline glow
/* ========================================================================== */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

ul, ol {
    padding-left: 0;
    list-style: none;
}

ul ul, ol ol,
ul ol, ol ul {
    padding-left: 20px;
}

/* Remove firefox dotted line
/* ========================================================================== */

a,
a:active,
a:focus,
input,
input:active,
input:focus,
select,
select:active,
select:focus {
    outline: 0 !important;
}

/* ========================================================================== */
/* TYPOGRAPHY
/* ========================================================================== */

::-moz-selection,
::selection {
    background: #005aaa;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

a {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #424242;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #005aaa;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a i,
a:hover i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.container {
    position: relative;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
    color: #727272;
    background-color: #fdfdfd;
    border: none;
    border-top: solid 3px #005aaa;
    border-bottom: solid 1px #e7e7e7;
    padding: 20px 30px;
}

blockquote cite {
    display: inline-block;
    padding-top: 20px;
    font-size: 14px;
}

/* for shortcodes */
.pull-left > blockquote {
    border: 0;
    border-right: solid 3px #005aaa;
}

.pull-right > blockquote {
    border: 0;
    border-left: solid 3px #005aaa;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

hr.bottom {
    border-color: transparent;
    margin-top: 0;
}

hr.mini {
    border-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
}

hr.small {
    border-color: #EEEEEE;
    margin-top: 20px;
    margin-bottom: 20px;
}

hr.transparent {
    border-color: transparent;
}

hr.bold,
hr.post-divider {
    border-top: solid 1px #d5d5d5;
    background-color: #e7e7e7;
    height: 3px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.title-divider h1,
.title-divider h2,
.title-divider h3,
.title-divider h4,
.title-divider h5,
.title-divider h6 {
    /*margin: 0;*/
}

.page-title {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1;
}

/* WordPress Core
/* ========================================================================== */

.widget.widget_text img {
    max-width: 100%;
    height: auto;
}

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

/* Image aligns/captions */
.text .alignnone,
.textwidget .alignnone,
.blog-post .alignnone {
    margin: 0 0 20px 0;
}

.text .aligncenter,
.textwidget .aligncenter,
.blog-post .aligncenter,
.text div.aligncenter,
.textwidget div.aligncenter,
.blog-post div.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}

.text .alignright,
.textwidget .alignright,
.blog-post .alignright {
    float:right;
    margin: 0 0 20px 20px;
}

.text .alignleft,
.textwidget .alignleft,
.blog-post .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.text a img.alignright,
.textwidget a img.alignright,
.blog-post a img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.text a img.alignnone,
.textwidget a img.alignnone,
.blog-post a img.alignnone {
    margin: 0 auto 20px auto;
}

.text a img.alignleft,
.textwidget a img.alignleft,
.blog-post a img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.text a img.aligncenter,
.textwidget a img.aligncenter,
.blog-post a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.text .wp-caption,
.textwidget .wp-caption,
.blog-post .wp-caption {
    background: #ffffff;
    border: 1px solid #CFCFCF;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px;
    text-align: center;
    border-radius: 2px;
}

#footer .text .wp-caption,
#footer .textwidget .wp-caption,
#footer .blog-post .wp-caption {
    border-radius: 2px;
    background-color: #414449;
    border: 1px solid #222529;
}

.text .wp-caption.aligncenter,
.textwidget .wp-caption.aligncenter,
.blog-post .wp-caption.aligncenter {
    margin: 5px auto 20px auto;
}
.text .wp-caption.alignnone,
.textwidget .wp-caption.alignnone,
.blog-post .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.text .wp-caption.alignleft,
.textwidget .wp-caption.alignleft,
.blog-post .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.text .wp-caption.alignright,
.textwidget .wp-caption.alignright,
.blog-post .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.text .wp-caption img,
.textwidget .wp-caption img,
.blog-post .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.text .wp-caption p.wp-caption-text,
.textwidget .wp-caption p.wp-caption-text,
.blog-post .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Page parent */

ul.parent {
    padding: 0;
    list-style: none;
}

ul.parent .children li:before {
    content: "- ";

}

/* Form Allowed Tags */
.form-allowed-tags code {
    white-space: normal;
    font-family: monospace,serif;
}

/* Calendar Widget
/* ========================================================================== */

#calendar_wrap {
    border-radius: 3px;
}

#wp-calendar caption {
    padding: 10px 0;
}

#wp-calendar thead th {
    font-size: 10px;
    padding: 5px 0;
    text-transform: uppercase;
}

#wp-calendar tbody td {
    font-weight: 600;
    padding: 8px;
    text-align: center;
}

#wp-calendar tfoot td {
    padding: 10px;
}

#wp-calendar tfoot td#prev {
    text-align: left;
}

#wp-calendar tfoot td#next {
    text-align: right;
}

#wp-calendar caption {
    background: #d5d5d5;
    color: #45484a;
    font-weight: bold;
}

#wp-calendar thead th {
    background: #fdfdfd;
    border: 1px solid #CCC;
    color: #45484a;
    text-align: center;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #CCC;
    color: #45484a;
}

#wp-calendar tbody td.pad,
#wp-calendar tfoot tr {
    background: #fdfdfd;
}

#wp-calendar tfoot td {
    border: 1px solid #CCC;
}

#wp-calendar #today {
    background: #d5d5d5;
    border: 1px solid #ccc;
    color: #FFF;
}
#wp-calendar #today a {
    color: #ffffff;
}
#wp-calendar #today a:hover {
    color: /*#E65745*/#005aaa;
}

/* WP Gallery
/* ========================================================================== */

.gallery div.clear {
    line-height: 0;
    height: 0;
    clear: both;
}
.gallery .wp-caption-text.gallery-caption {
    margin-top: 5px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;

    height: 30px;
    overflow: hidden;

}
.gallery .gallery-icon img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.gallery .gallery-item {margin-bottom: 20px;}
.gallery.gallery-columns-1 .gallery-item {width: 100%; float: left; padding: 0 15px;}
.gallery.gallery-columns-2 .gallery-item {width: 50%; float: left; padding: 0 15px;}
.gallery.gallery-columns-3 .gallery-item {width: 33.3333333%; float: left; padding: 0 15px;}
.gallery.gallery-columns-4 .gallery-item {width: 25%; float: left; padding: 0 15px;}
.gallery.gallery-columns-5 .gallery-item {width: 20%; float: left; padding: 0 15px;}
.gallery.gallery-columns-6 .gallery-item {width: 16.6666667%; float: left; padding: 0 15px;}
.gallery.gallery-columns-7 .gallery-item {width: 14.2857143%; float: left; padding: 0 15px;}
.gallery.gallery-columns-8 .gallery-item {width: 12.5%; float: left; padding: 0 15px;}
.gallery.gallery-columns-9 .gallery-item {width: 11.1111111%; float: left; padding: 0 15px;}

@media (max-width: 990px) {
    .gallery .gallery-item {
        /*width: 33.3333333% !important;*/
    }
}
@media (max-width: 767px) {
    .gallery .gallery-item {
        width: 50% !important;
    }
    .gallery .gallery-item.nth-2 {
        clear: right;
    }
    .gallery div.clear {
        position: absolute;
        clear: none !important;
    }
}

/* Post pager
/* ========================================================================== */

.post-pager {
    margin-top: 40px;
    font-size: 0;
}
.post-pager strong {
    margin-right: 10px;
    font-size: 14px;
}
.post-pager span {
    font-size: 14px;
    color: #35383e;
    border: none;
    margin: 0 2px;
    padding: 5px 10px;
}
.post-pager a span {
    color: #35383e;
}
.post-pager a:hover span,
.post-pager a:focus span {
    color: #005aaa;
}

/* ========================================================================== */
/* 2. Header, Navigation & Menus
/* ========================================================================== */

@media (max-width: 991px) {
    #header > .container {
        min-height: 30%;
    }
}

#header.navbar {
    margin-bottom: 0;
    border-width: 0;
    border-radius: 0;
    z-index: 101;
}

.navbar-brand .logo-text {
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    color: #35383e;
}

.navbar-brand .tag-line {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #00bcf2;
}

.call_us {
    color: #005aaa;
    font-size: 14px;
    line-height: 20px;
    float: right;
    margin-top: 23px;
    margin-right: 15px;
}

@media (max-width: 991px) {
    .call_us {
        display: none;
    }
}

/* Superfish Menu
/* ========================================================================== */

.sf-menu, .sf-menu * {margin: 0; padding: 0; list-style: none;}
.sf-menu li {position: relative;}
.sf-menu ul {position: absolute; display: none; top: 100%; left: 0; z-index: 99;}
.sf-menu > li {float: left;}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {display: block;}
.sf-menu a {display: block; position: relative;}
.sf-menu ul ul {top: 0; left: 100%;}

@media (max-width: 991px) {
    #navigation,
    .sf-menu {
        display: none;
    }
}

/* Superfish skin */

#navigation {
    background-color: #35383e;
    min-height: 46px;

}

.sf-menu {
    width: 100%;
    padding-right: 50px;
}

.sf-menu ul {
    min-width: 120px;
    margin-top: 3px;
}

.sf-menu ul ul {
    margin-top: 0;
}

.sf-menu a {
    padding: 14px 15px 14px 15px !important; /* important bs3 */
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #ffffff;
}

.sf-menu a:hover,
.sf-menu a:focus {
    background-color: transparent !important; /* important bs3 */
}

.sf-menu li {
    background-color: #35383e;
    border-top: solid 3px #35383e;
    border-bottom: solid 3px transparent;
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.sf-menu > li.current_page_parent,
.sf-menu > li.current-menu-parent,
.sf-menu > li.current-menu-item,
.sf-menu > li.active,
.sf-menu > li:hover,
.sf-menu > li.sfHover {
    background-color: #005aaa;
    border-top: solid 3px #35383e;
    border-bottom: solid 3px transparent;
    -webkit-transition: none;
    transition: none;
}

.sf-menu ul li,
.sf-menu ul ul li {
    background-color: #35383e;
    border-bottom: solid 1px #414449;
    border-top: none;
}

.sf-menu ul li.current-menu-item,
.sf-menu ul li:hover,
.sf-menu ul li.hover,
.sf-menu ul ul li:hover,
.sf-menu ul ul li.hover {
    background-color: #292b30;
    border-bottom: solid 1px #414449;
    border-top: none;
}

/* Superfish arrows */

.sf-arrows .sf-with-ul {
    padding-right: 25px !important; /* important bs3 */
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    overflow: hidden;
    border: none;
    background: url('../images/caret.gif') no-repeat 0 0;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    background-position: 0 -7px;
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    width: 7px;
    height: 7px;
    overflow: hidden;
    border: none;
    background: url('../images/caret.gif') no-repeat 0 0;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    background-position: 0 -7px;
}

/* Animate arrows */
.sf-arrows .sf-with-ul:after,
.sf-arrows li .sf-with-ul:focus:after,
.sf-arrows li:hover .sf-with-ul:after,
.sf-arrows .sfHover .sf-with-ul:after {
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

/* Sticky menu */
.navbar.visible {
    background-color: #fff;
    position: fixed;
    z-index: 999 !important;
    width: 100%;
    top: -120px;
}

.navbar.visible .navbar-header,
.navbar.visible .social-links,
.navbar.visible .call_us {
    /*display: none;*/
}

/* Header search
/* ========================================================================== */

.hs-icon {
    background-color: #35383e;
    color: #aeb2b5;
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    padding: 13px 15px;
    position: absolute;
    right: 15px;
    bottom: 0;
    cursor: pointer;
    z-index: 9999;
}

.hs-icon:hover {
    color: #ffffff;
}

.headersearch {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 60px;
    width: 0;
}

.headersearch.open {
    width: 200px;
}

.headersearch .hs-submit {
    display: none;
}

.headersearch .hs-input {
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #292b30;
    border-color: #3b3e44;
    height: 46px;
}

.headersearch.open .hs-input {
    opacity: 1;
    filter: alpha(opacity=100);
}

.headersearch.open,
.headersearch.open .hs-input {
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

@media (max-width: 991px) {
    .hs-icon {
        bottom: auto;
        top: 15px;
        right: 70px;
    }
    .woocommerce .hs-icon {
        right: 125px;
    }
    .headersearch {
        right: 115px;
        bottom: auto;
        top: 15px;
        z-index: 9999;
    }
    .woocommerce .headersearch {
        right: 170px;
    }
    .headersearch .hs-input {
        height: 45px;
    }
}

/* ========================================================================== */
/* 3. Main Content Styles
/* ========================================================================== */

.container,
#container {
    position: relative;
}

#container {
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
}

.sidebar-right .flex_slider > .row,
.sidebar-left .flex_slider > .row {
    margin-left: 0;
    margin-right: 0;
}

.sidebar-right #page-sidebar > .container,
.sidebar-left #page-sidebar > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#container section.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

div.full-width {
    padding: 30px 0;
}

div.full-width.small-padding {
    padding: 30px 0;
}

div.full-width.big-padding {
    padding: 30px 0;
}

div.full-width.grey {
    border-top: solid 1px #e3e3e3;
    background-color: #f0f0f0;
}

/* Make Shortcodes correct  */

.text .container.posts_strip > .row {margin: 0;}
.text .container.posts_strip,
.text .container.divider_block,
.text .container.af-form-shortcode {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Site widths  */
#container section.container > div.container, /* home/onepage */
#container > div.container {
    /*max-width: 970px; /* 940 + bs3 left/right padding */
}

@media (max-width: 991px) {
    #container section.container > div.container, /* home/onepage */
    #container div.full-width > div.container,
    #container > div.container  {
        width: 738px;
    }
}

@media (max-width: 767px) {
    #container section.container > div.container, /* home/onepage */
    #container div.full-width > div.container,
    #container > div.container  {
        width: 450px;
    }
}

@media (max-width: 479px) {
    #container section.container > div.container, /* home/onepage */
    #container div.full-width > div.container,
    #container > div.container  {
        width: 290px;
    }
}

#container section.container.page-wrapper {
    padding: 0;
    /*padding: 60px 0;*/
    position: relative;
    z-index: 100;
}

.content-page {
    margin-top: 20px;
}

.breadcrumbs {
    background-color: #f0f0f0;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    padding-top: 40px;
    padding-bottom: 15px;
    margin-top: -25px;
}

@media (max-width: 991px) {
    .breadcrumbs {
        padding-top: 15px;
        margin-top: 0;
    }
}

.breadcrumb-line {
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    color: #00bcf2;
}

.breadcrumb-line a {
    color: #35383e;
}

.breadcrumb-line a:hover {
    color: #00bcf2;
}

.breadcrumb-divider {
    color: #787a7c;
    padding: 0 5px;
}

#page-sidebar {
}

/* Flex Slider
/* ========================================================================== */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; max-height: 400px; /*height: 712px;*/ padding: 0;overflow: hidden;}
.flexslider .slides > li {max-height: 400px; display: none; position: relative; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.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%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative;}
.flexslider .banner{position: absolute;width: 100%;top: 0;left: 0;text-align: center;}
.flexslider .inner{font-size: 42px; line-height: 51px; color: #fff;padding-top: 234px;}
.flexslider .slide-caption {
    position: absolute; top: 0; left: 0;
    padding: 70px 70px 0 70px;
    color: #35383e;
    text-shadow: 1px 0 #ffffff;
    text-shadow: 1px 0 rgba(255, 255, 255, 0.4);
}

.flexslider .slide-title {
    color: #00bcf2;
    font-weight: 800;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
}

.flexslider .slide-title span {
    display: block;
    color: #35383e;
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 25px;
    margin-top: -5px;
}

.flexslider.fullwidth.no-sidebar .slide-caption {
    left: 50%;
    width: 1140px;
    margin-left: -570px;
}

@media (max-width: 1199px) {
    .flexslider.fullwidth.no-sidebar .slide-caption {
        width: 940px;
        margin-left: -470px;
    }
}

@media (max-width: 991px) {
    .flexslider.fullwidth.no-sidebar .slide-caption {
        width: 720px;
        margin-left: -360px;
    }
}

@media (max-width: 767px) {
    .flexslider.fullwidth.no-sidebar .slide-caption {
        width: 100%;
        margin-left: -50%;
    }
    .flexslider .slide-caption {
        display: none;
    }
    .flex_slider .col-sm-12.no-sidebar {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 479px) {
    .flexslider.fullwidth .slide-caption {
    }
}

#home {
    position: relative;
    top: -25px;
    margin-bottom: -25px;
}
@media (max-width: 991px) {
    #home {
        position: relative;
        top: 0;
        margin-bottom: 0;
    }
}

#home .flexslider .slide-subtitle {
    width: 50%;
}

@media (max-width: 1199px) {
    #home .flexslider .slide-title {font-size: 38px;}
    #home .flexslider .slide-title span {font-size: 26px; margin-bottom: 15px;}
}

@media (max-width: 991px) {
    #home .flexslider .slide-title {font-size: 28px;}
    #home .flexslider .slide-title span {font-size: 16px; margin-bottom: 10px;}
    #home .flexslider .slide-subtitle {font-size: 12px; width: 70%;}
    #home .flexslider .slide-caption {}
    #home .flexslider .btn {display: none;}
}

.flex-viewport {max-height: 700px;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

/* Direction Nav */
.flex-direction-nav a {
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    /*text-indent: -9999px;*/
    z-index: 99;
    text-align: center;
    /*border-radius: 2px;*/
    background-color: #35383e;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.flex-direction-nav a .fa {
    width: 38px;
    height: 38px;
    line-height: 34px;
    margin-top: 1px;
    font-size: 22px;
    /*border-radius: 2px;*/
    color: #ffffff;
    /*border: solid 2px #ffffff;
    /*border: solid 2px rgba(255, 255, 255, 0.5);*/
}

.flex-direction-nav .flex-prev {left: 15px;}
.flex-direction-nav .flex-next {right: 15px;}

.flex-direction-nav a:hover .fa {
    background-color: #005aaa;
    /*background-color: rgba(226, 70, 44, 0.8);*/
    /*border: solid 2px #ffffff;*/
    /*border: solid 2px rgba(255, 255, 255, 0.8);*/
}

/* Control Nav */
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: url('') repeat;cursor: pointer; text-indent: -9999px;}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active{ background-position:0 0;}

.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; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

.flex-direction-nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Control Nav
/* ========================================================================== */
@media screen and (max-width: 767px) {
    .flex-control-nav {display: none;}
}
.flex-control-nav {width: 100%; position: absolute; bottom: 14px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1;}
.flex-control-nav li a {
    cursor: pointer; display: block; text-indent: -9999px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #00bcf2;
    background-color: rgba(226, 70, 44, 0.50);
}

.flex-control-nav li a:hover {
    background-color: #00bcf2;
    background-color: rgba(226, 70, 44, 0.70);
}

.flex-control-nav li a.flex-active {
    background-color: #00bcf2;
    background-color: rgba(226, 70, 44, 0.90);
    cursor: default;
}

/* Bootstrap Carousel
/* ========================================================================== */
.carousel {position: relative;}
.carousel-wrapper {overflow: hidden;}
.carousel-wrapper ul {display: none;}
.carousel-wrapper ul li {height: 100%; float: left; display: block;}
.carousel-wrapper > ul > li {border-bottom: 0 !important;}
.carousel-wrapper .do-hover,
.carousel-wrapper img {border-radius: 2px;}

.btleft .es-nav {position: absolute; right: 0; top: -33px;}
.bttop .es-nav {position: absolute; top: -50px; right: 0;}
.es-nav span {
    float: left;
    /*display: block;*/
    top: 0;
    right: 0;
    /*text-indent: -9999px;*/
    cursor: pointer;
    /*width: 26px;*/
    /*height: 26px;*/
    /*border-radius: 14px;*/
}
.es-nav .es-nav-prev {
    /*background: url('../images/arrow-left.png') no-repeat 50% 50%;*/
    /*background-color: #e65745;*/
    /*background-color: rgba(230, 87, 69, 0.70);*/
}
.es-nav .es-nav-next {
    margin-left: 5px;
    /*background: url('../images/arrow-right.png') no-repeat 50% 50%;*/
    /*background-color: #e65745;*/
    /*background-color: rgba(230, 87, 69, 0.70);*/
}
.es-nav .es-nav-next:hover,
.es-nav .es-nav-prev:hover {
    /*background-color: #e65745;*/
    color: #00bcf2;
}

.es-nav .es-nav {
    text-align: center;
}
.es-nav .fa {
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    width: 20px;
    text-align: center;
}

/* Service block
/* ========================================================================== */

.services {
    padding-top: 20px;
}

.services .col-sm-1,
.services .col-sm-2,
.services .col-sm-3,
.services .col-sm-4,
.services .col-sm-5,
.services .col-sm-6,
.services .col-sm-7,
.services .col-sm-8,
.services .col-sm-9,
.services .col-sm-10,
.services .col-sm-11,
.services .col-sm-12 {
    text-align: center;
    padding: 0 7px;
}

.services .col-sm-1 *,
.services .col-sm-2 *,
.services .col-sm-3 *,
.services .col-sm-4 *,
.services .col-sm-5 *,
.services .col-sm-6 *,
.services .col-sm-7 *,
.services .col-sm-8 *,
.services .col-sm-9 *,
.services .col-sm-10 *,
.services .col-sm-11 *,
.services .col-sm-12 * {
    background-color: #e7e7e7;
}

.services .col-sm-1:hover *,
.services .col-sm-2:hover *,
.services .col-sm-3:hover *,
.services .col-sm-4:hover *,
.services .col-sm-5:hover *,
.services .col-sm-6:hover *,
.services .col-sm-7:hover *,
.services .col-sm-8:hover *,
.services .col-sm-9:hover *,
.services .col-sm-10:hover *,
.services .col-sm-11:hover *,
.services .col-sm-12:hover * {
    background-color: #ffffff;
}

.services .fa {
    display: block;
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 40px;
    color: #cccccc;
    text-shadow: 1px 1px 1px #ffffff, -1px -1px 1px #959595;
}

.services .afl-btn-wrapper {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2);
}
.services .afl-title {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.services .title-divider {
    overflow: hidden;
}
.services .text {
    overflow: hidden;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.services .col-sm-1:hover .fa,
.services .col-sm-2:hover .fa,
.services .col-sm-3:hover .fa,
.services .col-sm-4:hover .fa,
.services .col-sm-5:hover .fa,
.services .col-sm-6:hover .fa,
.services .col-sm-7:hover .fa,
.services .col-sm-8:hover .fa,
.services .col-sm-9:hover .fa,
.services .col-sm-10:hover .fa,
.services .col-sm-11:hover .fa,
.services .col-sm-12:hover .fa,
.services .col-sm-1:hover .afl-title,
.services .col-sm-2:hover .afl-title,
.services .col-sm-3:hover .afl-title,
.services .col-sm-4:hover .afl-title,
.services .col-sm-5:hover .afl-title,
.services .col-sm-6:hover .afl-title,
.services .col-sm-7:hover .afl-title,
.services .col-sm-8:hover .afl-title,
.services .col-sm-9:hover .afl-title,
.services .col-sm-10:hover .afl-title,
.services .col-sm-11:hover .afl-title,
.services .col-sm-12:hover .afl-title {
    color: #00bcf2;
}

/* Recent Projects
/* ========================================================================== */

.recent_projects .carousel-wrapper li {
    margin-right: 20px !important;
    width: 270px !important;
}
.recent_projects .do-thumbs img {
    background-color: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    padding: 5px;
}

.recent_projects .title-divider .afl-title {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .recent_projects .carousel-wrapper li {width: 220px !important;}
}
@media (max-width: 991px) {
    .recent_projects .carousel-wrapper li {width: 222px !important;}
}
@media (max-width: 767px) {
    .recent_projects .carousel-wrapper li {width: 200px !important;}
}
@media (max-width: 479px) {
    .recent_projects .carousel-wrapper li {width: 260px !important;}
}

/* Partners slider
/* ========================================================================== */

.partners_slider {}
.partners_slider .slides li img {max-width: 100%;}

@media (max-width: 1199px) {
    /*.partners_slider .slides li {width: 220px !important;}*/
}
@media (max-width: 991px) {
    /*.partners_slider .slides li {width: 222px !important;}*/
}
@media (max-width: 767px) {
    /*.partners_slider .slides li {width: 200px !important;}*/
}
@media (max-width: 479px) {
    /*.partners_slider .slides li {width: 260px !important;}*/
}

/* Advanced Recent Projects
/* ========================================================================== */

.adv_recent_projects {
    margin-top: 10px;
}

.adv_recent_projects .carousel-wrapper li {
    margin-right: 20px !important;
    width: 269px !important;
}

@media (max-width: 1199px) {
    .adv_recent_projects .carousel-wrapper li {width: 219px !important;}
}
@media (max-width: 991px) {
    .adv_recent_projects .carousel-wrapper li {width: 221px !important;}
}
@media (max-width: 767px) {
    .adv_recent_projects .carousel-wrapper li {width: 200px !important;}
}
@media (max-width: 479px) {
    .adv_recent_projects .carousel-wrapper li {width: 260px !important;}
}

.adv_recent_posts .text-block,
.adv_recent_projects .text-block {
    margin-bottom: 30px;
}

.adv_recent_posts .text-block h4,
.adv_recent_projects .text-block h4 {
    margin-top: 0;
}

@media (max-width: 767px) {
    .recent_posts article,
    .adv_recent_posts article {
        margin-bottom: 30px;
    }
}

.adv_recent_projects .do-thumbs img {
    background-color: #ffffff;
    border: solid 1px #cfcfcf;
    padding: 5px;
    border-radius: 2px;
}

.adv_recent_projects .do-thumbs .do-hover {
    border-radius: 2px;
}

.recent_posts .title-divider .afl-title {
    margin-top: 0;
}

/* Our Projects
/* ========================================================================== */
.our-projects article {margin-bottom: 30px;}
.our-projects article img {display: block;}
.our-projects article h4 {margin-bottom: 0;}
.our-projects article:nth-last-child(-n+4) {margin-bottom: 0 !important;}

/* Our Blog
/* ========================================================================== */

.our-blog .blog-post .title {
    font-weight: 300;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}
.our-blog .blog-post .title a:hover {}
.our-blog .blog-post .post-meta {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

.our-blog .blog-post .post-img-wrapper {margin-bottom: 0;}
.our-blog .blog-post .post-meta span {margin-right: 5px;}
.our-blog .blog-post .post-meta a {color: #45484a;}
.our-blog .blog-post .post-meta a:hover {color: #005aaa;}
.our-blog .blog-post .post-excerpt {margin-bottom: 20px;}
.our-blog .blog-post .readmore {}

/*
@media (max-width: 767px) {
    .our-blog article {
        margin-bottom: 30px;
    }
    .our-blog .blog-post {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
}
*/

/* Our News
/* ========================================================================== */
.our-news {
    position: relative;
}

.our-news .news-header {
    margin-top: 0;
    text-transform: none;
    font-weight: 400;
}

.our-news .news-meta {
    font-size: 11px;
    color: #7f7f7f;
}

.our-news .news-meta .fa {
    margin-right: 4px;
    font-size: 14px;
}

.our-news .news-time {
    margin-right: 15px;
}

.our-news .news-author {}

.our-news .news-title {
    font-weight: 300;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.our-news .news-text {}

/* Accordion
/* ========================================================================== */

.accordion .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 0;
    border-bottom: solid 1px #d5d5d5;
    border-radius: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.accordion .panel:last-child {
    border-bottom: none;
}

.accordion .panel-heading {
    padding: 0;
    background-color: transparent;
    border: none;
}

.accordion .panel-heading a {
    color: #45484a;
}

.accordion .panel-heading a.on,
.accordion .panel-heading a:hover {
    color: #005aaa;
}

.accordion .panel-heading .fa {
    width: 11px;
    display: block;
    float: left;
    font-size: 9px;
    height: 11px;
    line-height: 11px;
    text-align: center;
    margin-top: 4px;
    margin-right: 9px;
    padding-left: 1px;
    color: #ffffff;
    background-color: #999fa7;
}

.accordion .panel-heading a:hover .fa,
.accordion .panel-heading a.on .fa {
    background-color: #005aaa;
}

.accordion .panel-body {
    padding: 10px 20px 0 20px;
    font-size: 12px;
}

/* Skill Bar
====================================*/
.skill-bar {
    height: 20px;
    position: relative;
    margin: 0 0 10px 0;
    /*background: #bfc6ce;*/
}

/*.skill-bar-content[data-percentage] {text-indent: -9999px; }*/

.skill-bar-content {
    height: 20px;
    width: 0%;
    text-indent: -9999px;
    background: #bfc6ce;
}

.skill-bar .skill-title {
    position: absolute;
    top: 2px;
    left: 5px;
    font-size: 11px;
    color: #f3f3f3;
}

.skill-bar .percentage {
    position: absolute;
    top: 9px;
    left: 90%;
    color: #666;
}

/* Welcome Slogan
/* ========================================================================== */
.container.slogan {}
.welcome {
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 979px) {
    .welcome {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .welcome {
        padding: 0;
    }
}

.welcome h1 {
    color: #00bcf2;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px !important;
    margin-bottom: 10px !important;
    text-transform: none;
}

@media (min-width: 768px) and (max-width: 979px) {
    .welcome h1 {
        font-size: 24px;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .welcome h1 {
        font-size: 18px;
        line-height: 1.3;
    }
}

.welcome p {}

@media (min-width: 768px) and (max-width: 979px) {
    .welcome p {
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .welcome p {
        font-size: 12px;
        line-height: 1.3;
    }
}


/* ========================================================================== */
/* 4. Footer Styles
/* ========================================================================== */

#footer {
    border-top: solid 2px #00bcf2;
    background-color: #2a2d33;
    color: #b0b4bc;
    font-size: 12px;
    padding: 25px 0 0 0;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #e0e0e0;
}

#footer .widget {
    margin-bottom: 30px;
}

#footer .widget-title {
    margin-top: 0;
    margin-bottom: 25px;
}

#footer p {
    margin-bottom: 20px;
}

#footer-menu {
    background-color: #25282d;
    color: #b0b4bc;
    font-size: 11px;
    padding: 15px 0;
}

#footer-menu .w-copy {float: left;}
#footer-menu .w-menu {float: right;}
@media (max-width: 767px) {
    #footer-menu .w-copy {float: none;}
    #footer-menu .w-menu {float: none; margin-bottom: 10px;}
}
#footer-navigation {text-align: right;}
@media (max-width: 767px) {
    #footer-navigation {text-align: left;}
}
#footer-menu .footer-menu {margin-bottom: 0;}
#footer-menu .footer-menu a {color: #B0B4BC;}
#footer-menu .footer-menu a:hover {color: #00bcf2;}
#footer-menu .footer-menu.list-inline > li {vertical-align: top; position: relative;}
#footer-menu .footer-menu.list-inline > li:after {
    content: "|";
    display: block;
    position: absolute;
    right: -4px;
    top: 4px;
    font-size: 8px;
    line-height: 8px;
}
#footer-menu .footer-menu.list-inline > li:last-child:after {
    display: none;
}

#footer-menu .copyright {
    margin-bottom: 0;
}

/* ========================================================================== */
/* 5. Post/Portfolio Content Styles
/* ========================================================================== */

#filtrable.page-type {
    float: none;
}

#filtrable {
    margin-bottom: 15px;
    float: left;
    margin-left: 0;
}

#filtrable li {
    float: left;
    margin: 0 5px 5px 0;
    list-style: none;
}

#filtrable a {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    color: #45484a;
    border-top: solid 1px transparent;
    border-bottom: solid 2px transparent;
    -webkit-transition: all 0s !important;
    transition: all 0s !important;
}

#filtrable a:hover,
#filtrable .current a {
    color: #ffffff;
    text-shadow: 0 1px 0 #ab2a15;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e4553d), to(#d1422a));
    background-image: -webkit-linear-gradient(top, #e4553d 0%, #d1422a 100%);
    background-image: -moz-linear-gradient(top, #e4553d 0%, #d1422a 100%);
    background-image: linear-gradient(to bottom, #e4553d 0%, #d1422a 100%);
    background-repeat: repeat-x;
    background-color: #e4553d;
    border-top: solid 1px #e4553d;
    border-bottom: solid 2px #ab2a15;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4553d', endColorstr='#ffd1422a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-transition: all 0s !important;
    transition: all 0s !important;
}

.portfolio article {
    margin-bottom: 30px;
}

.portfolio .do-img {
    max-width: 100%;
    display: inline-block;
}

.portfolio .do-img img {
    background-color: #ffffff;
    border: solid 1px #cfcfcf;
    padding: 5px;
    border-radius: 2px;
}

.portfolio .do-img .do-hover {
    border-radius: 2px;
}

.portfolio .title {
    font-weight: 300;
}
.portfolio .excerpt {
    margin-bottom: 20px;
}

.portfolio_sc #filtrable {
    float: right;
}

@media (max-width: 767px) {
    .portfolio_sc #filtrable {
        float: none;
        margin-bottom: 15px;
    }
}

#extended_portfolio_page {
    padding-bottom: 20px;
    display: none;
}

.extended_portfolio_divider {
    margin-top: 0;
}

#portfolio_image {
    text-align: right;
}

#portfolio_image img {
    background-color: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    padding: 5px;
    max-width: 100%;
}

#portfolio_title {
    font-size: 28px;
    margin-top: 5px;
}

#portfolio_category ul {
    font-size: 0; /*remove inline block space*/
    margin-left: 0;
    margin-bottom: 30px;
    text-align: right;
}
#portfolio_category li {
    font-size: 18px;/*remove inline block space*/
    display: inline-block;
    margin: 5px 0 5px 10px;
    list-style: none;
}
#portfolio_category a {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    color: #45484a;
    border-top: solid 1px transparent;
    border-bottom: solid 2px transparent;
    -webkit-transition: all 0s !important;
    transition: all 0s !important;
}

#portfolio_category a:hover {
    color: #ffffff;
    text-shadow: 0 1px 0 #ab2a15;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e4553d), to(#d1422a));
    background-image: -webkit-linear-gradient(top, #e4553d 0%, #d1422a 100%);
    background-image: -moz-linear-gradient(top, #e4553d 0%, #d1422a 100%);
    background-image: linear-gradient(to bottom, #e4553d 0%, #d1422a 100%);
    background-repeat: repeat-x;
    background-color: #e4553d;
    border-top: solid 1px #e4553d;
    border-bottom: solid 2px #ab2a15;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4553d', endColorstr='#ffd1422a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-transition: all 0s !important;
    transition: all 0s !important;
}

#close_extended_portfolio {
    background-color: #4e4e4e !important;
    color: #f8f8f8 !important;
}
#close_extended_portfolio:hover {
    background-color: /*#e65745*/#005aaa !important;
}

/* ========================================================================== */
/* 6. Widgets & Widget Area / Sidebar
/* ========================================================================== */

/* Sidebar position */
#page-sidebar.alignleft {float: left;}
#page-sidebar.alignright {float: right;}
#sidebar.alignleft {float: left;}
#sidebar.alignright {float: right;}

@media (max-width: 767px) {
    #page-sidebar.alignleft {float: none;}
    #page-sidebar.alignright {float: none;}
    #sidebar.alignleft {float: none;}
    #sidebar.alignright {float: none;}
}

/* Sidebar */
#sidebar .widget ul {
    font-size: 11px;
    text-transform: uppercase;
    color: #999fa7;
}

#sidebar .widget ul li {
    margin-bottom: 15px;
}

#sidebar .widget ul a {
    color: #35383e;
    position: relative;
}



#sidebar .widget ul a:hover {
    color: #005aaa;
}

/* Wordpress Widgets
/* ========================================================================== */

/* Categories */
/* ========================================================================== */
#sidebar .widget_categories ul a {
    padding-left: 10px;
}

#sidebar .widget_categories ul a:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 6px;
    left: 0;
    background-color: #999fa7;
}

#sidebar .widget_categories ul a:hover:before {background-color: #00bcf2;}
#sidebar .widget_categories ul .cat-with-icon {position: relative;}
#sidebar .widget_categories ul .cat-with-icon .fa {
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    left: -3px; top: 3px;
    width: 10px;
    display: block;
    text-align: center;
    color: #35383E;
}
#sidebar .widget_categories ul .cat-with-icon:hover .fa {color: #00bcf2;}
#sidebar .widget_categories ul .cat-with-icon a:before {height: 0;}

/* Recent comments */
/* ========================================================================== */

#sidebar .widget_recent_comments .recentcomments a {}

/* Tags Widget / Tag Cloud WP
/* ========================================================================== */

.tagcloud {
    font-size: 0;
    margin-left: -5px;
}

.tagcloud a {
    padding: 3px 5px;
    margin: 0 2px 3px 0;
    display: inline-block;
    color: #35383e;
}

.tagcloud a:hover {
    color: #00bcf2;
}

/* Search widget WP
/* ========================================================================== */

.search-form {
    position: relative;
}

.search-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0;
}

.search-btn:hover,
.search-btn:focus {
    padding-top: 8px;
    padding-bottom: 7px;
}

/* Recent Posts WP
/* ========================================================================== */

.widget_recent_entries .post-date {
    display: block;
    padding-left: 10px;
    text-transform: none;
    font-weight: 400;
    color: #a6a8aa;
}

/* Tabbed widget AFL
/* ========================================================================== */

.tabbed-widget .nav-tabs {border-bottom: solid 2px #35383e;}
.tabbed-widget .nav-tabs > li {margin-bottom: 0 !important;}
.tabbed-widget .nav-tabs > li > a {
    border-radius: 0;
    background-color: #f0f0f0;
    color: #45484a !important;
    border-color: #e7e7e7;
    border-bottom: none !important;
    position: relative;
    padding: 15px 20px !important;
}
.tabbed-widget .nav-tabs > li > a:before {
    display: none !important;
}

.tabbed-widget .nav > li > a:hover,
.tabbed-widget .nav > li > a:focus {
    background-color: #e7e7e7;
}
.tabbed-widget .nav-tabs > li.active > a,
.tabbed-widget .nav-tabs > li.active > a:hover,
.tabbed-widget .nav-tabs > li.active > a:focus {
    background-color: #35383e;
    color: #ffffff !important;
    border-color: #35383e;
}

.tabbed-widget .nav-tabs > li.active > a:before,
.tabbed-widget .nav-tabs > li.active > a:hover:before,
.tabbed-widget .nav-tabs > li.active > a:focus:before {
    content: "" !important;
    display: block !important;
    height: 3px !important;
    width: 100% !important;
    background-color: #00bcf2 !important;
    position: absolute !important;
    top: -1px !important;
    left: -1px !important;
}

.tabbed-widget .nav-tabs > li.active > a:after,
.tabbed-widget .nav-tabs > li.active > a:hover:after,
.tabbed-widget .nav-tabs > li.active > a:focus:after {
    content: "" !important;
    display: block !important;
    height: 3px !important;
    width: 100% !important;
    background-color: #00bcf2 !important;
    position: absolute !important;
    top: -1px !important;
    right: -1px !important;
}

.tabbed-widget .nav-tabs .tabs {}
.tabbed-widget .nav-tabs .tabs.active {}
.tabbed-widget .tab-content {
    background-color: #f0f0f0;
    border: solid 1px #e7e7e7;
    border-top: none;
    padding: 15px;
}
.tabbed-widget .tab-content .tab-pane .tab-content .well {}
.tabbed-widget .tab-content .tab-pane .tab-content .well.active {}

/* Popular Posts Widget
/* ========================================================================== */

.post-widget li {
    position: relative;
}

.post-widget .pimg {
    float: left;
    position: relative;
    padding-left: 0 !important;
}

.post-widget .pimg:before {
    display: none !important;
}

.post-widget .pimg img {
    width: 60px;
    height: auto;
    float: left;
    border-radius: 2px;
}

.post-widget .ptitle {
    display: block;
    overflow: hidden;
    max-height: 30px;
    margin: 0 0 0 70px;
    font-weight: 600;
    padding-left: 0 !important;
}

.post-widget .ptitle:before {
    display: none !important;
}

.post-widget .pdate {
    display: block;
    margin: 0 0 5px 70px;
    font-weight: 400;
    text-transform: none;
    color: #a6a8aa;
}

.post-widget .ptxt {
    display: block;
    margin: 0 0 10px 70px;
    font-weight: 400;
    text-transform: none;
    color: #a6a8aa;
}

.post-widget .pcomm {
    position: absolute !important;
    top: 1px;
    left: 5px;
    display: block;
    padding-left: 0 !important;
    color: #ffffff !important;
}

.post-widget .pcomm:hover {
    color: #00bcf2 !important;
}

.post-widget .pcomm:before {
    display: none !important;
}

/* WP Twitter Widget http://wordpress.org/plugins/wp-twitter-widget-by-ryoking/
/* ========================================================================== */

#sidebar .wp_twitter_widget ul {
    text-transform: none;
    color: #45484a;
}
#sidebar .wp_twitter_widget ul a {color: #00bcf2;}
#sidebar .wp_twitter_widget ul a:hover {color: #35383E;}
.wp_twitter_widget .twitter_user {}
.wptw_header .profile_image {
    float: left;
    padding-right: 10px;
}
.wptw_header .profile_image img {
    height: 40px;
}
.wptw_header .status_display {}
.wptw_header .status_name a {}
.wptw_header .status_screenname {}
.wptp_description {
    clear:both;
    padding-top: 10px;
    font-size: 11px;
    font-weight: 400;
    color: #a6a8aa;
}
.wp_twitter_widget .widget_twitter {}
.wptw_footer {display:none;}
.wp_twitter_widget .widget_twitter li {
    font-size: 14px;
    border-top: solid 1px #dadada;
    padding-top: 15px;
    margin-bottom: 15px;
}

#footer .wp_twitter_widget .widget_twitter li {
    border-color: #25282D;
}

.wp_twitter_widget .widget_twitter li {
    position: relative;
    padding-left: 15px;
}

.wp_twitter_widget .widget_twitter li:before {
    font-family: FontAwesome;
    content: "\f099";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 18px;
    left: 0;
    color: #00bcf2;
}

.wp_twitter_widget .widget_twitter li:first-child {
    border-top: none;
}
.wp_twitter_widget .twitter_meta {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #a6a8aa;
}
.widget_twitter.scroll {
    overflow-y: scroll;
    height: 300px;
}
.wp_twitter_widget .right {
    float:right;
}
.wp_twitter_widget .left {
    float:left;
}
.wptw_addborder {}
.wptw_addborder .wptp_description {}
.wptw_addborder ul.widget_twitter li {}

/* Instagram Plugin
/* ========================================================================== */

.profile-data {
    margin: 0 0 15px 0;
    text-align: left;
}

.profile-data img {
    border-radius: 2px;
}

.data-holder {
    margin: 0 0 15px 0;
}

.profile-data img {
    background: none;
    border: none;
    padding: 0;
}

.profile-media {
    border-radius: 2px;
    margin: 0 4px 4px 0;
    background-color: #F0F0F0;
    color: #00bcf2;
}

.profile-media-content {
    font-size: 10px;
}

.front-photo {
    background: none;
    box-shadow: none;
    border-radius: 2px;
    margin: 0 10px 10px 0;
}

#sInstRelButton {
    box-shadow: none;
}

#footer .profile-media {
    background-color: #25282D;
    color: #00bcf2;
}

#footer .profile-media-content {
    color: #B0B4BC;
}

/* Address block
/* ========================================================================== */

.address-block {}
.address-block li {margin-bottom: 20px;}
.address-block .fa {font-size: 18px; margin-top: -2px;}
/*.address-block .fa.fa-envelope {font-size: 14px; margin-top: 0;}*/


/* Social links
/* ========================================================================== */

.social-links {
    float: right;
    margin-top: 23px;
    margin-bottom: 0;
}

.social-links li {
    padding-right: 16px;
}

.social-links a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.social-links a img {
    width: 100%;
    display: inline-block;
    background-color: #bfc6ce;
    border-radius: 8px;
}

.social-links a:hover img {
    background-color: #25282d;
}
/*
@media (max-width: 991px) {
    .social-links {
        position: absolute;
        right: 130px;
        top: 15px;
        z-index: 1001;
    }
    .woocommerce .social-links {
        right: 185px;
    }
}
*/
@media (max-width: 991px) {
    .social-links {
        display: none;
    }
}

/* Sidebar
/* ========================================================================== */

#sidebar {
}

#sidebar .widget {
    margin-bottom: 40px;
}

#sidebar .widget-title {
    color: #35383e;
    margin-top: 0;
    margin-bottom: 20px;
}

dl.address {
}

dl.address dt {
    font-size: 20px;
    float: left;
    width: 30px;
}

dl.address dd {
    overflow: hidden;
}

dl.overflowed {
}

dl.overflowed dt {
    float: left;
}

dl.overflowed dd {
    overflow: hidden;
    padding-left: 20px;
}

/* Google maps
/* ========================================================================== */
.gmap {
    max-width: 100%;
    border: solid 3px #F9F9F9;
    line-height: 0;
    margin-bottom: 20px;
}

iframe.map-container {
    padding: 5px;
    background-color: #ffffff;
    border: solid 1px #cfcfcf;
}

.afl_full_screen iframe.map-container {
    padding: 0;
    border: none;
    margin-bottom: -5px;
}

/* Video container
/* ========================================================================== */
.video,
.video-wrap,
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.youtube-player,
.embed-youtube,
.video-player,
.video-player > div,
.video-player .videopress-placeholder,
.post p embed {
    max-width: 100%;
}
.video iframe,
.video-wrap iframe,
.video-container iframe,
.video object,
.video-wrap object,
.video-container object,
.video embed,
.video-wrap embed
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/* ========================================================================== */
/* 7. Blog Styles
/* ========================================================================== */

/* Blog post style / loop */

.blog-post img {
    max-width: 100%;
    height: auto;
}

.blog-post .meta-block {
    float: left;
    width: 105px;
    padding-top: 9px;
}

#page-sidebar.alignright .blog-post .meta-block {
    float: right;
}

@media (max-width: 767px) {
    .blog-post .meta-block {
        float: none;
        width: 100%;
        position: relative;
        padding-top: 0;
    }
}

.blog-post .meta-list {
    color: #7f7f7f;
    font-size: 11px;
}

.blog-post .meta-list li {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .blog-post .meta-list li {
        float: left;
        margin-right: 30px;
    }
}

.blog-post .meta-list a {
    color: #7f7f7f;
}

.blog-post .meta-list a:hover {
    color: #00bcf2;
}

.blog-post .post-wrapper {
    margin-left: 120px;
}

#page-sidebar.alignright .blog-post .post-wrapper {
    margin-left: 0;
    margin-right: 120px;
}

.portfolio.blog-post .post-wrapper {
    margin-left: 0 ;
}


@media (max-width: 767px) {
    .blog-post .post-wrapper {
        margin-left: 0;
    }
    #page-sidebar.alignright .blog-post .post-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

.blog-post .post-title,
.blog-post .post-title a {
    text-transform: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 25px;
}

.blog-post .post-img-wrapper {
    margin-bottom: 20px;
    max-width: 100%;
    display: inline-block;
    /*border-radius: 2px;*/
}

.blog-post .post-img-wrapper img {
    background-color: #ffffff;
    border: solid 1px #00bcf2;
    padding: 5px;
    border-radius: 2px;
}

.blog-post .post-img-wrapper.single-portfolio,
.blog-post .post-img-wrapper.single-portfolio img {
    width: 100%;
}

.blog-post .post-img-wrapper .do-hover {
    border-radius: 2px;
}

.blog-post .readmore-wrap {
    margin-top: 35px;
}

.previous-post {margin-right: 20px;}
.next-post {}

/* Single page */
.blog-post .post-heading {
    color: #005aaa;
    text-transform: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 25px;
}

/* Pagination
/* ========================================================================== */

.pagination_wrap {}
.pagination_wrap .pagination {}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination li > a,
.pagination li > span {
    border: none;
    /*margin: 2px 0 2px 2px;*/
    padding: 10px 15px;
    background-color: #ededed;
    color: #35383e;
}
.pagination li > a:hover,
.pagination li > a:focus {
    background-color: #e3e3e3;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover {
    background-color: #00bcf2;
    color: #f0f0f0;
}

/* ========================================================================== */
/* 8. Forms
/* ========================================================================== */

.af-form .form-control {
    background-color: #f5f5f5;
    border-radius: 2px;
    border-color: #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.af-form .form-control:focus {
    border-color: #00bcf2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(226, 70, 44, 0.60);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(226, 70, 44, 0.60);
}

.af-form textarea {
    height: 160px !important;
    overflow: auto;
    resize: none;
}

label.error,
label.ferror {
    font-size: 13px;
    font-weight: 300;
    color: red;
    padding-left: 12px;
    margin-bottom: 0;
}

.af-form input.error,
.af-form textarea.error {
    border: solid 1px red;
}

@media (min-width: 768px) {
    .af-form-author {
        padding-right: 7px;
    }
    .af-form-email {
        padding-left: 7px;
    }
}

#progress {
    margin-top: 15px;
}

.form-password p {font-size: 11px;}
.form-password .form-group {position: relative;}
.form-password .form-group button {
    position: absolute;
    right: 1px; bottom: 1px;
    border-radius: 0;
}

/* ========================================================================== */
/* 9. Comments
/* ========================================================================== */

.comments .comm-number {
    font-weight: 300;
    color: #005aaa;
}
.comments > ul {
    margin-left: 0;
}

.comments .comment-reply-link,
.comments .comment-edit-link {
    text-decoration: none;
}

.comments .comment-reply-link i,
.comments .comment-edit-link i {
    margin-right: 5px;
}

.comments .avatar {
    float: left;
    position: relative;
    margin-right: -5px;
    padding: 5px;
    background-color: #ffffff;
    border: solid 1px #cfcfcf;
    border-radius: 2px;
}

.comments .textarea {
    margin-left: 90px;
    position: relative;
}
.comments .comments-list {
    padding-left: 0;
}
.comments .comments-list,
.comments .children {
    list-style: none !important;
}

.comments .comments-list ul {
    /*margin-left: 30px;*/
    /*margin-bottom: 20px;*/
}

.comments ul.children {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fdfdfd;
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
}

.comments .children .children {
    border-bottom: none;
}

.comments ul.children ul.children {
    padding-right: 0;
}

.comments .meta {
    color: #7f7f7f;
    font-size: 11px;
    margin-bottom: 10px;
}

.comments .meta .span {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .comments .meta .pull-right {
        float: none !important;
    }
}

.comments .meta .fa {
    font-size: 14px;
}

.comments .meta a {
    color: #7f7f7f;
}
.comments .meta a:hover {
    color: #00bcf2;
}

.comments .comment {
    padding: 30px 0;
}

.comments .comment.byuser- {
    background-color: #fdfdfd;
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
}
.comments .comment-reply-link {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 10px;
    line-height: 10px;
}

.comments .comment-text {
    margin-bottom: 20px;
}

.comment-reply-title {
    font-size: 18px;
    line-height: 20px;
}

.comment-respond .form-control {
    background-color: #f5f5f5;
    border-radius: 2px;
    border-color: #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comment-respond .form-control:focus {
    border-color: #00bcf2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(226, 70, 44, 0.60);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(226, 70, 44, 0.60);
}

@media (min-width: 768px) {
    .comment-form-author {
        padding-right: 5px;
    }
    .comment-form-email {
        padding-left: 5px;
    }
}

.comment-respond .form-control:-moz-placeholder,
.comment-respond .form-control::-moz-placeholder,
.comment-respond .form-control:-ms-input-placeholder,
.comment-respond .form-control::-webkit-input-placeholder {
    color: #7f7f7f;
}

.logged-in-as,
.comment-notes,
.form-allowed-tags,
.comment-form-comment {
    margin-bottom: 20px;
}

/* ========================================================================== */
/* 10. Thumbnails
/* ========================================================================== */

.do-media {
    position: relative;
    display: inline-block;
}

div.do-media {
    display: block;
}

.do-hover {
    position: absolute;
    display: block;
    visibility: hidden;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100% !important;
    width: 100% !important;
    /*background-color: #e2462c;*/
    background-color: #2a2d33;
}

.do-media.hover .do-hover,
.do-media:hover .do-hover {
    /*background-color: rgba(226, 70, 44, 0.90);*/
    background-color: rgba(0, 0, 0, 0.30);
    display: block;
    opacity: 1;
    visibility: visible;
}

.do-media .do-hover,
.do-media .do-hover
.do-media.hover .do-hover,
.do-media:hover .do-hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.do-hover .do-url-link,
.do-hover .do-img-link,
.do-hover .do-img-link-single {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;

}
.do-hover .do-img-link {
    margin-left: -45px;
}
.do-hover .do-url-link {
    margin-left: 5px;
}
.do-hover .do-img-link-single {
    margin-left: -20px;
}
.do-hover .do-url-link .fa,
.do-hover .do-img-link .fa,
.do-hover .do-img-link-single .fa {
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background-color: #2a2d33;
    background-color: rgba(0, 0, 0, 0.3);
    border: solid 2px #ffffff;
    border: solid 2px rgba(255, 255, 255, 0.30);
    border-radius: 2px;
}

.animated.fast {
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
}

/* ========================================================================== */
/* 11. Shortcode Styles
/* ========================================================================== */

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
    background-color: #35383e;
    color: #ffffff;
    overflow: hidden;
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    border: none;
    z-index: 9999;
}

#toTop:hover {
    background-color: #00bcf2;
}

#toTopHover {
    display: none;
}

#toTop:active, #toTop:focus {
    outline: none;
}

/* Button Text Color */
.btn-light {color: #fff;}
.btn-grey {color: #999;}
.btn-dark {color: #333;}

/* Icon Link */
.afl-ilink a {
    display: inline-block;
    padding: 2px 0 2px 22px;
    text-decoration: none;
    background: none no-repeat scroll left center transparent;
}

/* Social Link */
.afl-social-wrapper {
    overflow: hidden;
    margin-bottom: 10px;
}

.afl-social-wrapper .afl-social {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.afl-social-wrapper .afl-social a {
    display: block;
    color: #ffffff;
    background-color: #d5d5d5;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    line-height: 0;
}

.afl-social-wrapper .afl-social a:hover {
    background-color: #00bcf2;
}

.afl-social a {}
.afl-social .size1 {font-size: 14px; width: 14px;}
.afl-social .size2 {font-size: 20px; width: 20px;}
.afl-social .size3 {font-size: 24px; width: 24px;}
.afl-social .size4 {font-size: 30px; width: 30px;}

/* Icon Box */
.iconbox {
    overflow: hidden;
    padding-bottom: 10px;
}

.iconbox_icon {
    float: left;
    padding: 14px 8px 0 0;
}

.iconbox_content {
    font-size: 11px;
    line-height: 17px;
    overflow: hidden;
}

.iconbox .iconbox_content .iconbox_content_title {
    border: medium none;
    font-size: 11px;
    margin: 0 0 0.5em;
    padding: 8px 0 7px;
    position: relative;
    top: 8px;
}

.iconbox h3 {
    line-height: 17px;
}

/* Text Slider */
.text-slider > li > p {}
.text-slider > li > h4 {}
.text-slider > li.no-thumb > p,
.text-slider > li.no-thumb > h4 {
    margin-left: 0;
}

.text-slider img {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}

.text-slider small {
    display: block;
    font-size: 11px;
    letter-spacing: 0;
}

.container.text_slider_block {
    width: auto;
}

/* DropCap */
.dropcap1 {
    display: block;
    float: left;
    font-size: 38px;
    line-height: 32px;
    margin: 4px 8px 0 0;
}

.dropcap2,
.dropcap3 {
    border-radius: 100px 100px 100px 100px;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 35px;
    margin: 4px 8px 0 0;
    text-align: center;
    width: 35px;
}

.dropcap2 {
    background-color: #00bcf2;
    color: #ffffff;
}

.dropcap3 {
    background-color: #2a2d33;
    color: #ffffff;
}

/* Testimonials */

.text-slider.testimonials li {
    background-color: #e0e0e0;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}

.text-slider.testimonials li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 20px solid #e0e0e0;
    border-left: 40px solid transparent;
    z-index: 99;
}

.testimonials p {
    margin-left: 70px;
    color: #181818;
}

.testimonials p:last-child {
    margin-bottom: 0;
}

.testimonials h4 {
    margin-left: 70px;
    color: #005aaa;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    text-transform: none;
    margin-top: 0;
}

.testimonials img {
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px;
    background-color: #e3e3e3;
    border: solid 1px #b6b6b6;
}

.testimonials small {
    display: block;
    font-size: 11px;
    letter-spacing: 0;
}

/* Shortcode tabs
/* ========================================================================== */

.text .nav-tabs > li {margin-bottom: 0 !important;}
.text .nav-tabs > li > a {
    border-radius: 0;
    background-color: #f0f0f0;
    color: #45484a !important;
    border-color: #e0e0e0;
    border-bottom: none !important;
    position: relative;
    padding: 10px 15px !important;
    font-size: 11px;
    text-transform: uppercase;
}
.text .nav-tabs > li > a:before {
    display: none !important;
}

.text .nav > li > a:hover,
.text .nav > li > a:focus {
    background-color: #e7e7e7;
}
.text .nav-tabs > li.active > a,
.text .nav-tabs > li.active > a:hover,
.text .nav-tabs > li.active > a:focus {
    background-color: #005aaa;
    color: #fff !important;
}

.text .nav-tabs .tabs {}
.text .nav-tabs .tabs.active {}
.text .tab-content {
    background-color: #fff;
    border: solid 1px #e0e0e0;
    border-top: none;
    padding: 15px;
    font-size: 12px;
}
.text .tab-content .tab-pane .tab-content .well {}
.text .tab-content .tab-pane .tab-content .well.active {}

.text .tab-content .tab-pane p:last-child {margin-bottom: 0;}

/* ========================================================================== */
/* PARALLAX
/* ========================================================================== */

.parallax {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    color: #f0f0f0;
}

.parallax .container {
    display: table;
}

.parallax .parallax-inner,
.parallax .row,
.parallax .overlay {
    height: 400px;
}

.parallax .title-divider .afl-title {
    color: #f0f0f0;
    /*display: inline-block;*/
    /*color: #e2462c;*/
    /*background-color: #f0f0f0;*/
    /*padding: 0 5px;*/
}

.parallax .text {
    color: #e3e3e3;
    /*color: #25282d;*/
    /*background-color: #e3e3e3;*/
}
.parallax .link {}
.parallax .link:hover {}

.parallax-inner,
.parallax .row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.overlay {
    position: absolute;
    background-image: url('../images/overlay.png');
    background-color: transparent;
    width: 100%;
}

.parallax-bg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: cover !important; /*length|percentage|cover|contain*/
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: top center;
}
.parallax-bg.mobile {
    background-size: 300% !important;
}
/*--PR STYLES--*/
.act{
	color:#005aaa;
	padding:20px 0 0 0 !important;
	}
/*
 TODO:
 check plugins in footer widgets;
*/
