/*   Theme name: BigTunaTheme URI: http://bigtuna.comDescription: A responsive WordPress themeAuthor: BigTunaWebAuthor URI: http://bigtuna.comVersion: 1.0*/

@charset "utf-8";

/* CSS RESET================================ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a,
a:hover {
    text-decoration: none;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

html {
    overflow-y: scroll;
}


/* GLOBAL DECLARATIONS================================ */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}

.clear:after {
    content: "";
    display: table;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.va-parent {
    font-size: 0;
}

.va-parent > * {
    font-size: 18px;
}

.va-top {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.va-middle {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.va-bottom {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}

img {
    max-width: 100%;
    display: block;
}

.clear {
    content: "";
    display: table;
    clear: both;
}


/* HEADER================================ */

header {
    padding: 5px 0;
    z-index: 5000;
    position: relative;
    background: url(images/header.jpg) center center no-repeat;
    background-size: cover;
    box-shadow: 0 2px 5px #000;
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    padding: 5px 0;
    background: url(images/header.jpg) center center no-repeat;
    background-size: cover;
    box-shadow: 0 2px 5px #000;
}

@media only screen and (max-width: 767px) {
    .logo {
        margin-top: 58px;
    }
}

header.shrink a#logo img {
    max-width: 0px;
}

header.shrink .meta-wrap {
    max-height: 0;
}

header.shrink .row > * {
    vertical-align: bottom !important;
}

header.shrink .col-xs-12 {
    min-height: 0;
}

header.sticky .hide-me {
    display: none;
    height: 0;
}
header a#mail { color:#000; display:block; }
a#logo img {
    display: block;
    margin: 10px auto;
}

@media only screen and (min-width: 768px) {
    a#logo {
        display: inline-block;
    }
    a#logo img {
        margin-left: 0;
    }
}

header .social {
	display:block;
	float:right;
	text-align:center;
}
header .social .fa-stack-1x { color:#fff; }
.phone-wrapper {
    display: inline-block;
    overflow: hidden;
    float: right;
    text-align: center;
    white-space: nowrap;
}

header.shrink .phone-wrapper {
    max-height: 0;
    padding: 0;
    margin: 0;
}


/*.phone-wrapper > *,*/

#phone > * {
    display: inline-block;
    vertical-align: middle;
}

.phone-wrapper img {
    display: block;
}

.phone-wrapper i {
    font-size: 25px;
    padding: 5px 0px;
    color: #fc0001;
}

.phone-wrapper span {
    padding: 5px 5px;
}

.phone-wrapper p {
    font-family: 'Hind';
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

a#phone {
    display: inline-block;
    color: #000;
    font-family: 'Hind';
    font-weight: 400;
    font-size: 28px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    header {
        text-align: center;
    }
    a#phone {
        display: none !important;
    }
    header .col {
        padding: 0;
    }
    a#logo {
        display: block;
        float: none;
        margin-top: 0px;
        text-align: center;
    }
    a#logo img {
        max-width: 250px;
        margin: 65px auto 15px;
    }
    .phone-wrapper {
        float: none;
        margin: 5px 15px;
    }
    #fancybox-overlay {
        display: none !important
    }
    #fancybox-wrap {
        display: none !important
    }
    #header-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #FC0001;
        z-index: 99999;
    }
    .navbar-header i.fa {
        float: left;
        margin: 10px 0 6px 15px;
        font-size: 34px;
        color: #fff;
    }
}


/* NAVIGATION================================ */


/* NAVIGATION GENERAL STYLES================================ */

nav {
    background: #fff;
    font-family: 'Hind';
    font-weight: 600;
    font-size: 20px;
    position: relative;
    float: right;
    z-index: 5000;
}

nav a:hover,
nav a:focus {
    text-decoration: none;
}

nav a {
    display: block;
}

@media only screen and (min-width: 768px) {
    nav {
        background: transparent;
    }
    #navbar.collapse {
        display: block;
        visibility: visible;
    }
}

@media only screen and (max-width: 767px) {
    nav {
        float: none;
    }
    #navbar {
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1;
    }
}


/* NAVIGATION MOBILE MENU TOGGLE================================ */

.navbar-toggle.collapsed {
    background: #fff;
}

.navbar-toggle {
    background: #ccc;
}

.navbar-toggle .icon-bar {
    background: #252525;
}


/* NAVIGATION FIRST LEVEL================================ */

.menu-item a {
    padding: 15px;
    color: #fff;
}

nav .menu-item a {
    color: #000;
}

.menu-item a:focus,
.menu-item.open > a,
.menu-item a:hover,
.menu-item.active a,
.menu-item.active a:hover,
.menu-item.active a:focus {
    background: #fff;
    color: #fc0001;
}

