/* Footer
-------------------------------------------------------------- */
.footer{
    margin-top: 10%;
}
.footer.full-color {
    background-color: #212327;
    width: 100%;
    bottom: 0;
    justify-content: center;
}
.footer.full-color #bottom-nav .footer-content{
    padding: 5px 0;
}
.footer.full-color.main{
    position: relative;
}
.footer .section-inner {
    padding: 40px 0;
}

.footer h2,
.footer h4 {
    color: #fff;
}

.footer,
.footer a {
    color: rgba(255,255,255,.75);
    font-size: 13px;
}

.footer a:hover {
    color: #fff;
}

.border.widget .widget-inner {
    border: solid 2px rgba(255,255,255,.15);
    padding: 27px 30px;
    width: 100%;
    border-radius: 2px;
}

.dark-div .border.widget .widget-inner {
    border: solid 2px rgba(255,255,255,.15);
}

.footer .widget .widget-title {
    padding: 0;
    margin-bottom: 27px;
    border: none;
    font-size: 20px;
}

.footer .widget-nav-menu .widget-inner ul li a {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
}

.footer .widget-nav-menu .widget-inner ul li:last-child a {
    border-bottom: none;
}

.footer .widget-nav-menu .widget-inner ul li a:hover {
    background: transparent;
    border-color: transparent;
}

.normal-sidebar .widget ul li a:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 700;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:8px;
    margin-right:5px;
    padding-bottom: 2px;
    vertical-align:middle;
}

.media > .pull-left {
    margin-right: 5px;
}
.footer-content .social-icon {
    border-color:rgba(255,255,255,.15)
}
/* widget-text */
.widget-text h4 {
    font-size: 18px;
}

.un-icon,
.light .un-icon,
.dark-div .light .un-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #343434;
    color: #fff;
    font-size: 28px;
    display: inline-block;
    transition: all .2s;
}

.widget-text .un-icon {
    background-color: #fff;
    color: #343434;
}

.widget-text .un-icon:hover {
    background-color: #179BD7;
}

/* widget-divider */
#bottom .widget.divider-widget {
    width: 100%;
    padding-bottom: 0;
}

#bottom .divider-widget .un-heading-wrap .flat-button.style1,
#bottom-nav .link-center .flat-button.style1 {
    border-radius: 2px;
    border: 2px solid rgba(255,255,255,.15);
    padding: 0 40px;
    height: 60px;
    font-size: 17px;
    color: #fff;
    background-color: #212327;
}

#bottom-nav .link-center {
    position: relative;
    text-align: center;
}

#bottom-nav .link-center .flat-button.style1 {
    position: absolute;
    top: 0;
    left: 50%;
    height: 40px;
    padding: 0 15%;
    line-height: 35px;
    font-size: 13px;
    transform: translateX(-50%);
}

#bottom .divider-widget .un-heading-wrap .flat-button.style1:hover,
#bottom-nav .link-center .flat-button.style1:hover {
    background-color: #fff;
    color: #343434;
    text-decoration: none;
}

#bottom .divider-widget .un-heading-wrap .flat-button.style1 i{
    margin-left: 6px;
}

#bottom .widget.divider_widget {
    width: 100%;
    padding-bottom: 0;
}

/* widget-flickr */
.widget-flickr .widget-inner ul li a:before {
    content: none;
}

#bottom .widget-flickr ul {
    margin: 0 -5px;
}

#bottom .widget-flickr ul li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}

.images-hover:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.images-hover {
    position: relative;
}

.images-hover:hover {
    cursor: pointer;
}

.images-hover:before,
.images-hover:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #ffffff;
    top: 50%;
    left: 50%;
    z-index: 30;
    margin-top: -8px;
    margin-left: -1px;
    visibility: hidden;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.images-hover:after {
    height: 1px;
    width: 16px;
    margin-top: -1px;
    margin-left: -8px;
}

.images-hover:hover:after,
.images-hover:hover:before {
    z-index: 30px;
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.images-hover .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    content: "";
    z-index: 10;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

/* Bottom
-------------------------------------------------------------- */
#bottom-nav .footer-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

#bottom-nav .footer-social .social-list {
    float: right;
}

#bottom-nav .footer-social .social-list > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    height: 35px;
    width: 35px;
}

#bottom-nav .footer-social .social-list > li > a {
    color: #fff;
    background-color: transparent;
    border: none !important;
    padding-top: 7%;
    font-size: 15px;
    border-radius: 50%;
}
#bottom-nav .footer-social .social-list > li > a i{
    margin-top: 11px;
    font-size: 16px;
}
#bottom-nav .footer-social .social-list > li > a:hover {
    color: #343434;
    background-color: #fff;
    border-color: #fff;

}
.line-under {
    border-bottom: solid 2px rgba(255,255,255,.15);
    height: 20px;
    margin-bottom: 22px;
    z-index: 0;
}

.un-separator {
    width:100%;
    margin-top:10px;
    margin-bottom:45px;
}

.un-heading.un-separator {
    padding-bottom: 5px;
}

.un-separator .widget-inner {
    position:relative;
    width:100%;
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
}

.un-separator .widget-inner:after {
    content:' ';
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-bottom: solid 1px rgba(255,255,255,.25);
    z-index:0;
}

.un-separator .widget-inner > * {
    position:relative;
    z-index:1;
}

/*heading seperator*/
.un-heading {
    padding-bottom:20px;
}

.un-heading-wrap {
    display:table;
    width:100%;
}

.un-heading-line {
    height: 2px;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.un-heading-line span {
    height: 0px;
    border-top: 2px solid rgba(255,255,255,.15);
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
}

.un-heading-content {
    display:table-cell;
    vertical-align:middle;
    border-width:1px;
}

.un-heading .btn,
.btn.back-to-top {
    border-radius: 2px; border:2px solid rgba(52,52,52,0.1);
}

.dark-div .un-heading-line span,
.dark-div .un-heading .btn,
.dark-div .btn.back-to-top {
    border-color: rgba(255,255,255,.15);
}

span.un-heading-content.btn {
    cursor:default;
    pointer-events: none;
}

/*social icon*/
.social-light {
    margin-top:-12px;
}

.social-light li {
    margin-top:12px;
}

.social-icon {
    width:40px;
    height:40px;
    font-size:14px;
    padding:0;
    line-height:36px;
}

.copyright {
    padding-top:9px;
    height: 36px;
}

.footer-content .social-icon {
    border-color:rgba(255,255,255,.15)
}



.un-video-banner .video-banner-inner {
    background-repeat: no-repeat;
    background-size: cover;
    height:600px;
}


.video-banner-inner {
    position:relative;
}

.video-banner-inner a {
    outline:none;
}

.video-banner-inner .overlay {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    background:rgba(0,0,0,.3);
    display:block;
    transition:all .2s;
}

.video-banner-inner:hover .overlay {
    background:rgba(0,0,0,0);
}

.video-banner-inner .overlay .overlay-inner {
    display:inline-block;
    vertical-align:middle;
}

.video-banner-inner .overlay:before {
    content:'';
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
    height:100%;
}

.video-banner-inner .fa {
    color: #FFFFFF;
    font-size: 36px;
    border: solid 3px #fff;
    width:100px;
    height:100px;
    padding-left:8px;
    line-height:94px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: transparent;
    margin-bottom:20px;
}

.video-banner-popup {
    border: solid 10px #fff;
    line-height:1;
}

#cboxPrevious:empty, #cboxNext:empty {
    display:none !important;
}
