@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800|Raleway:400,300,200,500,700,600,800|Trirong:100,200,300,400,500,600,700,800,900);

/* ::-moz-selection {
    background: #333;
    color: #fff;
    text-shadow: none
}

::-webkit-selection {
    background: #333;
    color: #fff;
    text-shadow: none
} */

:active,:focus {
    outline: 0
}

html {
    font-size: 100%
}

body {
    line-height: 1.7;
    color: #666;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    background-color: #fff
}

a {
    color: grey;
    text-decoration: none;
    outline: 0!important
}

a:focus,a:hover {
    color: #595959;
    text-decoration: none
}

a img {
    border: none
}

img {
    max-width: 100%
}

.h1,h1 {
    font-size: 3.4rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 22px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 16px
}

.h6,h6 {
    font-size: 13px
}

.h1,.h2,h1,h2 {
    font-family: Raleway,sans-serif;
    font-weight: 700;
    line-height: 1.42857143;
    color: #333
}

.h1 a,.h2 a,h1 a,h2 a {
    color: #333
}

.h3,.h4,.h5,.h6,h3,h4,h5,h6 {
    font-family: Raleway,sans-serif;
    font-weight: 600;
    line-height: 1.42857143;
    color: #333
}

.h3 a,.h4 a,.h5 a,.h6 a,h3 a,h4 a,h5 a,h6 a {
    color: #333
}

p,ul {
    margin-bottom: 10px
}

html {
    font-size: 100%;
    max-width: 100%
}

input, label {
    font-size: 16px !important;
}

label {
    padding-left: 10px;
}

@media only screen and (max-width: 991px) {
    html {
        font-size:90%
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size:85%
    }
}

@media only screen and (max-width: 479px) {
    html {
        font-size:80%
    }
}

html,html a {
    -webkit-font-smoothing: antialiased
}

body {
    max-width: 100%;
    overflow-x: hidden
}

img {
    max-width: 100%
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.inline-block {
    display: inline-block
}

.display-block {
    display: block
}

.fullwidth {
    width: 100%
}

.bg-hover-theme-colored {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.line-bottom {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px
}

.line-bottom:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px
}

.title-icon [class^=flaticon-]::after,.title-icon [class^=flaticon-]::before {
    font-size: 48px;
    margin-left: 10px
}

.title-icon {
    margin: 0 auto;
    max-width: 160px;
    position: relative
}

.title-icon::after {
    content: "";
    height: 2px;
    left: 24px;
    position: absolute;
    top: 10px;
    width: 30px
}

.title-icon::before {
    content: "";
    height: 2px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul ul {
    margin-left: 15px
}

ul.list {
    list-style: outside none none;
    margin-top: 13px;
    padding-left: 0
}

ul.list li {
    margin: 5px 0
}

ul.list li:before {
    border: none;
    color: #a9a9a9;
    content: "\f0a9";
    display: inline-block;
    font-family: fontawesome;
    font-size: 12px;
    margin-right: 10px;
    padding: 0
}

ul.list li:hover:before {
    background: 0 0;
    border-color: transparent
}

ul.list li a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.list-icon li {
    font-size: 14px;
    margin: 0
}

.list-icon li i {
    color: #555;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 5px 10px 5px 0;
    text-align: center;
    width: 28px
}

ul.list.angle-double-right li:before {
    content: "\f101";
    font-family: fontawesome;
    font-size: 12px
}

ul.list.angle-right li:before {
    content: "\f105";
    font-family: fontawesome
}

section {
    position: relative
}

section>.container,section>.container-fluid {
    padding-top: 60px;
    padding-bottom: 60px
}

.scrollToTop {
    background: rgba(0,0,0,.1);
    bottom: 15px;
    display: none;
    height: 50px;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999
}

.scrollToTop i {
    color: #fff;
    font-size: 42px
}

.scrollToTop:hover {
    background: rgba(0,0,0,.6);
    text-decoration: none
}

.scrolltofixed-container {
    position: static
}

@media only screen and (max-width: 767px) {
    .scrolltofixed-container .scrolltofixed {
        position:static!important
    }

    .scrolltofixed-container .scrolltofixed+div {
        display: none!important
    }
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0,0)
    }

    65% {
        -webkit-transform: translate(0,15px)
    }

    to {
        -webkit-transform: translate(0,0)
    }
}