@media only screen and (min-width: 768px) {
    nav .menu-item a {
        padding: 5px 0;
        margin: 0 15px;
        border-bottom: 2px solid transparent;
    }
    .menu-item a:focus,
    .menu-item.open > a,
    .menu-item a:hover,
    .menu-item.active a,
    .menu-item.active a:hover,
    .menu-item.active a:focus {
        background: transparent;
        color: #fc0001;
        border-color: #fc0001;
    }
    .menu-item {
        float: left;
    }
    .menu-item:hover > .dropdown-menu {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    nav .menu-item {
        text-align: left;
    }
}


/* NAVIGATION SECOND LEVEL================================ */

.dropdown-menu {
    margin-top: 0px;
    border-radius: 0;
    border: none;
    padding: 0;
    background: #fff;
}

.dropdown-menu > li {
    width: 100%;
}

.dropdown-menu > li > a {
    padding: 15px;
    margin: 0;
    color: #000;
    font-family: 'Hind';
    font-weight: 600;
    font-size: 20px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background: #fff;
    color: #252525;
}

@media only screen and (max-width: 767px) {
    .dropdown-menu {
        position: relative;
        background: none;
        width: 100%;
        float: none;
        box-shadow: none;
        margin-top: 0;
    }
    .dropdown-menu > li > a {
        color: #000;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background: #fff;
        color: #FC0001 !important;
    }
    .dropdown-menu > li > a.active {
        background: #fff;
        color: #FC0001 !important;
    }
    .current-menu-item a {
        color: #FC0001 !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    nav {}
    nav .menu-item a {}
    .dropdown-menu > li > a {}
}

@media (max-width: 991px) and (min-width: 768px) {
    nav {}
    nav .menu-item a {
        font-size: 16px;
        margin: 0 10px;
    }
    .dropdown-menu > li > a {}
}


/* SLIDER================================ */

.slider-wrap {
    font-family: 'Hind';
    position: relative;
    z-index: 2000;
    box-shadow: 0 2px 5px #000;
    padding: 45px 0;
    background: url(images/slider-bg.jpg) top center no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
}

.slider-wrap h1 {
    font-size: 60px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-weight: 600;
    line-height: 1;
}

.slider-wrap p {
    font-size: 29px;
    line-height: 39px;
    color: #fff;
    padding: 15px 0;
    font-weight: 400;
}

.slider-wrap a.learn {
    background: transparent;
    color: #fff;
    display: inline-block;
    border: 3px solid #fff;
    font-size: 22px;
    padding: 15px 75px;
    margin-top: 15px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.slider-wrap a.learn:hover {
    background: #fff;
    color: #fc0001;
}

.metaslider .slides li {
    text-align: center;
}

.slider-wrap .metaslider {
    position: relative;
    box-shadow: 2px 2px 5px #000;
}

.slider-wrap .metaslider .caption-wrap {
    text-align: center;
    opacity: 1;
    background: none;
    opacity: 1;
    bottom: 25px;
}

.slider-wrap .metaslider .caption {
    font-size: 2rem;
    background: rgba(0, 113, 188, 0.5);
    color: #fff;
    border: 3px solid #717d92;
    text-shadow: 2px 2px 2px #000;
    padding: 15px;
    font-size: 38px;
    font-family: 'Hind';
    font-weight: 400;
    display: inline-block;
    line-height: 1;
}

@media only screen and (max-width: 991px) {
    .slider-wrap h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .slider-wrap p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .slider-wrap h1 {
        font-size: 40px;
    }
    .slider-wrap p {
        font-size: 21px;
    }
    .slider-wrap a.learn {
        font-size: 18px;
    }
}


/* HOMEBOXES================================ */

.homeboxes {
    padding: 30px 0;
    background: url(images/homebox-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1300;
    box-shadow: 0 2px 5px #000;
}

.col-20 {
    width: 20%;
    float: left;
    padding: 0 15px;
}

.homebox {
    overflow: hidden;
    position: relative;
    box-shadow: 2px 2px 5px #000;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.homebox img {
    width: 100%;
    display: block;
}

.homebox .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.3);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.homebox:hover .overlay {
    background: rgba(1, 113, 107, 0);
}

.homebox .text-wrap {
    text-align: center;
    position: absolute;
    bottom: 50%;
    width: 100%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    font-family: 'Hind';
}

.homebox h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'Hind';
    font-weight: 600;
    padding: 10px;
    text-shadow: 1px 1px 2px #000;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    transition: padding 0.25s, background 0.25s, transform 0.25s;
    -webkit-transition: padding 0.25s, background 0.25s, -webkit-transform 0.25s;
}

.homebox p {
    font-size: 15px;
    color: #fff;
    line-height: 1.5em;
    text-align: left;
    padding: 0 10px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .homebox h3 {
        font-size: 25px;
        margin-top: 5px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .homeboxes {
        padding: 50px 0;
    }
    .homebox h3 {
        font-size: 19px;
        margin-top: 5px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .homeboxes {
        padding: 30px 0;
    }
    .homebox h3 {
        padding-bottom: 0;
    }
    .homebox .overlay {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
    }
    .homebox .text-wrap {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
    }
}


/* CONTENT================================ */

body.error404 .content,
body.search .content {
    padding-bottom: 25px;
}

body:not(.page-template-index) .content {
    padding: 50px 0;
}

@media (max-width: 767px) {
    body:not(.page-template-index) .content {
        padding: 25px 0;
    }
}

.content {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    overflow: hidden;
    font-family: 'Hind';
    -webkit-font-smoothing: subpixel-antialiased;
}

.content h1,
.content h2,
.content h3 {
    color: #FC0001;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.content h1 {
    font-size: 40px;
}

.content h2 {
    font-size: 25px;
}

.content h3 {
    font-size: 21px;
    font-weight: 600;
}

.content p {
    margin: 0 0 20px 0;
}

.content a {
    color: #000;
}

.content p a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.content ul.contentList {
    margin-bottom: 25px;
}

.content ul.contentList li:before {
    content: '\2022';
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 21px;
    line-height: 1.5;
    color: #333;
}

.content ul.contentList li {
    padding: 0px 0px 0px 20px;
    position: relative;
}

.inner-content img.left {
    float: left;
    margin: 10px 15px 15px 0;
}

.inner-content img.right {
    float: right;
    margin: 10px 0 15px 15px;
}

.inner-content img.border {
    border: 1px solid #c2c2c2;
}

.ngg-gallery-thumbnail {
    width: 100%;
    height: 100%;
}

.ngg-gallery-thumbnail img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .content h1 {
        font-size: 25px;
    }
    .content h2 {
        font-size: 20px;
    }
    .content h3 {
        font-size: 18px;
    }
    .content p {
        font-size: 16px;
    }
}


/* DEFAULT GALLERY WRAP================================ */

.ngg-gallery-thumbnail-box {
    width: 24%;
}

.ngg-gallery-thumbnail {
    width: 100%;
    height: 100%;
}

.ngg-gallery-thumbnail img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .ngg-gallery-thumbnail-box {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .inner-content img:not(.wpcf7-captchac):not(.keep):not(.ajax-loader) {
        display: none;
    }
    /* OVERRIDE FOR IMAGES THAT MAY BE INJECTED DYNAMICALLY BY PLUGINS    ================================================================== */
    .ngg-gallery-thumbnail img {
        display: block !important;
    }
    .image-wrapper img {
        display: block !important;
        max-height: none !important;
        max-width: none !important;
        width: 100%;
    }
}


/* INTERIOR PAGES ================================ */

.photo {
    margin-bottom: 1.5em;
}

.content .cta-button {
    display: inline-block;
    background: #000;
    border-radius: 4px;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.content .cta-button:hover {
    background: #444;
    text-decoration: none;
}

.btn-wrap .logo img {
    display: inline-block;
    transition: all 0.3s;
}
.btn-wrap .logo img:hover {
    opacity: .7;
}

@media only screen and (max-width: 991px) {
    .btn-wrap .logo img {
        margin-bottom: 2rem;
    }
}


/* CONTACT PAGE================================ */

.contact-page {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.contact-page h1 {}

.contact-page p {
    font-size: 21px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .contact-page {
        max-width: 100%;
    }
    .contact-page h1 {}
    .contact-page p {
        font-size: 18px;
    }
}


/* SIDEBAR================================ */


/*  hack to make sidebar full height of content area: */


/* padding: 15px 0 10030px; margin-bottom: -9999px; */

.sidebar {
    position: relative;
    padding: 15px;
    text-align: center;
    line-height: 1;
}

.sidebar .col-xs-12 {
    padding: 15px;
}

.sidebar h2 {
    margin: 0 0 30px;
}

.sidebar .boxy {
    border: 1px solid #bcbcbc;
    padding: 15px;
}

.content ul {
    list-style: none;
    text-align: left;
}

.content li {
    padding: 0px;
    position: relative;
}

.content ul.bullet {}

.content ul.bullet li:before {
    content: '\2022';
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 30px;
    line-height: 1.5;
}

.content ul.bullet li {
    padding-left: 20px;
}

.content ul.border {
    border: 1px solid #bcbcbc;
}

.content ul.border li:not(:last-of-type) {
    border-bottom: 1px solid #bcbcbc;
}

.content ul.border.bullet li:before {
    left: 10px;
}

.content ul.border.bullet li {
    padding-left: 30px;
}

.sidebar .gmap {
    border: 1px solid #bcbcbc;
}

.sidebar .gmap iframe {
    width: 100%;
    height: auto;
    display: block;
}


/* locations */

.locations {
    font-family: 'Open Sans', sans-serif;
    border-top: 1px solid #636363;
    padding: 20px 0;
}

.locations h6 {
    color: #000066;
    font-weight: 600;
    font-size: 18px;
}

.locations p {
    color: #414141;
    font-weight: 400;
    font-size: 15px;
}


/* blog */

.post-item {
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ECE;
}

.post-item .post-item-header {
    overflow: auto;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
}

.post-item .post-item-header h2 {
    font-size: 18px;
    color: #a4a4a4;
    margin-top: 15px;
}

.post-item .post-content {
    margin: 10px 0;
}

.post-item img.post-item-thumb {
    float: left;
    border: 3px solid #ccc;
    outline: 1px solid #ddd;
    margin: 12px 22px 10px 0;
    width: 250px;
    max-height: 250px;
}

@media only screen and (max-width: 767px) {
    .post-item img.post-item-thumb {
        float: none;
        display: block;
        width: 100%;
        max-height: initial;
    }
}

.sidebar-blog {
    text-align: left;
}

.sidebar-blog ul {
    list-style: none;
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    margin: 25px 0;
}

.sidebar-blog ul li {
    padding: 12px 18px;
    border-bottom: 1px solid #dddddd;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.sidebar-blog ul li a {
    color: #333;
}

.sidebar-blog ul li:last-child {
    border-bottom: none;
}

.sidebar-blog ul li:hover {
    background-color: #e8e8e8;
}

@media only screen and (max-width: 991px) {
    .sidebar-blog ul li {
        padding: 16px 14px;
    }
}

.sidebar-blog .searchform {
    margin: 25px 0;
}

.sidebar-blog .searchform input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 68%;
    padding: 4px;
}

.sidebar-blog .searchform input[type="submit"] {
    border: 1px solid #333;
    color: #fff;
    background-color: #333;
    border-radius: 4px;
    width: 30%;
    padding: 9px;
}

.sidebar-blog .searchform input[type="submit"]:hover {
    border: 1px solid #222;
    background-color: #222;
}

.sidebar-blog .social {
    padding: 0;
    background-color: #003471;
    border: 1px solid #6d7b8b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.sidebar-blog .social span {
    display: inline-block;
    margin: 12px 0 0 10px;
}

.sidebar-blog .social .icons {
    float: right;
    margin: 0 8px;
    height: 44px;
}

.sidebar-blog .social .icons img {
    display: inline-block;
    margin: 8px 0;
}

.sidebar-blog ul.meta {
    border: none;
    border-radius: 0;
}

.sidebar-blog ul.meta li {
    width: 48%;
    float: left;
    border: 1px solid #cccccc;
    color: #fff;
    text-align: center;
    background-color: #275674;
    border-radius: 4px;
}

.sidebar-blog ul.meta li:nth-child(odd) {
    float: left;
}

.sidebar-blog ul.meta li:nth-child(even) {
    float: right;
}

.sidebar-blog ul.meta li a {
    color: #fff;
}

a.read-more {
    padding: 10px;
    float: right;
    text-align: center;
    color: #fff;
    border: 1px solid #333;
    background-color: #333;
    font-size: 13px;
    font-weight: 700;
    margin-top: -5px;
}

a.read-more:hover {
    border: 1px solid #222;
    background-color: #222;
}

.pagination {
    margin: 10px 0;
}

.pagination .page-numbers {
    border: 1px solid #dddddd;
    background-color: #fff;
    display: inline-block;
    padding: 5px 10px;
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.pagination .page-numbers:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination .page-numbers:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination a.page-numbers {
    color: #2a6496;
}

.pagination a.page-numbers:hover {
    background-color: #ebebeb;
    color: #2a6496;
}

.hard-button {
    border: 1px solid #598527;
    border-radius: 4px;
    background-color: #275674;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
    overflow: hidden;
    height: 47px;
    line-height: 16px;
}

.hard-button .body {
    float: left;
    width: 80%;
}

.hard-button .title {
    font-style: italic;
    font-weight: 600;
    padding: 3px 10px;
    display: block;
    border-bottom: 1px solid #6fa327;
}

.hard-button .sub {
    padding: 3px 10px;
    display: block;
}

.hard-button .fa {
    float: right;
    width: 20%;
    background-color: #598527;
    text-align: center;
    font-size: 38px;
    padding: 5px;
    box-sizing: border-box;
    height: 100%;
}

.hard-button .fa.fa-comment-o {
    padding-top: 2px;
}


/* portfolio */

#portfolio p {
    padding: 0;
    margin: 0;
}

#portfolio .nav.nav-tabs {
    font-size: 16px;
    color: #333;
}

#portfolio .nav-tabs>li a {
    background-color: #f1f1f1;
    border: 1px solid #c2c2c2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#portfolio .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#portfolio .tab-content {
    border: 1px solid #ccc;
    border-top: none;
    overflow: hidden;
}

#portfolio .ngg-gallery-thumbnail-box {
    width: 25%;
    margin: 0 !important;
}

#portfolio .ngg-gallery-thumbnail {
    width: 90%;
    margin: 4%;
}

