/* @font-face {
    font-family: "univia-pro", sans-serif;	
    src: url('../cdgbrand/fonts/univiapro/UniviaProRegular.eot');
    src: url('../cdgbrand/fonts/univiapro/UniviaProRegular.woff2') format('woff2'),
         url('../cdgbrand/fonts/univiapro/UniviaProRegular.woff') format('woff'),
         url('../cdgbrand/fonts/univiapro/UniviaProRegular.ttf') format('truetype'),
         url('../cdgbrand/fonts/univiapro/UniviaProRegular.svg#UniviaProRegular') format('svg');
    font-weight: normal;
    font-style: normal;        
}

@font-face {
    font-family: "univia-pro", sans-serif;  
    src: url('../cdgbrand/fonts/univiapro/UniviaProBold.eot');
    src: url('../cdgbrand/fonts/univiapro/UniviaProBold.woff2') format('woff2'),
         url('../cdgbrand/fonts/univiapro/UniviaProBold.woff') format('woff'),
         url('../cdgbrand/fonts/univiapro/UniviaProBold.ttf') format('truetype'),
         url('../cdgbrand/fonts/univiapro/UniviaProBold.svg#UniviaProBold') format('svg');
    font-weight: bold;
    font-style: normal;        
}
@font-face {
    font-family: "univia-pro", sans-serif;  
    src: url('../cdgbrand/fonts/univiapro/UniviaProLight.eot');
    src: url('../cdgbrand/fonts/univiapro/UniviaProLight.woff2') format('woff2'),
         url('../cdgbrand/fonts/univiapro/UniviaProLight.woff') format('woff'),
         url('../cdgbrand/fonts/univiapro/UniviaProLight.ttf') format('truetype'),
         url('../cdgbrand/fonts/univiapro/UniviaProLight.svg#UniviaProLight') format('svg');
    font-weight: 200;
    font-style: normal;        
}

@font-face {
    font-family: "univia-pro", sans-serif;  
    src: url('../cdgbrand/fonts/univiapro/UniviaProItalic.eot');
    src: url('../cdgbrand/fonts/univiapro/UniviaProItalic.woff2') format('woff2'),
         url('../cdgbrand/fonts/univiapro/UniviaProItalic.woff') format('woff'),
         url('../cdgbrand/fonts/univiapro/UniviaProItalic.ttf') format('truetype'),
         url('../cdgbrand/fonts/univiapro/UniviaProItalic.svg#UniviaProItalic') format('svg');
    font-weight: normal;
    font-style: italic;        
}
 */
@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
}

/*
Theme Name: CDGBrand
Author: CDG Brand	
Author URI: http://cdgbrand.com 
Description: CDGBrand introducing a very clean and neat design that can be used for any type of website. 
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cdgbrand
 *
 * Table of Contents:
 *
 * 1. Reset
 * 2. Base Styles
 * 3. Typography
 * 4. Layout Styles
 * 5. Blog Styles
 * 6. Comments Styles
 * 7. Footer Styles
 * 8. Image Sliders Styles
 * 9. Menu Styles
 * 10. Sidebar Styles
 * 11. Top Panel Styles
 * 12. Page Specific Styles 

light grey - ebebeb
newsletter grey- d8d8d8
footer dark - 2d2d2d        
footer light - 393939
navy - 002544
blue - 005daa             
green - 00a76c             
yellow - fef200
body copy - 6f6f6f
*/


/* ------------------------------------------------------------------------- *
 *  1. Reset
/* ------------------------------------------------------------------------- */
    html,body {height: 100%;width:100%;}

    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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            vertical-align: baseline;
            font-family: "univia-pro", sans-serif;
    }
    body {
        line-height: 1;
    /*        margin-bottom: 50px;*/
    /*        overflow: hidden;*/
        background-color: #fff;
        color:#6f6f6f;
        font-family: "univia-pro", sans-serif;
        font-size:15px;
    }
    ol,
    ul {
            list-style: none;
    }
    blockquote,
    q {
            quotes: none;
    }
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
            content: '';
            content: none;
    }
    table {
            border-collapse: collapse;
            border-spacing: 0;
    }
    caption,
    th,
    td {
            font-weight: normal;
            text-align: left;
    }

    html {
        overflow-x: hidden;
            overflow-y: scroll;
            font-size: 100%;
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
    }

    *, *:after, *:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    a:focus {
            outline:none !important;

    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    nav,
    section {
            display: block;
    }
    audio,
    canvas,
    video {
            display: inline-block;
    }
    audio:not([controls]) {
            display: none;
    }
    del {
            color: #002544;
    }
    ins {
            background: #fff9c0;
            text-decoration: none;
    }
    hr {
            background-color: #ccc;
            border: 0;
            height: 1px;
            margin: 24px;
            margin-bottom: 1.714285714rem;
    }
    sub,
    sup {
            font-size: 75%;
            line-height: 0;
            position: relative;
            vertical-align: baseline;
    }
    sup {
            top: -0.5em;
    }
    sub {
            bottom: -0.25em;
    }
    small {
            font-size: smaller;
    }
    img {
            border: 0;
            -ms-interpolation-mode: bicubic;
    }

    /* Clearing floats */
    .clear:after,
    .wrapper:after,
    .format-status .entry-header:after {
            clear: both;
    }
    .clear:before,
    .clear:after,
    .wrapper:before,
    .wrapper:after,
    .format-status .entry-header:before,
    .format-status .entry-header:after {
            display: table;
            content: "";
    }


/* ------------------------------------------------------------------------- *
 *  2. Base Styles
/* ------------------------------------------------------------------------- */

    body {font-size: 14px;font-size: 1rem;}
    h1, h2, h3, h4, h5, h6{font-family: "univia-pro", sans-serif; letter-spacing: 0.05em;}
    body,select, p,span{font-family:"univia-pro", sans-serif;}

    .font-light{font-weight:200;}
    .text-bold{font-weight: bold;}


    .margin20 {margin: 0 20px;}

    /*h1, h2, h3  {padding: 0.5em 0;font-style: normal;}
    h4, h5, h6 {padding: 0.5em 0;font-style: normal;}*/

    h1 {font-size: 40px;}
    h2 {font-size: 36px;}
    h3 {font-size: 24px;}
    h4 {font-size: 18px;}
    h5 {font-size: 14px;}
    h6 {font-size: 12px;}

    /*h1 {font-size: 2.3vw; letter-spacing: 0.05em;}
    h2 {font-size: 2vw;   letter-spacing: 0.05em;}
    h3 {font-size: 1.6vw; letter-spacing: 0.05em;}
    h4 {font-size: 1.2vw; letter-spacing: 0.05em;}
    h5 {font-size: 0.8vw; letter-spacing: 0.05em;}
    h6 {font-size: 0.5vw; letter-spacing: 0.05em;}*/

    .img-default,.size-full{
        width:100% !important;
        height:100% !important;
        object-fit:cover;
        object-position: center center;    
    }

    .show-mobile{display:none;}

    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .clearfix {display: block;}

    p {
        font-size: 15px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1.8em;
        margin: 0 0 1em;
        padding: 0;
        vertical-align: top;
        word-wrap: break-word;
    }
    .margin-center{margin:0 auto;}

    .no-margin {margin:0 !important;}
    .no-padding {padding:0 !important;}

    .no-margin-t{margin-top: 0 !important}
    .no-margin-tb{margin-top: 0 !important;margin-bottom:0 !important; }
    .no-row{margin-left:0 !important;margin-right:0 !important;}
    .no-col{padding-left:0 !important;padding-right:0 !important;}
    .normal {font-weight: 400;}

    .pos-rel{position:relative;}
    .full-width{position:relative;width:100%}
    .half-width{position:relative;width:50%}
    .quat-width{position:relative;width:50%}

    .pad-tb-5{padding: 5em 0;}
    .pad-tb-2{padding: 2em 0 0 0;}

    .col-25{width:25%;}
    .col-50{width:50%;}
    .col-55{width:55%;}
    .col-60{width:60%;}
    .col-65{width:65%;}
    .col-80{width:80%;}
    .col-75{width:75%;}
    .col-70{width:70%;}
    .col-30{width:30%;}
    .col-35{width:35%;}
    .col-15{width:15%;}
    .col-40{width:40%;}
    .col-20{width:20%;}
    .col-90{width:90%}
    .col-100{width:100%;}
    .col-33{width:33.33%;}

    .row-height{height:450px;}

    .block-element{display:block;width:100%}

    .full-link{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        left:0;
        top:0;

    }
    .btn-custom{
        position: relative;
        padding: 25px 0;   
        text-align: center;
        color:#fff !important;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        margin-right: 2%;
        float:left;
        font-size: 18px;
        font-weight: 200;
    }
    .btn-custom:last-child{margin-right: 0;}
    .btn-full{width:100%;}
    .btn-l{width:50%;}
    .btn-m{width:33.3%;}
    .btn-s{width:25%;}

    /*.btn-l{width:550px;}
    .btn-m{width:450px;}
    .btn-s{width:250px;}*/

    .btn-custom:hover{background-color:#d8d8d8 !important;color:#005daa !important;}

    .btn-custom:visted,.btn-custom:focus{color:#005daa !important;}

    .btn-wrap .btn-custom i{margin-right:10px;} 

    /*.icon-align-right i {
        margin-right: 10px;
    }
    .icon-align-left i {
        margin-left: 10px;
    }*/

    .page-title-1{
        font-size: 3.2em;
        text-transform: none;    
        line-height: 1.4em;


    }
    .page-title-2{
        font-size: 3em;
        text-transform: none;
        line-height: 1.6em;

    }
    .page-title-2-1{
        font-size: 2.5em;
        text-transform: none;
        line-height: 1.6em;

    }
    .page-title-2-2{
        font-size: 2em;
        text-transform: none;
        line-height: 1.6em;

    }
    .page-title-2-3{
        font-size: 2.2em;
        text-transform: none;
        line-height: 1.6em;

    }
    .page-title-3{
        font-size: 1.8em;
        text-transform: none;
        line-height: 1.6em;
    }
    .page-title-4{
        font-size: 1.2em;
        text-transform: none;
        line-height: 1.6em;

    }
    .page-title-4-1{
        font-size: 1.1em;
        text-transform: none;
        line-height: 1.6em;

    }
    .page-title-5{
        font-size: 1.5em;
        text-transform: none;
        line-height: 1.6em;

    }
    .page-title-6{
        font-size: 1em;
        text-transform: none;
        line-height: 1.6em;

    }
    .page-title-7{
        font-size: 0.8em;
        text-transform: none;
        line-height: 1.6em;

    }
    .page-title-7-1{
        font-size: 0.85em;
        text-transform: none;
        line-height: 1.6em;

    }
    .page-title-8{
        font-size: 0.75em;
        text-transform: none;
        line-height: 1.5em;

    }
    .page-title-9{
        font-size: 0.7em;
        text-transform: none;
        line-height: 2em;

    }
    .site-description{display:none;}


    a:hover{color:#002544;text-decoration: none;}
    a:focus,a:visited{color:#005daa; text-decoration: none;}
    a{color:#005daa;text-decoration: none;}

    /*.article a:hover{color: #ce6e28 !important;
        border-bottom: 1px solid #dddfe2;
        padding-bottom: 0.1em;}
    .article a{color: #f17e2b  !important;}*/

    .article h1,.article h2,.article h3,.article h4,.article h5,.article h6{margin-top: 0;}

    .bg-yellow{background-color:#fef200;}
    .bg-navy{background-color:#002544;}
    .bg-blue{background-color:#005daa;}
    .bg-green{background-color:#00a76c;}
    .bg-grey{background-color: #efefef;}
    .bg-dgrey{background-color:#2d2d2d;}
    .bg-mgrey{background-color:#393939;}
    .bg-lgrey{background-color:#d8d8d8;}
    .bg-black{background-color:#000;}
    .bg-white{background-color:#fff;}



    .bg-style{
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }




/* ------------------------------------------------------------------------- *
 * Main Container
/* ------------------------------------------------------------------------- */
    .main-content-wrap{

        min-height: 100%;
        position: relative;
        z-index: 2;
    /*    padding-top: 50px;*/
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }




/* ------------------------------------------------------------------------- *
 * Home Page Styles
/* ------------------------------------------------------------------------- */

    .home-page-title{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 25%;
    }


    .banner-text {
        position: absolute;
        width: 100%;
        left: 5%;
        top: 50%;
    /*    transform: translateY(-50%);*/
    }
    .banner-text h1 {
         margin: 0;
        padding: 0;
        line-height: 1.3em;
        font-size: 2.3vw;
        letter-spacing: 0.05em;
        font-weight: bold;
        text-transform: uppercase;
    }


        .zoom-img{
            overflow: hidden;
            -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
        }
        .zoom-img img{
             -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
        }
        .zoom-img:hover img {
          -webkit-transform: scale(1.09);
          transform: scale(1.09);
    /*      opacity:0.5;*/
        }

        .light-img{
            overflow: hidden;
            -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
        }
        .light-img:hover img {
            opacity:0.8;
        }
    
    

    




/*=========================================================================================*/

.clear {
    border: medium none !important;
    clear: both !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
}

.right {
	float: right;
}

.left {
	float: left;
}

img.size-full, 
img.size-large, 
img.header-image, 
img.wp-post-image {
    height: auto;
    max-width: 100%;
}



code, pre {
    background: -moz-linear-gradient(center top , #FFFFFF 50%, #F2F2F2 50%) repeat scroll 0 0 / 42px 42px transparent;
    border: 1px solid #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    color: #c78a69;
    display: block;
    font-family: monospace !important;
    line-height: 21px !important;
    padding: 21px 15px 20px;
    white-space: pre-wrap;
	margin: 10px 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table th {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #c78a69;
    letter-spacing: 1px;
    padding: 6px;
    text-align: left;
	line-height: 1.8em;
}

table td {
    border: 1px solid #DDDDDD;
    padding: 6px 20px;
    text-align: left;
	line-height: 1.8em;
}


dl {
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
    vertical-align: baseline;
}

dt {
    font-weight: bold;
	line-height: 26px;
}

hr {
	border-left: none;
	margin: 0;
	border: 0;
	background: transparent;
	display: block;
	border-bottom: 1px solid #efefef;
	clear:both;
	margin-bottom: 10px;
}

strong { 
	font-weight: bold; 
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ul li,
ol li {
	line-height: 1.8em;
}

/*ol {
	list-style: decimal;
}*/

li > ul,
li > ol {
	margin: 0 0 0 20px;
}


blockquote {
	border-left:4px solid;
	margin-left: 20px;
	margin-bottom: 15px;
}

address {
	border-left:4px solid;
	margin-left: 20px;
	padding: 20px;
	margin-bottom: 20px;
	line-height: 1.4em;
}

.hidden { 
	display: none; 
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

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

img.alignleft {
    margin-right: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
}

img.alignright {
	margin-left: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}

/* ------------------------------------------------------------------------- *
 *  3. Typography
/* ------------------------------------------------------------------------- */

.text-yellow{color:#fef200;}
.text-navy{color:#002544 !important;}
.text-blue{color:#005daa;}
.text-green{color:#00a76c;}
.text-grey{color: #6f6f6f;}
.text-dgrey{color:#2d2d2d;}
.text-mgrey{color:#d8d8d8;}
.text-lgrey{color:#ebebeb;}
.text-black{color:#000;}
.text-white{color:#fff;}





/* ------------------------------------------------------------------------- *
 *  4. Layout Styles
/* ------------------------------------------------------------------------- */

#grid-container{width: 100%;}



/*headermargin-top:0 !important;*/
.page-bg{background-size:cover;background-position: center center;background-repeat: no-repeat;width:100%;height: 785px;}

#topnav-wrap {width: 100%;}

#topnav {
	margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
#logo {
    position: relative;
    float: left;
    display: table;
    width: 10em;
    margin-left: 5%;
    z-index:1;
    
}
#logo a {
    display: block;
}

#logo a img {
	width: 100%;
        height:auto;
}

#header-holder {
    height: auto;
    width: 100%;
    min-height: 30px;
    z-index: 80;
    position:absolute;
    background-color: transparent;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    opacity: 1;
}
#header-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding:20px 0;
    /*max-width: 1600px;*/
}

.page-template-contact-tpl #header-holder{background-color: #005daa!important;}
/*#header-holder.isStuck {background-color: #fff !important;box-shadow: 0 3px 5px 0 rgba(102, 102, 102, 0.1)}
.static-logo{display:block;}
.hover-logo{display:none;}

#header-holder:hover{background:#fff !important;}            
#header-holder:hover .static-logo,
#header-holder.isStuck .static-logo{
    display:none;
}
#header-holder:hover .hover-logo,
#header-holder.isStuck .hover-logo {
    display:block;
                
}*/
/*.blog #header-holder,
.single-post #header-holder{
    background-color: #fff !important;
}*/

/*.single-post #header-holder .static-logo{
    display:none;
}

.single-post #header-holder .hover-logo{
    display:block;
}*/

.admin-bar .isStuck {
    top: 32px !important; /* if it already has a top value, add 32px to it */
}

#header-top {
    height: auto;
    width: 100%;
}

#header-top .pagetop-inner {
    color: #c78a69;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
}

.pagetop-inner,
#header-top p {
	font-size: 12px;
}

.top-email a {
	color: #c78a69;
}

#loading{	
	position: fixed;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	top: 0px;
        z-index: 99999;
}
#loading-center{
    position: relative;
    width: 100%;
    height: 100%;
	
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}
.object{
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 20px;
	margin-top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

#object_one {	
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
	}
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
	}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
	
	}


@-webkit-keyframes object_one {
75% { -webkit-transform: scale(0); }
}

@keyframes object_one {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}


@-webkit-keyframes object_two {
 

  75% { -webkit-transform: scale(0); }


}

@keyframes object_two {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }

}

@-webkit-keyframes object_three {

  75% { -webkit-transform: scale(0); }

}

@keyframes object_three {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  
}

/* ------------------------------------------------------------------------- *
 *  HOME + INNER HEADER
/* ------------------------------------------------------------------------- */




#menu-secondary{height:100%;}

#menu-secondary li {
    display: inline-block;
    padding-right:0;
    float: left;
    height: 100%;
    width: 50%;
    text-align: center;
    line-height: 40px;    
    border-left: 1px solid rgba(255, 255, 255, 0.37);
}

.menu-item a {
  font-family: "univia-pro", sans-serif;
    word-wrap: break-word !important;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 1px;
}

#header {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    display: table;
}

#main {
    margin: 0 auto;
	width: 100%;
	overflow: hidden;
        height:100%;
        position:relative;
        float:left;
}

.mobile-nav{display:none;}

.featured-posts-wrapper {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 51px;
	overflow: hidden;
	background: url('images/assets/line.png') left bottom repeat-x;
	width: 96%;
	background: none repeat scroll 0 0 #FFFFFF;
	margin-bottom: 30px;
	z-index: 0;
	border: 0 solid #DEDEDE;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	padding: 2%;
}

.meta span {
    color: #005daa;
    font-size: 0.9em;
    /* font-style: italic; */
    font-weight: 300;
}

.meta span i {
	font-size: 18px;
	margin-right: 8px;
        color: #005daa;
}
.meta span a,.meta span a:visited {color: #002544 !important;}
.meta span a:hover {color: #005daa !important;}

.meta span.separator {
	    margin: 0 8px;
}

.meta span i.fa-arrow-circle-o-right {
	margin-left: 15px;
        color: #005daa;
}

.standard-posts-wrapper .meta span i.fa-comments-o,
.standard-posts-wrapper-full .meta span i.fa-comments-o {
	margin-left: 15px;
        color: #005daa;
}

.standard-posts-wrapper .meta,
.standard-posts-wrapper-full .meta {
/*	bottom: 50px;*/
	font-size: 1em;
	text-align: left;
        width:100%;
        padding-top: 20px;
}

.standard-posts-wrapper .text-holder-full .meta,
.standard-posts-wrapper-full .text-holder-full .meta {
	padding-left: 0;
} 

.more-link {
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
        color: #c78a69 !important;
}

.text-holder-full {
	border-bottom: 2px double #eaeaea;
	margin-bottom: 20px;
}

.more-link:hover {
	color: #000000 !important;
}

#main .standard-posts-wrapper .thumb-wrapper img,
#main .standard-posts-wrapper-full .thumb-wrapper img {
	display: block;
	width: 100%;
        height: 100%;
        object-fit:cover;
        object-position: top center;
/*	background-color: #E5E5E5;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;*/
	overflow: hidden;
        margin:0
        
}

#main .standard-posts-wrapper .text-holder-full .thumb-wrapper img,
#main .standard-posts-wrapper-full .text-holder-full .thumb-wrapper img {
	display: block;
	width: 100%;
        height: 100%;
        object-fit:cover;
        object-position: top center;
/*	background-color: #E5E5E5;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;*/
	overflow: hidden;
        margin:0
}

/*#main .standard-posts-wrapper .thumb-wrapper,
#main .standard-posts-wrapper-full .thumb-wrapper {
        
	height: 280px;
}*/

#main .standard-posts-wrapper .posts-wrapper .thumb-wrapper,
#main .standard-posts-wrapper-full .posts-wrapper .thumb-wrapper {
        position:relative;
	display: block;
	float: left;
	width: 100%;
        max-height: 350px;
}
#main .standard-posts-wrapper .posts-wrapper .blog-section.first-post .thumb-wrapper, 
#main .standard-posts-wrapper-full .posts-wrapper .blog-section.first-post .thumb-wrapper{
    width: 40%;
}




.standard-posts-wrapper-full {
	background-color: #ffffff;
	padding: 5rem;
}

/*#main.col1 .standard-posts-wrapper .thumb-wrapper {
	height: 240px;
}*/

#main .standard-posts-wrapper .text-holder-full .thumb-wrapper {
	height: auto;
	overflow: hidden;
}

#main .standard-posts-wrapper .post-wrapper {
    position: relative;        
    float:left;
    overflow: hidden;
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;	
    z-index: 0;
    border:0;
}
#main .standard-posts-wrapper .first-post .post-wrapper{flex-direction: row;}
#main .standard-posts-wrapper h3,
#main .standard-posts-wrapper-full h3 {
    width:100%;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 0;
    margin:0;
}


#main .standard-posts-wrapper a h3:hover,
#main .standard-posts-wrapper-full a h3:hover{
/*    color:#ED3324;}*/}

#main .standard-posts-wrapper p{
        /* padding-bottom:2em;*/
        font-size: 0.85em;
        font-family:"univia-pro", sans-serif !important;
        margin-bottom: 3em;
    margin-top: 1em;
}



#main .standard-posts-wrapper .text-holder-full h3 {
	padding-left: 0;
}

#main .standard-posts-wrapper .posts-wrapper {
	padding-bottom: 0;
}


#main .standard-posts-wrapper .posts-wrapper .text-holder-full p {
	padding-left: 0;
}

.sorry {
	line-height: 18px;
}

.standard-posts-wrapper .posts-wrapper .image-holder,
.standard-posts-wrapper-full .posts-wrapper .image-holder {
	width: 100%;
	overflow: hidden;
	float: left;
}

.standard-posts-wrapper .posts-wrapper .text-holder,
.standard-posts-wrapper-full .posts-wrapper .text-holder {
        position:relative;
	width: 100%;
        overflow: hidden;
        float: left;
        padding:8%;
}
.standard-posts-wrapper .posts-wrapper .blog-section.first-post .text-holder, 
.standard-posts-wrapper-full .posts-wrapper .blog-section.first-post .text-holder{
    width: 60%;
/*    padding: 2% 8% 2% 8%;*/
}




#single-post-body .post-single{
    position: relative;
    width: 100%;
    float: left;
/*    margin-bottom: 3%;
    background: #fff;*/
/*    -webkit-box-shadow: -1px 6px 41px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 6px 41px -14px rgba(0,0,0,0.75);
    box-shadow: -1px 6px 41px -14px rgba(0,0,0,0.75);*/
}

#content-box #post-body {
	overflow: hidden;
/*	background: none repeat scroll 0 0 #FFFFFF;*/
/*	padding: 3%;*/
	position: relative;
	width: 100%;
	z-index: 0;
}
 
.breadcrumbs .breadcrumbs-wrap {
	line-height: 1.8em;
}

.breadcrumbs .breadcrumbs-wrap ul li,
.breadcrumbs .breadcrumbs-wrap ul li a {
/*	font-style: italic;*/
}

.breadcrumbs-wrap {
    list-style:none;
    overflow:hidden;
}
 
.breadcrumbs-wrap ul strong {
	margin-right:10px;
	float: left;
	margin-top: 2px;
}

.breadcrumbs-wrap ul li {
    float:left;
    margin-right:10px;
}
 
.breadcrumbs .breadcrumbs-wrap .separator{
    font-weight:600;
    color:#002544;
    float: left;
    font-size: 12px;
}

.breadcrumbs ul li {
    list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.breadcrumbs ul {
	margin: 0 0 5px 0;
	line-height: 1.8em;
}

.breadcrumbs-wrap > span {
    margin-right: 0.5em;
    margin-left: 0.5em;
}
.breadcrumbs-wrap > span:first-child {
    margin-left: 0;
}

.post-single {
    width:100%;
/*	width: 75.11%;*/
	/*float: right;*/
}


.wp-post-image {
  display: inline-block;
  margin: 0 0 2em;
}

.post-sidebar .short-info .single-meta i.fa {
	margin-right: 10px;
}

.short-info .single-meta span {
	display: block;
	margin-bottom: 1.5em;
}

.breadcrumbs {
    width: 100%;
    overflow: visible;
    padding: 1% 0;	
    font-size: 13px;
}

.col1 .post-sidebar {
	display: none;
}

.col1 .sidebar-frame {
	display: none;
}

.col1 .standard-posts-wrapper {
    position:relative;
	width: 100%;
}

.col1 .post-single,
.col1 #content-box {
	width: 100%;
}

.col2-l .sidebar-frame {
	width: 25.8%;
	float: right;
}

.col2-l .post-single {
	width: 100%;
}

.col2-l #content-box,
.col2-l .standard-posts-wrapper {
	float: left;
	width: 74%;
}

.col2-l .post-sidebar {
	display: none;
}

.col2-l .sidebar-frame .sidebar {
	margin-left: 10%;
}

.col2-r .sidebar-frame {
	width: 26%;
	float: left;
}

.col2-r .post-single {
	width: 100%;
}

.col2-r #content-box,
.col2-r .standard-posts-wrapper {
	float: right;
	width: 73.8%;
}

.col2-r .post-sidebar {
	display: none;
}

.col2-r .sidebar-frame .sidebar {
	margin-right: 10%;
}

.col2-r #content-box #post-body .post-single .breadcrumbs {
	padding-left: 0;
}

#scrollUp {
    background: url("images/top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 20px;
    height: 38px;
    right: 20px;
    width: 38px;
}


#post-body .searchform {
	margin-top: 20px;
}

