/*
    Theme Name: DGweb Theme
    Author: Snap
    Author URI: http://www.snap.ie/
    Version: 1.0
    Description: Theme that is flexible and looks great on any device, big or small.
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*  ============================================================================
    TABLE OF CONTENTS
    ============================================================================

    # TYPOGRAPHY
    # LAYOUT
    # - Wrappers
    # - Rows
    # - Sections
    # COMPONENTS
    # - Logo
    # - hCard
    # - Bootstrap navbar
    # - Custom menu
    # - Footer menu
    # - News feed carousel
    # - Testimonials feed carousel
    # - Gallery
    # - Forms
    # - Buttons
    # - Optional
    # WORDPRESS
    # HELPERS
    --------------------------------------------------------------------------*/

/*  ----------------------------------------------------------------------------
    # TYPOGRAPHY
    ------------------------------------------------------------------------- */

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-weight: 400;
        color: #8cafcd;
    }

    h1, .h1 { font-size: 24px; }
    h2, .h2 { font-size: 22px; }
    h3, .h3 { font-size: 20px; }
    h4, .h4 { font-size: 18px; }
    h5, .h5 { font-size: 16px; }
    h6, .h6 { font-size: 14px; }

    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    h4, .h4, h5, .h5, h6, .h6 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    a {
        color: #8cafcd;
    }

    a:hover,
    a:focus {
        color: #28aae1;
    }

    .alert {
        padding: 5px 15px;
    }

    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) {

        h1, .h1 { font-size: 26px; }
        h2, .h2 { font-size: 24px; }
        h3, .h3 { font-size: 22px; }
        h4, .h4 { font-size: 20px; }
        h5, .h5 { font-size: 18px; }
        h6, .h6 { font-size: 16px; }
        
    }

    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992) {

        h1, .h1 { font-size: 28px; }
        h2, .h2 { font-size: 26px; }
        h3, .h3 { font-size: 24px; }
        h4, .h4 { font-size: 22px; }
        h5, .h5 { font-size: 20px; }
        h6, .h6 { font-size: 18px; }
        
    }
    strong{
        color: #8cafcd;
    }

/*  ----------------------------------------------------------------------------
    # LAYOUT
    ------------------------------------------------------------------------- */

    body {
        color: #2b2b2b; 
        margin-bottom: 3em;
        position: relative;
         background: #2b2b2b url(images/strip.jpg) top left repeat-x; 
		 width: 100%;
		 overflow-x: hidden;
        /*background-color: #000;*/
    }

/*  ----------------------------------------------------------------------------
    - Wrappers */

    .header-wrapper {
        margin-top: 15px;
    }

    .main-wrapper {
        /*margin-top: 15px;*/
    }

    .widget-wrapper-1 {
        padding-bottom: 20px;
    }

/*  ----------------------------------------------------------------------------
    - Rows */
    
    .header-row-1 {
        padding: 10px 0;
        background: #fff;
    }

    .header-row-2 {
        background: #fff;
    }

    .header-row-3 {
       background: #8cafcd; 
    }

    .main-row-1 {
        padding-top: 0px;
		margin-top: 0px;
        background: #fff;
    }

    .main-row-2 {
        background: #fff;
    }

    .footer-row {
        /*border-top: 5px solid #2e368e;*/
        padding: 10px 0;
    
        color:  #fff;
}

/*  ----------------------------------------------------------------------------
    - Sections */

    .main-section {
        padding-bottom: 20px; 
    }
/*  ----------------------------------------------------------------------------
    # COMPONENTS
    ------------------------------------------------------------------------- */

/*  ----------------------------------------------------------------------------
    - Logo */

    .logo {
        display: block;
        height: 55px;
        width: 100%;
        overflow: hidden;
        text-align: left;
    }

    .logo img {
        position: relative;
        top: -45px;
        left: -7px;
        width: 140px;
    }

    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) {

        .logo {
            height: auto;
            text-align: center;
        }
        
        .logo img {
            top: 0;
            left: 0;
            width: auto;
        }

    }

