﻿/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/
body {
	background: #f2f2f2;
    font-size: 15px;
    line-height: 1.6em;
    color: #575756;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
body.home{
    background: #fff;
}
a {
    text-decoration: none;
    color: #2b4998;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover {
    text-decoration: underline;
}
span.blue,
strong.blue{
    color: #2b4998;
}
p { 
	margin: 0 0 1em; 
}
strong { 
	font-weight: 700; 
}
em { 
	font-style: italic; 
}
hr{
	outline: none;
	margin: 20px 0;
	border: none;
	border-top: 1px solid #b2b2b2;
}
pre{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background: #f9f9f9;
	padding: 20px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
blockquote{
	border-left: 4px solid #ddd;
	padding-left: 20px;
    margin: 30px 0px;
}
.clear { 
	clear: both; 
}
.fullwidth{
	width: 100%;
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------------*
/* = Slick
/*-----------------------------------------------------------------------------------*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 12px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    width: 12px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .75;
    display: block;
    z-index: 99;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 1px;
}
.slick-next {
    right: 1px;
}
.slick-prev:before {
    content: '';
    background-image: url('../images/arrow-left.svg');
}
.slick-next:before {
    content: '';
    background-image: url('../images/arrow-right.svg');
}

/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4{
    color: #575756;
    line-height: 1.2em;
	font-weight: 300;
}
h1 span, h2 span, h3 span, h4 span{
    color: #2b4998;
}
h1 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2em;
}
h2 { font-size: 26px }
h3 { font-size: 22px }
h4 { font-size: 20px; }
h2, h3, h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}
h1 a, h2 a, h3 a, h4 a { 
	color: #2b4998; 
}
h2 a:hover, h3 a:hover, h4 a:hover { 
	color: #000; 
	text-decoration: none; 
}

/*-----------------------------------------------------------------------------------*
/* = Header
/*-----------------------------------------------------------------------------------*/
.header{
    padding-top: 40px;
    padding-bottom: 30px;
    background: #fff;
}
.header .logo{
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}
.header .tag{
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.header .login{
    padding-top: 8px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #565657;
}
.header .login span{
    color: #005eab;
}
.header .login .links{
    font-size: 13px;
    color: #565657;
    line-height: 14px;
}
.header .login .links a{
    color: #565657;
}
.header .login .links a:hover{
    color: #000;
}

.header .lang{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #b1b1b1;
    text-align: center;
}
.header .lang a{
    color: #b1b1b1;
}
.header .lang a:hover,
.header .lang a.active{
    color: #000;
}

.mobile-btn {
    height: 60px;
    width: 60px;
    position: relative;
    margin: auto;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    padding-top: 8px;
    margin: 0 auto;
    margin-top: -20px;
}
.mobile-btn .bar {
    height: 4px;
    width: 40px;
    display: block;
    margin: 8px auto;
    position: relative;
    background-color: #878787;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.mobile-btn.active .bar:nth-of-type(1){
    -moz-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
}
.mobile-btn.active .bar:nth-of-type(2){
    opacity: 0;
}
.mobile-btn.active .bar:nth-of-type(3){
    -moz-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
}
.mobile-btn .bar:nth-of-type(1) {
    -moz-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
    -webkit-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
    animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}
.mobile-btn .bar:nth-of-type(2) {
    -moz-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
    -webkit-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
    animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
}
.mobile-btn .bar:nth-of-type(3) {
    -moz-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
    -webkit-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
    animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}


.primary{
    display: none;
    width: 230px;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -115px;
    background: #f2f2f2;
    z-index: 999;
}
.primary ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.primary ul li{
    position: relative;
}
.primary ul li a{
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #b2b2b2;
    color: #212120;
    padding: 8px 15px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.primary ul li a:hover{
    background: #b2b2b2;
    text-decoration: none;
}
.primary ul ul{
    display: none;
}

/*-----------------------------------------------------------------------------------*
/* = Front Page
/*-----------------------------------------------------------------------------------*/
.home-top{
    padding-top: 60px;
    padding-bottom: 60px;
    background: url('../images/home-top-bg.jpg') no-repeat top center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 650px;
}
.BotoneraPrincipal{
    position: relative;
    z-index: 50;
    float: left;
    margin-left: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    background: rgba(0,0,0,0.2);
    padding: 15px;
}
.BotoneraPrincipal p{
    display: inline;
    margin: 0;
}
.BotoneraPrincipal a{
    position: relative;
    float: left;
    width: 48%;
    margin: 0 1% 5px;
    height: 40px;
    background: #4d4d4d;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.BotoneraPrincipal a:hover{
    text-decoration: none;
    background: #000;
}
@media only screen and (min-width: 48em) { 

    .BotoneraPrincipal{
        width: 85%;
        padding: 5% 5% 5% 5%;
    }
    .BotoneraPrincipal a{
        width: 29.5%;
        margin: 0% 1.5% 1% 1.5%;
        height: 60px;
        line-height: 60px;
    }

}

.home-bottom{
    padding-top: 0;
    padding-bottom: 0;
}

.home-links{
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 1.1em;
}
.home-links .cute-6-tablet{
    height: 300px;
    color: #fff;
}
.home-links .cute-6-tablet a{
    color: #fff;
    height: 300px;
    display: table;
    width: 100%;
}
.home-links .cute-6-tablet a{
    position: relative;
    z-index: 10;
}
.home-links .vertical{
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.home-links .one{
    background: #b1b1b1;
}
.home-links .two{
    background: #96aca0;
}
.home-links .three{
    background: #d0dfd3;
    color: #3e5d7c;
}
.home-links .four{
    background: #ffffff;
    color: #3e5d7c;
}
.home-links .three a,
.home-links .four a{
    color: #3e5d7c;
}
.home-links .five{
    background: #3e5d7c;
}
.home-links .six{
    background: #678f97;
}
.home-links .seven{
    background: #87b3de;
}
.home-links .seven .vertical{
    padding: 0;
}
.home-links .eight{
    background: #cdc76f;
}
.home-links .onebg,
.home-links .twobg,
.home-links .threebg,
.home-links .fourbg,
.home-links .fivebg,
.home-links .sixbg,
.home-links .sevenbg,
.home-links .eightbg{
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.home-links .onebg{
    background-image: url('../images/home-link-1.jpg');
}
.home-links .twobg{
    background-image: url('../images/home-link-2.jpg');
}
.home-links .threebg{
    background-image: url('../images/home-link-3.jpg');
}
.home-links .fourbg{
    background-image: url('../images/home-link-4.jpg');
}
.home-links .fivebg{
    background-image: url('../images/home-link-5.jpg');
}
.home-links .sixbg{
    background-image: url('../images/home-link-6.jpg');
}
.home-links .sevenbg{
    background-image: url('../images/home-link-7.jpg');
}
.home-links .eightbg{
    background-image: url('../images/home-link-8.jpg');
    background-position: top right;
}
.home-links .cute-6-tablet a:hover{
    text-decoration: none;
}
.home-links .one,
.home-links .two,
.home-links .three,
.home-links .four,
.home-links .five,
.home-links .six,
.home-links .seven,
.home-links .eight{
    position: relative;
}
.home-links .one:after,
.home-links .two:after,
.home-links .three:after,
.home-links .four:after,
.home-links .five:after,
.home-links .six:after,
.home-links .seven:after,
.home-links .eight:after{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 100%;
    display: block;
    background: rgba(0,94,171,0.1);
     -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '';
    z-index: 1;
}
.home-links .one:hover:after,
.home-links .two:hover:after,
.home-links .three:hover:after,
.home-links .four:hover:after,
.home-links .five:hover:after,
.home-links .six:hover:after,
.home-links .seven:hover:after,
.home-links .eight:hover:after{
    bottom: 0;
}
.baggage{
    width: 120px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 1.1em;
}
.home .baggage{
    padding-bottom: 60px;
}
.baggage a{
    color: #565657;
}
.baggage a:hover{
    text-decoration: none;
}
.baggage img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
.home-bottom-menu ul{
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.page-content .home-bottom-menu ul{
    margin: 50px 0 20px 0;
}
.home-bottom-menu ul li{
    display: inline-block;
}
.home-bottom-menu ul li a{
    color: #6d6d6c;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
    border-right: 1px solid #6d6d6c;
}
.home-bottom-menu ul li:last-child a{
    border-right: none;
}
.home-bottom-menu ul li a:hover,
.home-bottom-menu ul li.current-menu-item a{
    color: #000;
    text-decoration: none;
}
.home-bottom-menu ul ul{
    display: none;
}

/*-----------------------------------------------------------------------------------*
/* = Posts & Pages
/*-----------------------------------------------------------------------------------*/
#main{
    background-repeat: no-repeat;
    background-position: top center;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}
.page-nav{
    background: #f2f2f2;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
    text-align: center;
}
.page-nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.page-nav ul li{
    display: inline-block;
}
.page-nav ul li a{
    color: #000;
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding: 0 10px;
    border-right: 1px solid #b2b2b2;
}
.page-nav ul li:last-child a{
    border-right: none;
}
.page-nav ul li a:hover,
.page-nav ul li.current-menu-item a{
    color: #2b4998;
    text-decoration: none;
}
.page-nav ul ul{
    display: none;
}

.page-content{
    background: #fff;
    padding: 30px;
    max-width: 992px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.page-content ul{
    margin-left: 30px;
}
.page-content ul li{
    margin-bottom: 5px;
}

.alink{
    color: #565657;
    font-size: 22px;
    line-height: 1.3em;
    position: relative;
    display: inline-block;
}
.alink:after{
    height: 22px;
    line-height: 22px;
    position: absolute;
    content: '';
    width: 15px;
    background: url('../images/arrow.svg') no-repeat center center;
    top: 4px;
    right: -40px;
}
.alink:hover,
.alink.active{
    color: #2b4998;
    text-decoration: none;
}
.alink.active:after{
    top: 5px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.expand{
    display: none;
}

a.bigbtn{
    padding: 20px 30px;
    background: #2b4998;
    color: #fff;
    font-size: 22px;
    line-height: 1em;
    text-align: center;
    display: table;
    margin: 20px auto 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
a.bigbtn:hover{
    background: #000;
    text-decoration: none;
}
a.smallbtn{
    padding: 10px 20px;
    background: #2b4998;
    color: #fff;
    font-size: 15px;
    line-height: 1em;
    text-align: center;
    display: table;
    margin: 10px auto 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
a.smallbtn:hover{
    background: #000;
    text-decoration: none;
}

.about-box{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
}
.about-box h1{
    margin: 0 0 20px;
    color: #fff;
    font-size: 50px;
    line-height: 1em;
    text-align: center;
}
.about-box .half{
    width: 100%;
    padding: 20px 10px;
    display: table;
}
.about-box .vertical{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.about-box.one{
    background: #b1b1b1;
}
.about-box.two{
    background: #7eb1e0;
}
.about-box.three{
    background: #5681ad;
}
.about-box.four{
    background: #929ca6;
    margin-bottom: 0;
}

.about-box .half.bg{
    height: 380px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.about-box.one .half.bg{
    background-image: url('../images/about-1-bg.jpg');
}
.about-box.two .half.bg{
    background-image: url('../images/about-2-bg.jpg');
}
.about-box.three .half.bg{
    background-image: url('../images/about-3-bg.jpg');
}
.about-box.four .half.bg{
    background-image: url('../images/about-4-bg.jpg');
}

table.lp{
    width: 100%;
    margin-bottom: 50px;
}
table.lp thead{
    color: #fff;
    background: #878787;
}
table.lp thead th{
    padding: 6px 10px;
    text-align: left;
    font-weight: 300;
    border: 1px solid #878787;
}
table.lp tbody td{
    padding: 6px 10px;
    border: 1px solid #878787;
    color: #000;
    vertical-align: top;
}
table.lp tbody td p:last-child{
    margin: 0;
}
table.lp tbody td img{
    width: 120px;
    height: auto;
    display: block;
}

.entry{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}
.entry .single-title{
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.entry .single-title:after{
    width: 260px;
    height: 1px;
    background: #878787;
    left: 50%;
    margin-left: -130px;
    bottom: 0;
    content: '';
    position: absolute;
}
.entry .single-meta{
    text-align: center;
    text-transform: uppercase;
    color: #419bd6;
    font-size: 20px;
    margin-bottom: 30px;
}
.entry img{
    max-width: 100%;
    height: auto;
    display: block;
}
.single-news-social{
    margin-top: 50px;
    display: block;
    text-align: center;
}
.single-news-social img{
    display: inline-block;
    margin: 0 4px;
    vertical-align: top;
}
.post-next,
.post-prev{
    position: absolute;
    top: 450px;
}
.post-next{
    right: 10px;
}
.post-prev{
    left: 10px;
}
.post-next img,
.post-prev img{
    width: 22px;
    height: auto;
    display: block;
    opacity: 0.5;
}
.post-next img:hover,
.post-prev img:hover{
    opacity: 1;
}

.home-breaking{
    padding-top: 50px;
    padding-bottom: 60px;
    background: #eee;
    text-align: center;
}
.home-breaking h1{
    font-size: 36px;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    line-height: 1em;
    color: #2b4998;
    margin: 0 0 30px;
    position: relative;
}
.home-breaking h1:after{
    width: 50px;
    height: 50px;
    display: block;
    background: url('../images/lm-icon.svg') no-repeat center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: -40px;
    top: -26px;
    content: '';
}
.home-breaking h2{
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.home-breaking h2 a{
    color: #565657;
}
.home-breaking h2 a:hover{
    color: #2b4998;
    text-decoration: none;
}
.home-breaking .lm-link{
    margin-top: 26px;
    display: block;
    color: #419bd6;
}

.home-news{
    margin-bottom: 50px;
    border: 1px solid #ddd;
    position: relative;
}
.home-news-entry{
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
    padding: 30px 25px 0px;
    outline: none;
}
.home-news-entry h1{
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 0;
}
.home-news-entry h1 a{
    color: #565657;
}
.home-news-entry h1 a:hover{
    color: #2b4998;
    text-decoration: none;
}
.home-news-entry h1:after{
    width: 260px;
    height: 1px;
    background: #878787;
    left: 50%;
    margin-left: -130px;
    bottom: 0;
    content: '';
    position: absolute;
}
.home-news-entry .single-meta{
    text-align: center;
    text-transform: uppercase;
    color: #419bd6;
    font-size: 20px;
    margin-bottom: 30px;
}

.loop-entry{
	padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    max-width: 560px;
    margin: 0 auto 25px;
    width: 100%;
}
.loop-entry:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}
.loop-entry a{
    color: #565657;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3em;
}
.loop-entry a:hover{
    color: #2b4998;
    text-decoration: none;
}
.loop-entry .meta{
    margin-top: 5px;
    color: #419bd6;
    font-size: 16px;
}
/*-----------------------------------------------------------------------------------*
/* = Pagination
/*-----------------------------------------------------------------------------------*/
.post-pagination{
	clear: both;
	width: 100%;
	padding-top: 30px;
}
.post-pagination a, 
.post-pagination span {
	font-size: 11px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
	color: #666;
	background: #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.post-pagination a:hover, 
.post-pagination span.current{
    text-decoration: none;
	color: #fff;
	background: #1f82cb;
}

/*-----------------------------------------------------------------------------------*/
/* = Form Styling
/*-----------------------------------------------------------------------------------*/
#CF59081129c8a42_1,
#CF590c034e7018d_1{
    border: 1px solid #b2b2b2;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
#CF590c034e7018d_1{
    margin-top: 20px;
    margin-bottom: 10px;
}
.caldera-grid .row{
    margin-left: -0.9375rem !important;
    margin-right: -0.9375rem !important;
    width: auto !important;
}
.caldera-grid .col-lg-1, .caldera-grid .col-lg-10, .caldera-grid .col-lg-11, .caldera-grid .col-lg-12, .caldera-grid .col-lg-2, .caldera-grid .col-lg-3, .caldera-grid .col-lg-4, .caldera-grid .col-lg-5, .caldera-grid .col-lg-6, .caldera-grid .col-lg-7, .caldera-grid .col-lg-8, .caldera-grid .col-lg-9, .caldera-grid .col-md-1, .caldera-grid .col-md-10, .caldera-grid .col-md-11, .caldera-grid .col-md-12, .caldera-grid .col-md-2, .caldera-grid .col-md-3, .caldera-grid .col-md-4, .caldera-grid .col-md-5, .caldera-grid .col-md-6, .caldera-grid .col-md-7, .caldera-grid .col-md-8, .caldera-grid .col-md-9, .caldera-grid .col-sm-1, .caldera-grid .col-sm-10, .caldera-grid .col-sm-11, .caldera-grid .col-sm-12, .caldera-grid .col-sm-2, .caldera-grid .col-sm-3, .caldera-grid .col-sm-4, .caldera-grid .col-sm-5, .caldera-grid .col-sm-6, .caldera-grid .col-sm-7, .caldera-grid .col-sm-8, .caldera-grid .col-sm-9, .caldera-grid .col-xs-1, .caldera-grid .col-xs-10, .caldera-grid .col-xs-11, .caldera-grid .col-xs-12, .caldera-grid .col-xs-2, .caldera-grid .col-xs-3, .caldera-grid .col-xs-4, .caldera-grid .col-xs-5, .caldera-grid .col-xs-6, .caldera-grid .col-xs-7, .caldera-grid .col-xs-8, .caldera-grid .col-xs-9{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
#fld_2758391Label{
    display: none !important;
}
.caldera-grid input[type="text"],
.caldera-grid input[type="email"]{
    width: 100%;
    border: 1px solid #b2b2b2;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    outline: none;
}
.caldera-grid textarea{
    height: 100px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5em;
    border: 1px solid #b2b2b2;
    outline: none;
    display: block;
}
.caldera-grid input[type="submit"]{
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border: none;
    outline: none;
    background: #2b4998;
    border-radius: 5px;
    display: block;
    float: right;
    padding: 0;
}
.caldera-grid input[type="submit"]:hover{
    background: #000 !important;
    color: #fff !important;
}
.caldera-grid .em{
    font-size: 18px;
    text-align: right;
    line-height: 30px;
    display: block;
    color: #000;
}
.caldera-grid .lab{
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 10px;
    display: block;
}

.help-block{
    font-style: italic;
    font-size: 14px;
}
.radio-inline{
    margin-right: 15px;
}
.caldera-grid input[type=checkbox], .caldera-grid input[type=radio]{
    margin-right: 5px;
}
.caldera-grid .checkbox label, .caldera-grid .radio label,
.caldera-grid .checkbox-inline, .caldera-grid .radio-inline{
    font-weight: 300 !important;
}
.caldera-grid label{
    font-weight: 400 !important;
}
/*-----------------------------------------------------------------------------------*
/* = Basic Tables
/*-----------------------------------------------------------------------------------*/
table.bt thead,
table.bt tbody th {
    display: none;
}
table.bt tr{
    border: 1px solid #878787;
}
table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    border: none;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    /* IE 9 */
    float: left\9;
    width: 100%\9;
    padding: 0 !important;
    border-bottom: 1px solid #ddd;
}
table.bt tbody tr td:last-child{
    border-bottom: none;
}
table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
    content: attr(data-th) ": ";
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 40%;
    background: #878787;
    color: #fff;
    padding: 5px;
    font-size: 15px;
    line-height: 1.3em;
}
table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
    display: none;
}
table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    vertical-align: top;
    padding: 5px;
}
.bt-wrapper.active {
    max-height: 310px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*-----------------------------------------------------------------------------------*
/* = Sidebar
/*-----------------------------------------------------------------------------------*/
.sidebar-box {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.sidebar-box h4 {
	font-size: 14px;
    margin-top: 0px !important;
    margin-bottom: 10px;
}
.sidebar-box h4 span{
}
.sidebar-box ul {
	list-style: none;
	list-style-position: inside;
	margin: 0px;
}
.sidebar-box li{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #eee;
}
.sidebar-box li:first-child{
	border-top: 1px solid #eee;
	padding-top: 7px;
}

/*-----------------------------------------------------------------------------------*
/* = Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
	width: 100%;
	margin-bottom: 4px;
}
#search {
    position: relative;
    width: 220px;
    padding: 10px 30px 10px 10px;
    outline: none;
	color: #666;
	margin: 0;
}
#searchsubmit {
    position: absolute;
    right: 10px;
    top: 50%;
	margin-top: -7px;
    background: url('../images/search.png') no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/* = Footer
/*-----------------------------------------------------------------------------------*/	
.footer-menu{
    background: #6d6d6c;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.footer-menu ul li{
    display: inline-block;
}
.footer-menu ul li a{
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    display: block;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.footer-menu ul li:last-child a{
    border-right: none;
}
.footer-menu ul li a:hover,
.footer-menu ul li.current-menu-item a{
    color: #eee;
    text-decoration: none;
}
.footer-menu ul ul{
    display: none;
}

.footer{
	background: #ececec;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.footer .footer-logo{
    margin: 0 auto 30px;
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
}
.footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer ul li{
    display: inline-block;
}
.footer ul li a{
    color: #6d6d6c;
    font-size: 13px;
    line-height: 20px;
    display: block;
    padding: 0 10px;
    border-right: 1px solid #6d6d6c;
}
.footer ul li:last-child a{
    border-right: none;
}
.footer ul li a:hover,
.footer ul li.current-menu-item a{
    color: #000;
    text-decoration: none;
}
.footer ul ul{
    display: none;
}

/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/

/*aligns*/
.aligncenter{ display:block;  margin:0 auto}
.alignright{ float:right;  margin: 10px 0 10px 20px}
.alignleft{ float:left;  margin: 10px 20px 10px 0}

/*floats*/
.floatleft{ float:left}
.floatright{ float:right}

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}

/*captions*/
.wp-caption{
	text-align:center;
    width: 100% !important;
    position: relative;
    margin-bottom: 1em;
}
.wp-caption img{
	margin:0 auto;
	padding:0;
	border: none;
    max-width: 100%;
    height: auto;
    display: block;
}
.wp-caption .wp-caption-text{
	font-size:12px;
    line-height: 1.5em;
    padding: 6px 0;
	margin:0;
    color: #fff;
    background: #2b4998;
}



/*smiley reset*/
.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

/* tag-cloud widget */
.tagcloud a {
	font-family: 'Helvetica Nue', Arial;
	float: left;
	display: block;
    margin-right: 5px;
	margin-bottom: 5px;
    padding: 5px 7px;
	line-height: 1.3em;
	color: #fff !important;
    background: #444;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
}
.tagcloud a:hover{
	text-shadow: none;
	background: #1f82cb;
	text-decoration: none;
}
/* calendar widget */
#wp-calendar { width: 100% }
#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}
#wp-calendar thead { font-size: 10px }
#wp-calendar thead th { padding-bottom: 10px }
#wp-calendar tbody { color: #aaa }
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 4px;
	transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
}
#wp-calendar tbody td:hover { background: #fff }
#wp-calendar tbody .pad { background: none }
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}