input.search-field {
	box-sizing: border-box;
	padding: 2px;
	font-size: 14px;
        resize: none;
	width: 60%;
	font-weight: normal;
        color: black;
        margin-right: 3%;
}

.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.top-phone, top-email {
	line-height: 1.8em;
}

.top-right i {
	margin-right: 10px;
}

.top-phone {
	margin-right: 10px;
}

/* ------------------------------------------------------------------------- *
 *  4. Blog Styles
/* ------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- *
 *  Blog Home Page
/* ------------------------------------------------------------------------- */

.blog-home,#blog-home{position:relative;width:100%;float:left;}
.blog-home .standard-posts-wrapper{position:relative;width:80%;margin:0 auto;float:none;max-width: 1600px;}
.blog-home .posts-wrapper{position:relative;width:100%;float:left;}
.blog-filter-wrap{position:relative;width:10%;}
.blog-body-wrapper{position:relative;width:90%;}
#blog-post-body{position:relative;width:100%;float:left;padding:4% 0 8%;}

.blog-post-box{
    height:100%;
    overflow: hidden;
    transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.blog-section:hover .blog-post-box{
    -webkit-box-shadow: 1.2px 1.2px 9px 4px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 1.2px 1.2px 9px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 1.2px 1.2px 9px 4px rgba(0, 0, 0, 0.28);
     transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    
}

/*.blog-home-title{padding: 3em 0 0 0 !important;}
.blog-home-title:after {
    content: '';
    display: block;
    border-bottom: 1px solid #C7C7C7;
    width: 80%;
    margin: 0 auto;
    padding-top: 1em;
}*/


/*.blog-home:before{content:'';display:block;background:#9a9a9a;height:250px;width:100%;position:absolute;top:0;}*/
/*#blog-post-body,#single-post-body{position:relative;width:80%;margin:0 auto;    padding:6em 0;}*/
.blog-section{
    position: relative;
    width: 33.33%;
    padding:10px;
    
/*-webkit-box-shadow: -1px 6px 41px -14px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 6px 41px -14px rgba(0,0,0,0.75);
box-shadow: -1px 6px 41px -14px rgba(0,0,0,0.75);    */

}

.blog-section.first-post {
    width: 100%;
    
}

.blog-section:before {
    content: '';
    position: absolute;
    display: block;
    left:0;
    bottom:0;
    width: 100%;
    height: 5px;
    background: #005daa;
    z-index:0;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.raised-box:hover.blog-section:before {
    opacity: 1;
}
.blog-post-box{
    
}
/*body.blog,
body.archive.category,
body.single.single-post.single-format-standard {
    background-color: #fff !important;
        
}
.blog #main,
body.archive.category #main,
body.single-format-standard #main{
    overflow: visible !important;}*/

/* ------------------------------------------------------------------------- *
 *  Blog Single-Inner Page
/* ------------------------------------------------------------------------- */

.blog-single-page{width:100%;position:relative;float:left;}
.single-post-banner.top-banner-image{height: 20vh;}

.single-post-wrapper{
    position: relative;
    width: 80%;
    margin: 0 auto;
    max-width: 1600px;
    /* padding: 6em 0; */
    z-index: 1;
    
}
.single-post-main .single-container-wrap {margin-top: 6%;}
.single-post-main .single-content .single-content-wrap{padding: 8% 0 0 8%;}
.single-post-main .single-content-wrap h2 {padding: 0 20px 20px 0;}
.single-post-main .single-content-body { padding: 5%;}
#single-post-body>span{padding-bottom: 1em;}
.single-post-img-section{
    width:40%;
    
}
.single-post-img-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    
}

.single-post-bg{position:relative;width:100%;height:100%;background-size:cover;background-repeat: no-repeat;background-position: top center;}
.back-to-blog i {
    margin-right: 0.5em;
}
/*.back-to-blog,.back-to-blog:visited,.back-to-blog:focus{
    color:#2d2d2d !important;
    
}*/

.back-to-blog:hover {
    color: #005daa !important;
}

/* ------------------------------------------------------------------------- *
 *  Blog Filter Form
/* ------------------------------------------------------------------------- */
  
    .blog-filter{
/*        position: fixed;*/
        left: 0;
/*        top:500px;*/
        width: auto;
        height: auto;
        z-index: 9;
        transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        float:left;
        
}
.stickys {
    position: fixed;
    top: 10px;
    margin: 0;
    
}
.abs {
    position: absolute;
    bottom: 10px;
}
/*    .blog-filter {
    position: absolute;
    left: 0;
    top: 4%;
    width: auto;
    height: auto;
    z-index: 9;
     width: 3%; 
    float: left;
}
.fix-blog-filter{
    position:fixed;
    top:100px;
}*/

  .blog-filter .navbar-collapse.collapse{    width: 100%;}
  .blog-filter ul.nav.navbar-nav{
    width: 100%;
}
.blog-filter ul.nav.navbar-nav li.dropdown{width: 50px;
    position: relative;
    height: 200px;}
.blog-filter ul.nav.navbar-nav li.dropdown a.first-link{  
    display: block;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 0;
}
.blog-filter ul.nav.navbar-nav li.dropdown a.first-link:hover{
    background-color:#005daa !important;
}
.blog-filter ul.nav.navbar-nav li.dropdown a.first-link span{
    transform: rotate(180deg);
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    left: 0;
    writing-mode: tb-rl;
    font-size: 1.2em;
    vertical-align: middle;
    line-height: 40px;
    letter-spacing: 0.06em;
}
.blog-filter ul.nav.navbar-nav li.dropdown a.first-link span .caret{
    transform: rotate(90deg);
    writing-mode: tb-rl;
    margin-top: 8px;
    margin-left: -18px;
    border-top: 5px dashed;    
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.navbar-nav > li > .wrap-side.dropdown-menu{
    top: 0 !important;
    left: 50px !important;
    background-color: #002544;
    padding:0;
    border-bottom: 0;
    border-top:0;
    z-index: 9;
    width: auto !important;
    max-width: inherit !important;
    height: inherit;
    margin: 0 !important;
}
.navbar-nav > li > .wrap-side.dropdown-menu li {
    height: 33.33%;
    padding: 10px;
}
.navbar-nav .wrap-side.dropdown-menu li a{line-height: 40px !important;}
.wrap-side.dropdown-menu li > a{
    width: 100%;
    height: 100% !important;
    display: block;
    padding: 0 !important;
    border-bottom: 0;
    text-align: center;
    line-height: 40px;
}
.navbar-nav > li > .wrap-side.dropdown-menu a{
    background-color: #fff;
    color:#002544; 
    font-weight: normal;
}
.navbar-nav > li > .wrap-side.dropdown-menu a:active,
.navbar-nav > li > .wrap-side.dropdown-menu a:visited,
.navbar-nav > li > .wrap-side.dropdown-menu a:focus{ 
    background-color: #fff;
    color:#002544;
}
.navbar-nav > li > .wrap-side.dropdown-menu a:hover{
    background: #fff;
    color: #005daa;
}
.wrap-side.dropdown-menu li a:before { line-height: 4;}
.wrap-side.dropdown-menu li a:hover:before {
    left: 18%;
   
}
.child-dropdown.dropdown-menu{    
    padding: 0.5em;
    border-bottom: 0;
    border-top: 0;
    margin: 0;
/*    top: 0 !important;*/
    left: 22px !important;
    background-color: #002544;
    margin-top: -57px !important;
}
.child-dropdown.dropdown-menu li {
    height: 22.5%;
        padding: 0.5em 0.4em;
}
.child-dropdown.dropdown-menu li a:hover:before {
    left: 10%;
   
}
.child-dropdown.dropdown-menu  li a {
    width: 100%;
    height: 100% !important;
    display: block;
   background: #fff;
    color: #002544;
    padding: 0 !important;
    border-bottom: 0;
    text-align: center;
    line-height: 40px;
}
.child-dropdown.dropdown-menu li a:active.child-dropdown.dropdown-menu li a:visited,.child-dropdown.dropdown-menu li a:focus{ background: #fff;color:#002544;}
.child-dropdown.dropdown-menu li a:hover{
    background: #fff;
    color:#002544;
}

/* ------------------------------------------------------------------------- *
 *  Blog Single-Inner Page Social Share
/* ------------------------------------------------------------------------- */

/*i.fa.fa-twitter {
    color: #55acee;
}*/
.social-icon.share-twitter span {
    background: #55acee;
}

i.fa.fa-facebook-official {
    color: #3b5998;
}
.social-icon.share-facebook span {
    background: #3b5998;
}
i.fa.fa-google-plus-square {
    color: #dd4b39;
}
.social-icon.share-google span {
    background: #dd4b39;
}
i.fa.fa-linkedin-square {
    color: #007bb5;
}
.social-icon.share-linkedin span {
    background: #007bb5;
}
i.fa.fa-pinterest {
    color: #cb2027;
}
.social-icon.share-pinterest span {
    background: #cb2027;
}

/*body.blog .content-posts-wrap,body.archive.category .content-posts-wrap{border-left:1px solid #eaeaea;border-right:1px solid #eaeaea;}


body.blog .content-posts-wrap::before,body.archive.category .content-posts-wrap:before {
    content: '';
    display: block;
    height: 100%;
    background: #eaeaea;
    position: absolute;
    width: 1px;   
    left: 50%;
}


.blog-body section,.blog-section{margin-bottom:3em;}

.blog-home {
    width: 60% !important;
    margin: 0 auto !important;
}

.blog-home .standard-posts-wrapper {
    margin-top: 5em;
    margin-bottom: 5em;
}
.blog-menu,.blog-menu-wrapper{width:100%; height: 320px;position: relative;}
.blog-menu-right,.blog-menu-left{width:50%; height: 100%;position: relative;}
.blog-menu-right{float:right;}
.blog-menu-left{float:left;}
.remove-title{display:none;}
.blog-home-image{width:50%; height: 320px;position: relative;}
.blog-section{width:100%;position:relative;float:left;}

.blog-menu-cat{
   
    position: relative;
    border-top: 1px solid #eaeaea;
    
    
}
.blog-menu-cat li {
    font-family: 'Norwester';
    list-style: none;
    display: block;
    padding: 1.4em;
     text-align: center;
     border-bottom: 1px solid #eaeaea;;
}
.blog-menu-cat li a{color:#444444 !important;
-webkit-transition: .2s all ease;
      -moz-transition: .2s all ease;
      -o-transition: .2s all ease;
      transition: .2s all ease;}

.blog-menu-cat li a:hover,.archive-link :hover {color:#ff4200 !important;}

.archive-link {
    position: relative;
    padding: 1.4em;
    text-align: center;
      font-family: 'Norwester';
      background-color:#eaeaea;
}
.archive-link a{color:#444444 !important;display:block;  font-family: 'Norwester';-webkit-transition: .2s all ease;
      -moz-transition: .2s all ease;
      -o-transition: .2s all ease;
      transition: .2s all ease;}

#main .blog-home .standard-posts-wrapper .post-wrapper {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 51px;
    overflow: hidden;
    width: 50%;
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 0;
    z-index: 0;
    padding: 3% 5%;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 0;
    border-left: 0;
    height: 320px;
    
}




section.blog-section:nth-child(even) .mypost{float:right;}
section.blog-section:nth-child(odd) .mypost{float:left;}
section.blog-section:nth-child(even) .blog-home-image{float:right;}
section.blog-section:nth-child(odd) .blog-home-image{float:left;}*/

/* custom archive page*/
/*.archives-wrapper{width:50%;margin:0 auto;position:relative;padding-top:10%;}*/
/*.cat-section,.post-section{width:80%;margin:0 auto;position:relative;}*/
/*.cat-section .categories ul li a,.post-section ul li a{color:#fff;}*/



/*.cat-section li,.post-section li{list-style: none;font-family: '';}*/
.tags-list a {
    border-radius: 3px 3px 3px 3px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
    background: url("images/assets/tag.png") no-repeat scroll 12px center #1C1C1C;
    padding: 6px 12px 6px 30px;
}
 
.single-post-title-section{
    width:60%;
    padding: 0 0 0 8%;
}
.single-post-title-section #post-title{text-transform: capitalize;}

.single-post-article{padding:8%;}
.single-post-article #article{
    position: relative;
    width: 100%;
    
}



.short-info .single-meta span {
	font-size: 12px;
}

.short-info .single-meta span i {
	font-size: 14px;
}

.short-info .single-meta span a {
	line-height: 1.3em;
}

#post-body .text-holder-full p iframe,
#post-body #article embed,
#article iframe {
	width: 100%;
}

#post-body #post-title {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 5px;
	word-wrap: break-word;
}

blockquote p {
	margin-left: 1em;
}

/* Pagination */
.pagin-wrap{    
    position: relative;
    width: 100%;
    float:left
}


.simple-pagination{
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 30px;
    padding: 12px 0;
    text-transform: uppercase;
	overflow: hidden;
}
 
.simple-pagination span,
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:5px 9px 5px 9px;
	text-decoration:none;
	width:auto;
}
.pagination {
    width:100%;    
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    padding: 12px 0;
    text-transform: uppercase;
    overflow: hidden;
}
 
.pagination a:hover{
	color:#fff;
	background: #111111;
}
 
.pagination .current{
	padding:5px 9px 5px 9px;
	color:#fff !important;
}

#article p a {
	font-weight: bold;
}

/* Page links */

.page-links {
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	border: 1px solid;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 4px;
	width: auto;
	font-weight: bold;
}

.navigation a {
	font-style: italic;
	line-height: 1.5em;
}

.post-navigation a[rel="next"] {
    float: right;
    text-align: right;
}

.posts-wrapper .searchform #s {
    width: 25%;
	margin:20px 0;
}

.posts-wrapper .searchform .screen-reader-text {
	display: none;
}

.posts-wrapper .searchform #s {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2B2B2B;
    padding: 5px 10px 7px;
	font-size: 14px;
}

.link-post,
.quote-post {
	background: none repeat scroll 0 0 #EFEFEF;
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 30px;
    text-align: center;
}

.link-post i.fa,
.quote-post i.fa {
	font-size: 2em;
	margin-bottom: 20px;
}

#article .link-post p.link-text a {
	color: #111111;
	text-transform: uppercase;
	font-size: 1.2em;	
	font-weight: normal;
}

.link-post p.link-text a,
.quote-post p.quote-text {
	color: #111111;
	text-transform: uppercase;
	font-size: 1.2em;
}

.quote-post span.quote-author {
	font-style: italic;
}

.post-format-wrap {
	border-left: 3px solid;
	padding: 30px 30px 20px;
	margin-bottom: 20px;
	height: auto;
	min-height: 100px;
}

.post-format-wrap p.link-text {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.4em;
}

.post-format-wrap p.quote-text {
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4em;
}

.post-format-wrap i.fa {
	color: #cbcbcb;
	float: right;
	font-size: 32px;
	margin: 0 0 20px 20px;
}

.post-format-wrap span.quote-author {
	font-style: italic;
}

.post-single ul.link-pages {
	padding:0;
	margin: 0 0 5%;
}

.post-single ul.link-pages:before,
.post-single ul.link-pages:after  {
	content: "";
    display: table;
}

.post-single ul.link-pages:after  {
	clear: both;
}

.post-single ul.link-pages li {
	list-style-type: none;
	margin:0;
	padding:0;
}

.post-single .link-pages li {
    display: inline;
    float: left;
    text-align: center;
    width: 50%;
}

.post-single ul.link-pages li.previous-link a {
	
}

.post-single ul.link-pages li a {
    display: block;
    min-height: 73px;
    padding: 16px 40px 24px;
    position: relative;
}