/*  ----------------------------------------------------------------------------
    - hCard */

    .vcard_address {
        padding-bottom: 1em;
    }

    .vcard_address span {
        display: block;
    }

    /* Option 1 */
    .vcard-1 .vcard_email {
        color: #fff;
        font-weight: 200;
    }
    
    .vcard-1 .vcard_email-link {
        color: #fff;
        padding-left: 5px;
    }
    
    /* Option 2 */
    .vcard-2 .vcard_tel-link {
        color: #333;
        text-decoration: none;
    }
    
    /* Break point */
    @media (min-width: 560px) {
        
        .vcard_address {
            float: left;
            width: 50%;
        }

    }
    
    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) {
        
        .vcard_address {
            float: none;
            width: 100%;
        }
        
    }

/*  ----------------------------------------------------------------------------
    - Bootstrap navbar */

    .navbar {
        min-height: 1px;
        margin-bottom: 0;
        border: 0;
    
}

    .navbar-brand {
        color: #fff;
        padding: 12px 15px;
        font-size: 16px;
        line-height: 20px;
    }

    .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
        font-size: 0.9em;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        color: #fff;
        background-color:#2b2b2b;
    }

    .navbar-nav > .active > a,
    .navbar-nav > .active > a:hover,
    .navbar-nav > .active > a:focus {
        color: #fff;
        /* background-color: #28aae1; */
    }

    .navbar-toggle {
        padding: 7px 8px;
        margin-top: 7px;
        margin-bottom: 7px;
        border: 1px solid #fff;
        border-radius: 0;
    }

    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background-color: #2e368e;
    }

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

    .navbar-nav > .dropdown > a:hover .caret,
    .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #2e368e;
        border-bottom-color: #2e368e;
    }
    
    .navbar-nav > .open > a,
    .navbar-nav > .open > a:hover,
    .navbar-nav > .open > a:focus {
        color: #2e368e;
        background-color: #28aae1;
    }
    
    .navbar-nav > .open > a .caret,
    .navbar-nav > .open > a:hover .caret,
    .navbar-nav > .open > a:focus .caret {
        border-top-color: #2e368e;
        border-bottom-color: #2e368e;
    }
    
    .navbar-nav > .dropdown > a .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    .navbar-collapse {
        border-top: 0;
        box-shadow: none;
    }

    .no-js .navbar-collapse {
        display: block !important;
    }

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

    .no-js .navbar-nav li:hover .dropdown-menu {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }

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

    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) {

        .navbar-brand {
            display: none;
        }
        
        .navbar-nav > li > a {
            padding: 10px;
        
}

    }

/*  ----------------------------------------------------------------------------
    - Custom menu */

    .custom-menu-wrapper ul,
    .custom-menu-wrapper ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    ul.custom-menu li a {
        cursor: pointer;
        display: block;
        padding: 5px 10px;
        border-bottom: 1px solid #e6e6e6;
        text-decoration: none;
    }

    ul.custom-menu li.menu-item a:link,
    ul.custom-menu li.menu-item a:visited {
        color: #333333;
    }

    ul.custom-menu li:hover a:link,
    ul.custom-menu li:hover a:visited,
    ul.custom-menu li.menu-item a:hover,
    ul.custom-menu li.menu-item a:active,
    ul.custom-menu li.current-menu-item a:link,
    ul.custom-menu li.current-menu-item a:hover,
    ul.custom-menu li.current-menu-item a:active,
    ul.custom-menu li.current-menu-item a:visited {
        color: #28aae1;
    }