#portfolio .ngg-gallery-thumbnail img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    #portfolio .nav-tabs>li {
        float: none;
        display: block;
        background: none;
        border: none;
    }
    #portfolio .nav-tabs>li a {
        border-radius: 5px;
        display: block;
        margin: 5px 0;
        border: 1px solid #c2c2c2 !important;
        background-color: #fff;
    }
    #portfolio .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        background-color: #ddd;
    }
    #portfolio .ngg-gallery-thumbnail-box {
        width: 50%;
    }
}


/* PANEL FORM================================ */

.panel_form {
    font-size: 18px;
    color: #3F3F3F;
    line-height: 28px;
    font-family: 'Hind';
    background: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 1200;
}

@media only screen and (min-width: 768px) {
    .panel_form {
        padding: 50px 0;
    }
}

.panel_form i {
    color: #27aae1;
}

.panel_form img {
    margin: auto;
}

.panel_form h1,
.panel_form h2,
.panel_form h3 {
    color: #000;
    font-weight: 400;
    margin: 3px 0;
}

.panel_form .title-box {
    border-left: 20px solid #000;
    padding-left: 20px;
}

.panel_form h1 {
    font-size: 48px;
    font-weight: 600;
    color: #0e5270;
    margin: 15px 0 5px;
}

@media only screen and (max-width: 767px) {
    .panel_form h1 {
        margin-top: 10px;
    }
}