.post-single ul.link-pages li i {
    color: #000000;
    font-size: 18px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.post-single ul.link-pages li.next-link i {
    right: 10px;
}

.post-single ul.link-pages li.previous-link i {
	left: 10px;
}

.post-single ul.link-pages li a strong {
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	Line-height: 1.8em;
}

.link-pages li a {
	text-shadow:0 1px 0 #fff;

}
.post-single ul.link-pages li.next-link { 
	float: right;
}

.post-single ul.link-pages li.previous-link {
	float: left;
}

.post-single ul.link-pages li a span {
    color: #000000;
    font-size: 14px;
	line-height: 2em;
	vertical-align: baseline;
}

.post-single ul.link-pages li {
    text-align: center;
}

.post-single ul.link-pages {
    margin: 5em 0;
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
}

.post-tags {
	margin: 40px 0;
	font-style: italic;
	font-weight: lighter;
}

.post-tags span {
    display: inline-block;
    font-size: 14px;
    margin: 0 7px 0 0;
}

.post-tags a {
    border: 1px solid #eaeaea;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    margin: 0 5px 2px 0;
    padding: 3px 7px;
    white-space: nowrap;
}

.post-info {
    border-bottom: 1px solid #eaeaea;    
    margin: 5% 0 0 0;
    padding-bottom: 2%;
}

.post-info span {
    font-size: 0.95em;
    color:#005daa;
    font-weight: 300;
}
.post-info span a:visited,.post-info span a:focus{color:#005daa !important;}
.post-info span a:hover,.post-info a:hover{color:#005daa !important;}
.post-info span a{color:#005daa !important;}

.post-info span i,
.post-info span {
	margin-right: 10px;
        
}
/*
.post-info span,
.post-info span a {
	color: #888888;
	font-size: 0.95em;
	font-style: italic;
	font-weight: lighter;
        color:#005daa;
}
.post-info span a :hover{color:#777777;}*/
.blog-top-image {
	height: 120px;
}

.gallery {
	margin-bottom: 1.6em;
        text-align:center;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 46%;
}

.gallery-columns-3 .gallery-item {
	max-width: 29.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 21%;
}

.gallery-columns-5 .gallery-item {
	max-width: 16%;
}

.gallery-columns-6 .gallery-item {
	max-width: 12.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 10.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 8.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 7.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;	
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

form select option {
	word-wrap: break-word;
	display: block;
}


/* ------------------------------------------------------------------------- *
 *  5. Comments Styles
/* ------------------------------------------------------------------------- */

#comments {
    overflow: hidden;
}

#comments #respond h3 {
    color:#002544;
    margin: 15px 0;
}

#comments #respond #commentform {
	margin: 0 0 16px;
}

#comments .form-allowed-tags code {
	margin-top: 8px;
}

#comments p.comment-notes {
	margin-bottom: 20px;
}

#comments label {
    display: block;
    margin-bottom: 5px;
}

#comments #author,
#comments #email,
#comments #url {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #555555;
	border: none;
	box-shadow: none;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	display: block;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	resize: none;
}

#comments #comment {
    font-family: "univia-pro", sans-serif;
	height: auto;
    background: none repeat scroll 0 0 #F5F5F5;
    color: #555555;
	border: none;
	box-shadow: none;
	padding: 10px;
	line-height: 20px;
	width: 100%;
	display: block;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	resize: none;
}

#comments .form-submit #submit {
    font-family: "univia-pro", sans-serif;
	width:auto;
	height: auto;
	padding: 1em 2em 1em 2em;	
	margin-left:0;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	line-height: 2.5em;
	color: #002544;
        text-transform: uppercase;
        font-size: 0.6em;
        letter-spacing: 2px;
        background:#005daa !important;
        border:1px solid #005daa;
        margin-top: 2em;
        font-weight: bold;
}

#comments .form-submit #submit:hover {
	color: #002544 !important;
        background:rgb(253, 211, 88) !important;
        border:1px solid rgb(253, 211, 88);
}

#comments .form-submit #submit:visited,#comments .form-submit #submit:focus{color: #002544 !important;}

#comments #comments-title {
	margin: 20px;
	font-size: 24px !important;
}

#comments ol.commentlist {
    float: left;
    list-style: none outside none;
    margin: 0 20px 20px;
    width: 94%;
}

#comments ol.commentlist li {
	list-style: none outside none;
}

#comments span.required {
	color: #FF0000;
}

.commentlist {
	list-style: none;
	margin: 20px auto;
	width: 100%;
}

.comment-meta {
    padding-bottom: 15px;
}

.comment-meta .edit-link {
	font-size: 11px;
}
.comment-date {
    font-size: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
    text-transform: uppercase;
}

.comment-author-name {
    font-size: 13px;
}

.comment-content {
    background-color: #f5f5f5;
    border-radius: 3px 3px 3px 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#respond {
    margin-bottom: 30px;
	margin-top: 20px;
	overflow: hidden;
}

#respond .required{
	color: red;
}
#respond input,
#respond textarea {
	display: block;
}

.form-allowed-tags code {
	background-color: transparent;
	font-size: 11px;
}

a.comment-reply-link {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
}
.commentlist .children li.comment .comment-meta {
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin-left: 50px;
}

.commentlist li .comment-author img.avatar {
	border: 2px solid #F2F2F2;
    float: left;
    padding: 2px;
}

.comment-body div.comment-author cite.fn {
	display: block;
    font-weight: bold;
	font-size: 16px;
}

.comment-body div.comment-author span.says {
    font-size: 11px;
}

ol.commentlist li ul.children {
	margin: 0 0 0 20px;
}

ol.commentlist li {
	margin: 2px;
	padding: 2px;
}

ol.commentlist li .reply {
	padding: 5px;
}

#respond form#commentform p {
	line-height: 30px;
	margin-bottom: 8px;
}

#respond form#commentform p input {
	float: left;
}

#respond form#commentform {
	margin-top: 20px;
	overflow: hidden;
}

#comments ol li .comment-content p {
	padding-top: 0;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	padding-bottom: 20px;
}

.comment-content blockquote p {
	margin-left: 15px !important;
}

.comment-content blockquote p {
	padding-top: 0 !important;
}

.comment-content ul li {
	list-style-type: disc !important;
}

.comment-content ol li {
	list-style: decimal inside none !important;
}

#comments ol.children {
	list-style: none outside none;
	margin-left: 15px;
}

#comments ol.comment-list li .comment-body,
#comments ol.comment-list li ol.children .comment-body {
	margin: 20px;
	padding: 20px;
}

.comment-content code {
	margin: 10px 0;
}

#comments .nocomments {
	padding: 20px;
}

#comments h2.comments-title {
    font-size: 1.8em;
    font-weight: 300;
    letter-spacing: -0.04em;
}

.comment-list {
    list-style: none outside none;
    margin: 48px 0;
}

.comment-author {
    position: relative;
}
.comment-author {
    font-size: 14px;
    line-height: 1.71429;
}

.comment-metadata a,
.comment-author,  
.commentmetadata {
    padding-left: 50px;
}

.comment-metadata a,
.commentmetadata {
	font-weight: 400;
	font-style: italic;
}

.comment-author .avatar {
    height: 34px;
    top: 2px;
    width: 34px;
}
.comment-author .avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    padding: 2px;
    position: absolute;
}

.says {
    display: none;
}

.comment-body dd {
    margin-bottom: 24px;
}

.comment-body ul, 
.comment-body ol {
    margin: 0;
	padding-left: 50px;
}

.comment-body li > ul, 
.comment-body li > ol {
    margin: 0 0 0 20px;
	padding-left: 10px;
}

.comment-body table {
	width: auto;
}

.comment-body address,
.comment-body blockquote {
	border: none;
	margin: 0;
}

.comment-body address p,
.comment-body blockquote p {
	padding-left: 0;
	margin: 18px 0;
    color: #767676;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.26316;
    margin-bottom: 24px;
}

.comment-body pre {
	margin-left: 50px;
	margin-bottom: 20px;
}

.comment-body code {
	margin: 10px 0;
}

#comments .comment-list li .comment ol.children {
	margin-left: 15px;
}

#comments .comment-body {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* ------------------------------------------------------------------------- *
 *  6. Footer Styles
/* ------------------------------------------------------------------------- */

      
    #footer-wrap {
        margin: 0 auto;
        position: relative;
        width: 100%;
        z-index: 2;
        overflow: hidden;
    } 
    .newsletter-block{
        width: 65%;        
        border-right: 1px solid #b9b7b7;
    }
    .social-block{
        width: 35%;
        justify-content: space-around;
        padding: 5% 0 5% 10%;
    }
    .footer-box-wrap,
    .footer-logo-wrap{        
        padding: 5% 10%;    
    }
    .newsletter-block h3 {
        width: 100%;
        padding: 0 0 3%;
        font-weight: 200;
        font-size: 36px;
    }
    .newsletter-block p {
        font-size: 17px;
        padding: 0 0 5%;
    }   
    .nl-modal a {
        position: relative;
        float: left;
        background-color: #005daa;
        padding: 18px 0;
        color: #fff;
        text-align: center;
        font-weight: 200;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        width: 170px;
        font-size: 18px;
}
    .nl-modal a:hover{background:#002544;}
    
    .social-block .social-icon{font-size: 2em;}
    
    .social-icon a:hover i.fa,
    .social-block .social-icon a:hover i.fa.fa-facebook,
    .social-block .social-icon a:hover i.fa.fa-twitter,
    .social-block .social-icon a:hover i.fa.fa-youtube-play{
        color:#002544 !important;
    }
    
/* ------------------------------------------------------------------------- *
 *  NEWSLETTER FORM
/* ------------------------------------------------------------------------- */

    .nl-wrap{
        padding: 5%;
    }
    #modal-subscribe-form .modal-header {    
        padding: 3%;
        border:0;
    }
    #modal-subscribe-form .modal-body {
        padding: 0 !important;
    }
    .nl-wrap .wpcf7-form-control-wrap {
        display: block;
        width: 100%;
        padding: 20px;
        float: left;
    }
    .nl-wrap .wpcf7-form-control {
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        width: 100%;
        float: left;
        font-size: 15px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    .nl-wrap .wpcf7-form-control.wpcf7-select {
        background: #fff;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url('/wp-content/themes/cdgbrand/images/assets/dropdown-arrow-grey.png') no-repeat right #989898;
        background-size: 11px;
        background-position-x: 90%;
        background-position-y: 50%;
/*        background-image: linear-gradient(45deg, transparent 50%, #989898 50%), linear-gradient(135deg, #989898 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
        background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px), calc(100% - 2em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.3em;
        background-repeat: no-repeat;*/
    }
    .nl-wrap .wpcf7-form-control:focus {
        outline: 0;
        box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.11);
        -webkit-box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.11);; 
	-moz-box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.11);; 
	-o-box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.11);;
        border: 1px solid #e6e6e6;
    }

    .nl-label{
        padding: 20px 20px 0;
        font-size: 13px;
        letter-spacing: 1px;
    }   

    .nl-label sup {
        color: #FF0000;
        font-size: 12px;
        margin-left: 3px;
        top: -3px;    
    }
    .nl-text{
        padding: 20px;
        font-size: 13px;
    }
    .nl-btn{
        padding: 20px;
    }
    
    .g-recaptcha-row .wpcf7-form-control {
		background-color: transparent !important;
		border: none !important;
		padding: 0 !important;
	}
    
/* ------------------------------------------------------------------------- *
 *  LOGOS
/* ------------------------------------------------------------------------- */

    .footer-logo-wrap span {width: 14%;} 
    .footer-logo-wrap span img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

/* ------------------------------------------------------------------------- *
 *  COPYRIGHT
/* ------------------------------------------------------------------------- */
    #copyright,
    #footer {
            overflow: hidden;
    }
    #copyright {width: 100%;position: relative;}

    .copyright-wrap {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    
    .copyright-left {
        padding: 5% 10%;
    }
    
    .copyright-right {
        padding: 5% 13% 5% 5%;
    }

    

    .copyright-menu h3,
    .copyright-right-wrap h3 {
        padding: 0 0 30px 0;
        font-size:20px;
    }
    .copyright-menu ul {
        list-style: none;
    }    
    .contact-box {
        border-bottom: 1px solid #6f6f6f;
        padding-bottom: 30px;
    }
    .contact-box h4 {
        font-size: 16px;
        line-height: 1.5em;
        font-weight: 200;
    }
    .copyright-menu ul li {
        font-size: 16px;
        font-weight: 200;
        line-height: 2em;
    }
    .copyright-menu ul li a, .contact-box span {font-weight:200;}
    .copyright-menu ul li a:focus, .copyright-menu ul li a:visited{
        color:#fff;
    }
    .copyright-menu ul li a:hover, .contact-box a:hover,.copyright-text h4 a:hover{
        color:#005daa;
    }

    .contact-box .mobile-phone {
        margin-top: 30px;
        color:#fff;
    }
    .contact-box .mobile-phone a,
    .contact-box .mobile-phone a:hover,
    .contact-box .mobile-phone a:focus,
    .contact-box .mobile-phone a:visited {
        color: #fff !important;
    }
    
    .copyright-text {
        padding-top: 30px;
    }
/*    .copyright-text h4 a{
        font-size: 0.9em;
        line-height: 2em;
    }*/
    .copyright-text h4, .cdg-details,.copyright-text h4 a{
        font-size: 0.8em;
        line-height: 2em;
    }
    .copyright-text h4 a:focus,.copyright-text h4 a:visited{color: #6f6f6f;}
    
    .copyright-text h4:first-child a:last-child {
        text-transform: uppercase;
    }
    .copyright-text h4 span:before{
        content: '|';
        display: inline;
        margin: 0 5px;
        font-weight: 200;
    }
    

    /*Sdr*/
    .gmb-infobubble-container{height: 160px !important; min-width: 350px;}
    .gmb-infobubble{padding-left:10px !important; font-weight:500;}
    .gmb-infobubble .place-description{padding-top:0; position: absolute; bottom: 14px; }
    .gmb-infobubble .marker-info-wrapper .place-address{width: 100% !important;;}
    .gmb-infobubble .marker-info-wrapper .place-website, .gmb-infobubble .marker-info-wrapper .place-phone{display: none;}
    .gmb-infobubble .marker-info-wrapper{background-color: inherit !important; position:absolute; top:30%; padding:0 !important;}
    .google-maps-builder img{width: auto !important; height: auto !important;}
    .gm-bundled-control-on-bottom{bottom: 200px !important;}    
    

    .sidebar-footer { 
            float: left;
    }

    .footer-v4 .sidebar-footer {
            width: 33%;
    }

    .footer-v4 .sidebar-footer.lastone {
            width: 33%;
    }

    .footer-v4 .sidebar-footer.lastone > div {
      margin-right: 0;
    }
    #contact-details h6{color: #fff;}
    #address-line{color: #fff;}
    #address-line ul{list-style: none;}
    #address-line i.fa.fa-map-marker{float:left;}
    #contact-details h6 i {padding-right: 3%;}
    #address-line ul li {display: inline;font-size:12px;}




    .sidebar-footer a {
        font-size: 13px;
    }
    .sidebar-footer > div {
      margin: 40px 50px 50px 0;
    }

    .sidebar-footer .footer-widget-col {
            margin: 0 auto 25px;
            position: relative;
    }

    .sidebar-footer .textwidget p {
            color: #002544;
            letter-spacing: normal;
            line-height: 1.8em;
            font-weight: normal;
            font-size: 1em;
    }

    .footer-widget-col h4 {
            margin-bottom: 1.3em;
            margin-left: 0;
            font-size: 16px;
            border-bottom: 1px solid #444444 !important;
            text-transform: uppercase;
    }

    .footer-widget-col ul {
            position: relative;
            list-style-type: none;
            margin: 0;
            padding: 0;
    }

    .footer-widget-col ul li:first-child {
            padding-top: 0;
    }

    .footer-widget-col ul li {
            padding: 0.3em 0;
            list-style-type: none;
            border-bottom: none !important;
    }

    .footer-widget-col .textwidget p,
    .footer-widget-col ul li a {
            line-height: 1.8em;
    }

    .footer-widget-col #calendar_wrap #wp-calendar caption {
            margin-bottom: 6px;
    }

    .footer-widget-col #calendar_wrap #wp-calendar tbody tr td a {
            font-weight: bold;
    }

    .footer-widget-col ul li .sub-menu {
            margin-left: 20px;
            margin-top: 10px;
    }

    .footer-widget-col ul li .sub-menu li {
            border-bottom: none;	
    }

    .sub-menu li a {
            border-bottom: 1px solid #AAADAE;	
    }

    .footer-widget-col ul li ul.children {
            margin-left: 20px;
            margin-top: 10px;	
    }

    .footer-widget-col ul li ul.children li {
            border-bottom: none;
    }

    .footer-widget-col ul li ul.children li a {
            /*border-bottom: 1px solid #AAADAE;*/
    }

    .footer-widget-col ul li a {
            margin-right: 10px;
    }

    .footer-widget-col .searchform label {
            display: block;
            font-size: 12px;
    }

    .footer-widget-col .searchform input#s {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);	
            font-size: 12px;
            padding: 7px 10px;
            margin: 5px 0;
            vertical-align: middle;
            width: 90%;
            color: #aaadae;
    }

    .footer-widget-col select {
        margin: 10px 0;
        padding: 5px;
        width: 100%;
    }

    .footer-widget-col .tagcloud a {
        border-radius: 3px 3px 3px 3px;
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
        transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
        background: url("images/assets/tag.png") no-repeat scroll 12px center #1C1C1C;
        padding: 6px 12px 6px 30px;
    }

    .footer-widget-col ul li a.rsswidget {
            font-weight: bold;
            display: block;
            line-height: 1.3em;
            margin-bottom: 5px;
    }
    .footer-widget-col ul li .rss-date {
            display: block;	
            line-height: 1.3em;
            font-size: 12px;
    }

    .footer-widget-col ul li .rssSummary {
            line-height: 1.3em;
            margin: 6px 0;	
    }

    .footer-widget-col .textwidget {
            overflow: hidden;
    }

    .footer-widget-col ul li span.post-date {
            opacity:0.5;
            font-weight: lighter;
            font-size: 0.95em;
            cursor:pointer;
    }

    /*.copyright-wrap span.left {
        float: left;
        font-size: 0.8em;
        padding: 10px 20px 10px 0;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 0px;
        width: 30%;
    }*/
    .copyright-wrap span.left {
        float: left;
        font-size: 0.8em;
        /* padding: 22px 20px 10px 0; */
        padding-top: 22px;
        /* padding-right: 20px; */
        padding-bottom: 10px;
        /* padding-left: 0px; */
    /*    width: 20%;*/
    width:16%;
    }
    .copyright-wrap span.right a,
    .copyright-wrap span.left a {
            color: #EBEBEB;	
    }
    .copyright-wrap span.right{color: #EBEBEB;}


    .copyright-wrap span.right a{text-transform: capitalize;
        margin-right: 2%;
    -webkit-transition: all 0.3s ease; 
            -moz-transition: all 0.3s ease; 
            transition: all 0.3s ease;
    }

    .copyright-wrap span.left a {
        text-transform: capitalize;
        margin-right: 5%;
       -webkit-transition: all 0.3s ease; 
            -moz-transition: all 0.3s ease; 
            transition: all 0.3s ease;
                display: block;
        text-align: center;
    }

    .copyright-wrap span.left a:hover,
    .copyright-wrap span.right a:hover{
        color:#005daa !important;
    }

    .copyright-wrap span.right {
        float: right;
        font-size: 0.8em;
        padding: 10px 13px 10px 0;
        width: 60%;
        text-align: right;
    }

    .back-to-top {
            position: fixed;
            bottom: 1%;
            right: 2%;
            text-decoration: none;
            font-size: 2.3em;
            padding: 0;
            display: none;
            z-index: 999;
    }

    .back-to-top-text {  
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #eaeaea;
    }


/* ------------------------------------------------------------------------- *
 *  7. Image Sliders Styles
/* ------------------------------------------------------------------------- */
/* CSLIDER */

.banner {
	position: relative;
	width: 100%;
	overflow: auto;

	font-size: 18px;
	line-height: 24px;
	text-align: center;

	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);

	background: #333333;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
	.banner ul {
		list-style: none;
		width: 300%;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		min-height: 350px;

		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;

		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}

	.banner .inner {
		padding: 0 0 10px;
		margin: 0 auto;
		height: auto;
	}

	.banner h1, .banner h2 {
		font-size: 40px;
		line-height: 52px;

		color: #fff;
	}

	.banner .btn {
		display: inline-block;
		margin: 10px 0 0;
		padding: 9px 22px 7px;
		clear: both;

		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;

		border: 2px solid rgba(255,255,255,.4);
		border-radius: 5px;
	}
		.banner .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}

	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}

	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		width: 100%;
	}
		.banner .dots li {
			display: inline-block;
			*display: inline;
			zoom: 1;

			width: 10px;
			height: 10px;
			line-height: 10px;
			margin: 0 4px;

			text-indent: -999em;
			*text-indent: 0;

			border: 2px solid #fff;
			border-radius: 6px;

			cursor: pointer;
			opacity: .4;

			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}

	.banner .arrows {
		position: absolute;
		bottom: 20px;
		right: 20px;
		color: #fff;
	}
		.banner .arrow {
			display: inline;
			padding-left: 10px;
			cursor: pointer;
		}
		
	.banner ul {
		margin: 0;
		padding: 0;
	}
	
	.cdgbrand-banner ul li {
		height: auto;
	}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item .item {
	padding: 20px;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.flexslider .post-title h2 {
	color: #fff;
	font-size: 60px;
	top: 60px;
	z-index: 10;
	font-weight: 700;
	text-shadow: 1px 1px #000000, 0 0 0 #ffffff, 1px 1px #000000;
}

.flexslider p {
	width: 100%;
	top: 165px;
	color: #ffffff;
	line-height: 26px;
	height: auto;
	overflow: hidden;
	margin: 7px 0;
	text-shadow: 1px 1px #000000, 0 0 0 #ffffff, 1px 1px #000000;

}

.flexslider .da-link {
	top: 280px; /*depends on p height*/
	border-radius: 5px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 2px solid rgba(255,255,255,0.8);
	padding: 8px 15px;
	font-size: 18px;
	line-height: 30px;
	min-width: 120px;
	text-align: center;
	background: rgba(255,255,255,0.2);
	text-transform: uppercase;
}

.flexslider .da-link {
	background: rgba(255,255,255,0.3);
}


/* 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;
} 
.flex-direction-nav{z-index: 1;}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0; 
	padding: 0;
        border:none !important;
}

.flexslider .slides > li {
	display: none; 
	-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 {
	margin: 0; 
	position: relative; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; 
}

.flex-viewport {
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.carousel li {
	margin-right: 5px
}

.post-article .flexslider {
	margin: 0;
	box-shadow: none; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	-o-box-shadow: none;
	border-radius: 0; 
}


/* Direction Nav */
.flex-control-nav{display:none;}

.flex-direction-nav {
    position: relative;
    margin-top: 1em;
    width: 10%;
    float: left;
/*    top: 85%;*/
    margin-left: 2em !important;
    margin-top:3em !important;
}
.flexslider .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    left: 10px;
}
.flexslider .flex-direction-nav .flex-next {
    opacity: 1 !important;
    right: 35% !important;
}

