
/*Primary: #F06D22;
Secndy: #09AED3;
Hover: #FCB76B;*/

body {

}

p,
li > a {
    letter-spacing: 1px;
    line-height: 1.6;
}

a {
    color: #FF5D2A;
    outline: none;
}

a:hover {
    color: #FF5D2A;
    text-decoration: none;
}



#top-bar {
    border-bottom: 1px solid #EEEEEE;
}

#top-bar .social-menu {
    display: block;
    list-style: none;
    margin: 0;
}

.social-menu li {
    border-left: 1px solid #eeeeee;
    display: inline-block;
    float: left;
    overflow: hidden;
}

.social-menu li:last-child {
    border-right: 1px solid #eeeeee;
}

.social-menu li a {
    font-size: 20px;
    line-height: 35px;
    margin: 0 10px;
}

#top-bar .uk-btn {
    padding: 6px 15px;
}

#header {
    /*background: rgba(255, 255, 255, 1) none repeat scroll 0 0;*/
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #EEEEEE;
}

#header:not(.uk-active) {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

a.logo h1 {
    line-height: 40px;
}

#maim-menu {
    background: #FF5925;
}

@media (min-width: 960px) {

    #header:not(.uk-active) a.logo h1 {
        line-height: 80px;
    }

    #header:not(.uk-active) .uk-navbar-nav > li > a {
        height: 80px;
        line-height: 80px;
    }
}

@media (min-width: 768px) {

    #maim-menu {
        background: none;
    }

}

@media (max-width: 959px) {
    #maim-menu .uk-navbar-flip {
        float: left;
    }
}

.uk-navbar-nav > li.uk-active > a {
    background-color: #FF5925;
    color: #FFF;
    transition: all .3s;
}

.uk-navbar-nav > li.uk-active > a:hover,
.uk-navbar-nav > li.uk-active > a:focus,
.uk-navbar-nav > li.uk-active > a:active,
.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a:active  {
    background-color: #FF5925;
    opacity: .9;
}

.go-to-content { 
    -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 

.go-to-content { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
    background: #FF5925;
}

.go-to-content {
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 50px;
    margin-top: 100px;
}

.cornar svg {
    width: 100%;
    height: 100px;
}

.home-intro {
    background: #FF5925;
    padding-top: 40px;
    padding-bottom: 10px;
}

.home-intro * {
    color: #FFF;
    text-align: center;
}

.home-intro .uk-panel h4 {
    letter-spacing: 2px;
    margin-bottom: 0;
}

.home-intro .uk-panel h3 {
    margin-top: 0;
    /*margin-left: 45px;*/
    font-size: 20px;
}

.home-icon-boxes {
    text-align: center;
    padding: 80px 0;
}

.home-icon-boxes .icon-box::before {
    bottom: 0;
    content: "";
    display: block;
    height: 70%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    background: #FF5925;
    transform: rotateZ(-45deg);
    transition: -moz-transform 0.35s ease-in-out 0s;
    width: 70%;
}

.home-icon-boxes .h-icon:hover .icon-box::before {
    transform: rotateZ(0deg);
}

.home-icon-boxes .icon-box {
    height: 185px;
    margin: 0 auto;
    max-width: 185px;
    position: relative;
    width: 100%;
}

.home-icon-boxes .icon-box .icon-div {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #FFF;
}

.home-icon-boxes .icon-box .icon-div h4 {
    color: #FFF;
    margin: 0;
}

.home-icon-boxes .icon-box .icon-div {
    margin-bottom: 0;
    overflow: visible;
}

.home-contact {
    padding: 60px 0;
    position: relative;
}

.home-contact .c-overly {
    position: absolute;
    width: 100%;
    opacity: .3;
    top: 0;
    left: 0;
    bottom: 0;
    background: #FF5925;
}

.home-contact .c-overly + .uk-container {
    position: relative;
    z-index: 100;
}

.home-contact h2 {
    color: #FFF;
    letter-spacing: 3px;
}

.uk-form input.uk-width-1-1,
.uk-form textarea {
    padding: 10px;
    border: 1px solid #FF5925;
    height: inherit;
}

.home-contact input[type="submit"] {
    background: #FF5925;
    color: #FFF;
    transition: all .5s;
}

.home-contact input[type="submit"]:hover {
    opacity: .6;
}

#footer {
    padding: 60px 0;
    background: #2D2D2D;
}