.panel_form h2 {
    font-size: 48px;
    font-weight: 300;
    color: #fc0001;
    letter-spacing: -0.5px;
}

.panel_form h3 {
    font-size: 24px;
}

.panel_form p {
    padding: 10px 0;
    margin: 0;
    font-family: 'Hind';
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #777777;
    padding-right: 2%;
}

.panel_form a {
    color: #000;
}

.panel_form a.learn {
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    background: #fc0001;
    padding: 15px 75px;
    font-family: 'Hind';
    font-size: 22px;
    font-weight: 400;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.panel_form a.learn:hover {
    background: #d20001;
    color: #fff;
}

.panel_form ul {
    margin-bottom: 15px;
}

.panel_form li > i {
    font-size: 1.5rem;
    float: left;
    margin-right: 15px;
}

.panel_form li > span {
    display: block;
    overflow: auto;
}

.panel_form li > span h3 {
    margin: 5px 0 0 0;
    line-height: 1;
    overflow: hidden;
}

.panel-form-header {
    text-align: center;
    padding: 15px 15px 0;
    background: #fff;
}

.panel-form-header span > * {
    display: inline-block;
    vertical-align: middle;
}

.panel-form-header span i {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #27aae1;
}

@media only screen and (max-width: 1199px) {
    .panel-form-header span i {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .panel_form a.learn {
        margin-bottom: 25px;
    }
}


/* HERO CONTACT================================ */

.hero-form {
    padding: 45px 0 30px;
    background: url(images/contact-background.jpg) center center no-repeat;
    background-size: cover;
    font-size: 15px;
    line-height: 30px;
}

.hero-form h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
}

.hero-form h2 i {
    margin-right: 15px;
}

.hero-form h2 > * {
    display: inline-block;
    vertical-align: middle;
}

.hero-form input[type="text"],
.hero-form input[type="email"],
.hero-form textarea {
    background: rgba(255, 255, 255, 0.85);
    color: #000;
    font-size: 20px;
}

.hero-form::-webkit-input-placeholder {
    color: #000;
}

.hero-form:-moz-placeholder {
    color: #000;
}

.hero-form::-moz-placeholder {
    color: #000;
}

.hero-form:-ms-input-placeholder {
    color: #000;
}

@media only screen and (max-width: 767px) {
    .hero-form {
        padding: 15px 0 0;
    }
    .hero-form h2 {
        font-size: 35px;
        text-align: center;
    }
}


/* FOOTER================================ */

footer {
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
}

footer a {
    color: #fff;
    text-decoration: none;
    display: block;
}

footer .copyright,
footer .design {
    padding: 5px 0;
}

footer .design {
    float: right;
}

footer .design a {
    text-decoration: underline;
    display: inline-block;
    color: #fff;
}

@media only screen and (max-width:991px) {
    footer {
        text-align: center;
    }
    footer .design {
        float: none;
    }
}


/* WPCF7================================ */


/* BIG FORM================================ */

.wpcf7-standard-form {
    color: #000;
    position: relative;
    font-size: 12px;
}

.wpcf7-standard-form textarea {
    height: 146px;
}

.wpcf7-standard-form.contact img {
    height: 42px;
}

.wpcf7-form-control-wrap {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .contact-message {
        margin-top: 10px;
    }
}

.wpcf7-standard-form .wpcf7-submit {
    padding: 5px 35px;
}


/* wpcf7 standard form :: START */

.wpcf7-standard-form.small img {
    height: 40px;
}

.wpcf7-standard-form span.wpcf7-not-valid-tip {
    clear: both;
}

.wpcf7-standard-form span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.wpcf7-standard-form div.wpcf7-validation-errors {
    background-color: #fff;
}

.wpcf7-standard-form p {
    margin: 0;
    padding: 0;
}

.wpcf7-standard-form input,
.wpcf7-standard-form select,
.wpcf7-standard-form textarea {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 0;
    color: #000;
}

.wpcf7-standard-form.short input,
.wpcf7-standard-form.short select,
.wpcf7-standard-form.short textarea {
    padding: 7px;
}

.wpcf7-standard-form input:focus,
.wpcf7-standard-form select:focus,
.wpcf7-standard-form textarea:focus {
    outline: 1px solid #125a71;
}

.wpcf7-standard-form img.wpcf7-captchac {
    display: block;
    float: right;
    width: 32%;
    border: 1px solid #cccccc;
    clear: right;
    z-index: 2;
}

.wpcf7-standard-form input.wpcf7-captchar {
    width: 67%;
    float: left;
}

.wpcf7-standard-form.short input.wpcf7-captchar {
    float: left;
}

.wpcf7-standard-form.short img.wpcf7-captchac {
    height: 33px;
    margin: 10px 0 8px;
}

.wpcf7-standard-form.long img.wpcf7-captchac {
    height: 40px;
}

.wpcf7-standard-form.long input.wpcf7-captchar {}

.wpcf7-standard-form.long .wpcf7-form-control-wrap.captcha-1 {
    clear: left;
}

.wpcf7-standard-form input.wpcf7-submit {
    float: right;
    clear: both;
    text-transform: uppercase;
    background-color: #252525;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    width: auto;
    padding: 10px 15px;
}

@media only screen and (max-width: 767px) {
    .wpcf7-standard-form .wpcf7-submit {
        margin-top: 10px;
    }
}

.wpcf7-standard-form.long .wpcf7-form-control-wrap {
    display: block !important;
}

.wpcf7-standard-form.long span.your-message {
    float: right;
}


/* wpcf7 standard form :: END */


/* CONTACT PAGE================================ */

.content .contact-h1 {
    font-weight: 400;
}

.contact-widget {
    background: #fc0001;
}

.contact-widget .container-fluid {
    padding: 0;
    text-align: center;
}

.contact-widget .col-xs-12:first-of-type {
    padding: 15px;
}

@media only screen and (min-width: 768px) {
    .contact-widget .container-fluid {
        padding-right: 15px;
    }
}

.map-wrapper {
    height: 350px;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
}

.contact-widget {
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    overflow: hidden;
}

.contact-widget h1,
.contact-widget h2,
.contact-widget h3 {
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
    font-family: 'Hind', sans-serif;
}

.contact-widget h1 {
    font-size: 30px;
}

.contact-widget h2 {
    font-size: 30px;
    font-weight: 500;
}

.contact-widget h3 {
    font-size: 24px;
    font-weight: 300;
}

@media only screen and (max-width: 767px) {
    .map-wrapper {
        border-top: 7px solid #fc0001;
    }
}


/* WPCF7================================ */

div.wpcf7 img.ajax-loader {
    display: block;
    margin: 0 0 0 auto;
}

.wpcf7-contact-page {
    color: #252525;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
}

.wpcf7-contact-page .wpcf7-not-valid-tip {
    border-radius: 10px;
}

.wpcf7-contact-page input,
.wpcf7-contact-page textarea {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
}

.wpcf7-contact-page input[type="text"],
.wpcf7-contact-page input[type="email"],
.wpcf7-contact-page textarea {
    font-size: 16px;
}

.wpcf7-contact-page textarea {
    height: 186px;
}

.page-id-681 .wpcf7-contact-page textarea {
    height: 119px;
}

.wpcf7-contact-page input:focus,
.wpcf7-contact-page textarea:focus {
    border-color: #fc0001;
}

.wpcf7-contact-page span.wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
    font-size: 20px;
}