.flexslider ul li {
	list-style-type: none !important;
	padding: 0 !important;
}

.flex-direction-nav a {
	width: 15px !important; 
	height: 15px !important; 
	margin: -20px 0 0; 
	display: block; 
/*	background: url(images/bg_direction_nav.png) no-repeat 0 0; */
	position: absolute; 
	top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 0; 
	-webkit-transition: all .3s ease;
        transition: all .3s ease;
        line-height: 40px;
}

.flex-direction-nav a.flex-next{background: url(images/next-icon.png) no-repeat 0 0 !important;}
.flex-direction-nav a.flex-prev{background: url(images/next-icon.png) no-repeat 0 0 !important;transform: rotate(180deg);}

.flex-direction-nav a.flex-next:before,.flex-direction-nav a.flex-prev:before {
    content: '' !important;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0; 
	right: -36px; 
}

.flex-direction-nav .flex-prev {
	left: -36px;
}

.flexslider:hover .flex-next {
	opacity: 0.8; 
	right: 5px;
}

.flexslider:hover .flex-prev {
	opacity: 0.8; 
	left: 5px;
}

.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important;  
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	width: 100%; 
	position: absolute; 
	bottom: 48px; 
	text-align: center;
}

.post-article .flex-control-nav {
	bottom: 28px;
}

.flex-control-nav li {
	margin: 0 6px; 
	display: inline-block; 
}

.flex-control-paging li a {
	width: 11px; 
	height: 11px; 
	display: block; 
	background: #666; 
	background: rgba(0,0,0,0.5); 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px; 
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover { 
	background: #333; 
	background: rgba(0,0,0,0.7); 
}

.flex-control-paging li a.flex-active { 
	background: #000; 
	background: rgba(0,0,0,0.9); 
	cursor: default; 
}

.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; 
	opacity: .7; 
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1; 
	cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
	opacity: 1; 
	left: 0;
	}

  .flex-direction-nav .flex-next {
	opacity: 1; 
	right: 0;
	}
}


/* ------------------------------------------------------------------------- *
 *  8. Menu Styles
/* ------------------------------------------------------------------------- */


.header-top {
    margin-top: -17px;
    margin-bottom: -7px;
}


/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
	padding-right: 30px;
}
/*.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #000 !important;
  }*/
  .navbar-nav .open .dropdown-menu li a:hover:before{
      display:none;
  }
.navbar-nav > li > a:after {
/*    opacity: 0.35 !important;*/
}
.navbar-nav li:last-child a{
    border-right: none !important;
}
/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, 
.navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
 	border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-family: monospace;
	font-weight: bold;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
	content: '-';
}
.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 50px;
}
/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: '' !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
	padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space: nowrap;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
	white-space: normal;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left: 0;
	right: auto;
}

.navbar ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    background: transparent;
    height: 100%;
    padding-right:10%; 
}
.navbar-nav > li{height: 100%;}

#navbar {
    position: relative;
    width: 100%;    
    height: auto;
    float: none;
}


.navbar {
	height: auto;
	margin: 0 auto;
/*	max-width: 1200px;*/
	position: relative;
        width: 100%;
	z-index: 99;
        transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        border: none !important;
}
#navbar ul li a{
    font-family: "univia-pro", sans-serif !important;
    font-size: 15px;
    padding: 10px 18px;
    line-height: 40px;
    height: 100%;
    letter-spacing:1px;
}

.navbar {
    margin-bottom: 0 !important;
}

.navbar-collapse {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.nav > li {	
	width: auto;
        position: static; /*Sdr*/
}

.navbar-nav > li > .dropdown-menu{
    width: 100% !important;
    max-width: 100% !important;
    background: #fff;
    margin-top: 1% !important;
    margin-left: auto !important;
    height: auto;
    border: none;
    border-top: 1px solid #ddd;
}

#menu-primary-header-menu > li > .dropdown-menu{height: 50vh !important;}

.navbar-nav > li > .dropdown-menu li.dropdown-content {
    width: 70%;
    display: inline-block;
    float: left;
    text-align: center;
    border-right: 1px solid #ddd;
    padding: 5% 10%;
    height: 100%;
}
.navbar-nav > li > .dropdown-menu li.dropdown-content .dropdown-wrap{
   position:relative;
   width:100%;
   height: 100%;
   float: left;
   text-align: left;
}
.navbar-nav > li > .dropdown-menu li.dropdown-content .dropdown-wrap .dd-img-wrap{
    position:relative;
    width: 50%;
    height: 100%;
    float: left;
}
.navbar-nav > li > .dropdown-menu li.dropdown-content .dropdown-wrap .dd-img-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    display: block;
}
.navbar-nav > li > .dropdown-menu li.dropdown-content .dd-text-wrap{
    width: 50%;
    display: inline-block;
    float: right;
    padding-left: 10%;
    height:100%;
}
.navbar-nav > li > .dropdown-menu {
    min-width: 16em;
    padding: 0 !important;
    line-height: 1.5em;
}
.dd-text-wrap p {
    font-size: 1.2vw;
    margin-bottom: 0;
}
.dd-text-wrap h4  {
    position: absolute;
    bottom: 0;
}
.dd-text-wrap h4 a{font-weight: normal !important;}

#menu-primary-header-menu > li > .dropdown-menu li.menu-item{
    width: 30%;
    display: inline-block;
    padding-left: 5%;
    padding-bottom: 30px;
}

#menu-primary-header-menu > li > .dropdown-menu li.menu-item:nth-child(2) {
    padding-top: 5%;
}

#menu-primary-header-menu .open .dropdown-menu > li > a{
    background-color: #fff;
    padding: 0 !important;
    font-weight: 200;
    color:#005daa;
    
}
#menu-primary-header-menu .open .dropdown-menu > li > a:focus,.navbar-nav .open .dropdown-menu > li > a:visited{
    background-color: #fff;
    color:#005daa;
}
#menu-primary-header-menu .open .dropdown-menu > li > a:hover,#header-holder:hover .navbar-nav .open .dropdown-menu > li > a:hover{
    background-color: #fff;
    color:#002544;
}


.navbar-nav > li > .dropdown-menu li a{color: #005daa;}

.navbar-nav > li > a::after {
    color: #fff;
    content: "|";
    font-size: 1em;
    opacity: 0.6;
    position: absolute;
    right: 3px;
    top: 14px;
    width: 1px;
    display: none;
   
}
.navbar-nav > li:last-child > a::after {display:none;}
.navbar-nav > li > a {
	transition: background-color 0.2s ease 0s;
}

/*.navbar-nav ul li a {
	font-weight: 700;
	height: auto;
	min-height: 37px;
	padding: 15px 17px 0;	
	text-decoration: none;
	width: auto;
	word-wrap: break-word;
}*/
.navbar-nav .dropdown-menu li a {  
    height: auto; 
    padding: 0 !important;
    margin: 0; 
    min-width: 16em; 
    border-bottom: 1px solid rgba(255,255,255,0.15);
    font-weight: 200;
    line-height: 1.2em !important;
}

.dropdown-menu li a:before { 
	font-family: 'FontAwesome'; 
	content:"\f054"; 
	font-size: 0.7em; 
	position: absolute; 
	left: 0; 
	visibility: hidden; 
	line-height: 2.1; 
}

.dropdown-menu li a:hover:before { 
	left: 20px; 
/*	visibility: visible;  */
	-webkit-transition: all .2s ease; 
	-moz-transition: all .2s ease; 
	-ms-transition: all .2s ease; 
	-o-transition: all .2s ease; 
	transition: all .2s ease;  
}



.dropdown-menu .dropdown-menu {
	padding-top: 6px;
}

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



.nav-bar {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-bar,
div.nav-bar > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-bar li {
	display: inline-block;
	position: relative;
}

.nav-bar li a {
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-bar li:hover > a,
.nav-bar li a:hover,
.nav-bar li:focus > a,
.nav-bar li a:focus {
	color: #fff;
}

.nav-bar .sub-menu,
.nav-bar .children {
	background-color: #111111;
	border-bottom: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-bar .sub-menu ul,
.nav-bar .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-bar ul a,
.nav-bar ul ul a {
	color: #c78a69;
	margin: 0;
	width: 200px;
}

ul.nav-bar ul a:hover,
.nav-bar ul ul a:hover,
ul.nav-bar ul a:focus,
.nav-bar ul ul a:focus {
	color: #fff;
}

ul.nav-bar li:hover > ul,
.nav-bar ul li:hover > ul,
ul.nav-bar .focus > ul,
.nav-bar .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-bar .current_page_item > a,
.nav-bar .current_page_ancestor > a,
.nav-bar .current-menu-item > a,
.nav-bar .current-menu-ancestor > a {
	color: #bc360a;
	font-style: italic;
}

.isStuck{    
    left:0px;
    width:100%;
}


/* ------------------------------------------------------------------------- *
 *  9. Sidebar Styles
/* ------------------------------------------------------------------------- */

/* Main Sidebar */
.sidebar-frame {
	width: 26%;
	background: transparent;
	z-index: 2;
	/*float: right; */
}

.sidebar-frame .sidebar {
	display: block;
	max-width: 100%;
	/* margin-left: 16.02%; */
}

.sidebar .widget {
	margin-bottom: 10%;
	background: none repeat scroll 0 0 #FFFFFF;
	margin-bottom: 30px;
	padding: 10%;
	position: relative;
	z-index: 0;
	border: 1px solid #eaeaea;
}

.sidebar .widget-title {
    line-height: 30px;
    margin-bottom: 8px;
    padding-left: 0;
    text-transform: uppercase;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1); 
}

.sidebar .widget-title h4 {
	font-weight: normal;
	font-size: 16px;
}

.sidebar .widget ul {
	margin: 0;
	padding: 0;
}

.sidebar .widget ul li {
	list-style-type: none;
	padding: 0;
	display: block;
	padding: 10px 0;
}

.sidebar table#wp-calendar {
	margin: 0;
	width: 100%;
}

.sidebar table#wp-calendar caption {
	margin-bottom: 10px;
	font-weight: bold;
}

.sidebar table#wp-calendar tbody tr td a {
	font-weight: bold;
	font-size: 120%;
}

.sidebar .widget select {
	width: 100%;
	padding: 5px;
	margin: 10px 0;
	font-size: 12px;
}

.sidebar .widget ul li {
	border-bottom: 1px solid #eaeaea;
}

.sidebar .widget ul li a:hover {
	color: #fff;
	transition: color 125ms linear;
}

.sidebar .widget ul li ul {
	margin-left: 15px;
	margin-top: 10px;
}

.sidebar .widget ul li ul li {
	border-bottom: none;
}

.sidebar .widget .searchform label {
	font-size: 12px;
	display: block;
}

.menu-item a {
	word-wrap: break-word !important;
}

input[type="submit"],
button {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	padding: 5px;
	transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
	cursor: pointer;
	text-transform: none;
        background-color: #005daa;
        border:none;
        outline:0 !important;
        font-weight: normal;
}

input[type="submit"]:hover,
button:hover {
	background-color: #002544;
        
}

.sidebar .widget .searchform input#s {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);	
	font-size: 12px;
	padding: 7px 10px;
	margin: 10px 0;
	vertical-align: middle;
	width: 90%;
}

.sidebar .widget ul li a.rsswidget {
	font-weight: bold;
	display: block;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.sidebar .widget ul li .rss-date {
	display: block;	
	line-height: 1.3em;
	font-size: 12px;
}

.sidebar .widget ul li .rssSummary {
	line-height: 1.3em;
	margin: 6px 0;	
}

.sidebar .widget .tagcloud a {
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
    background: url("images/assets/tag.png") no-repeat scroll 12px center #1C1C1C;
    padding: 6px 12px 6px 30px;
	color: #ffffff;
}

.sidebar ul.link-pages {
	padding:0;
	margin: 0 0 5%;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding: 10%;
    position: relative;
    z-index: 0;
}

.sidebar ul.link-pages:before,
.sidebar ul.link-pages:after  {
	content: "";
    display: table;
}

.sidebar ul.link-pages:after  {
	clear: both;
}

.sidebar ul.link-pages li {
	list-style-type: none;
	margin:0;
	padding:0;
}

.sidebar .link-pages li {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.sidebar ul.link-pages li a {
	text-shadow:0 1px 0 #fff;

}

.sidebar ul.link-pages li a {
    display: block;
    min-height: 60px;
    padding: 16px 40px 24px;
    position: relative;
}

.sidebar ul.link-pages li i {
    font-size: 18px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.sidebar ul.link-pages li a span:hover,
.sidebar ul.link-pages li a i.fa:hover {
	color: #111111;
}

.sidebar ul.link-pages li.next-link i {
    right: 10px;
}

.sidebar ul.link-pages li.previous-link i {
	left: 10px;
}

.sidebar ul.link-pages li a strong {
    color: #111111;
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	Line-height: 1.8em;
}

.sidebar ul.link-pages li a span {
    color: #000000;
    font-size: 14px;
	line-height: 1.8em;
	vertical-align: baseline;
}

.sidebar ul.link-pages li {
    text-align: center;
}

/* ------------------------------------------------------------------------- *
 *  10. Top Panel Styles
/* ------------------------------------------------------------------------- */

#cart-wrapper {
	float: right;
    margin-top: 18px;
	display: block;
	width: 50%;
	margin-bottom: 8px;
	font-weight: bold;
	margin-right: 10px;
}

#address-bar {
	float: right;
	display: block;
	width: 50%;
	text-align: right;
	margin-top: 25px;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	height: auto;
}

.address-box,
.phone-box {
	display: block;	
}

.phone-box span i.fa {
	margin-right: 10px;
}

.phone-box span {
	margin-left: 18px;
}

#social-bar {
	float: left;
    margin: 18px auto;
	display: block;
	width: 100%;
	text-align: center;
}

#social-bar ul {
	list-style: none outside none;
    margin-bottom: 0;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#social-bar ul li {
	float: left;
    margin-right: 5px;
	list-style-type: none !important;
}

#social-bar ul li a {
	background: none repeat scroll 0 0 #eaeaea;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 30px;
}

#social-bar ul li a:hover {
	background: none repeat scroll 0 0 #cccccc;
}

#social-bar a i.fa {
	background: none repeat scroll 0 0 transparent;
  	color: #252525;
  	display: inline-block;
  	font-size: 18px;
  	height: 40px;
  	line-height: 40px;
  	margin: 0 auto;
  	transition: all 0.3s ease 0s;
  	width: 40px;
}

#social-bar a i.fa:hover {
	background: none repeat scroll 0 0 #252525;
	color: #ffffff;
}


#cart-wrapper #account-set,
#cart-wrapper #shopping-cart {
	float: right;
	margin-left: 20px;
	line-height: 1.5em;
}

#cart-wrapper #shopping-cart i {
	margin-right: 8px;
	font-size: 1.2em;
}

#topnav .searchformhead {
    border: 1px solid #DDDDDD;
    float: right;
    margin: 15px 0 14px 2px;
    overflow: hidden;
    position: relative;
}

.searchformhead input#s {
    border: 1px solid #DDDDDD;
    color: #666666;
    font-size: 12px !important;
    line-height: 1;
    margin: 0;
	padding: 8px; 
}

/* ------------------------------------------------------------------------- *
 *  11. WooCommerce Styles
/* ------------------------------------------------------------------------- */
.woocommerce div.product div.images img, 
.woocommerce #content div.product div.images img, 
.woocommerce-page div.product div.images img, 
.woocommerce-page #content div.product div.images img {
	box-shadow: none;
	background-color: #ffffff;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    
    background-color: #ee3324;
    color:fff;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{background-color: #888888;
    color:fff;}


.woocommerce div.product .product_title, 
.woocommerce #content div.product .product_title, 
.woocommerce-page div.product .product_title, 
.woocommerce-page #content div.product .product_title {
    clear: none;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 36px;
    margin-top: 0;
    padding: 0;
	color: #111111;
}

.summary.entry-summary .price {
	margin-top: 20px;
	margin-bottom: 50px;
}

.summary.entry-summary .price span{
    color: #111111;
    font-size: 35px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 35px;
	color: #111111;
}

.woocommerce div.product form.cart div.quantity, 
.woocommerce #content div.product form.cart div.quantity, 
.woocommerce-page div.product form.cart div.quantity, 
.woocommerce-page #content div.product form.cart div.quantity {
    float: left;
    margin: 0 20px 0 0;
}

.woocommerce .quantity, 
.woocommerce #content .quantity, 
.woocommerce-page .quantity, 
.woocommerce-page #content .quantity {
    overflow: hidden;
    position: relative;
    width: 140px;
}

.woocommerce .woocommerce-tabs div#tab-additional_information.panel.entry-content table.shop_attributes tbody tr td p {
	margin-left: 10px;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	padding: 5px;
	font-size: 1em;
	line-height: 1.25em;
}

.woocommerce .quantity .plus, 
.woocommerce .quantity .minus, 
.woocommerce #content .quantity .plus, 
.woocommerce #content .quantity .minus, 
.woocommerce-page .quantity .plus, 
.woocommerce-page .quantity .minus, 
.woocommerce-page #content .quantity .plus, 
.woocommerce-page #content .quantity .minus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DEDEDE;
    color: #141414;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    height: 45px;
    line-height: 40px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: text-top;
    width: 45px;
}

.woocommerce .quantity input.qty, 
.woocommerce #content .quantity input.qty, 
.woocommerce-page .quantity input.qty, 
.woocommerce-page #content .quantity input.qty {
    float: left;
    height: 43px;
    padding: 0;
    text-align: center;
    width: 45px;
	font-size: 1.25em;
}

#header-top p {
	letter-spacing: 0;
}

.woocommerce .quantity .plus, 
.woocommerce .quantity .minus, 
.woocommerce #content .quantity .plus, 
.woocommerce #content .quantity .minus, 
.woocommerce-page .quantity .plus, 
.woocommerce-page .quantity .minus, 
.woocommerce-page #content .quantity .plus, 
.woocommerce-page #content .quantity .minus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DEDEDE;
    color: #111111;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    height: 45px;
    line-height: 40px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: text-top;
    width: 45px;
}