/*  ----------------------------------------------------------------------------
    - Footer menu */

    .footer-menu-wrapper {
        text-align: center;
        margin-bottom: 1em;
        font-size: 0.9em;
    }

    .footer-menu-wrapper ul,
    .footer-menu-wrapper ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    
}

    ul.footer-menu li {
        display: inline;
        padding: 0 3px;
    }

    ul.footer-menu li a {
        display: inline-block;
    }

    ul.footer-menu li.menu-item a:link,
    ul.footer-menu li.menu-item a:visited {
        color: #fff;
        text-decoration: none;
    }

    ul.footer-menu li:hover a:link,
    ul.footer-menu li:hover a:visited,
    ul.footer-menu li.menu-item a:hover,
    ul.footer-menu li.menu-item a:active {
        color: #428bca;
        text-decoration: underline;
    }

    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) {

        .footer-menu-wrapper {
            text-align: right;
        
}

    }

/*  ----------------------------------------------------------------------------
    - News feed carousel */
    
    .news-feed-init,
    .news-feed {
        overflow-x: hidden;
    }

    .no-js .news-feed {
        height: 250px;
        /*display: none;*/
    }

    .news-feed-item {
        display: block;
        float: left;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e6e6e6;
        color: #333333;
    }

    a.news-feed-item:hover,
    a.news-feed-item:focus {
        text-decoration: none;
    }

    .news-feed-item-heading {
        color: #28aae1;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .news-feed-item-text {
        margin-bottom: 0;
        line-height: 1.3;
    }

    .news-feed-item-text:hover,
    .news-feed-item-text:focus {
        color: #28aae1;
    }

    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) {

        .no-js .news-feed {
            height: 308px;
        }

    }

    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) {

        .no-js .news-feed {
            height: 237px;
        }

    }    

/*  ----------------------------------------------------------------------------
    - Testimonials feed carousel */
    
    .testimonials-feed-init,
    .testimonials-feed {
        overflow-x: hidden;
    }

    .testimonials-feed-item {
        display: block;
        float: left;
    }

    .testimonials-feed-item blockquote {
        margin: 0;
    }

    .no-js .testimonials-feed {
        height: 140px;
        /*display: none;*/
    }

    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) {

        .no-js .testimonials-feed {
            height: 90px;
        }

    }

    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) {

        .no-js .testimonials-feed {
            height: 133px;
        }

    }