@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0,0)
    }

    65% {
        -moz-transform: translate(0,15px)
    }

    to {
        -moz-transform: translate(0,0)
    }
}

@-webkit-keyframes scalex {
    from {
        -webkit-transform: scale(.9)
    }

    65% {
        -webkit-transform: scale(1)
    }

    to {
        -webkit-transform: scale(.9)
    }
}

@-moz-keyframes scale {
    from {
        -moz-transform: scale(.9)
    }

    65% {
        -moz-transform: scale(1)
    }

    to {
        -moz-transform: scale(.9)
    }
}

.header-top {
    padding: 5px 0
}

.header-top .header-widget .social-icons a i:hover {
    background: 0 0
}

.header-top .header-widget .list-border li {
    border-right: 1px solid rgba(0,0,0,.06);
    padding: 5px 15px
}

.header-top .header-widget .list-border li:last-child {
    border-right: 0
}

.header-nav .header-nav-wrapper .menuzord {
    padding: 0
}

.nav-sidebar li {
    background: #f1f1f1;
    padding-bottom: 0
}

.nav-sidebar li a {
    border-radius: 0
}

.header-nav {
    position: relative
}

.header-nav .header-nav-absolute-wrapper {
    width: 100%
}

.header-nav .header-nav-wrapper .menuzord {
    padding: 0
}

.menuzord-menu>li {
    padding: 24px 0
}

.menuzord-menu>li>a {
    font-size: 13px;
    color: #333
}

.menuzord .menuzord-menu>li.active>a i,.menuzord .menuzord-menu>li:hover>a i {
    color: #fff
}

@media only screen and (max-width: 900px) {
    .menuzord-menu {
        background:#fff
    }
}

@media only screen and (min-width: 901px) {
    .header-nav .header-nav-absolute-wrapper {
        bottom:-36px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        z-index: 1111
    }
}

.header-nav {
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.header-nav.navbar-white {
    background-color: rgba(255,255,255,.95);
    border: medium none
}

.header-nav.navbar-white .menuzord {
    background: 0 0
}

.header-nav.navbar-transparent .menuzord {
    background: 0 0
}

.header-nav.navbar-transparent .header-nav-wrapper {
    border-bottom: 1px solid #eee
}

.boxed-layout .container {
    max-width: 1170px;
    padding-left: 30px;
    padding-right: 30px
}

.boxed-layout .footer,.boxed-layout .header,.boxed-layout .main-content {
    margin: 0 auto;
    max-width: 1170px;
    box-shadow: 0 0 8px -2px #333
}

.boxed-layout .footer,.boxed-layout .header,.boxed-layout section {
    background-color: #fff
}

.header {
    background-color: transparent !important;
}

.boxed-layout .header {
    margin-bottom: 15px
}

.boxed-layout .header .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 0
}

.navbar-default {
    background-color: transparent !important;
}

.boxed-layout .header .navbar-default .navbar-nav>li>a {
    padding: 30px 5px
}

.boxed-layout .header #header-logo {
    margin: 0;
    padding-top: 27px
}