.woocommerce .single_add_to_cart_button.button.alt {
    padding: 17px 18px 17px 20px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background-color: #888888 !important;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color: #ee3324 !important;}

.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page #content input.button {
    border: medium none;
    border-radius: 3px;
    color: #111111;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 11px;
    left: auto;
    letter-spacing: 2px;
    line-height: 11px;
    margin: 0;
    overflow: visible;
    padding: 17px 20px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    white-space: nowrap;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover{
	text-decoration:none;
	color: #555555;
}

.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover{
	background:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #555555;
    text-decoration: none;
}

.woocommerce .woocommerce-tabs ul.tabs {
	margin-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel, 
.woocommerce #content div.product .woocommerce-tabs .panel, 
.woocommerce-page div.product .woocommerce-tabs .panel, 
.woocommerce-page #content div.product .woocommerce-tabs .panel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #DEDEDE #DEDEDE;
    border-image: none;
    border-right: 1px solid #DEDEDE;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin: 0 0 60px;
    padding: 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #DFDBDF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    display: inline-block;
    margin: 0 -5px;
    padding: 0 1em;
    position: relative;
    z-index: 0;
	color: #111111;
	font-size: 13px;
	text-transform: uppercase;
	font-family: inherit;
	letter-spacing: 2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
    color: #111111;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 0;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.woocommerce .related ul.products li a.button {
	text-transform: uppercase;
}

.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img {
    box-shadow: none;
	background-color: #ffffff;
}

.woocommerce ul.products li.product a img:hover, 
.woocommerce-page ul.products li.product a img:hover {
    box-shadow: none;
	background-color: #ffffff;
}

.woocommerce .related ul li.product, 
.woocommerce .related ul.products li.product, 
.woocommerce .upsells.products ul li.product, 
.woocommerce .upsells.products ul.products li.product, 
.woocommerce-page .related ul li.product, 
.woocommerce-page .related ul.products li.product, 
.woocommerce-page .upsells.products ul li.product, 
.woocommerce-page .upsells.products ul.products li.product {
    width: 42%;
    margin: 0 8% 3% 0;
    padding: 0;
    position: relative;
	text-align: center;
}

.woocommerce ul.products li.product h3, 
.woocommerce-page ul.products li.product h3 {
    clear: none;
    color: #111111;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.8em;
    margin-top: 20px;
    padding: 0;
}

.woocommerce .related ul.products li a span.price span.amount {
	color: #111111;
	font-size: 14px;
	letter-spacing: 2px;
}

.woocommerce .woocommerce-message, 
.woocommerce-page .woocommerce-message {
    border-top: 3px solid;
}

.woocommerce table.shop_table, 
.woocommerce-page table.shop_table {
    border: 1px solid #DEDEDE;
    border-collapse: separate;
    margin: 0 -1px 0 0;
    text-align: left;
    width: 100%;
}

.woocommerce table.shop_table thead, 
.woocommerce-page table.shop_table thead {
    background: none repeat scroll 0 0 #E5E5E5;
}

.woocommerce table.shop_table, 
.woocommerce-page table.shop_table {
    border-collapse: separate;
    text-align: left;
}

.woocommerce table.shop_table.cart thead tr th {
    border-bottom: 1px solid #DEDEDE !important;
	vertical-align: middle;
	padding: 25px;
	clear: none;
    color: #111111;
    font-size: 13px;
    letter-spacing: 2px;
	font-weight: normal;
}

.woocommerce table.cart th, 
.woocommerce table.cart td, 
.woocommerce #content table.cart th, 
.woocommerce #content table.cart td, 
.woocommerce-page table.cart th, 
.woocommerce-page table.cart td, 
.woocommerce-page #content table.cart th, 
.woocommerce-page #content table.cart td {
    vertical-align: middle;
	border: none;
	border-bottom: 1px solid #DEDEDE !important;
}

.woocommerce table.shop_table.cart td {
    padding: 25px;
}

.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
    width: 50px;
	height: auto;
	margin-bottom: 0;
}

.woocommerce form table.shop_table tbody tr.cart_item td.product-quantity {
	padding: 5px;
}

.woocommerce table.cart td.actions .coupon .input-text, 
.woocommerce #content table.cart td.actions .coupon .input-text, 
.woocommerce-page table.cart td.actions .coupon .input-text, 
.woocommerce-page #content table.cart td.actions .coupon .input-text {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    float: left;
    height: 50px;
    margin: 1px 10px 0 0;
    outline: 0 none;
    width: 220px;
	font-size: 14px;
	letter-spacing: 2px;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    margin-top: 45px;
	width: 100%;
}

.cart_totals h2, .shipping_calculator h2 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 25px;
	text-align: left;
	color: #111111;
}

.woocommerce .cart_totals table td,
.woocommerce .cart_totals table th {
    background: none;
    border: none;
    color: #333333;
    letter-spacing: 1px;
    line-height: 1.8em;
    padding: 6px;
    text-align: left;
}

.woocommerce .cart-collaterals .shipping_calculator {
	float: left;
	width: 50%;
	margin-top: 45px;
}

.woocommerce .cart-collaterals .shipping_calculator .input-text,
.woocommerce .cart-collaterals .shipping_calculator select {
	padding: 12px;
    display: inline-block;
    font-size: 13px;
    position: relative;
    vertical-align: middle;
	letter-spacing: 1px;
}

.woocommerce .woocommerce-info:before, 
.woocommerce-page .woocommerce-info:before {
    content: "i";
    font-style: italic;
}

.woocommerce .woocommerce-info, 
.woocommerce-page .woocommerce-info {
    border-top: 3px solid;
}

.woocommerce .products li a.button{color:#fff;}

.woocommerce p.return-to-shop a.button {
	color: #111111 !important;
        
	text-transform: uppercase;
}

/*.woocommerce .woocommerce-breadcrumb,
.woocommerce .price del {
	display: none;
}*/

.woocommerce .summary,
.woocommerce .woocommerce-tabs {
	line-height: 1.8em;
}

.woocommerce .woocommerce-tabs .panel h3 {
	clear: none;
    color: #111111;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 36px;
    margin-top: 0;
	margin-bottom: 20px;
    padding: 0;
	font-weight: lighter;
}

.woocommerce .related h2,
.woocommerce .woocommerce-tabs .panel h2 {
	clear: none;
    color: #111111;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 36px;
    margin-top: 0;
	margin-bottom: 20px;
    padding: 0;
	font-weight: lighter;
}

.woocommerce .woocommerce-ordering .orderby {
	display: none;
}

.woocommerce .variations_form .variations tbody tr td.value select {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 12px;
    position: relative;
    vertical-align: middle;
}

.woocommerce .summary table td {
	border: none;
}

.woocommerce .summary table td.label {
	line-height: 2.8em;
	vertical-align: middle;
    color: #111111;
    font-weight: normal;
    letter-spacing: 2px;
}

.woocommerce .sidebar .price_slider_wrapper .price_slider_amount .price_label {
	color: #111111;
	font-size: 11px;
}

.woocommerce .products li .price .amount,
.woocommerce p,
.woocommerce .woocommerce-tabs p,
.woocommerce .shop_table tbody tr.cart_item td.product-name dl.variation,
.woocommerce .summary .product_meta span,
.woocommerce .summary table td.value a {
	color: #111111;
    font-weight: normal;
    letter-spacing: 2px;
}

.woocommerce form table.shop_table tbody tr.cart_item td.product-name dl.variation p {
	line-height: 2.1em;
}

.woocommerce ul.products li, 
.woocommerce-page ul.products li {
	text-align: center;
}

.woocommerce span.onsale, 
.woocommerce-page span.onsale {
    border-radius: 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #111111;
    font-size: 12px;
    font-weight: bold;
    left: 6px;
    line-height: 32px;
    margin: 0;
    min-height: 32px;
    min-width: 32px;
    padding: 4px;
    position: absolute;
    text-align: center;
    top: 6px;
}

.sidebar .widget_shopping_cart_content .buttons a.button {
	width: 82%;
	margin-bottom: 10px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    border-radius: 1em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    cursor: pointer;
    height: 0.9em;
    outline: medium none;
    position: absolute;
    top: -0.3em;
    width: 0.9em;
    z-index: 2;
}

.woocommerce .related {
    clear: both;
}

/* ------------------------------------------------------------------------- *
 *  12. Features Section
/* ------------------------------------------------------------------------- */
#features h3.sub-title {
	text-transform: none;
	text-align: center;
}

#from-blog-wrap h2.boxtitle,
.get-in-touch h2.boxtitle,
.about h2.boxtitle,
#features h2.section-title,
#features .feature h3 {
	font-weight: 500;
}

#features {
	overflow: hidden;
	padding: 8% 0;
	background-color: #EBEBEB !important;
	width: 100%;
}
/*.blog-top-image div,
#services-wrap,
#features-wrap,
#about-wrap,
#content-boxes-wrap,
#cta-wrap,
#from-blog-wrap,
.content-posts-wrap,
#get-in-touch-wrap,
#get-strated-wrap,
#social-wrap {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}*/

.blog-top-image div,
#services-wrap,
#features-wrap,
#about-wrap,
#cta-wrap,
#from-blog-wrap,
#get-in-touch-wrap,
#get-strated-wrap,
#social-wrap {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.content-posts-wrap {    
    position:relative;  
    width:100%;
    
/*	margin-top: 20px;
	margin-bottom: 20px;*/
}

.blog-top-image div {
	text-align: left;
}

.blog-top-image h1 {
	padding-top: 3%;
	color: #ffffff;
	font-weight: 700;
	font-size: 2em;
}

.blog-top-image a {
	color: #111111;
}

.blog-top-image div h1.section-title a {
	color: #ffffff;
}

.home-blog .content-posts-wrap {
	padding-top: 1%;
}

.feature {
    display: block;
    float: left;
    position: relative;
    text-align: center;
    z-index: 8;
    width: 100%;
    margin: 0 auto;
    margin-top: 6%;
}
.feature-section-wrap {
    position: relative;
    float: left;
        padding-left: 10em;
    width:100%;
}


.feature-property {
    width: 25%;
    float: left;
    border: 1px solid #eaeaea;
    margin-bottom: 5%;
    height: 280px;
    margin-left: 5%;
    position: relative;
    background: #fff;
}
.feature-property:first-child {
    margin-left: 0;
}
.feature-property:nth-child(4n) {
    margin-left: 0;
}

.feature-property img {
    width: 100%;
    height: 185px;
}
.feature-property h3 {
    text-transform: capitalize;
    font-size: 1.1em;
    text-align: left;
    padding: 0 8%;
    
    margin-top: 10%;
    line-height: 1em;
}
.feature-property p {
    width: 100%;
    position: relative;
    float: left;
}
.feature-property p span:first-child {
    float: left;
    padding-left: 8%;
}
.feature-property p span:last-child {
    float: right;
    padding-right: 8%;
}






.content-boxes .circle,
.feature .circle {
	color: #cccccc;
	font-size: 1em;
 	font-weight: 600;
    border-radius: 500px;
    display: block;
    height: 40px;
    margin: 0 auto;
    padding: 25px;
    width: 40px;
	text-align: center;
	box-sizing: content-box;
}

.feature .circle:hover {
	color: #FFFFFF;
	transition: background-color 125ms linear;
}

.section-title,
h4.sub-title {
	text-align: center;
	padding: 0;
	color: #111111;
}

.section-title-right {
	text-align: left;
	padding: 0;
	color: #111111;
}

.section-title-right:after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 4px;
	width: 8%;
}

h4.sub-title {
	text-transform: none;
	margin-bottom: 45px;
}

.boxtitle:after,
.section-title:after {
    content: "";
    display: block;
    height: 2px;
    margin: 4px auto 7px;
	width: 28%;
}

/*#features h3 {
	margin: 20px 0 2px;
	font-size: 1.15em;
	padding: 0;
	color: #111111;
}
	
#features p {
  	color: #888888;
  	font-weight: 400;
	line-height: 1.5em;
	font-size: 1em;
}*/
	
#features .feature .circle i.fa	{
	font-size: 42px;
}
#features .circle{display:none;}

#from-blog-wrap div {
	text-align: center;
}

.owl-image {
	width: 100%;
	height: 260px;
	transition: all 0.6s ease-out 0s;
}

.owl-image:hover {
	opacity:0.8;
}
	
.about {
	width: 100%;
	position: relative;
	float: left;
}

.about div,
#get-in-touch-wrap,
#social-wrap {
    display: block;
    overflow: hidden;
    padding: 25px 0;
    position: relative;
	text-align: center;
}

.about h3 {
	font-size: 1.15em;
}

.about div p {
	line-height: 28px;
}

.content-boxes {
	width: 100%;
        height: 250px;
	position: relative;
	float: left;
/*	padding: 38px 0;*/
        background: none repeat scroll 0 0 rgba(37, 37, 37, 0.92) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.54);
}
.content-boxes .col {
	float: left;
	text-align: center;
	width: 25%;
        height: 100%;
        position: relative;
}

#content-boxes-wrap{width:100%;height:100%;    position: relative;}
.content-box{width:100%;height:100%;    position: relative;}


.content-boxes a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
        z-index: 2;
        top:0
    
}
/*.content-box:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(237, 51, 36, 0.46);
}*/
/*.content-boxes .col {
	float: left;
	text-align: center;
	width: 31.3333%;
	padding: 1%;
}*/
/*.content-box a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}*/
/*.content-boxes h4 {
    color: #ffffff;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 25%;
    text-transform: uppercase;
    top: 6.5em;
    letter-spacing: 0.2em;
}*/
.content-box h4 {
    color: #ffffff;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    top: 6.5em;
    letter-spacing: 0.1em;
    z-index: 1;
    
}
.hover-box{
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.hover-box:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    
    position: relative;
    background:rgba(237, 51, 36, 0.37);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
}
.hover-box h4:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #005daa;
    top: 8px;
    position: absolute;
    left: 0;
    opacity: 0;
        transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.hover-box h4:before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #005daa;
    top: 8px;
    position: absolute;
    right: 0;
    opacity:0;
        transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.hover-box:hover:before,.hover-box:hover h4:after,.hover-box:hover h4:before {opacity:1;}

.content-boxes .col i.fa {
	font-size: 44px;
}



#services {
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.service {
	margin-right: 4%;
}

.services-left {
	width: 100%;
        float:none;
	padding: 3% 3% 3% 0;
}

.services-right {
	width: 34%;
	float: right;
	padding: 3% 0 3% 3%;
}

.cta {
	width: 100%;
	position: relative;
	float: left;
}

.cta div {
    display: block;
    overflow: hidden;
    padding: 25px 0;
    position: relative;
	text-align: center;
}

.from-blog {
	width: 100%;
	position: relative;
	float: left;
	padding: 50px 0;
}

#from-blog-wrap div h2 {
	margin-bottom: 40px;
}

#get-started {
	padding: 15px 0;
}

.get-strated-left h2 {
    font-size: 25px;
    line-height: 1.8em;
	text-transform: capitalize;
}

.get-strated-left {
	line-height: 2.2em;
}

.get-strated-button {
	width:auto;
	height: auto;
	padding:10px 16px;
	/*border-radius: 8px;*/
	margin-left:20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 3em;
	text-transform: uppercase;
	color: #ffffff;
}

.get-strated-button:hover{
	background:white;
	color:black;
}

.get-in-touch {
	width: 100%;
	position: relative;
	float: left;
}

.git-link{
	border-radius: 5px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 2px solid rgba(255,255,255,0.8);
	padding: 8px 15px;
	font-size: 18px;
	line-height: 30px;
	min-width: 120px;
	text-align: center;
	background: rgba(255,255,255,0.2);
	text-transform: uppercase;
}
.git-link:hover{
	background: rgba(255,255,255,0.3);
}

.get-in-touch #get-in-touch-wrap div {
	padding: 50px 0;
}



.row .row-item {
	width: 50%;
	float: left;
}

.row .row-item .service i.fa {
	float: left;
	line-height: 1.3em;
	font-size: 22px;
	padding: 0.5em 0;
	margin-right: 15px;
}

.content-boxes .col i.fa {
	color: #cccccc;
}

.content-boxes .circle {
	margin-bottom: 20px;
}

.content-btn {
	width:auto;
	height: auto;
	padding:10px 25px;
	/*border-radius: 8px;*/
	margin-left:20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 3em;
	text-transform: uppercase;
	color: #ffffff;
}

.content-btn:hover {
	color:#cccccc;
}

.social {
	width: 100%;
	position: relative;
	float: left;	
}

/* ------------------------------------------------------------------------- *
 *  12. Page Specific Styles
/* ------------------------------------------------------------------------- */


.image-container{padding-left: 0 !important;padding-right: 0 !important;background-size: contain !important;
    background-position: center center !important;
    -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  transition: 0.2s all ease;}

.image-container.add-opacity{
        height: 100%;
    opacity: .2;
}

.image-heading {
    width: 100%;
    position: absolute;
    /* margin: 5em 0; */
    top: 35%;
    transform: translateY(-50%);
}
.image-heading h3 {
    color: #fff;
    /* width: 80%; */
    /* margin: 0 auto; */
    text-align: center;
    letter-spacing: 0.3em;
}
.image-heading span {
    display: block;
    text-align: center;
}
.image-link{}
.image-heading a {
    display: block;
    /* margin: 0 auto; */
    text-align: center;
    color:#ff4200 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size:0.8em;
}



/*contact-us*/
.google-map,.left-section-wrapper{height: 100%;
    width: 100%;}

.google-map iframe {
    width: 100%;
    height: 100%;
}
.right-section-wrapper {
    width: 50%;
    margin: 0 auto;
    height: 93%;
}
.right-bottom-wrap {
    position: relative;
    width: 100%;
    padding-left: 25%;
}





.consult-single .consult-testi {
    width: 100%;
}
.mob-consult{display:none;}
.right-section-wrapper:before {
    content: '';
    display: block;
    width: 50%;
    height: 98%;    
    border-left: 2px solid rgba(234, 234, 234, 0.08);;
    position: absolute;   
    top: 0;
    left: 20%;
}
.contact-info {
    position: relative;
    top: 15%;
}
.contact-info h1 {
    width: 50%;
    line-height: 1.4;
}
.contact-info:before {
    content: '';
    position: absolute;
    display: block;
    height: 14%;
    background: red;
    left: -40px;
    border-left: 5px solid #ff4200;
    top: 13%;
}

.contact-info span {
    display: block;
    font-size: 0.8em;
    line-height: 2.5;
}
.custom-btn.btn-red {
    padding-top: 1.5em;
   
}


/* BASE STYLES FOR INNER PAGES */


.top-banner-image {
    position: relative;
    width:100%;
    height: auto;
    float: left;
}
.contact.top-banner-image{margin-top: 100px;}

.top-banner-container,
.top-banner-container img {
    position: relative;
    width:100%;
    height:100%;
    float:left;
}
.top-banner-container img{
    object-fit: cover;
    object-position: center center;
}
.top-banner-container.no-image{height: 40vh;}
.heading-container  {
    position: absolute;
    width:80%;
    bottom: 50px;   
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.home-head.heading-container  {    
    top: 45%;
    bottom: inherit;
        
}
.heading-container h1{
    color:#fff;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    font-size: 3em;
    letter-spacing: 0.05em;
    font-weight: 200;
    text-transform: uppercase;
}
.heading-container h1 span:first-child{
    float: left;
    width: 50%;
    line-height: 1.2em;
    
}
.heading-container h1 span:last-child{
    line-height: 1.2em;
    width: 50%;
    float: left;
}
.heading-icon img{float: none;
width: 25px !important;}
.home-head.heading-icon {
    position: absolute;
    bottom: 50px;
}


.heading-container h4 span i.fa.fa-map-marker {
    margin-right: 0.5em;
}
.heading-container h4 span:last-child {
    margin-left: 1em;
}
/*TEXT AFTER INNER BANNER PAGE*/

.inner-page-text {
    position: relative;
    float: left;
    width: 100%;
    margin: 6% 0;
}

.inner-page-text h2{
    width: 50%;
    margin: 0 auto;
    line-height: 1.8em;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    text-align: center;
}

.inner-page-text h2:after {
    display: block;
    content: '';
    position: relative;
    margin: 0 auto;
    margin-top: 2em;
    width: 30px;   
    border-bottom: 3px solid #ee3324;
    
}


/* ------------------------------------------------------------------------- *
 *  DEFAULT WRAPPER
/* ------------------------------------------------------------------------- */
    #content-box {
        padding: 3% 0 4%;
        width:100%;   
    }
    .default-wrap{
        position: relative;
        width: 80%;
        margin: 0 auto;
        max-width: 1600px;
    }
    
/* ------------------------------------------------------------------------- *
 *  DEFAULT TEMP
/* ------------------------------------------------------------------------- */

    
    .default-wrap #article {
        margin-bottom: 5%;
    }

    #default-article {
        position: relative;
        width: 80%;
        margin: 0 auto;
        padding: 3em 0;
    }
    #default-article h1,
    #default-article h2,
    #default-article h3,
    #default-article h4,
    #default-article h5,
    #default-article h6{
          font-family: "univia-pro", sans-serif 
    }
    #article h1,
    #article h2,
    #article h3,
    #article h4,
    #article h5,
    #article h6{
        font-family: "univia-pro", sans-serif; 
    }
    #article p{
        color:#6f6f6f;

    }
    #default-article h2{
        text-transform: none;
        font-size: 1.8em;
    }
    #default-article ul,#default-article ol, #default-article ul li,#default-article ol li{font-family: "univia-pro", sans-serif;    font-size: 14px;}

    #article ul,#article ol, #article ul li,#article ol li{font-family: "univia-pro", sans-serif;    font-size: 14px;}

    #default-article ol{list-style-type: decimal;}
    #article ol{list-style-type: decimal;}

    #default-article a,#default-article a:visited,#default-article a:focus{color:#005daa;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;}
    #default-article a:hover{color:#002544 !important;}

    #article a,#article a:visited,#article a:focus{color:#005daa;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;}
    #article a:hover{color:#002544 !important;}
    
/*INNER PAGE BODY SECTION*/

.inner-main-section{position:relative;float:left;width:100%;}



.pro-top-banner-image{ position: relative;
    width:100%;
    height: 250px;
    float: left;}

.pro-top-banner{ position: relative;
    width:100%;
    height: 250px;
    float: left;}

/*INNER SERVICE PAGE*/

.service-section {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 6em;
}
.service-wrap {
    position: relative;
    width: 80%;
    margin: 0 auto;
        padding-top: 10em;
}
.service-box {
    position:relative;
    width: 22.5%;
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
    background: #fff;
}
.service-box a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.service-box h3 {
    position:relative;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    width: 40%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5em;
    padding: 1em 0;
}
.service-box img{width:100%;}