.wpcf7-contact-page .contact-captcha > img {
    height: 62px;
    width: 174px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
}

.wpcf7-contact-page .contact-captcha > span {
    overflow: auto;
}

.wpcf7-contact-page .contact-captcha > span > input {
    width: 100%;
}

.wpcf7-contact-page .captcha-wrapper {
    padding: 13px 10px;
    background: #fc0001;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    height: 62px;
}

@media only screen and (min-width: 992px) {
    .wpcf7-contact-page .captcha-wrapper {
        width: 50%;
        float: left;
        margin-right: 15px;
    }
}

.wpcf7-contact-page .captcha-wrapper > img {
    max-width: 100%;
    margin: auto;
    display: block;
}

.wpcf7-contact-page img.ajax-loader {
    display: inline-block;
}

.wpcf7-contact-page .submit-wrapper {
    text-align: right;
}

.wpcf7-contact-page .submit-wrapper input {
    width: auto;
    display: inline-block;
    background: #fc0001;
    padding: 10px 30px;
    color: #fff;
    border: none;
    transition: background 0.25s;
    font-size: 18px;
}

.wpcf7-contact-page .submit-wrapper input:hover {
    background: #df0001;
}

::-webkit-input-placeholder {
    color: #999999;
}

:-moz-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}


/* CONTACT PAGE================================ */