@media only screen and (max-width: 991px) {
    .boxed-layout {
        padding-top:0
    }

    .boxed-layout .header .navbar-default .navbar-nav>li>a {
        padding: 10px
    }

    .boxed-layout .navbar-header {
        padding: 15px 0
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.bg-img-box {
    position: relative
}

.img-hover-border {
    position: relative
}

.img-hover-border::after {
    background: rgba(0,0,0,.3) none repeat scroll 0 0;
    border: 1px solid #999;
    content: "";
    height: 97%;
    left: 5px;
    position: absolute;
    top: 4px;
    transition: all .3s ease-in-out 0s;
    width: 95%
}

@media only screen and (max-width: 991px) {
    .img-hover-border::after {
        height:96%;
        left: 15px;
        top: 15px
    }
}

@media only screen and (max-width: 479px) {
    .img-hover-border::after {
        height:96%;
        left: 10px;
        top: 10px
    }
}

.contact-wrapper {
    padding: 50px 50px 50px 100px
}

.post .entry-header {
    position: relative;
    overflow: hidden
}

.post .entry-title {
    margin-top: 0
}

.post .entry-content {
    padding: 15px
}

.post .entry-meta.meta-absolute {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.post .entry-meta.meta-absolute i {
    display: block;
    font-size: 28px
}

.post .entry-meta.meta-absolute span a {
    color: #454545;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 2px;
    margin-right: 5px
}

.post .post-thumb {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.post.style2,.post.style3 {
    position: relative;
    overflow: hidden
}

.post.style2 .entry-content,.post.style3 .entry-content {
    background-color: rgba(0,0,0,.8);
    bottom: -30px;
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.post.style2:hover .entry-content,.post.style3:hover .entry-content {
    bottom: 0
}

.post.style2:hover .post-thumb,.post.style3:hover .post-thumb {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active:focus,.btn-default.active:hover,.btn-default:active:focus,.btn-default:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active {
    background-image: none
}

.btn-default[disabled]:focus,.btn-default[disabled]:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover {
    background-color: #eee;
    border-color: #eee
}

.btn-border {
    color: #222;
    background-color: #fff;
    border-color: #222
}

.btn-border:focus {
    color: #222;
    background-color: #e6e6e6;
    border-color: #000
}

.btn-border:hover {
    color: #222;
    background-color: #e6e6e6;
    border-color: #040404
}

.btn-border.active,.btn-border:active {
    color: #222;
    background-color: #e6e6e6;
    border-color: #040404
}

.btn-border.active:focus,.btn-border.active:hover,.btn-border:active:focus,.btn-border:active:hover {
    color: #222;
    background-color: #d4d4d4;
    border-color: #000
}

.btn-border.active,.btn-border:active {
    background-image: none
}

.btn-border[disabled]:focus,.btn-border[disabled]:hover {
    background-color: #fff;
    border-color: #222
}

.btn-border {
    border-width: 2px
}

.btn-border:active,.btn-border:focus,.btn-border:hover {
    background-color: #222;
    border-color: #222;
    color: #fff
}

.btn-dark {
    color: #fff;
    background-color: #222;
    border-color: #222
}

.btn-dark:focus {
    color: #fff;
    background-color: #090909;
    border-color: #000
}

.btn-dark:hover {
    color: #fff;
    background-color: #090909;
    border-color: #040404
}

.btn-dark.active,.btn-dark:active {
    color: #fff;
    background-color: #090909;
    border-color: #040404
}

.btn-dark.active:focus,.btn-dark.active:hover,.btn-dark:active:focus,.btn-dark:active:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-dark.active,.btn-dark:active {
    background-image: none
}

.btn-dark[disabled]:focus,.btn-dark[disabled]:hover {
    background-color: #222;
    border-color: #222
}

.btn-gray {
    color: #333;
    background-color: #eee;
    border-color: #eee
}

.btn-gray:focus {
    color: #333;
    background-color: #d5d5d5;
    border-color: #afafaf
}

.btn-gray:hover {
    color: #333;
    background-color: #d5d5d5;
    border-color: #d0d0d0
}

.btn-gray.active,.btn-gray:active {
    color: #333;
    background-color: #d5d5d5;
    border-color: #d0d0d0
}

.btn-gray.active:focus,.btn-gray.active:hover,.btn-gray:active:focus,.btn-gray:active:hover {
    color: #333;
    background-color: #c3c3c3;
    border-color: #afafaf
}

.btn-gray.active,.btn-gray:active {
    background-image: none
}

.btn-gray[disabled]:focus,.btn-gray[disabled]:hover {
    background-color: #eee;
    border-color: #eee
}

.btn-circled {
    border-radius: 25px
}

.btn-flat {
    border-radius: 0
}

.btn {
    font-size: 13px;
    padding: 8px 22px
}

.btn-xs {
    font-size: 11px;
    padding: 3px 14px
}

.btn-sm {
    font-size: 12px;
    padding: 5px 17px
}

.btn-lg {
    font-size: 14px;
    padding: 10px 26px
}

.btn-transparent {
    background-color: transparent;
    color: #fff
}

.social-icons a {
    color: #333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social-icons a:hover {
    color: #666
}

.social-icons.icon-gray a {
    background-color: #eee;
    color: #555;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px
}

.social-icons.icon-gray a:hover {
    color: #bbb
}

.social-icons.icon-gray.icon-bordered a {
    background-color: transparent;
    border: 2px solid #eee
}

.social-icons.icon-gray.icon-bordered a:hover {
    border: 2px solid #d5d5d5
}

.social-icons.icon-dark a {
    background-color: #333;
    color: #eee;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px
}

.social-icons.icon-dark a:hover {
    color: #5e5e5e
}

.social-icons.icon-dark.icon-bordered a {
    background-color: transparent;
    border: 2px solid #111;
    color: #111
}

.social-icons.icon-dark.icon-bordered a:hover {
    background-color: #111;
    border-color: #111;
    color: #fff
}

.social-icons.icon-bordered a {
    border: 1px solid #777
}

.social-icons.icon-bordered a:hover {
    background-color: #777;
    color: #fff
}

.social-icons.icon-circled a {
    border-radius: 50%
}

.social-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px
}

.social-icons.icon-md a {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px
}

.social-icons.icon-lg a {
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    width: 60px
}

.social-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0
}

.icon-box {
    margin-bottom: 30px
}

.icon-box .icon {
    display: inline-block;
    height: 64px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 64px
}

.icon-box .icon i {
    line-height: 64px
}

.icon-box .icon.icon-gray {
    background-color: #eee;
    color: #555
}

.icon-box .icon.icon-gray:hover {
    background-color: #d5d5d5;
    color: #bbb
}

.icon-box .icon.icon-gray.icon-bordered {
    background-color: transparent;
    border: 2px solid #eee
}

.icon-box .icon.icon-gray.icon-bordered:hover {
    background-color: #eee;
    color: #555
}

.icon-box .icon.icon-dark {
    background-color: #111;
    color: #fff
}

.icon-box .icon.icon-dark:hover {
    color: #5e5e5e
}

.icon-box .icon.icon-dark.icon-bordered {
    background-color: transparent;
    border: 2px solid #111;
    color: #111
}

.icon-box .icon.icon-dark.icon-bordered:hover {
    background-color: #111;
    border-color: #111;
    color: #fff
}

.icon-box .icon.icon-white {
    background-color: #fff;
    color: #333
}

.icon-box .icon.icon-white:hover {
    background-color: #b3b3b3;
    color: #000
}

.icon-box .icon.icon-white.icon-bordered {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.icon-box .icon.icon-white.icon-bordered:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111
}

.icon-box .icon.icon-bordered {
    border: 1px solid #777
}

.icon-box .icon.icon-bordered:hover {
    background-color: #777;
    color: #fff
}

.icon-box .icon.icon-circled {
    border-radius: 10%
}

.icon-box .icon.icon-xs {
    height: 30px;
    width: 30px
}

.icon-box .icon.icon-xs i {
    font-size: 18px;
    line-height: 30px
}

.icon-box .icon.icon-sm {
    height: 50px;
    width: 50px
}

.icon-box .icon.icon-sm i {
    font-size: 22px;
    line-height: 50px
}

.icon-box .icon.icon-md {
    height: 75px;
    width: 75px
}

.icon-box .icon.icon-md i {
    font-size: 36px;
    line-height: 75px
}

.icon-box .icon.icon-lg {
    height: 90px;
    width: 90px
}

.icon-box .icon.icon-lg i {
    font-size: 48px;
    line-height: 90px
}

.icon-box .icon.icon-top {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -32px
}

.icon-box i {
    display: inline-block;
    font-size: 40px;
    font-weight: 800;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.icon-box i[class*=pe-7s-] {
    vertical-align: text-bottom
}

.icon-box.left {
    text-align: left
}

.icon-box.left a {
    margin-right: 30px;
    padding: 0
}

.icon-box .icon-box-title {
    margin-bottom: 15px
}

.icon-box:hover .icon i {
    color: #fff
}

.img-icon-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s cubic-bezier(.175,.885,.32,1.275) 0s;
    -o-transition: all .5s cubic-bezier(.175,.885,.32,1.275) 0s;
    transition: all .5s cubic-bezier(.175,.885,.32,1.275) 0s
}

.img-icon-box:before {
    background-color: rgba(0,0,0,.8);
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    display: block
}

.img-icon-box .img-icon-box h3,.img-icon-box i {
    -webkit-transition: all .5s cubic-bezier(.175,.885,.32,1.275) 0s;
    -o-transition: all .5s cubic-bezier(.175,.885,.32,1.275) 0s;
    transition: all .5s cubic-bezier(.175,.885,.32,1.275) 0s
}

.img-icon-box .img-icon-content {
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.175,.885,.32,1.275) 0s;
    -o-transition: all .5s cubic-bezier(.175,.885,.32,1.275) 0s;
    transition: all .5s cubic-bezier(.175,.885,.32,1.275) 0s
}

.img-icon-box:hover i {
    font-size: 0
}

.img-icon-box:hover .img-icon-content {
    opacity: 1
}

.service-icon-box {
    margin-bottom: 30px;
    overflow: hidden
}

.service-icon-box a {
    background: #eee;
    color: #fff;
    display: inline-block;
    height: 70px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    width: 70px
}

.service-icon-box a i {
    font-size: 28px
}

.service-icon-box:hover a i {
    color: #fff
}

.pagination.theme-colored li.active a {
    background: #bf9e58;
    color: #fff;
    border: 1px solid transparent
}

.pagination.dark li a {
    color: #333
}

.pagination.dark li.active a {
    background: #333;
    color: #fff;
    border: 1px solid transparent
}

.section-title .title {
    margin-top: 0;
    position: relative
}

.section-title .icon i {
    font-size: 80px;
    position: absolute;
    top: -7px;
    opacity: .1
}

.section-title p {
    font-size: 14px
}

.section-title p.left-bordered {
    border-left: 2px solid silver;
    padding-left: 10px
}

.section-title p.right-bordered {
    border-right: 2px solid silver;
    padding-right: 10px
}

.section-title {
    margin-bottom: 10px;
    padding-left: 20px
}

.section-title.title-border {
    padding-left: 30px
}

.section-title.title-border.title-right {
    border-left: 0;
    padding-left: 0;
    padding-right: 30px;
    text-align: right
}

.section-title.icon-bg p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0
}

.widget .list-border li {
    border-bottom: 1px dashed #d3d3d3
}

.widget.dark .list-border li {
    border-bottom: 1px dashed #404040
}

.widget {
    margin-bottom: 30px
}

.widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px
}

.widget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px
}

.widget .post,.widget ul.list li {
    margin-bottom: 8px;
    padding-bottom: 8px
}

.widget .post-title a {
    font-size: 13px;
    letter-spacing: 0
}

.widget.dark .widget-title {
    color: #fff
}

.widget.dark .post-title a {
    color: silver
}

.widget.dark .widget-title.line-bottom {
    border-bottom: 1px solid #444
}

.widget.no-border ul li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.widget ul.list li::before {
    display: none
}

.widget.dark ul.list li::before {
    display: none
}

.widget.dark .btn.btn-default {
    border-color: #333
}

.text-hover-theme-colored {
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease
}

.footer {
    background: #fafafa
}

.footer a {
    color: grey
}

.footer a:active,.footer a:focus,.footer a:hover {
    color: #666
}

.footer .widget .widget-title {
    margin-top: 0
}

.footer-bottom {
    border-top: 1px solid #333
}