/*INNER PAGE MODAL*/
.modal-section{
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 6em;
}
.modal-wrap {
    position: relative;
    width: 80%;
    margin: 0 auto;
        padding-top: 10em;
}
.modal-box {
    position:relative;
    width: 22.5%;
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
    background: #fff;
}
.modal-box a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.modal-box h3 {
    position:relative;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    width: 40%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5em;
    padding: 1em 0;
}
.modal-box img{width:100%;}

/*INNER PAGE GALLERY*/

.inner-gallery {
    width: 100%;
    position: relative;
    float: left;
}
.gallery-wrap {
    position: relative;
    width: 75%;
    margin: 0 auto;
}
.gallery-wrap ul{
    width: 100%;
    position: relative;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.gallery-wrap ul li {
    display: inline-block;
    width: 4%;   
    padding: 2em 0;
        line-height: 60px;
}
.gallery-wrap ul li img {
    width: 100%;
}

/* ------------------------------------------------------------------------- *
 *  HOME PAGE
/* ------------------------------------------------------------------------- */


.home.top-banner-image {
    height: auto;
    z-index: 1;
}
/* ------------------------------------------------------------------------- *
 *  IMAGE BLOCK
/* ------------------------------------------------------------------------- */
.elementor-widget-image-block {
    width: 100%;
    height: 100%;
    float: left;
}
.elementor-widget-image-block .elementor-widget-container {
    width: 100%;
    height: 100%;
    float:left;
}
.box-section,.image-box-heading{
    height:100%;
}
.box-section img{
    width:100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
}
    .image-box-heading {
    position: absolute;
    width: 100%;
    left: 0;
    /* padding-left: 1%; */
}
    .image-box-heading h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 1.4em;
}
    
   .image-box-heading h3 {
    margin: 0;
    padding: 2% 0 0 0;
    width: 100%;
    line-height: 1.5em;
} 
  .image-box-heading {
    padding: 5% 8%;
}


/* ------------------------------------------------------------------------- *
 *  FlEXBOX
/* ------------------------------------------------------------------------- */
.flexi-container {   
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;
    flex-wrap: wrap;
}

.flexi-item{    
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;
    flex-wrap: wrap;
}
.flexi-acenter{ align-items: center;}
.flexi-astretch{align-items: stretch;}
.flexi-aend{align-items: flex-end;}
.flexi-jcenter{justify-content:center;}
.flexi-jstart{justify-content: flex-start;}
.flexi-jend{justify-content: flex-end;}
.flexi-jspace{justify-content: space-between;}
.flexi-jarspace{justify-content: space-around;}




.green-button-wrap{
    position: relative;
    width: 100%;
    float: left;    margin-top: 2em;
}
.green-button-wrap a{
/*    width: 13%;*/
    width: 180px;
    margin: 0 auto;
    padding: 12px 0;
    position: relative;
    display: block;
    text-align: center;
    font-size: 1em;
    transition: all 0.3s ease;
    -moz-animation-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.green-button-wrap a:hover{
    background: #002544;
    color: #fff !important;
}




/*==================DEFAULT STYLE - BOX ================================*/




/*margin-top: -52px;HOME-PAGE SLIDER*/

/* #carousel-example-generic{  border: 15px solid #ED3324;}*/
#carousel-example-generic {
    width: 100%;
    height: auto;
}

.carousel-inner,
#myCarousel,
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img,
.carousel-inner .item.active,
.carousel-inner .item {
    height: 100% !important;
    width:100%;
}
/*.carousel-indicators .active {
    width: 8px !important;
    height: 8px !important;
    background-color: #ED3324 !important;
}
.carousel-indicators {
    left: 90% !important;
}
.carousel-indicators li {
     width: 8px !important;
    height: 8px !important;
    border: 1px solid #ED3324 !important;
    
}*/

/* ------------------------------------------------------------------------- *
 *  SEARCH
/* ------------------------------------------------------------------------- */ 
.search-bar {
    position: absolute;
    float: left;
    width: 50%;
    left: 5%;
    top: 70%;
    transform: translateY(-50%);  
}
.home .search-bar{z-index:2;}

.search-bar-wrap {
    position: absolute;
    width: 550px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 0.8em;
    /* border: 8px solid rgba(255, 255, 255, 0.38); */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 9;    
}

.search-bar-wrap form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
input#job-search-textbox {
    width: 42%;
    padding: 0.5em;
    display: flex;
    line-height: 1.5em;
    flex-wrap: wrap;
    text-indent: 20px;
        
}

::-webkit-input-placeholder {
    color:rgba(51, 62, 72, 0.36) !important;
    font-family: "univia-pro", sans-serif !important;
    font-style: normal;
}

:-moz-placeholder { /* Firefox 18- */
    color: rgba(51, 62, 72, 0.36) !important;
    font-family: "univia-pro", sans-serif !important;
    font-style: normal;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: rgba(51, 62, 72, 0.36) !important;
    font-family: "univia-pro", sans-serif !important;
    font-style: normal;
}

:-ms-input-placeholder {  
    color: rgba(51, 62, 72, 0.36) !important;
    font-family: "univia-pro", sans-serif !important;
    font-style: normal;
    
}


.selectpicker {
    position: relative;
    width: 68%;
    display: inline;
    text-indent: 20px;
    border-radius: 0 !important;
    /*color: #002544 !important;*/
    padding: 0.5em;
    border: 1px solid rgb(234, 234, 234);
    font-size: 1em;
    font-weight: bold;
    margin-right: 1.2em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    overflow: hidden;
    background: url('../../wp-content/uploads/2016/06/dropdown-icon.png') no-repeat right #fff;
    background-size: 10px 8px;
    background-position: 90%;
    line-height: 1.5em;
}

select.selectpicker.novalue,
select.selectpicker option:first-child {
    color: #ccc;
    font-style: italic;
}

select.selectpicker option:not(:first-child) {
    color: black;
}

.search-bar-wrap .btn-search {
    font-family: "univia-pro", sans-serif;
    color: #002544 !important;
    font-size: 0.95em;
    font-weight: bold;
    padding: 0.5em;
    background-color: #005daa  !important;
    border: none;
    width: 28% !important;
    transition: all 0.3s ease;
    -moz-animation-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-top: 0;
    text-transform: capitalize;
    line-height: 1.5em;
}
.search-bar-wrap .btn-search:hover{
     background-color: #005daa !important;
     color:#002544 !important;
    
}
.selectpicker:focus, 
.search-bar-wrap .btn-search:focus{
    outline-color: #eaeaea !important;
}

.search-bar-wrap .btn{    
    width: 30% !important;
    border-radius: 0 !important;
}



.feature-title {
    width: 30%;
    margin: 0 auto;
/*    border: 1px solid #c78a69;*/
    color: #ee3224;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 1.1em;
    height: 50px;
    padding: 0;
    line-height: 50px;
}   




/* ------------------------------------------------------------------------- *
 *  PAGINATION
/* ------------------------------------------------------------------------- */ 
.custom-pagination{
              position:relative;
              float:left;
              width:100%;
              margin:8% 0;
                  
          }
         .pagination-wrap {
    position: relative;
    width: 50%;
    margin: 0 auto;
}
.page-numbers{
    font-size: 1.2em;
    line-height: 15px;
    
}

span.page-numbers.page-num {
    
    text-transform: uppercase;
    margin:5%;
}

a.next.page-numbers {
    margin-left: 10px;
    font-size: 1.1em;
}

a.prev.page-numbers {
    margin-right: 10px;
    font-size: 1.1em;
}

a.page-numbers {
        margin: 0 5px;
        background-color:#fff;
}

    

a.page-numbers:hover{
    color:#fff !important;
    background:#005daa;
}

span.page-numbers.current{
    background: #005daa;
    color: #fff;
/*    padding: 0 2%;*/
    visibility: visible !important;
    margin: 0 1%;
    
}





.left-top-section,.right-top-section{position:relative;width:50%;height:450px;}
.left-top-section{float:left;}
.right-top-section{float:right;}
.heading-wrap{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 20%;
}
.heading-wrap h2 {
    font-size: 1.5em;
    letter-spacing: 0.1em;
    padding-top: 15%;
    text-align: left;
    margin-bottom: 1em
}
.heading-wrap p {
    font-size: 0.9em;
    line-height: 2.1em;
    margin: 0;
}
.mid-section{width:100%;
padding:5%;position:relative;}
.mid-section p{
    width: 35%;
    margin: 0 auto;
    font-size: 1.2em;
    /* letter-spacing: 0.1em; */
    text-align: center;
}

#article
    {
        position:relative;
    width: 100%;
  float:left;
}
#article strong{
    font-size: 1.2em;
/*    text-transform: uppercase;*/
    letter-spacing: normal;
    line-height: normal;
}
#article p{
        font-size: 0.95em;
            line-height: 2em;
/*    letter-spacing: 1px;*/
    /* line-height: 2.1em; */
/*        padding-bottom: 2em;*/
}
#article em{
    text-transform: none;
    font-size: 0.8em;
    line-height: normal;
    letter-spacing: normal;
}

/*search*/

.error-text-wrap{
   margin: 7% 0 7% 0;
}

/* ------------------------------------------------------------------------- *
 *  CONTACT
/* ------------------------------------------------------------------------- */ 
.contact-banner-image {
    position: absolute;
    width:100%;
    height: 250px;
    float: left;
    border: 7px #ee3324;
    border-style: none solid solid;
}

.contact-banner-container,.contact-banner-container img {position: relative;width:100%;height:100%;float:left;}

.contact-main-section {
    position: relative;
    width: 65%;
    padding-bottom: 10em;
    padding-top: 10em;
    margin: 0 auto;
}

.page-template-contact-tpl #grid-container {
    background: #a2a29d;
}

.top-google-section{position:relative;float:left;width:100%;height: 350px;}

.top-section {
    position: relative;
    width: 100%;
    float: left;
}
.top-section-wrap {
    position: relative;
    width: 100%;
    float: left;
    padding: 3em 0;
}
.top-section-wrap p{
    width: 80%;
    margin: 0 auto;
    padding-top: 1em;
}
.bottom-section {
    position: relative;
    width: 100%;
    float: left;
}
.bottom-section-wrap {
    position: relative;
    width: 100%;
    float: left;
}

.google-map-container {
    position:relative;float:left;width:100%;
    float: left;
    height:100%;
}

.google-map-container iframe {
    width: 100%;
    height: 100%;
    position: relative;
    float:left;
}

.info-window-wrap{
    width: 350px;
    padding: 20px;
}
.info-window-wrap h4 {
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0;
}



.bottom-contact-section {
    position: relative;
    float: left;
    width: 100%;
}

.left-bottom {
    position: relative;
    width: 50%;
    float: left;
    height: 650px;
}

.contact-sign {
    width: 40%;
    position: relative;}
.contact-sign img {
    width: 100%;
    height: 100%;
}
.contact-sign:after {
    content: '';
    display: block;
    margin-top: 2em;
    width: 20em;
    background: #ee3324;
    height: 1px;
}

.left-bottom h3 {
    position:relative;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    text-transform: capitalize;
    font-size: 1em;
    margin: 2.5em 0 1em 0;
    padding: 0;
}

.left-bottom p {
    font-size: 0.95em;
    letter-spacing: 0.06em;
    padding-right: 3em;
}

.left-bottom span {
    display: block;
    font-size: 0.95em;
    letter-spacing: 0.06em;
}
.right-bottom {
    position: relative;
    width: 50%;
    float: right;
    padding-top: 12em;
}

.right-bottom .wpcf7-form-control-wrap{position: relative;
    float: left;    width: 60%;}
.right-bottom .wpcf7-form p span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
.right-bottom .wpcf7-form p span.wpcf7-form-control-wrap input.wpcf7-form-control {
    background: none repeat scroll 0 0 #fff;
    color: #667279;
	display: block; 
	margin: 0; 
	padding: 7px 20px; 
	width: 100%; 
	font-size: 0.85em;
	resize: none; 
	border-radius: 0; 
	border: 0;
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
        border:1px solid #eaeaea;
}
.right-bottom .wpcf7-form p span.wpcf7-form-control-wrap{width:100%;}

.right-bottom .wpcf7-form p span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
	width: 100% !important;
}
.right-bottom .wpcf7-form-control{background-color:#fff;}
.right-bottom .wpcf7-form p input.wpcf7-submit {
    width: auto;
    height: auto;
    padding: 0px 18px;
    border-radius: 0px;
    margin-left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 2.2em;
    text-transform: uppercase;
    color: #ee3324;
    background-color: rgba(238, 51, 36, 0.15);
    border: 2px solid #ee3324;
    letter-spacing: 2px;   
    margin-top: 2em;
    float: right;
    font-family: "univia-pro", sans-serif;
    outline:0 !important;
}
.right-bottom .wpcf7-form p input.wpcf7-submit:hover{background-color:#ee3324;color:#fff;}



.right-bottom .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    transform: scale(0.67);
    -webkit-transform: scale(0.67);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    top:10px;
    position:relative;
}

/* ------------------------------------------------------------------------- *
 *  OVERRIDE DEFAULT CONTACT7 STYLES
/* ------------------------------------------------------------------------- */

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    padding: 20px;
    float: left;
}
.wpcf7-form-control {
    background-color: #fff !important;
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    float: left;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.wpcf7-form-control:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus{
    outline: 0;
    box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.11);
    -o-box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid #e6e6e6;
}

.wpcf7-form-control.wpcf7-select {
    background: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('/wp-content/themes/cdgbrand/images/assets/dropdown-arrow-grey.png') no-repeat right #989898;
    background-size: 11px;
    background-position-x: 96%;
    background-position-y: 50%;
/*    background-image: linear-gradient(45deg, transparent 50%, #989898 50%), linear-gradient(135deg, #989898 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) calc(1.1em + 3px), calc(100% - 10px) calc(1.1em + 3px), calc(100% - 2em) 1em;
    background-size: 10px 5px, 5px 5px, 1px 1em;
    background-repeat: no-repeat;*/
/*    background-image: linear-gradient(45deg, transparent 50%, #989898 50%), linear-gradient(135deg, #989898 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 16px) calc(1.2em + 2px), calc(100% - 11px) calc(1.2em + 2px), calc(100% - 2em) 0.5em;
    background-size: 6px 6px, 6px 6px, 1px 2em;
    background-repeat: no-repeat;*/
}
.wpcf7 .btn-default-wrap{padding:20px;}
.wpcf7-form-control.wpcf7-submit{
    padding: 15px;
    font-size:18px;
    font-weight: 200;
}

.wpcf7 .form-label{
  padding: 20px 20px 0;
    font-size: 14px;
    letter-spacing: 1px;  
}
.wpcf7 .form-label sup {
    color: #FF0000;
    font-size: 12px;
    margin-left: 3px;
    top: -3px;
}

/* ------------------------------------------------------------------------- *
 *  OVERRIDE DEFAULT BOOTSTRAP STYLES
/* ------------------------------------------------------------------------- */ 

    body.modal-open {
        padding-right: 0 !important;
    }
    .flexed-modal.in{
        display: flex !important;
    }
    .modal-dialog{
        margin: auto;
/*        height: 100%;*/
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
   .modal-content {
        background-color: #f3f3f3;
        width: 100%;
        border-radius: 0 !important;
    }
.modal-header {
    padding: 4% 5%;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
  .modal-body {
      float:left;
    width: 100%;
    padding: 5%;
    
}
.close:hover, .close:focus{background-color:transparent;}


.btn{border-radius: 0 !important;}

.btn-default {
    color: #fff !important;
    background-color: #002544 !important;
    border-color: #002544 !important;
    font-family:"univia-pro", sans-serif !important
}
.btn-default:hover {
    color: #002544 !important;
    background-color: transparent !important;
    border-color: #002544 !important;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #002544 !important;
    text-decoration: none !important;
    background-color: transparent !important;
    border-color: #002544 !important;
}



#logo-gallery .ug-tile-navigation-wrapper {
    top: 20% !important;
    width: 100%;
    left: 0 !important;
    z-index: 20;
}

#logo-gallery .ug-button-tile-navigation.ug-button-tile-right {
    float: right !important;
}



/*sitemap*/

.site-map {
    position: relative;
    width: 90% !important;
    margin: 0 auto;    
    padding: 2em 0;
}
.site-map h2 {
    background-color: #eaeaea;
    color: #005daa;
    padding-left: 16px;
    font-size: 1.5em;
}
.site-map>ul {
    position: relative;
    width: 100%;
    padding: 1em 0 0 0;
}
.site-map>ul li {
    width: 100%;
}