/*  ----------------------------------------------------------------------------
    - Gallery */

    /* Gallery thumbnails */
    .es-carousel-wrapper {
        margin-bottom: 15px;
        position: relative;
        padding: 5px 30px;
        background: #cccccc;
    }

    .es-carousel {
        overflow: hidden;
    }

    .es-carousel ul {
        display: block;
        padding: 0;
        margin: 0 40px;
        white-space: nowrap;
    }

    .es-carousel ul li {
        height: 100%;
        float: left;
        display: block;
    }

    .es-carousel ul li a {
        display: block;
        border: 1px solid #cccccc;
        opacity: 0.8;
        -webkit-touch-callout: none;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .es-carousel ul li.selected a,
    .es-carousel ul li a:hover {
        border-color: #28aae1;
        opacity: 1.0;
    }

    .es-carousel ul li a img {
        display: block;
        border: none;
        height: auto;
        max-width: 100%;
    }

    .es-nav span {
        position: absolute;
        top: 50%;
        background: url(images/gallery/nav_thumbs.png) no-repeat;
        width: 14px;
        height: 26px;
        margin-top: -13px;
        text-indent: -9999px;
        cursor: pointer;
        opacity: 0.5;
    }
    
    .es-nav span.es-nav-next {
        right: 8px;
        left: auto;
        background-position: top right;
    }
    
    .es-nav span.es-nav-prev {
        left: 8px;
        right: auto;
        background-position: top left;
    }

    .es-nav span:hover {
        opacity: 1.0;
    }

    /* Gallery images */
    .rg-image-wrapper {
        position: relative;
        padding: 0 28px;
        background: #fff;
        margin-bottom: 15px;
        min-height: 196px;
    }

    .rg-image {
        position: relative;
        text-align: center;
    }

    .rg-image img {
        height: auto;
        max-width: 100%;
    }

    .rg-image-nav a {
        position: absolute;
        top: 0;
        background: url(images/gallery/nav.png) no-repeat #ccc;
        width: 28px;
        height: 100%;
        text-indent: -9999px;
        cursor: pointer;
        outline: none;
    }

    .rg-image-nav a.rg-image-nav-next {
        background-position: -33px 50%;
        right: 0;
        left: auto;
    }

    .rg-image-nav a.rg-image-nav-prev {
        background-position: 5px 50%;
        left: 0;
        right: auto;
    }

    .rg-image-nav a:hover {
        background-color: #28aae1;
    }

    .rg-caption {
        position: relative;
        text-align: center;
        margin-top: 15px;
        font-size: 0.9em;
    }

    .rg-loading {
        width: 46px;
        height: 46px;
        position: absolute;
        top: 50%;
        left: 50%;
        background: #000 url(images/gallery/ajax-loader.gif) no-repeat center center;
        margin: -23px 0px 0px -23px;
        z-index: 100;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        opacity: 0.7;
    }
	
			

/*  ----------------------------------------------------------------------------
    - FlexSlider */

    /*
     * jQuery FlexSlider v2.2.0
     * http://www.woothemes.com/flexslider/
     *
     * Copyright 2012 WooThemes
     * Free to use under the GPLv2 license.
     * http://www.gnu.org/licenses/gpl-2.0.html
     *
     * Contributing author: Tyler Smith (@mbmufffin)
     */

    /* 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;}

    /* Icon Fonts
    *********************************/
    /* Font-face Icons */
    @font-face {
        font-family: 'flexslider-icon';
        src:url('fonts/flexslider-icon.eot');
        src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
            url('fonts/flexslider-icon.woff') format('woff'),
            url('fonts/flexslider-icon.ttf') format('truetype'),
            url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    /* FlexSlider Necessary Styles
    *********************************/
    .flexslider {margin: 0; padding: 0;}
    .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {max-width: 100%; height: auto; display: block;}
    .flex-pauseplay span {text-transform: capitalize;}

    /* Clearfix for the .slides element */
    .slides:after {content: "\0020"; 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 { margin: 0; position: relative; zoom: 1; }
    .flexslider .slides { zoom: 1; }

    .flex-caption {
        position: absolute;
        left: 0;
        bottom: 10px;
        background: #fff;
        padding: 3px 7px;
        margin: 0;
        font-size: 0.9em;
    }

    /* Direction Nav */
    .flex-direction-nav {
        *height: 0;
    }
    
    .flex-direction-nav a  {
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        cursor: pointer;
    }
    
    .flex-direction-nav .flex-prev {
        left: 10px;
        text-align: left;
    }
    
    .flex-direction-nav .flex-next {
        right: 10px;
        text-align: right;
    }
    
    .flex-direction-nav a:before {
        font-family: 'flexslider-icon';
        font-size: 35px;
        display: inline-block;
        content: '\f001';
    }
    
    .flex-direction-nav a.flex-next:before  {
        content: '\f002';
    }

    /* Control Nav */
    .flex-control-nav {
        width: 100%;
        position: absolute;
        left: 0;
        top: 10px;
        z-index: 999;
        text-align: right;
    }
        
    .flex-control-nav li {
        margin: 0 5px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
    
    .flex-control-paging li a {
        width: 11px;
        height: 11px;
        display: block;
        background: #28aae1;
        cursor: pointer; 
        font: 0/0 a;
        text-shadow: none;  
        color: transparent;
        overflow: hidden;
    }
    
    .flex-control-paging li a:hover {
        background: #2e368e;
    }
    
    .flex-control-paging li a.flex-active {
        background: #2e368e;
        cursor: default;
    }

    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) {

        .flex-caption {
            padding: 5px 15px;
            font-size: 1.1em;
        }

    }

    /*  ----------------------------------------------------------------------------
    - Forms */

  /*  .form-control {
        max-width: 100%;
    }

    .form-control:focus {
        border-color: #28aae1;
    }

    .input-important {
        display: none !important;
    }*/

    .wpcf7-form img{
    /*     width: auto !important; */
        width: 30%;
    }

    .wpcf7-captchar{
        width: 30%;
    }


    /*--- Styling of the form ----*/
    .form-control,
    #searchform #s {
      border: 1px solid #cccccc;
      border-radius: 4px;
      -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);
      -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .form-control:focus,
    #searchform #s:focus {
      border-color: #eddbb4;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(103, 49, 72, 1);
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(103, 49, 72, 1);
    }
    .form-control:-moz-placeholder,
    #searchform #s:-moz-placeholder {
      color: #999999;
    }
    .form-control::-moz-placeholder,
    #searchform #s::-moz-placeholder {
      color: #999999;
      opacity: 1;
    }
    .form-control:-ms-input-placeholder,
    #searchform #s:-ms-input-placeholder {
      color: #999999;
    }
    .form-control::-webkit-input-placeholder,
    #searchform #s::-webkit-input-placeholder {
      color: #999999;
    }

    .btn-custom {
        color: #ffffff;
        background-color: #ff0000;
        border-color: #ff0000;
    }
    
    div.wpcf7 {
    margin: 0;
    padding: 0;
    }

    div.wpcf7-response-output {
        margin: 2em 0.5em 1em;
        padding: 0.2em 1em;
    }

    div.wpcf7 .screen-reader-response {
        position: absolute;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        width: 1px;
        margin: 0;
        padding: 0;
        border: 0;
    }

    div.wpcf7-mail-sent-ok {
        border: 2px solid #ff0000;
    }

    div.wpcf7-mail-sent-ng {
        border: 2px solid #ff0000;
    }

    div.wpcf7-spam-blocked {
        border: 2px solid #ffa500;
    }

    div.wpcf7-validation-errors {
        border: 2px solid #ff0000;
    }

    span.wpcf7-form-control-wrap {
        position: relative;
    }

    span.wpcf7-not-valid-tip {
        color: #f00;
        font-size: 1em;
        display: block;
    }

    .use-floating-validation-tip span.wpcf7-not-valid-tip { 
        position: absolute;
        top: 20%;
        left: 20%;
        z-index: 100;
        border: 1px solid #ff0000;
        background: #fff;
        padding: .2em .8em;
    }

    span.wpcf7-list-item {
        margin-left: 0.5em;
    }

    .wpcf7-display-none {
        display: none;
    }

    div.wpcf7 img.ajax-loader {
        border: none;
        vertical-align: middle;
        margin-left: 4px;
    }

    div.wpcf7 div.ajax-error {
        display: none;
    }

    div.wpcf7 .placeheld {
        color: #888;
    }

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      -webkit-appearance: button;
      cursor: pointer;
      width:  30%;
      background-color: #8cafcd;
      color:  #fff;
    }

    