.contact-location {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    background-color: #252525;
    padding: 30px 15px;
}

.contact-location p {
    padding: 0;
}

.contact-location p:first-of-type {
    font-weight: 700;
    font-size: 22px;
    font-family: 'Open Sans Condensed';
    margin-bottom: 5px;
}


/* contact page :: START */

.contact-social {
    text-align: left;
}

.contact-social h2 {
    margin: 25px 0;
    font-family: 'Open Sans Condensed';
}

.contact-social a {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.contact-social img {
    display: block;
}

.contact-map-large {
    height: 260px;
    border: 7px solid #252525;
    margin: 20px 0;
}

.contact-map-large iframe {
    display: block;
    width: 100%;
    height: 100%;
}


/* contact page :: END */


/* content list */

ul.contentList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.contentList li {
    margin: 3px 0 3px 12px;
    padding: 0 0 0 15px;
    background: url(images/bullet.png) top 12px left no-repeat;
}


/* horizontal line */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d6d6d6;
    margin: 1.5em auto;
    padding: 0
}


/* blockquote */
/* 
.content blockquote {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
    color: #555;
    margin-bottom: 60px;
    position: relative;
    padding: 20px 45px 0px;
    max-width: 900px;
    margin: 0 auto 60px;
}

.content blockquote:before,
.content blockquote:after {
    position: absolute;
    font-family: 'IM Fell French Canon', serif;
    font-size: 100px;
    line-height: 1;
    color: #999;
}

.content blockquote:before {
    content: '\201C';
    top: 0;
    left: 0;
}

.content blockquote:after {
    content: '\201D';
    bottom: 25px;
    right: 5px;
}

.content blockquote p {}

.content blockquote .person {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    letter-spacing: 1px;
    margin-top: 25px;
}

.content blockquote .stars {
    color: #fcc485;
    font-size: 28px;
    line-height: 1;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .content blockquote {
        font-size: 20px;
    }
    .content blockquote:before,
    .content blockquote:after {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    .content blockquote {
        font-size: 18px;
    }
    .content blockquote:before,
    .content blockquote:after {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .content blockquote {
        font-size: 16px;
        padding: 20px 12px 0px;
    }
    .content blockquote:before,
    .content blockquote:after {
        font-size: 60px;
    }
    .content blockquote .stars {
        font-size: 22px;
    }
} */

/* blockquote */
.content blockquote {font-weight: 300;font-size: 22px;text-align: center;line-height: 1.6;color: #555;margin-bottom: 60px;position: relative;padding: 20px 45px 0px;max-width: 900px;margin: 0 auto 60px;}
.content blockquote:before,
.content blockquote:after { position: absolute; font-family:'IM Fell French Canon', serif; font-size: 100px; line-height: 1; color: #999; }
.content blockquote:before { content: '\201C'; top: 0;left: 0; }
.content blockquote:after { content: '\201D'; bottom: 25px;right:5px; }
.content blockquote p {}
.content blockquote .person {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    letter-spacing: 1px;
    margin-top: 25px;
}
.content blockquote .stars {
    color: #fcc485;
    font-family: 'Arial';
    font-size: 28px;
    line-height: 1;
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .content blockquote { font-size: 20px; }
    .content blockquote:before,
    .content blockquote:after { font-size: 80px; }
}
@media (max-width: 991px) {
    .content blockquote { font-size: 18px; }
    .content blockquote:before,
    .content blockquote:after { font-size: 80px; }
}
@media (max-width: 767px) {
    .content blockquote { font-size: 16px; padding: 20px 12px 0px; }
    .content blockquote:before,
    .content blockquote:after { font-size: 60px; }
    .content blockquote .stars { font-size: 22px; }
}


/* image float */

img.img-left {
    float: left;
    margin: 10px 20px 10px 0px;
}

img.img-right {
    float: right;
    margin: 10px 0px 10px 20px;
}

.fw-header {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    background: #1B1464;
}

.jumbo-contact {
    padding: 50px 0;
    background: url(images/contactbg.jpg) center center no-repeat;
    background-size: cover;
    border-top: 10px solid #ccc;
}

@media only screen and (min-width: 768px) {
    .jumbo-contact input[type="text"],
    .jumbo-contact input[type="email"],
    .jumbo-contact select,
    .jumbo-contact textarea {
        background: rgba(238, 238, 240, 0.8);
        color: #666;
        font-family: 'Lato';
        font-size: 16px;
    }
    .jumbo-contact .contact-captcha > img {
        height: 51px;
        width: 168px;
    }
    .jumbo-contact .wpcf7-standard-form img.wpcf7-captchac {
        margin: 6px 0;
    }
    .jumbo-contact::-webkit-input-placeholder {
        color: #666;
    }
    .jumbo-contact:-moz-placeholder {
        color: #666;
    }
    .jumbo-contact::-moz-placeholder {
        color: #666;
    }
    .jumbo-contact:-ms-input-placeholder {
        color: #666;
    }
    .jumbo-contact .submit-wrapper input {
        background: #73a1bb;
        box-shadow: 2px 2px 5px #666;
        font-family: 'Hind';
        font-weight: 700;
        font-size: 16px;
    }
}


/* ASSOCIATES SLIDER================================ */

.assoc {}

.assoc .assoc-slider {
    margin-bottom: 0;
    padding: 40px 0;
}

.assoc .assoc-slider .slick-slide {
    text-align: center;
}

.assoc .assoc-slider .slick-slide:last-of-type {
    text-align: center;
}

.assoc .assoc-slider a {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.assoc .slick-prev:before,
.assoc .slick-next:before {
    color: #000 !important;
}

.assoc .assoc-slider a:focus {
    outline: 0;
}

.assoc .assoc-slider a img {
    max-width: 100%;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .assoc .assoc-slider a img {
        max-width: 80%;
    }
}


/* seo footer */

.con-location {
    color: #777;
    border-top: 1px solid #777;
    margin: 10px 0px 0;
    padding-top: 5px;
    padding-bottom: 15px;
}

.con-location h5 a {
    color: #777;
}

.con-location h6 {
    font-size: 12px;
}

.wpcf7-apply-form-header h1 {
    color: #fff;
    background: #4D4D4D;
    padding: 15px;
    text-align: center;
    font-size: 28px;
    margin: 0px;
}

.wpcf7-apply-form {
    padding: 15px;
    border-left: 2px solid #4D4D4D;
    border-right: 2px solid #4D4D4D;
    border-bottom: 2px solid #4D4D4D;
}

.wpcf7- {
    color: #252525;
    padding-bottom: 15px;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
}

.wpcf7-apply-form input,
.wpcf7-apply-form textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
    background: #367587;
    color: #fff;
    font-size: 16px;
}

.wpcf7-apply-form input[type="text"],
.wpcf7-contact-page input[type="email"],
.wpcf7-contact-page textarea {
    font-size: 16px;
}

.wpcf7-apply-form textarea {
    height: 216px;
}

.wpcf7-apply-form input:focus,
.wpcf7-apply-form textarea:focus {
    border-color: #367587;
}

.wpcf7-apply-form span.wpcf7-form-control-wrap {
    display: block;
    font-size: 20px;
}

.wpcf7-apply-form .contact-captcha > img {
    height: 62px;
    width: 174px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
}

.wpcf7-apply-form .contact-captcha > span {
    overflow: auto;
}

.wpcf7-apply-form .contact-captcha > span > input {
    width: 100%;
}

.wpcf7-apply-form img.ajax-loader {
    display: inline-block;
}

.wpcf7-apply-form .submit-wrapper {
    text-align: right;
    margin-top: 20px;
}

.wpcf7-apply-form .submit-wrapper input {
    width: auto;
    display: inline-block;
    background: transparent;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    padding: 10px 30px;
    color: #367587;
    border: 2px solid #367587;
    transition: background 0.25s;
    font-size: 18px;
}

.wpcf7-apply-form .submit-wrapper input:hover {
    background: #367587;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #999999;
}

:-moz-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}


/* GHOST FORM================================ */


/* General Styles & Wrapper */

.ghost-form-wrap {
    font-size: 18px;
    color: #fff;
    background: url(images/ghost-form-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 55px;
    font-family: 'Hind';
    overflow: hidden;
    position: relative;
    z-index: 1020;
}

.ghost-form-wrap p {
    line-height: 2;
}

.ghost-form-wrap a,
.ghost-form-wrap a:hover,
.ghost-form-wrap a:focus {
    color: #fff;
}

.ghost-form-wrap .accent,
.ghost-form-wrap .accent:hover,
.ghost-form-wrap .accent:focus {
    color: #fff;
}


/* Background Overlay */

.ghost-form-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}


/* ================    Header Styling================ */

.ghost-form-header {
    position: relative;
    text-align: center;
    padding: 60px 0;
}

.ghost-form-header > * {
    padding: 10px 0;
}

.ghost-form-header h2 {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 300;
    font-size: 48px;
}

.ghost-form-header h2:after {
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background: #fff;
    position: absolute;
}

.ghost-form-header h3 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
}