.site-map>ul li a, .site-map>ul li a:focus,.site-map>ul li a:visited{
    color: #002544;
    font-size: 1em;
}
.site-map>ul li a:hover{color: #005daa !important;}

.site-map>ul li a ul.children li a,.site-map>ul li a ul.children li a:focus,.site-map>ul li a ul.children li a:visited{
    color: #002544;
    font-size: 0.9em;
}
.site-map-cat{
    list-style: none;
}
.site-map-cat span{font-size:1em;}


  .social-section-wrap{position:relative;width:80%;margin:0 auto;}
   .social-section,.social-linkedin{width:50%;position:relative;padding: 0 0 2em 0;}
   .social-section h5 {
    display: inline-block;
        margin-right: 1em;
}
.social-section a {
    margin-right: 1em;
    font-size: 1.2em;
}
   .social-linkedin img{
    width: 20%;
    float: right;
} 

        .show-div{
            display: block !important; 
        }
   .about-us .btn-cv{
    font-size: 0.95em;
    width: 28%;
    line-height: 2.5em;
    justify-content: center;
}     

/*error*/
.sorry {
    line-height: 18px;
    font-size: 2em;
    text-align: center;
    padding: 2em 0;
}

.error-article{
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 8.5em 0;
}



    .con-add{margin: 1.5em 0 1.5em 0;}
    .con-info h4{width:100%;position:relative;float: left; margin: 0;}
    .con-info h4:first-child{}
    .con-info h4:last-child{}
    .con-info h4:last-child span{display: block;
    width: 420px;}
    .con-info h4:last-child span:last-child{margin-right: 0;}
    .con-info h4:last-child span a{
    display: block;
    text-align: center;
    width: 100%;
    }
    .con-info h4 span{
        margin-right: 1em;
        width: 200px;
        display: inline-block;
        line-height: 2.1em;
        text-align: center;
        font-size: 0.9em;
    }
    .con-info h4 span a{
        display: block;
        transition: all 0.3s ease; 
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    .con-info h4 span a:visited,.con-info h4 span a:focus{color:#fff !important;}
    .con-info h4 span a:hover{
        background:#002544;
        color:#fff !important;
    }
    
    /*SOCIAL*/
    .inline-social-share a{margin-bottom: 1em;margin-right: 0.5em;}
    .inline-social-share a:last-child{margin-right:0;}


                                
    .social-share-section{    
        width: 80%;
        margin: 0 auto;
        position: relative;}
                               
#social-trigger{position: relative;float:right;z-index:1;cursor:pointer;}
 #social-trigger a img{position:relative;width:100%;height:100%;}

.stay-hover{display:block;}
#social-share{
    display:none;   
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social-hide{display:none !important;}
.social-show{display:block !important;}
.social-share {
    position: relative;
    width: 250px;
}
.social-share {
    position: absolute;
    width: 250px;
    background: #fff;
    border: 1px solid #eaeaea;
    z-index: 1;
    right: 4em;
    top: 2em;
}
.social-share h5{
    margin: 0;
    padding: 1em;
}



.social-share a {
    display: block;
    width: 100%;
    padding: 1em;
    color: #757373;
}
.social-share a i {
    margin-right: 1.5em;
}
.social-share span{
    padding: 0.3em 0.5em;
    color: #fff;
    position: relative;
    float: right;
}

.inline-social-share {
    position: relative;
    width: 100%;
    margin: 3em 0;
    display: flex;
    flex-wrap: wrap;
}
.inline-social-share h5{
    width: 100%;
    margin-bottom: 2em;
}

.inline-social-share a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1em;
    color: #757373 !important;
}
  .inline-social-share a i {
    margin-right: 1em;
    margin-left: 0.5em;
}
.inline-social-share span{display:none;}


                          
/* ------------------------------------------------------------------------- *
 *  1. CUSTOM POST TYPES & TAX
/* ------------------------------------------------------------------------- */

.single, .page-template-default{background-color: #efefef;}

.custom-archive, .custom-single-post-body{
    position: relative;
    width: 100%;
    float: left;
}

.mobile-phone,.mobile-phone a{cursor:default;color: #002544;}
.mobile-phone a:hover,.mobile-phone a:focus,.mobile-phone a:visited {color: #002544 !important;}


.raised-box{
    overflow: hidden;
    transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
        
    
}
.raised-box:hover{
        -webkit-box-shadow: 1.2px 1.2px 9px 4px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 1.2px 1.2px 9px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 1.2px 1.2px 9px 4px rgba(0, 0, 0, 0.28);
/*    transform: scale(1.01);*/
     transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    
}
.btn-mobile{display:none;}
.btn-mobile {
     position: relative;
    float: left;
    background: #fff !important;
    color: #404242;
    border: 1px solid #ddd;
    width: 100%;
    margin: 2em 0 0 0;
    font-size: 15px;
    text-align: left;
    text-indent: 15px;
    padding: 10px;
    letter-spacing: 0.03em;
    line-height: 1.5em;
}
.btn-mobile i{
        /*margin-left: 82% !important;*/
        float: right;
        margin-right: 15px;
        font-size: 1.2em;
        margin-top: 0.2em;
    }

/* ------------------------------------------------------------------------- *
 *  ARCHIVES 
/* ------------------------------------------------------------------------- */
    
    #archive-page {padding: 3% 0 4%;}
    
    .archive-container{
        position:relative;
        width:80%;
        margin:0 auto;
        max-width: 1600px;

    }
    .archive-item{margin-bottom:5% !important;}
    .archive-item:last-child{margin-bottom:0;}
    
/* ------------------------------------------------------------------------- *
 *  ARCHIVE - DEFAULT
/* ------------------------------------------------------------------------- */

    .card-container.flexi-container {
        flex-direction: row;
    }
/* Resolve IE 11 bug products & services   .card-item.flexi-item{
        flex-direction: column;
    }*/
    .card-item-text{
        padding: 30px 20px;
        border-top: 1px solid #ddd;
    }
    .card-item-text.flexi-item{
        flex: 1;
    }
    .card-item-text h4 {
        font-size: 1.4em;
        line-height: 1.5em;
    }    
    .card-item-wrap{
        padding: 20px;
    }

/* ------------------------------------------------------------------------- *
 *  ARCHIVES - CURR OPP
/* ------------------------------------------------------------------------- */
    #curr-opp .archive-body {padding: 3% 0 4%;}
    #curr-opp .archive-container {width: 60%;}
    .curr-opp.archive-container {width: 65%;}
    .curr-content-text {
        width: 85%;
        border-right: 1px solid #ddd;
        padding: 8% 8%;
    }
    .curr-content-text h2{
        font-size: 24px;
        padding-bottom: 3%;
        width: 100%;  
    }
    .curr-content-text h3{
        font-weight: 200;
        font-size: 1em;
        width: 100%;
        line-height: 1.5em;
    }
    .curr-content-text h3 span:first-child {
        padding-right: 5%;
    }
/* ------------------------------------------------------------------------- *
 *  ARCHIVES - AWARDS
/* ------------------------------------------------------------------------- */

    #archive-awards {
        padding: 3% 0 4%;
    }    
    .awards-container{width:80%;max-width: 1600px;} 
    .top-sdesc h2 {
        margin: 0;
        padding: 0;
        font-weight: 200;
        line-height: 1.3em;
    }
    .top-content-wrap {
        margin: 0 1% 5%;
        border-bottom: 1px solid #ddd;
        padding: 0 0 5% 0;
    }
    .top-sdesc{
        padding: 1% 1% 1% 0;
    }
    .top-desc {
        padding: 1% 0 1% 1%;
    }
    .awards-heading{padding:20px;}

/* ------------------------------------------------------------------------- *
 *  ARCHIVES - DAWN DIRECT
/* ------------------------------------------------------------------------- */
.dawn-direct .card-item-text{padding:20px;}
.dawn-direct .card-item-text h4 {font-size: 16px;}



.tabs-content-wrap .tab-content > .active {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.img-line:after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;    
    position: absolute;
    opacity:0;
     transition: all 0.3s ease; 
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;    
}


.raised-box:hover .img-line:after{
    opacity: 1;
}
.nav-tabs > li > a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid #ddd !important;
    border-right: 0 !important;
    padding: 1.2em 0 !important;
    text-align: center;
    border-radius: 0 !important;
    color:#404242 !important;
}
.nav-tabs > li:last-child > a{
    border-right:1px solid #ddd !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #002544 !important;
    cursor: default;
    background-color: #f6f6f6  !important;
    /* border: 1px solid #ddd; */
    /* border-bottom-color: transparent; */
    /* border-bottom: 12px solid #ddd; */
    border-radius: 0;
    border-right: 0;
        -webkit-box-shadow: inset 3px -17px 0px -8px rgba(221,221,221,1);
    -moz-box-shadow: inset 3px -17px 0px -8px rgba(221,221,221,1);
    box-shadow: inset 3px -17px 0px -8px rgba(221,221,221,1);
}
.tab-content {
    width:100%;
    position: relative;
    float: left;
    margin-top: 2em;
}
.tab-head{
    padding: 2em 5em;
}
.tab-head h3{
    margin: 1em 0 1em 0;
    padding: 0;
    font-size: 1.5em;
}

.tab-head p{    margin: 0;
}

tab-head h3, .tab-head p{  
    text-align: left;
}
.tab-details{
    padding: 5em;
    position: relative;
    float: left;
    width: 100%;
}
a.tab-menu-link.apply-now{
    color: #002544 !important;
    z-index: 10;
}
a.tab-menu-link.apply-now:before {
    content: '';
    display: block;
    position: absolute;
    width: 88%;
    background: #005daa;
    color:#002544;
    height: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: -1;
}
.tab-bottom-menu>div.bg-mgrey:hover{
    background-color: rgba(182,182,182,0.65);
    color: #002544 !important;
}
.tab-bottom-menu>div.bg-yellow:hover{
    background-color: rgb(253, 211, 88);
    color: #002544 !important;
}
a.tab-share:visited,a.tab-share:focus,a.tab-apply-now:visited,a.tab-apply-now:focus{color: #002544 !important;}
a.tab-share:hover,a.tab-apply-now:hover{color: #002544 !important;}

.tab-share{cursor:pointer;}
.social-tab {
    position: absolute;
    width: 100%;
    background: #404242;
    top: 0;
    padding: 1.05em;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.social-tab a {
    color:#fff;
    font-size: 1.5em;
    margin-right: 5%;
    margin-left: 4%;
}
.social-tab a i.fa.fa-facebook-official,
.social-tab a i.fa.fa-google-plus-square,
.social-tab a i.fa.fa-pinterest,
.social-tab a i.fa.fa-linkedin-square{
     color:#fff;
}
.social-tab a:hover{color:#005daa !important;}
.social-tab a:hover i.fa.fa-facebook-official,
.social-tab a:hover i.fa.fa-google-plus-square,
.social-tab a:hover i.fa.fa-pinterest,
.social-tab a:hover i.fa.fa-linkedin-square{
     color:#005daa;
}

.social-tab:hover {
    opacity: 1;
}


/* ------------------------------------------------------------------------- *
 *  PAGE BUILDER
/* ------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- *
 *  Full,2c
/* ------------------------------------------------------------------------- */

.half-width img{
    width:100%;
    height:auto;
    object-fit: cover;
    object-position: center center;
    
}
.desc-2c1 h3, 
.desc-2c2 h3{
    font-weight:200;
    font-size:2em;
    margin:0;
    padding:0;
    line-height:1.5em;
}
 
.desc-2c2 p,.desc-2c2 ul{
    font-size:15px;
    
}

/* ------------------------------------------------------------------------- *
 *  GFULL-PANEL
/* ------------------------------------------------------------------------- */

    .panel-group {
        margin-bottom: 0 !important ;
    }
    .panel{
        box-shadow: none;
        border: 0px !important;
    }
    .panel-group .panel+.panel{
    margin-top: 0px;
    }
    .panel-group .panel{
        border-radius: 0px !important;
    }
    .panel-heading{
        position: relative;
        width:100%;
        float: left;
        border-radius: 0px;
        color: #fff;
        padding: 0;
    }

    .panel-title {
        position:relative;
        padding: 4% 0 0 0;
        width: 100%;

    }
    .panel-title a {
        position: relative;
        float: right;}

    .collapse-icon {

        margin-right: 2em;
    }
    /*.panel-group .panel:last-child{
        border-bottom: 5px solid #2ba659;
    }*/
    .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group{
    /*    border-top: none !important;*/
    }
    panel-collapse .collapse.in{
        border-bottom:0;
    }
    
    .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
    .animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
    .animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}
    
    @-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
    @keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
    @-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}
    @keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}
    
    .rotate-icon{
        -webkit-transform: rotate(-225deg);
        -moz-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }

    /*people*/
    #drpcontent .panel-title .collapse-icon{
        -moz-transition: -moz-transform 0.5s ease-in-out;
        -o-transition: -o-transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
    }

/* ------------------------------------------------------------------------- *
 *  GFULL-WIDTH
/* ------------------------------------------------------------------------- */
.grid-fw{
    
}
    /*image + label */
    
    /*absolute image + content */
    .abimg-text-container {
        padding: 80px 0;
    }
    
     .abimg-text-item{
        margin-bottom: 100px;
    }
    .abimg-text-item:last-child {
        margin-bottom: 0 !important;
    }
    
    .abimg-text-item:last-child{margin-bottom:0;}

    .abimg-text-item-wrap {
        position: relative;
        background: #fff;
        width: 98%;
        margin-top: 2%;
        padding: 0 0 2% 0 !important;
        margin-left: 2%;
    }
    .abimg-text-item-wrap:after {
        content: '';
        position: absolute;
        display: block;
        width: 1px;
        background: #ebebeb;
        height: 100%;
        left: 45%;
    }

    .abimg-text-item:nth-child(even) .abimg-text-item-wrap:after{
        left:55%;
    }

    .abimg-text-item-wrap.raised-box {
        overflow: visible;
    }

    .abimg-text-img{
        width: 45%;
        margin-top: -2%;
        margin-left: -2%;
    }

    .abimg-text-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .abimg-text-text {
        width: 55%;
            align-items: center;
        padding-top: 2%;
    }
    .abimg-text-text-wrap{
        border: 0;
        margin: 0 15%;
    /*    padding: 0 0 8% 0;*/
    }


    
    .abimg-text-text-wrap h2 {
        line-height: 1.3em;
        padding: 0 0 3% 0;
    }
    .abimg-text-text-wrap p {
        text-align: justify;
        margin: 0 0 6% 0;
        font-weight: 200;
        font-size: 1.1em;
    }
    .abimg-text-text-wrap h3 {
        font-size: 0.9em;}


    .abimg-text-item:nth-child(even) .abimg-text-img, .abimg-text-item:nth-child(odd) .abimg-text-text {
        order: 1;
    }

    .abimg-text-item:nth-child(even) .abimg-text-img{
        margin-right: -2%;
        margin-left: 2%;
    }

    .abimg-text-item:nth-child(even) .abimg-text-item-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    
    /*image + label + text*/
    
        .grid-fw-imgtxt .grid-fw-img {width: 60%;}
        .grid-fw-imgtxt .grid-fw-noimg {width: 100%;}

/*        .grid-fw-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }*/
        .grid-fw-img h2,.grid-fw-noimg h2 {
            position: absolute;
            width: 50%;
            bottom: 0;
            margin: 0;
            padding: 3% 0 3% 4%;
            line-height: 1.3em;
            font-weight: 200;
            text-align: left;
            font-size:24px;
        }
        
        .grid-fw-imgtxt .grid-fw-text {
            width: 40%;
        }
        
        .grid-fw-text-wrap {
            margin: 0 15%;
            border-bottom: 1px solid #eee;
            padding: 0 0 5%;
        }
        .grid-fw-text-wrap h3{    
            margin: 0;
            padding: 0;
            font-size: 1.3em;
        }

        .grid-fw-imgtxt .grid-fw-item:nth-child(even) .grid-fw-img {
            order: 1;
        }

        .grid-fw-imgtxt .grid-fw-item:nth-child(odd) .grid-fw-text {
            text-align: right;
        }

/* ------------------------------------------------------------------------- *
 *  GRID IMAGE THUMBAILS
/* ------------------------------------------------------------------------- */
.grid-thumb-item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.grid-thumb-item:nth-child(3n+3) {
    margin-right: 0;
}

.grid-thumb-item .thumb-wrap img{
    width: 100%;
    object-fit: cover;
    object-position: center center;

}
.grid-thumb-item .thumb-content-wrap hgroup{
    padding: 8%;
    align-self: flex-end;
}
.grid-thumb-item .thumb-content-wrap hgroup h2{
     font-size: 0.8vw;
     line-height: 1.5em;
}
.grid-thumb-item .thumb-content-wrap hgroup h3{
    font-size: 0.7vw;
    font-weight: 200;
}
.grid-thumb-item .thumb-content-wrap hgroup h3 span{
    display: inline-block;    
    
}
.grid-thumb-item .thumb-content-wrap hgroup h3 span:first-child{
    border-right: 1px solid #ddd;
    padding-right: 5%;
    margin-right: 5%;
}

.grid-thumb-item .thumb-content-wrap .dl-btn {align-self: flex-end;line-height: 1em;}

.dl-btn a{
    display: block;
    padding: 4%;
    color:#fff;
    font-size: 13px;
    font-weight:300;
}
.dl-btn a:first-child{border-right: 1px solid #ddd;}

.dl-btn a:hover{background-color:#023f71;color:#fff !important;}

/* ------------------------------------------------------------------------- *
 *  GM LAYOUT 
/* ------------------------------------------------------------------------- */
.grid-wrap{max-width:1600px;}
.grid{margin:8% 0;}
/*.grid-item{width:30%;margin:1.65%;}*/
/*.grid-item{width:20%; }*/
.grid-item.grid-2,
.grid-item.grid-7,
.grid-item.grid-10{
    width: 58%;
}
.grid-item.grid-2,
.grid-item.grid-4,
.grid-item.grid-7,
.grid-item.grid-8{
    height:468px;
}

.grid-item.grid-1,
.grid-item.grid-3,
.grid-item.grid-5,
.grid-item.grid-6,
.grid-item.grid-9,
.grid-item.grid-10,
.grid-item.grid-11{
    height:230px;
}

/*.grid-content {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}*/
.grid-item.grid-2 .grid-content .grid-content-sdesc,
.grid-item.grid-2 .grid-content .grid-content-stitle{padding: 0 8%;}
.grid-item.grid-10 .grid-content .grid-content-title{padding: 0 8% 5% 0;}

.grid-item.grid-7 .grid-content,.grid-item.grid-2 .grid-content{display: block;}
.grid-item.grid-2 .grid-content .grid-content-sdesc{top: 15%;}
.grid-item.grid-2 .grid-content .grid-content-stitle{margin-top: 0;
    bottom: 15%;}

.grid-item.grid-7 .grid-content .grid-content-sdesc{
    bottom: 25%;
    padding: 0 8%;
}
.grid-item.grid-7 .grid-content .grid-content-stitle{
    bottom: 10%;
    margin-top: 0;
    padding: 0 8%;
}

.grid-content-title,.grid-content-sdesc,.grid-content-stitle {
    position: absolute;
    width: 100%;
    padding: 0 15%;
}
.grid-content-title{
    right: 0;
    bottom: 0;
    padding-bottom: 15%;
}
.grid-content-sdesc {
   
    left: 0;
}
.grid-content-stitle{
    left: 0;
    margin-top: 10%;
    
}
.grid-content-title h2 {
    
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}
.grid-content-sdesc h3 {
    
    line-height: 1.3em;
    font-weight: 200;
    margin: 0;
    padding: 0;
}
/*    .grid-item h4 {
        position: absolute;
        width: 100%;
        bottom: 10px;
        padding-left: 1em;
    }*/

    .grid-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }
    
/*    .grid-item.grid-6 {
        left: 0 !important;
    }

    .grid-item.grid-7{
        left: 33.238% !important;
        top: 33.3% !important;
    }
    
    .grid-item.grid-8{
        left: 66.7374% !important;
        top: 33.3% !important;
    }
    
    .grid-item.grid-9{
        left: 33.238% !important;
        top: 50% !important;
    }

    .grid-item.grid-10{   
        left: 66.7775% !important;
        top: 874px;        
    }
     
    .grid-item.grid-11{ 
        left: 33.238% !important;
        top: 83% !important;
    }
    .grid-item.grid-12{   
        left: 0 !important;
        top: 66.5% !important;        
    }
     .grid-item.grid-13{   
        left: 33.238% !important;
        top: 66.5% !important;        
    }
    
     .grid-item.grid-14{   
        top: 83% !important;  
        left: 66.7775% !important;
    }*/
    
    
/* ------------------------------------------------------------------------- *
 *  GRID/CARD LAYOUT
/* ------------------------------------------------------------------------- */

/* 4 - IMAGE TOP + TITLE*/
    
    .gs-card-img{
        position: relative;
        width:100%;    
        float:left;
        padding: 8%;
    }
    .gs-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    
    }
    .gs-card-text{
        border-top: 1px solid #ddd;
        padding:8%;
    }
    .gs-card-text h4 {
        margin: 0;
        line-height: 1.8em;
        font-size: 1.1em;    }
    
    
    
   

/*SOCIAL BAR*/

.social-bar{padding: 3em 0;}
.social-bar-wrap{width: 420px;}
.social-bar-wrap a {
    position: relative;
    display: inline;
}
.social-bar-svg {
    position: relative;
    display: inline;
    width: 35px;
/*    height: 40px;    */
    float: left;
    margin: 0 0.5em;
}
.social-bar-svg svg path, .social-bar-svg svg g, .social-bar-svg svg ellipse {
    fill: #002544 !important;
}

.social-bar-svg svg circle {
    stroke: #002544 !important;
    stroke-width: 1px !important;
}

.social-bar-svg svg:hover circle {
    fill: #002544 !important;
}

#tribe-events .tribe-events-button:hover, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover {
    background-color: #ddd !important;
    color: #444 !important;
    text-decoration: none;
}

/* ------------------------------------------------------------------------- *
 *  CONTACT
/* ------------------------------------------------------------------------- */
/*.contact-heading{
    width: 420px;
    margin: 0 auto;
}*/

 .pull-top.inner-main-section{
        padding-bottom: 8%;
    }
    .pull-top-main{
        margin-top:-5%;
        z-index: 10;
    }
/*contact box*/

    .contact-wrap{
    position: relative;
    width: 830px;
    margin: 0 auto;
}


.con-details span{padding-left: 1em;padding-right: 6em;}
.con-details span:first-child{
    padding-right: 1em;
    padding-left:0;
    border-right: 1px solid;
}

.con-details span a,
.con-details span a:visited,
.con-details span a:focus{
    color: #005daa !important;
}
.con-details span a:hover{
    color: #404242 !important;
    border:none;
    padding-bottom:0;
}

.btn-enquire{
    width: 160px;
    display: inline-block;
    margin-right: 3em;
    text-transform: capitalize;
}
.btn-enquire .btn-yellow { 
    padding: 0.5em !important;
    color:#002544 !important;
}
.btn-enquire .btn-yellow:hover{
    color: #002544 !important;
    border-bottom:none;
}
.btn-fb{
    width: 150px;
    display: inline-block;
    background-color:#3b5998;
}
.btn-fb a{
    position: relative;
    padding: 0.5em;
    text-align: center;   
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.btn-fb a:hover{color:#fff !important;}



body#tinymce,body.mce-content-body{background-color: #f3f3f3 !important;}

div.rte, .mceContentBody {
background:none repeat scroll 0 0 #333333!important;
color:#FFF!important;
text-align:left;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 75%;
}

/* ------------------------------------------------------------------------- *
 *  FANCYBOX - CUSTOM STYLES
/* ------------------------------------------------------------------------- */
    #fancybox-content{
        border:none !important;
    }
    #fancybox-title {
        font-family: "univia-pro", sans-serif !important;
        font-size: 1em !important;
    }
    #fancybox-title-float-main{    
        color: #005daa !important;    
        background: transparent !important;    
        text-transform: capitalize !important;
    }
    #fancybox-title-float-left,
    #fancybox-title-float-right{    
        display: none !important;
    }
    #fancybox-close{
        top: -5% !important;
        right: -8% !important;
    }
    
    /*download center*/
    .dl-center-menu{    margin: 20px 0 80px;}
    .grid-container{
/*    margin: 0 0 7% 0;*/
}
.video-icon:before {
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 50px;
    background: url(../cdgbrand/images/assets/video-icon.png) no-repeat center center;    
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; 
    z-index: 10;    
}

/* ------------------------------------------------------------------------- *
 *  VC CUSTOM STYLES
/* ------------------------------------------------------------------------- */  

    .my-vc-row{

        max-width:1600px;

    }

/*MASONRY*/

    .grid-m-col{
        padding: 8px;
    }
    
    .grid-m-title span{display: block;}
    
    .grid-m-col-wrap{padding: 8%;}
    .grid-m-content h1,.grid-m-content h2,.grid-m-content h3,.grid-m-content h4,.grid-m-content h5,.grid-m-content h6,.grid-m-content p{
        padding:0;
        marging:0;
    }
    
    
/* ------------------------------------------------------------------------- *
 *  TIMELINE
/* ------------------------------------------------------------------------- */     