/*  ----------------------------------------------------------------------------
    - Buttons */

    /* Form Button */
    .btn-custom {
        color: #ffffff;
        /* background-color: #28aae1; */
        /* border-color: #28aae1; */
    }

    .btn-custom:hover,
    .btn-custom:focus,
    .btn-custom:active,
    .btn-custom.active,
    .open .dropdown-toggle.btn-custom {
        color: #ffffff;
        background-color: #2e368e;
        border-color: #28aae1;
    }

    .btn-custom:active,
    .btn-custom.active,
    .open .dropdown-toggle.btn-custom {
        background-image: none;
    }

    .btn-custom.disabled,
    .btn-custom[disabled],
    fieldset[disabled] .btn-custom,
    .btn-custom.disabled:hover,
    .btn-custom[disabled]:hover,
    fieldset[disabled] .btn-custom:hover,
    .btn-custom.disabled:focus,
    .btn-custom[disabled]:focus,
    fieldset[disabled] .btn-custom:focus,
    .btn-custom.disabled:active,
    .btn-custom[disabled]:active,
    fieldset[disabled] .btn-custom:active,
    .btn-custom.disabled.active,
    .btn-custom[disabled].active,
    fieldset[disabled] .btn-custom.active {
        background-color: #2e368e;
        border-color: #28aae1;

    }

    .btn-custom .badge {
        color: #2e368e;
        background-color: #fff;
    }