/* ================    Content Styling================ */

.ghost-form-content {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
}

.ghost-form-content h2 {
    color: #fff;
    font-size: 32px;
    padding-bottom: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ghost-form-content p {
    line-height: 28px;
}


/* ================    Meta Styling================ */

.ghost-form-meta {
    position: relative;
}

.ghost-form-meta h3 {
    color: #fff;
    padding-top: 15px;
    font-size: 15px;
    text-transform: uppercase;
}

.ghost-form-meta li {
    margin: 20px 0;
}

.ghost-form-meta li > span {
    display: block;
}

.ghost-form-meta li > span:first-of-type {
    float: left;
    margin-right: 15px;
}

.ghost-form-meta li > span:last-of-type {
    overflow: hidden;
}

.ghost-form-meta li .li-inner-wrap a {
    line-height: 2;
    display: inline-block;
}

.ghost-form-meta li > span:last-of-type > *:first-child {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
}


/* BG + color = no rounded corners */

.ghost-form-meta .fa-square {
    color: #fc0001;
    background: #fc0001;
}

.ghost-form-meta .ghost-imgs {
    display: block;
}

.ghost-form-meta .ghost-imgs a {
    display: inline-block;
    padding: 0 35px;
}


/* ================    Form Styling================ */


/* Span elements wrapping inputs */

.ghost-form .wpcf7-form-control-wrap {
    display: block;
}

.ghost-form p {
    font-size: 14px;
    font-weight: 400 !important;
}

.ghost-form input,
.ghost-form textarea {
    border: 1px solid #CACACA;
    -webkit-transition: border-color 0.1s, background 0.1s;
    transition: border-color 0.1s, background 0.1s;
    background: transparent;
    outline: none;
    width: 100%;
    padding: 10px;
    display: block;
}

.ghost-form input:focus,
.ghost-form textarea:focus {
    border-color: #fc0001;
    background: rgba(0, 0, 0, 0.3);
}

.ghost-form .wpcf7-submit {
    display: inline-block;
    width: auto;
    padding: 10px 25px;
    background: #fc0001;
    color: #fff;
    border: none;
    margin-top: 10px;
}

.ghost-form .wpcf7-submit:focus,
.ghost-form .wpcf7-submit:hover {
    background: #d60001;
}

.profiles h2 {
    font-size: 27px;
}

.profiles img {
    max-width: 100%;
    border: 2px solid #E60000;
}

.profiles-cap {
    padding: 5px;
    background: -moz-linear-gradient(top, rgba(230, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(230, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(230, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e60000', endColorstr='#00ffffff', GradientType=0);
}

.profiles-exp {
    text-align: justify;
    border: 2px solid #E60000;
    padding: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .profiles h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .profiles h2 {
        font-size: 24px;
    }
    .profiles br {
        display: none;
    }
}


/* resize iframe */

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* FORM AJAX + OVERRIDES================================ */

.form-wrap {
    position: relative;
    padding: 15px;
}

.form-wrap p {
    line-height: 2;
    font-weight: 700;
}

.form-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 50;
    -webkit-animation: fadeIn 0.2s forwards;
    -moz-animation: fadeIn 0.2s forwards;
    -o-animation: fadeIn 0.2s forwards;
    animation: fadeIn 0.2s forwards;
}

.form-wrap:after {
    content: '';
    border-bottom: 6px solid rgba(0, 0, 0, .1);
    border-left: 6px solid rgba(0, 0, 0, .1);
    border-right: 6px solid rgba(0, 0, 0, .1);
    border-top: 6px solid rgba(255, 255, 255, 1);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: rotate .6s infinite linear;
    transition: opacity 0.2s;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    top: 50%;
    left: 50%;
    z-index: 75;
}

.form-wrap.active:before {
    display: block;
}

.form-wrap.active:after {
    opacity: 1;
}


/* AJAX load animation */

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


/* Form overrides */

.form-wrap .ajax-loader {
    display: none !important;
}

.form-wrap .wpcf7-form-control-wrap {
    display: block;
}

.form-wrap .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 10px;
    background: #fff;
    line-height: 1.5;
    color: #fff;
    background: #d92128;
}

.form-wrap .wpcf7-form-control-wrap input:focus + .wpcf7-not-valid-tip {
    display: none;
}

.form-wrap .wpcf7-form-control-wrap:hover .wpcf7-not-valid-tip {
    display: none;
}

.form-wrap div.wpcf7-response-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    background: #252525;
    opacity: 0;
}

.form-wrap form.sent div.wpcf7-response-wrap {
    background: rgba(57, 143, 20, 0.9);
}

.form-wrap form.invalid div.wpcf7-response-wrap {
    background: rgba(217, 33, 40, 0.9);
}

.form-wrap form.failed div.wpcf7-response-wrap {
    background: rgba(217, 33, 40, 0.9);
}

.form-wrap .vertical-wrap {
    position: relative;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-wrap div.wpcf7-response-output {
    height: auto !important;
    margin: 0;
    padding: 10px 15px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    background: none;
    line-height: 1.5;
    font-family: 'Hind';
}

.wpcf7-response-wrap .button {
    display: none;
}

.form-wrap .wpcf7-response-wrap .button {
    display: inline-block;
    padding: 15px 30px;
    background: #fff;
    color: #252525;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 2px 5px -2px #000;
    transition: background 0.1s;
}

.form-wrap .wpcf7-response-wrap .button:hover {
    background: #e8e8e8;
}


/* GENERIC FORM================================ */

textarea {
    border-color: #d8d8d8;
}


/* SEO FOOTER================================ */

body .content.seo {
    background: #FC0001;
    padding: 35px 0;
}

body .content.seo i.fa {
    color: #555555;
    font-size: 45px;
    display: inline-block;
    float: left;
    padding-right: 20px;
    margin-top: -10px;
}

body .content.seo strong {
    font-weight: 600;
}

body .content.seo p {
    color: #fff;
    margin: 0;
    overflow-y: hidden;
    overflow-x: auto;
    font-weight: 400;
}

body .content.seo p a {
    color: #fff;
}

body .content.seo p a:hover {
    text-decoration: none;
}

#fancybox-overlay {
    z-index: 9999 !important;
}

.mpn1 {
    padding-left: 0 !important;
}

.mpn2 img {
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 991px) {
    .mpn1 {
        padding-right: 0 !important;
    }
    .mpn2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mpn2 img {
        margin: 10px auto 30px auto !important;
        width: auto;
    }
}

a.abt-link {
    color: #fff;
    border: 1px solid #FC0001;
    background: #FC0001;
    padding: 8px;
    margin: 10px auto;
    display: inline-block;
}

a.abt-link:hover {
    transition: .5s;
    color: #FC0001;
    background: #fff;
}

h2.bullet-h2 {
    color: #fff;
    background: #FC0001;
    padding: 8px;
    text-align: center;
}

img.svc-table {
    box-shadow: 7px 7px #FC0001;
}

ul.svc-list {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}

ul.svc-list li:before {
    position: absolute;
    top: 0px;
    left: 0;
    margin-right: 20px;
}

ul.svc-list li {
    margin: 3px 5px 3px 5px;
    padding: 0px 0 5px 40px;
    background: url(images/check.png) top 0px left no-repeat;
    font-weight: 400;
    font-size: 16px;
}

ul.svc-list-2 {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}

ul.svc-list-2 li:before {
    position: absolute;
    top: 0px;
    left: 0;
    margin-right: 20px;
}

ul.svc-list-2 li {
    margin: 3px 5px 3px 5px;
    padding: 0px 0 5px 40px;
    background: url(images/check2.png) top 0px left no-repeat;
    font-weight: 500;
    font-size: 18px;
}

img.red-box {
    box-shadow: 5px 5px #FC0001;
}

img.top-img {
    margin-bottom: 25px;
}

@media only screen and (max-width:767px) {
    .nextgen_pro_thumbnail_grid .image-wrapper {
        display: block;
        width: 100%;
    }
    .nextgen_pro_thumbnail_grid .image-wrapper img {
        min-height: 280px;
    }
}
span.center { text-align:center; width:100%;}
table tr td { border:1px solid #000; padding: 10px 5px; }
table tr td p { text-align:center; margin:0 !important; font-size:14px; font-family: Arial, sans-serif; }

.wpcf7-contact-page .wpcf7-select,
.wpcf7-contact-page .StarRating {display:inline-block !important;}



/*============================ */
/* recaptcha css
============================== */
.grecaptcha-badge{
  visibility: collapse !important;  
}