/*     .tline-fw{width: 75%;
    }
     .tline-head,.tline-body{padding: 5% 0;}
     */
    .tline-head-sdesc  h2 {
        font-weight: 300;
        margin: 0;
        padding: 0;
        line-height: 1.3em;
    }
    .tline-head-desc p {
        font-size: 1.1em;
    }
    .tline-hr{border-top:1px solid #ddd;}
     
    .cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
      background: #d8d8d8;
}
.cd-timeline-content .tline-desc,.cd-timeline-content .tline-desc ul {
    color: #6f6f6f;
    font-size: 16px;
    text-align: justify;
}
.cd-timeline-content p{
    color: #6f6f6f;
    font-size: 1.5rem;
    text-align: justify;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img span {
    display: block;
    top: 35%;
    position: relative;
    text-align: center;
}

.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 3em;
  box-shadow: 0 3px 0 #d8d8d8;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  font-size: 2vw;
  line-height: 1.5em;
  padding-bottom: 20px;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 16px;
/*    font-size: 1.25rem;*/
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 3em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}



    .single-what-we-do{background-color: #efefef;}
    
    
    .single-page-section{
        position: relative;
        float: left;
        width: 100%;
        margin-top: -10%;
    }
    .single-page-section.no-single-img{
        margin-top: -10%;        
    }
    .single-container{
        width: 80%;
        margin: 0 auto;
        max-width: 1600px;
    }
    .single-container-wrap{margin-bottom:5%;}
    
    .single-img{    
        width: 50%;
        
    }
    .single-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
    .single-content{
        width: 50%;
        
    }
    .single-content-wrap{padding: 8% 0 0 8%;}
    .single-content.no-single-img {
        width: 100%;
        padding: 5% 4% 0;
    }    
    .single-content-wrap{
        position: relative;
        float:left;
        width: 100%;
    }
    .single-content-wrap h2{
        padding: 0 20px 20px 0;
        font-size: 2em;
        line-height: 1.3em;
    }
    .single-content.no-single-img .single-content-wrap h2 {
        padding-top: 0;
        padding-right: 0;
    }
    .single-content-wrap hr{
        position: absolute;
        bottom: 25px;
        right: 0;
            width: 92%;
        /* margin-left: 5%; */
    }
    .single-content.no-single-img .single-content-wrap hr {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 30px 0;
    }
    .single-content-wrap a{
        font-size: 1em;
        color: #d8d8d8;
        position: absolute;
        bottom: 0;
    }
    .single-content.no-single-img .single-content-wrap a{
        position: relative;
    }
    .single-content-wrap a:before {
        content: '<';
        display: inline-block;
    }
    .single-content p{
        width: 100%;
        padding: 10px 0;
        margin: 0;
        color: #005daa;
        font-weight: 200;
    }
    .single-content-body{text-align: justify;}
    
    /*
    elemenetor image-video*/
  
    
    .abimg-text-item.panel{background:none !important;}
    .abimg-text-item.grid-fw-imgvidtxt{margin-bottom:100px;}
    .abimg-text-text-wrap.grid-fw-text-wrap{border-bottom:none;}
    .grid-fw-imgvidtxt .grid-fw-text-wrap h2 {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    line-height: 2em;
    color: #002544;
}
    .grid-fw-imgvidtxt .grid-fw-text-wrap h3 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.5em;
    color: #002544;
}
    .grid-fw-imgvidtxt .grid-fw-text-wrap h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.abimg-text-item .panel-body {
    position: relative;
    width: 98%;
    float: left;
    padding: 8% 10% !important;
    text-align: justify;
    background: #fff;
    border-top: 1px solid #ebebeb !important;
}
.abimg-text-img iframe{
    width: 100%;
    height: 100%;
    min-height: 300px;
}
/*.raised-box:hover .panel-body{
    -webkit-box-shadow: 1px 10px 18px 4px rgba(0,0,0,0.28);
    -moz-box-shadow: 1px 10px 18px 4px rgba(0,0,0,0.28);
    box-shadow: 1px 10px 18px 4px rgba(0,0,0,0.28);
    transform: scale(1.01);
       transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}*/
/* ------------------------------------------------------------------------- *
 *  IMAGE+TEXT TOGGLE
/* ------------------------------------------------------------------------- */

.toggle-item-wrap {
    margin: 2% !important;
    width: 29.33%;
}

.toggle-item.panel-custom .panel-heading{padding:0;}

.abimg-item.raised-box{overflow: visible;}


.panel-heading-imgt img {
    width: 100%;
    height: 100%;
}
.panel-heading-content {
    width: 100%;
    /* border-right: 1px solid #ddd; */
/*    padding: 40px 0 20px 0;*/
    padding: 40px 20px 20px;
   /* height: 20vh;*/
}
.panel-heading-content h2 {
    padding-bottom: 15px;
    width: 100%;
    font-size: 1.4em;
}
.toggle-item .panel-heading-content h2,
.toggle-item .panel-heading-content h3{
    text-align:left;
}
.panel-heading-content h3 {
    font-weight: 200;
    font-size: 1em;
    width: 100%;
    line-height: 1.5em;
        height: 5vh;
}
.panel-dropdown-icon {
    width: 100%;
    padding: 20px
}
.panel-body {
    padding: 8%;
    text-align: justify;
    color: #6f6f6f;
}
/*.panel-dropdown-icon a{width:25px;}*/

    
/* ------------------------------------------------------------------------- *
 *  TABBED
/* ------------------------------------------------------------------------- */

.tabbed-grid-fw{padding:5% 0;}
 #tab-menu {
    margin: 0;
}
   .site-ul li{padding:0;}
    
    

/*text grid*/
.grid-text-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #ddd;
}
.grid-text-item:nth-child(3n+3){
    margin-right: 0;
}
.grid-text-content{ padding: 8%;}
.grid-text-block{}

.grid-text-block h2 {
    font-size: 1em;
    margin: 8% 0 5%;
    padding: 0 7%;
    font-weight: bold;
}
.grid-text-block h3 {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 200;
    margin: 0 0 5%;
    padding: 0 7%;    
}
.grid-text-block h4 {
    font-size: 0.95em;
    font-weight: 200;
    line-height: 1.5em;
    margin: 0;
    padding: 0 7%;
    border: 1px #ddd;
    border-style: solid none none;
   
}
.grid-text-block h4 span:first-child{padding:6% 0 2%;}
.grid-text-block h6 {
    font-weight: 200;
    margin: 5% 0 0;
    padding: 0 7%;
    font-size: 15px;
    line-height: 1.5em;
/*    display: table;*/
    width: 100%;
}
.grid-text-block h6 span {
    height: 100%;
    padding: 5% 0;
}

/* ------------------------------------------------------------------------- *
 *  SITES LAYOUT
/* ------------------------------------------------------------------------- */
    .sites-layout hgroup{border: 1px solid #ddd;}
    .sites-layout hgroup h2 {
        font-size: 1em;
        margin: 8% 0 5%;
        padding: 0 7%;
        font-weight: bold;
    }
    .sites-layout hgroup h3 {
        font-size: 1em;
        line-height: 1.5em;
        font-weight: 200;
        margin: 0 0 5%;
        padding: 0 7%;    
    }
    .sites-layout hgroup h4 {
        font-size: 0.95em;
        font-weight: 200;
        line-height: 1.5em;
        margin: 0;
        padding: 0 7%;
        border: 1px #ddd;
        border-style: solid none none;

    }
    .sites-layout hgroup h4 span:first-child{padding:6% 0 2%;}
    .sites-layout hgroup h4 span:last-child {padding: 0 0 3% 0;}
    .sites-layout hgroup h6 {
        font-weight: 200;
        margin: 5% 0 0;
        padding: 0 7%;
        font-size: 0.9em;
        line-height: 1.5em;
        width: 100%;
    }
    .sites-layout hgroup h6 span {
        /*width:100%;*/
        height: 100%;
        padding: 5% 0;
    }
/* ------------------------------------------------------------------------- *
 *  MASONRY
/* ------------------------------------------------------------------------- */
.m-grid-wrap{padding:10px;width:100%;height:100%;}
.grid-item {
    padding: 8%;
    height:100%;
}
.has-icon.m-icon-right,
.has-icon.m-icon-left{
    width: 50%;    
}
.has-icon.m-icon-top,
.has-icon.m-icon-bottom{
    width: 100%;    
}

.has-icon.m-icon-right,
.has-icon.m-icon-left,
.has-icon.m-icon-top,
.has-icon.m-icon-bottom,
.m-text-center,
.grid-item.m-text-center{    
    justify-content: center;
    align-items: center;
}

.m-text-left-top{
    justify-content: flex-start;
    align-items: flex-start;
}
.m-text-left-bottom{
    justify-content: flex-start;
    align-items: flex-end;
}
.m-text-left-center,
.has-icon.m-icon-right.m-text-left-center,
.has-icon.m-icon-bottom.m-text-left-center,
.has-icon.m-icon-top.m-text-left-center,
.has-icon.m-icon-left.m-text-left-center{
    justify-content: flex-start;
    align-items: center;
}

.m-text-right-top{
    justify-content: flex-end;
    align-items: flex-start;
}
.m-text-right-center{
    justify-content: flex-end;
    align-items: center;
    
}
.m-text-right-bottom{
    justify-content: flex-end;
    align-items: flex-end;
}


.grid-item .grid-icon.has-icon img{
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    
}
.grid-icon.has-icon.m-icon-right,
.grid-icon.has-icon.m-icon-bottom{
    order: 2;
}
.grid-content.has-icon{   
    position: relative;
    width: 50%;
}
/*.grid-content.has-image {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: inherit;
    top: 10px;
    left: 10px;
}*/
.grid-content.has-icon.m-icon-top,
.grid-content.has-icon.m-icon-bottom,
.grid-content.has-none{
    width:100%;
}

.grid-content h3,.grid-content h4{
        line-height: 1.5em;
}
.grid-content h4{font-size:16px;}
.m-learn-more{
    position: absolute;
    bottom: 0;    
    padding:0 0 8% 0;
}

.grid-content.m-text-left-bottom.has-learnmore,
.grid-content.m-text-right-bottom.has-learnmore{
    margin-bottom: 8%;
}

/* ------------------------------------------------------------------------- *
 *  POST & CUSTOM POST NEXT/PREV
/* ------------------------------------------------------------------------- */


    #single-nav {
        position: relative;
        width: 100%;    
        float: left;
        margin-bottom: 5%;    
    } 
    .nav-box.previous,
    .nav-box.next{
        position: relative;
        width: calc(50% - 20px);
        background: #fff;
    }

    .nav-box.previous {
        float: left;
        margin: 20px 20px 20px 0;
    }

    .nav-box.next {
        float: right;    
        margin: 20px 0 20px 20px;
    }



    .nav-box.previous a,
    .nav-box.next a{    
        width: 100%;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }


    .prev-img,.next-img{
     /*  width: 30%;
       height: 100px;*/

    }
    .prev-img{order:2;}
    .prev-img img,.next-img img{
        /*width:100%;*/
        height:100%;
        object-fit: cover;
        object-position: top center;
        margin:0;
    }
    .nav-box.next a img{float: left;}

    .nav-box.previous a img {float: right;    order: 2;}

    .prev-content,
    .next-content{
        position: relative;   
        width: calc(100% - 100px);
        padding: 3%;
    }
    .nav-box.previous .prev-content span,
    .nav-box.next .next-content span{
        font-size: 18px;
        font-style: normal;
        width: calc(100% - 15px);
        padding: 3%;
    }
    .nav-box.previous .prev-content span {
        float: left;
        text-align: right;
    }
    .nav-box.next .next-content span{
        text-align: left;
    }

    .nav-box.previous .prev-content img,
    .nav-box.next .next-content img{
        width: 15px;
        height: 18px;
    }
    .nav-box.previous .prev-content img{ float:left;order: 0;}
    .prev-content img{    }

    .nav-box.next .next-content img{
        float: right;
        transform: rotate(180deg);
    }
    .custom-post-nav .prev-img,
    .custom-post-nav .next-img{
            width: 25%;
    }
    .custom-post-nav .prev-content,
    .custom-post-nav .next-content{
        width: 75%;
    }
    .custom-post-nav .prev-img img, .custom-post-nav .next-img img{width:100%;}
    
  
.social-modal-wrap {
    position: relative;    
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 5% 0;
}
.social-modal-wrap a.social-icon {
    font-size: 1.5em;
}
 .curr-opp-btn.btn-wrap{
    padding-top: 5%;
}
.curr-opp-btn a.btn-custom{
        width: calc(50% - 30px);
}
  .curr-opp-btn a.btn-custom:first-child {
    margin-right: 30px;
} 
.curr-opp-btn a.btn-custom:nth-child(2){
    color:#002544 !important;
    margin-left: 30px;
    margin-right: 0px;
}

/* ------------------------------------------------------------------------- *
 *  MEGAMENU
/* ------------------------------------------------------------------------- */

.main-content-wrap, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.main-content-wrap, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.static-logo{display:block;}
.hover-logo{display:none;}

.cd-main-header.is-sticky {box-shadow: 0 3px 5px 0 rgba(102, 102, 102, 0.1);}

.cd-main-header.is-sticky,
.cd-main-header:hover,
.cd-main-header:hover.is-unsticky,
.cd-main-header.is-submenu-open,
.cd-main-header.is-unsticky.is-submenu-open{
    background: #ffffff;
}

.cd-main-header.is-unsticky{background: transparent;}

.cd-main-header.is-sticky .static-logo,
.cd-main-header:hover .static-logo,
.cd-main-header.is-submenu-open .static-logo{
    display:none;
}

.cd-main-header.is-sticky .hover-logo,
.cd-main-header:hover .hover-logo,
.cd-main-header.is-submenu-open .hover-logo{
    display:block;
}

.cd-main-header .cd-primary-nav > li > a{
    color: #fff;
}

.cd-main-header.is-sticky .cd-primary-nav > li > a,
.cd-main-header:hover .cd-primary-nav > li > a,
.cd-main-header.is-submenu-open .cd-primary-nav > li > a{
    color: #005daa;
}

.cd-main-header .cd-nav-trigger span,
.cd-main-header .cd-nav-trigger span::before,
.cd-main-header .cd-nav-trigger span::after,
.cd-main-header .cd-nav-trigger.nav-is-visible span::before,
.cd-main-header .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
    background: #fff;
}
.cd-main-header:hover .cd-nav-trigger span,
.cd-main-header:hover .cd-nav-trigger span::before,
.cd-main-header:hover .cd-nav-trigger span::after,
.cd-main-header:hover .cd-nav-trigger.nav-is-visible span::before,
.cd-main-header:hover .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
    background: #005daa;
}
.cd-nav-trigger.nav-is-visible span,
.cd-main-header.nav-is-visible.is-submenu-open{
  /* hide line in the center */
  background: rgba(255, 255, 255, 0) !important;
}

.cd-main-header.is-sticky .cd-nav-trigger span,
.cd-main-header.is-sticky .cd-nav-trigger span::before,
.cd-main-header.is-sticky .cd-nav-trigger span::after,
.cd-main-header.is-sticky .cd-nav-trigger.nav-is-visible span::before,
.cd-main-header.is-sticky .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
    background: #005daa;
}

.dropdown-content {
    width: 70% !important;
    display: inline-block;
    float: left;
    text-align: center;
    border-right: 1px solid #ddd;
    padding: 5% 10% !important;
    height: 100%;
    margin:0 !important;
    display:none;
}
.dropdown-content .dropdown-wrap{
   position:relative;
   width:100%;
   height: 100%;
   float: left;
   text-align: left;
}
.dropdown-content .dropdown-wrap .dd-img-wrap{
    position:relative;
    width: 50%;
    height: 100%;
    float: left;
}
.dropdown-content .dropdown-wrap .dd-img-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    display: block;
}

.dropdown-content .dd-text-wrap{
    width: 50%;
    display: inline-block;
    float: right;
    padding-left: 10%;
    height:100%;
}

.dd-text-wrap h4  {
    position: absolute;
    bottom: 0;
}
.dd-text-wrap h4 a{font-weight: normal !important;}
.dropdown-content .dd-text-wrap a{
    border-bottom: none !important;
    height: auto !important;
    line-height: 1 !important;
}

.cd-nav-gallery .menu-item {
    width: 100%;
    display: inline-block;
}

/*.cd-nav-gallery .menu-item {
    padding-top: 5%;
}*/

.cd-nav-gallery .menu-item.has-children a {
    background-color: #fff;
    padding: 0 !important;
    font-weight: 200;
    color:#005daa;
    
}
.cd-nav-gallery .menu-item.has-children a:visited{
    background-color: #fff;
    color:#005daa;
}
.cd-nav-gallery .menu-item.has-children a:hover{
    background-color: #fff;
    color:#002544;
}
.cd-nav-gallery .menu-item.has-children a a{color: #005daa;}

@media only screen and (max-width: 1169px) {
  .main-content-wrap.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .main-content-wrap.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}

.main-content-wrap {  
  min-height: 100vh;
  z-index: 2;
}

.cd-main-header {
/*  height: 50px;*/
    height:100px;
/*  background: #ffffff;*/
  z-index: 3;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 1170px) {
/*  .cd-main-header {
    height: 80px;
height: 100px;
  }*/
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-logo {
  /*position: absolute;
  top: 12px;
  left: 4em;*/
  width: 9em;
}
}

  .cd-logo {
      position: absolute;
/*    top: 26px;
    left: 4em;*/
    top: 0;
    left: 5%;
    width: 8em;
    height: 100%;
    display: flex;
    align-items: center;
  }
/*  .cd-logo img {
  display: block;
}*/

@media only screen and (max-width: 1169px) {
/*  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }*/
}
@media only screen and (min-width: 1170px) {

  .dropdown-content{display:block;}
  .cd-nav-gallery .menu-item:nth-child(3) {
    padding-top: 5%;
}
.cd-primary-nav .cd-nav-gallery li, .cd-nav-gallery .menu-item {
    /* set here number of columns - use width percentage */
    width: 30%;
/*    width: 22%;*/
    float: left;
    padding: 0 5%;
    margin: 0 0 40px 0;
/*    margin: 0 4% 40px 0;*/
  }
  
}

.cd-header-buttons {
/*  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%;*/
      position: absolute;
    top: 0;
    right: 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    height: 100%;
}
.cd-header-buttons li {
  display: inline-block;
}
@media only screen and (max-width: 1169px) {
/*  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }*/
}
@media only screen and (min-width: 1170px) {
  .cd-header-buttons {
    top: 18px;
    right: 4em;
  }
}

.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent !important;
  z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #005daa;
}
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #005daa;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #005daa;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 24px; 
}
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
/*  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;*/
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}


.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  list-style-type: none;
  margin:0;
}
.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-family: "univia-pro", sans-serif !important;
  font-size: 15px;
  color: #005daa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item{
  font-weight: 200;  
}
    
@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
}
.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #69aa6f;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
/*  padding-left: 90px;*/
    padding-left: 30px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #005daa;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
  background-image: url("../img/line-icon-1.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
  background-image: url("../img/line-icon-2.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
  background-image: url("../img/line-icon-3.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
  background-image: url("../img/line-icon-4.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
  background-image: url("../img/line-icon-5.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
  background-image: url("../img/line-icon-6.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
  background-image: url("../img/line-icon-7.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
  background-image: url("../img/line-icon-8.svg");
}
@media only screen and (max-width: 1169px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-primary-nav {
    position: static;
    padding: 0 3% 0 0;
/*    padding: 0 150px 0 0;*/
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent;
    margin: 0;
  }
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav > li {
    float: left;
/*    margin-left: 3em;*/
margin-left: 0;
  }
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    height: 100px;
    line-height: 100px;
/*    height: 80px;
    line-height: 80px;*/
    padding: 0 10px;    
    overflow: visible;
    border-bottom: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
/*    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;*/
  }
  .cd-primary-nav > li > a:hover {
    color: #002544;
  }
  .cd-primary-nav > li > a.selected {
    color: #002544;
/*    box-shadow: inset 0 -2px 0 #69aa6f;*/
  }
  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none;
  }
  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top:100px;
/*    top: 80px;*/
    width: 100vw;
    background: #ffffff;
        padding: 0;
/*    padding: 48px 64px 130px;*/
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #005daa;
    border-color: #2e3233;
    color: #ffffff;
  }
  .cd-primary-nav .cd-secondary-nav > li {
    /* change the height according to your needs - you can even set height: auto */
    height: 340px;
    /* here you set the number of columns - use width percentage */
    width: 23%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none;
  }
  .cd-primary-nav .cd-secondary-nav > li > a {
    /* secondary nav title */
    color: #69aa6f;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: .6em;
  }
  .cd-primary-nav .cd-secondary-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #005daa;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #69aa6f;
  }
  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
    padding: 0 .4em;
  }
  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
  }
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
    position: relative;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}



.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #c9cbc4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1170px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #c9cbc4;
  }
  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #69aa6f;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

@media only screen and (min-width: 1170px) {
  .has-children > a::before, .has-children > a::after {
    right: 15%;
  }

  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 30px !important;
  }
  .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #c9cbc4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
  }
  .cd-primary-nav > .has-children > a::before {
    right: 12px;
  }
  .cd-primary-nav > .has-children > a::after {
    right: 7px;
  }
  .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
    width: 14px;
  }
  .cd-primary-nav > .has-children > a.selected::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-primary-nav > .has-children > a.selected::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none;
  }

  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px;
  }
}
.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search form {
  height: 100%;
  width: 100%;
}
.cd-search input {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}
.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}
.cd-search input:focus {
  outline: none;
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
  position: fixed;
}
@media only screen and (min-width: 1170px) {
  .cd-search {
    height: 120px;
    top: 80px;
  }
  .cd-search input {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300;
  }
}

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 1169px) {
  .cd-overlay.is-visible {
/*    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);*/

-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
/*  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }*/
  .cd-overlay.is-visible.search-is-visible,
  .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

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

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1170px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}

.grecaptcha-badge {
    display: none !important;
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.11) !important;
    -webkit-box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.11) !important;
    -moz-box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.11) !important;
    -o-box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.11) !important;
}