#footer * {
    color: #FFF;
}

.footer-widget h3 {
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
}

.footer-widget h3::after {
    background: #ff5925 none repeat scroll 0 0;
    border-radius: 2px;
    content: "";
    display: block;
    float: left;
    height: 5px;
    left: 0;
    margin-top: 5px;
    position: absolute;
    width: 20%;
}

.footer-widget ul {
    padding-left: 5px;
}

.footer-widget ul li {
    list-style: square;
    color: #ff5925 !important;
}

.footer-widget ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
}

.home-right-sidebar ul {
    padding-left: 15px;
}

.home-right-sidebar h3 {
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
}

.home-right-sidebar h3::after {
    background: #ff5925 none repeat scroll 0 0;
    border-radius: 2px;
    content: "";
    display: block;
    float: left;
    height: 5px;
    left: 0;
    margin-top: 5px;
    position: absolute;
    width: 20%;
}

.home-right-sidebar ul li {
    list-style: square;
    color: #ff5925;
}

.home-right-sidebar ul li a {
    color: #444;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
}

.copy-right-area {
    background: #404040;
    padding: 15px 10px;
    text-align: center;
}

.copy-right-area * {
    color: #FFF;
}

.copy-right-area small {
    display: inline-block;
}

.copy-right-area a {
    color: #ff5925;
}

.uk-clearfix.call-to-action {
    padding: 40px 35px;
    background:  #ff5925;
}

.call-to-action h3 {
    margin: 0;
    color: #FFF;
    line-height: 35px;
}

.btn,
.uk-btn {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 30px;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
    vertical-align: middle;
}

.uk-btn {
    border: 2px solid #FF693A;
    color: #FF693A;
}

.btn:hover, 
.btn:active, 
.btn:focus,
.uk-btn:hover, 
.uk-btn:active, 
.uk-btn:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none;
    color: #ffffff;
}

.uk-btn:hover, 
.uk-btn:active, 
.uk-btn:focus {
    background-color: #ffffff;
    border-color: #FF693A;
    box-shadow: none;
    color: #ffffff;
}

.btn:hover::before,
.uk-btn:hover::before {
    background: #fff none repeat scroll 0 0;
}

.uk-btn:hover::before {
    background: #FF693A;
}

.btn::before,
.uk-btn::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.btn:active::before, 
.btn:focus::before, 
.btn:hover::before,
.uk-btn:active::before, 
.uk-btn:focus::before, 
.uk-btn:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn:hover {
    color: #ff5925;
    text-decoration: none;
}

.tmbd-title {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
}

.tmbd-title::after {
    background: #ff5925 none repeat scroll 0 0;
    border-radius: 2px;
    content: "";
    display: block;
    float: left;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    position: absolute;
    width: 20%;
}

/*===========================================
## Blog part
===========================================*/


#main-content {
    margin-top: 80px;
}

.read-more-btn {
    border: 2px solid #ff5d2a;
    color: #444;
    font-weight: 600;
    padding: 6px 18px;
    text-decoration: none;
}

.read-more-btn:hover {
    background: #ff5d2a;
    color: #fff;
    text-decoration: none;
}

.tmbd-title-left {
    text-align: left;
    position: relative;
    margin-bottom: 50px;
}

.tmbd-title-left::after {
    background: #ff5925 none repeat scroll 0 0;
    border-radius: 2px;
    content: "";
    display: block;
    float: left;
    height: 5px;
    left: 10%;
    transform: translateX(-50%);
    margin-top: 10px;
    position: absolute;
    width: 20%;
}

.tmbd-title-left > strong > a {
    text-decoration: none;
    color: #444;
}

.top-banner.uk-clearfix {
    margin-bottom: 50px;
    padding-bottom: 10px;
    padding-top: 30px;
    position: relative;
}

.top-banner-overlay {
    background: #fff;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;}


.uk-accordion-title {
    background: #ff693a none repeat scroll 0 0;
    color: #fff;
    padding: 15px;
}


.uk-pricing {
    text-align: center;
}
.uk-heading-row {
    background: #ff693a none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 25px 10px;
    text-align: center;
}
.uk-heading-row span {
    display: block;
}
.uk-package .same:not(.uk-heading-row) {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 15px;
}


.single-post #main-content {
    margin-top: 110px;
}