/*  ----------------------------------------------------------------------------
    - Optional */

    .map-iframe {
        width: 100% !important;
    }

    .copyright,
    .website-by {
        text-align: center;
        font-size: 0.9em;
    }

    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) {

        .copyright,
        .website-by {
            text-align: left;
        }

    }

/*  ----------------------------------------------------------------------------
    # WORDPRESS CUSTOM (all default styles are in bootsrap.css)
    ------------------------------------------------------------------------- */

    .post-item {
        margin: 20px 20px;
    }

    .page-header {
        padding-bottom: 10px;
        margin: 10px 0 20px;
        color: #2b2b2b;
        border-bottom: 1px solid #eeeeee;
    }

    /* Post Thumbnail */
    .attachment-post-thumbnail {
        float: right;
        margin: 7px 10px;
    }

    .comment-reply-link {
        color: #ffffff;
        background-color: #5cb85c;
        border-color: #4cae4c;
    }
	
	code {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #000;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
}

/*  ----------------------------------------------------------------------------
    # HELPERS
    ------------------------------------------------------------------------- */

    .no-gutter {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .bannerinfo1 h5{
        color: #2b2b2b;
        position: absolute;
        z-index: 10;
        top: 20px;
        right: 10px;
        font-weight: bold;
        /* position:  relative; */
    }

    .bannerinfo2 h5{
        color: #2b2b2b;
        position: absolute;
        z-index: 10;
        top: 50px;
        right: 10px;
        font-weight: bold;
        /* position:  relative; */
    }

    span.black{
        color: #2b2b2b;
    }

    span.email{
        color: #2b2b2b;
    }


    /*---- Back To Top ----*/
    .backtotop {
        height: 30px;
        width: 30px;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 100;
    }

    .backtotop a.link:link,
    .backtotop a.link:visited,
    .backtotop a.link:hover,
    .backtotop a.link:active {
        background: #ff0000;
        color: #fff;
        display: block;
        line-height: 30px;
        height: 30px;
        width: 30px;
        text-decoration: none;
        text-align: center;
        font-size: 0.6em;
        position: relative;
        -webkit-border-radius: 15px 0px 0px 0px;
        -moz-border-radius: 15px 0px 0px 0px;
        border-radius: 15px 0px 0px 0px;
        behavior: url(PIE.htc);
    }



    .address{
        /*display: none;*/
    }

    .address ul{
        /*display: none;*/
    }

    .address li{
        /*display: none;*/
    }

    .services{
        color: #787777;
        margin-top: 5px;
    }

    .services h3{
        color: #787777;
        font-weight: bold;
    }

    .services-list li{
        list-style-type: none;
    }
    
    ul.services-list li{
        margin-left: -30px;
    }

    
    /* Small devices (tablets, 768px and up) */
    @media (min-width: 800px) {

    .address ul{
        list-style-type: none;
        display: inline;
        padding: 0;
    }

	}
        /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) {

       /* .address ul{
            display: inline;
        }*/

    .address{
        border-left: 1px solid #2b2b2b;
        /* height: 80px; */
        margin-top: 15px;
    }

    .address ul{
        list-style-type: none;
        color: #2b2b2b;
        padding: 0;
    }

    .address li{
        color: #2b2b2b;
        margin-left: 5px;
    }

}


/*----- Tablepress -------*/
.tablepress tbody td,.tablepress tfoot th{
    /* border-top:1px solid #ddd */
}





.flip h3{
    padding: 0px;
    padding: 10px 0px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #2b2b2b;
    background-color: #8cafcd;

}

.flip{
    margin-bottom: 10px;
}
.panel, .flip {
    text-align:center;
}

.panel {
    padding:10px;
    display:none;
}

@media only screen and (max-width : 560px){
	
	.main-section img{ display: block !important; float: none !important; width: 100%; max-width: 100%; margin:15px 0 !important;}
	
}

input, button, select, textarea {
    max-width: 100%;
}

