/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(plugins.css);

/*Import CSS Plugins*/
@import url(../../assets/css/plugins/animate.css);
@import url(../../assets/css/plugins/box-shadows.css);



.wrapper {
  /*background: #ffffff;*/
  /*background: red;*/
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Top Bar (login, search etc.)
------------------------------------*/
	.topbar {
	/*padding: 10px 0;*/
	background:#12325a;
	z-index: 100 !important;
	width: 100%;
	/*display: none;*/
}

.topbar ul.loginbar {
	margin: 0;
}

.topbar ul.loginbar > li {
	display: inline;
	list-style: none;
	position: relative;
	padding-bottom: 15px;
}

.topbar ul.loginbar > li > a, 
.topbar ul.loginbar > li > a:hover {
	color: #7c8082;
	font-size: 11px;
	text-transform: uppercase;
}

.topbar ul.loginbar li i.fa { 
	color: #bbb;
}

.topbar ul.loginbar li.topbar-devider { 
	top: -1px;
	padding: 0;
	font-size: 8px;
	position: relative;
	margin: 0 9px 0 5px;
	font-family: Tahoma;
	border-right: solid 1px #bbb;
}


.header {
    z-index: 99;
    position: relative;
    background: #000
}

.header .navbar {
    margin: 0;
    min-height: inherit
}

.header .navbar-default {
    border: none;
    background: none
}

.header .navbar-collapse {
    position: relative
}

.header .navbar-brand {
    z-index: 1;
    top: -10px;
    position: relative;
    padding: 0 10px 10px
}

@media (max-width: 992px) {
    .header .navbar-brand {
        top: 0;
        height: 40px
    }
}

@media (min-width: 992px) {
    .header .navbar-nav {
        float: right;
    }
}

.header .navbar-default .navbar-nav > li > a {
	color: #ddbb8d ;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 25px;
	display: block;
	/*line-height: 65px;*/
	margin: 0;
	border-right: none;
}

.header .navbar-default .navbar-nav > li > a:hover {
	color: #0f4272 !important;
	background: #fff !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #0f4272 !important;
	background: #fff !important;
}

.header .navbar-default .navbar-nav > .active > a {
    color: #32638b
}

.header .navbar-right .dropdown-menu {
    right: inherit
}

.navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #32638b;
    padding: 6px 10px 6px
}

.navbar-default .navbar-toggle {
    border-color: #2989b6
}

.navbar-default .navbar-toggle:hover {
    background: #2989b6
}

.navbar-default .navbar-toggle .fa {
    color: #fff;
    font-size: 19px
}

@media (max-width: 767px) {
    .header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 9px 10px
    }
    .header .navbar-default .navbar-nav > li a {
        border-bottom: solid 1px #eee
    }
    .header .navbar-default .navbar-nav > li > a:focus {
        background: none
    }
    .header .navbar-default .navbar-nav > li > a:hover {
        color: #32638b
    }
    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
       color: #0f4272 !important;
		background: #fff !important;
    }
    .header .dropdown-submenu li a {
        font-size: 12px
    }
}

@media (min-width: 767px) {
    .header .navbar-collapse {
        padding: 0
    }
    .header .navbar-nav {
        /*top: 2px;
        position: relative*/
    }
    .header .navbar-default .navbar-nav > li > a {
        padding: 9px 30px 9px 20px
    }
    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:focus {
        border-bottom: solid 2px transparent;
        color: #ddbb8d
    }
    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > .active > a {
        color: #0f4272 !important;
		background: #fff !important;
    }
    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > li > a:focus,
    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        background: none
    }
    .header .navbar-default .navbar-nav > .open > a,
    .header .navbar-default .navbar-nav > .open > a:hover,
    .header .navbar-default .navbar-nav > .open > a:focus {
        color: #687074
    }
    
    .header .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999!important;
        margin-top: 0px!important;
    }
    
    .header .dropdown-menu .active > a,
    .header .dropdown-menu li > a:hover {
        color: #0f4272 !important;
        filter: none!important;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }
    .header .dropdown-menu li > a:focus {
        background: none;
        filter: none!important
    }
    .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block
    }
    */
}

.header .navbar .nav > li > .search {
    color: #aaa;
    cursor: pointer;
    min-width: 35px;
    font-size: 15px;
    text-align: center;
    background: #f7f7f7;
    padding: 11px 0 12px;
    display: inline-block;
    border-bottom: solid 2px #aaa
}

.header .navbar .nav > li > .search:hover {
    color: #72c02c;
    background: #f7f7f7;
    border-bottom-color: #72c02c
}

.header .navbar .search-open {
    right: 0;
    top: 38px;
    display: none;
    padding: 14px;
    position: absolute;
    background: #fcfcfc;
    border-top: solid 2px #eee;
    box-shadow: 0 1px 3px #ddd
}

.header .navbar .search-open form {
    margin: 0
}

@media (min-width: 767px) {
    .header .navbar .search-open {
        width: 330px
    }
    .header .open > .dropdown-menu,
    .header-v1 .open > .dropdown-menu {
        display: none
    }
}

@media (max-width: 767px) {
    .header .navbar .nav > li > .search {
        color: #999;
        width: 35px;
        height: 34px;
        line-height: 12px;
        text-align: left;
        text-align: center;
        margin: 5px 10px 0;
        background: #eee;
        border-bottom: none
    }
    .header .navbar .nav > li > .search:hover {
        background: #5fb611;
        color: #fff!important
    }
    .header .navbar .search-open {
        top: 5px;
        padding: 0;
        left: 48px;
        border-top: none;
        box-shadow: none;
        background: none;
        margin-right: 10px
    }
}

.header-v1 {
    border-bottom: none
}

.header-v1 .navbar-brand {
    top: 2px;
    padding: 0 10px 10px
}

.header-v1 .navbar .search-open {
    background: #f8f8f8
}

@media (max-width: 767px) {
    .header-v1 .navbar .search-open {
        bottom: -6px
    }
}

.header-v1 .navbar .nav > li > .search {
    padding: 11px;
    border: none;
    min-width: 37px
}

.header-v1 .navbar .nav > li > .search:hover {
    background: #72c02c;
    color: #fff!important
}

.header-v1 .navbar-toggle {
    margin-top: 3px
}

@media (min-width: 767px) and (max-width: 992px) {
    .header-v1 .navbar-brand {
        margin-bottom: 15px
    }
}

@media (min-width: 767px) {
    .header-v1 .navbar-default .navbar-nav > li {
        margin-left: 1px
    }
    .header-v1 .navbar-default .navbar-nav > li > a {
        padding: 9px 30px 6px 20px
    }
    .header-v1 .navbar-default .navbar-nav > .active > a,
    .header-v1 .navbar-default .navbar-nav > li > a:hover,
    .header-v1 .navbar-default .navbar-nav > li > a:focus {
        color: #fff!important;
        background: #72c02c!important
    }
    .header-v1 .navbar-default .navbar-nav > .open > a,
    .header-v1 .navbar-default .navbar-nav > .open > a:hover,
    .header-v1 .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background: #72c02c
    }
    .header-v1 .dropdown-menu {
        background: #fafafa
    }
}

.header-fixed .header {
    height: 78px
}

.header-fixed .header.header-fixed-shrink {
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    z-index: 9999;
    position: fixed;
    margin-top: -35px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-color: #f5f5f5;
    -webkit-transition: height .6s;
    -moz-transition: height .6s;
    transition: height .6s
}

.header-fixed .header.header-fixed-shrink .navbar-brand {
    top: 10px;
    z-index: 1;
    position: relative;
    padding: 0 10px 10px
}

.header-fixed .header.header-fixed-shrink .navbar-brand img {
    width: 90%
}

.header-fixed .header.header-fixed-shrink .search,
.header-fixed .header.header-fixed-shrink .active a {
    border-bottom: none!important
}

.header-fixed .header.header-fixed-shrink .dropdown > a:after {
    top: 19px
}

.header-fixed .navbar-toggle {
    margin-top: 5px
}

.header-fixed .header.header-fixed-shrink .search {
    margin-top: 12px;
    padding: 8px!important;
    color: #585f69!important;
    background: none!important
}

.header-fixed .header.header-fixed-shrink .search-open {
    border-top: none;
    background: rgba(255, 255, 255, 0.9)
}

@media (max-width: 992px) {
    .header-fixed .header {
        height: 118px
    }
    .header-fixed .header.header-fixed-shrink {
        height: 135px
    }
}

@media (max-width: 767px) {
    .header-fixed .header,
    .header-fixed .header.header-fixed-shrink {
        height: 88px
    }
    .header-fixed .header .navbar-nav {
        background: #fff;
        padding: 6px 0;
        margin-top: 0;
        border: solid 1px #eee
    }
    .header-fixed .header .navbar-default .navbar-collapse,
    .header-fixed .header .navbar-default .navbar-form {
        border: none
    }
    .header-fixed .navbar-toggle {
        margin-top: 9px
    }
    .header-fixed .header.header-fixed-shrink .navbar .nav > li > .search {
        top: 5px;
        position: relative
    }
}

@media (min-width: 767px) {
    .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
        padding: 19px 30px 18px 20px;
        border-bottom: solid 1px transparent!important
    }
    .header-fixed .header.header-fixed-shrink .search-open {
        top: 56px
    }
}

.dropdown-submenu {
    position: relative
}

.dropdown > a:after,
.dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    position: absolute;
    font-weight: 400;
    display: inline-block;
    font-family: FontAwesome
}

@media (max-width: 767px) {
    .dropdown-submenu > a:after {
        content: " "
    }
}

.dropdown > a:after {
    top: 0px;
    right: 10px;
    /*content: "\f107"*/
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
    margin-left: 0
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block
}

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px
    }
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px
}

.dropdown-menu li [class^="fa-"],
.dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block
}

.dropdown-menu li [class^="fa-"].fa-lg,
.dropdown-menu li [class*=" fa-"].fa-lg {
    width: 1.5625em
}

.menu-icon {
    margin-right: 10px;
    font-weight: 200
}

.dropdown-show {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 4px #eee
}

.purchase {
    padding: 25px 0 30px;
    border-bottom: solid 1px #eee;
    background: url(../img/breadcrumbs.png) repeat
}

.purchase p {
    margin-bottom: 0
}

.purchase span {
    color: #666;
    display: block;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif
}

.purchase .btn-buy {
    text-align: center
}

.purchase .btn-buy a {
    margin-top: 27px
}

.purchase .btn-buy a i {
    margin-right: 5px
}

@media (max-width: 992px) {
    .purchase {
        text-align: center
    }
    .purchase span {
        font-size: 22px;
        line-height: 29px
    }
    .purchase .btn-buy a {
        margin-top: 25px;
        font-size: 16px
    }
}

.service {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 15px 10px
}

.service:hover {
    background: #fcfcfc;
    box-shadow: 0 0 5px #ddd;
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out
}

.service:hover i {
    color: #656565
}

.service .desc {
    padding: 0 15px;
    overflow: hidden
}

.service .desc h4 {
    font-size: 22px;
    line-height: 25px
}

.service .service-icon {
    float: left;
    padding: 10px;
    color: #72c02c;
    font-size: 35px;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.service .service-icon.icon-cogs {
    font-size: 37px
}

.service .service-icon.icon-plane {
    font-size: 43px
}

.recent-work a {
    text-align: center;
    background: #fcfcfc;
    display: inline-block
}

.recent-work a:hover {
    text-decoration: none
}

.recent-work a:hover strong {
    color: #555
}

.recent-work em.overflow-hidden {
    display: block
}

.recent-work a span {
    display: block;
    padding: 10px;
    border-bottom: solid 2px #eee
}

.recent-work a strong {
    color: #555;
    display: block
}

.recent-work a i {
    color: #777
}

.recent-work a img {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.recent-work a:hover img {
    opacity: .8;
    -webkit-transform: scale(1.2) rotate(3deg);
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1.0) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg)
}

.recent-work a:hover span {
    border-bottom: solid 2px #72c02c;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .3s ease-in-out
}

.work {
    margin-top: 6px
}

.work .details {
    padding: 10px
}

.work .caption {
    display: block;
    padding-top: 5px;
    color: #585f69!important;
    font-size: 18px!important
}

.work .caption:hover {
    cursor: pointer;
    color: #444!important;
    text-decoration: underline
}

.footer {
    color: #fff;
    background: #000;
    border-top: solid 1px #d4d4d4
}

.footer.margin-top-0 {
    margin-top: 0
}

.footer p,
.footer a {
    font-size: 14px
}

.footer p {
    color: #FFF
}

.footer a {
    color: #FFF
}

.footer a:hover {
    color: #32638b;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.footer h2,
.footer h3,
.footer h4 {
    color: #e4e4e4;
    background: none;
    text-shadow: none
}

.footer .footer-subsribe {
    width: 85%
}

.footer .blog-list {
    margin: 0;
    padding: 0;
    color: #dadada;
    list-style: none
}

.footer .blog-list li {
    padding: 0;
    margin-bottom: 7px
}

.footer .blog-list li span {
    color: #818488
}

.footer .dl-horizontal,
.footer .dl-horizontal:hover {
    border: none!important;
    background: none!important
}

.footer .posts .dl-horizontal a {
    color: #dadada
}

.footer .dl-horizontal a:hover {
    color: #a8f85f!important
}

.footer .dl-horizontal img {
    border-color: #888!important
}

.copyright {
    
}

.copyright p {
    color: #e5e5e5;
    margin-top: 12px
}

.copyright a {
    
}

.copyright a:hover {
    
}

.copyright a img {
    
}

.breadcrumbs {
    overflow: hidden;
    line-height: 30px;
    height: 45px;
    background: #e2e2e2;
}

.breadcrumbs h1 {
    color: #666;
    font-size: 22px;
    margin-top: 8px
}

.breadcrumb {
    /*top: 10px;*/
    padding-right: 0;
    background: none;
    position: relative
}

.breadcrumb a {
    color: #2962a9;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
    color: #32638b;
    text-decoration: none
}

@media (max-width: 550px) {
    .breadcrumbs h1.pull-left,
    .breadcrumbs ul.pull-right {
        width: 100%;
        text-align: center
    }
    .breadcrumbs h1.pull-left {
        margin-bottom: 0
    }
    .breadcrumbs .breadcrumb {
        top: 0;
        margin-bottom: 10px
    }
}

a.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 15px
}

.thumbnail-style {
    padding: 7px;
    margin-bottom: 20px
}

.thumbnail-style:hover {
    box-shadow: 0 0 8px #ddd;
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out
}

.thumbnail h3,
.thumbnail-style h3 {
    margin: 6px 0 8px
}

.thumbnail h3 a,
.thumbnail-style h3 a {
    color: #585f69;
    font-size: 20px
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
    color: #72c02c;
    text-decoration: none
}

.thumbnail-style .thumbnail-img {
    position: relative;
    margin-bottom: 11px
}

.thumbnail-style a.btn-more {
    right: -10px;
    bottom: 10px;
    color: #fff;
    padding: 1px 6px;
    position: absolute;
    background: #72c02c;
    display: inline-block
}

.thumbnail-style a.btn-more:hover {
    text-decoration: none;
    box-shadow: 0 0 0 2px #377500
}

.thumbnail-style:hover a.btn-more {
    right: 10px
}

.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg)
}

.service-alternative .service:hover {
    background: #76ca2c;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 {
    color: #fff
}

.service-v1 h2 {
    margin: 15px 0 10px;
    font-size: 20px;
    line-height: 28px
}

.service-v1 p {
    text-align: justify
}

.posts .dl-horizontal a {
    color: #555
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left
}

.posts .dl-horizontal dt img {
    width: 60px;
    height: 60px;
    padding: 2px;
    margin-top: 2px;
    border: solid 1px #ddd
}

.posts .dl-horizontal dd {
    margin-left: 70px
}

.posts .dl-horizontal dd p {
    margin: 0
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px!important
}

.posts .dl-horizontal dd a:hover {
    color: #72c02c;
    text-decoration: none
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #72c02c;
    border-color: #72c02c!important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.team ul.team-socail {
    text-align: right
}

.team ul.team-socail li {
    padding: 0!important;
    margin: 0!important
}

.team ul.team-socail li a,
.team ul.team-socail li a:hover {
    text-decoration: none
}

.team ul.team-socail li i {
    color: #aaa;
    padding: 3px;
    min-width: 30px;
    font-size: 20px;
    text-align: center;
    background: #f7f7f7;
    display: inline-block
}

.team ul.team-socail li i:hover {
    color: #fff;
    background: #72c02c;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.team .thumbnail-style {
    padding: 12px
}

.team .thumbnail-style img {
    margin-bottom: 7px
}

.team .thumbnail-style h3 {
    margin-bottom-bottom: 5px
}

.team .thumbnail-style:hover h3 a {
    color: #72c02c!important
}

.team .thumbnail-style small {
    display: block;
    margin-top: 5px;
    font-size: 12px
}

.about-me {
    overflow: hidden
}

.about-me h2 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase
}

.about-me span {
    color: #999;
    display: block;
    font-size: 14px;
    margin-bottom: 10px
}

.about-me .social-icons {
    margin-top: 7px
}

.about-my-goals h2 {
    text-transform: uppercase
}

.about-skills {
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: url(../img/breadcrumbs.png) repeat
}

.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
    padding: 0;
    border: none;
    box-shadow: none
}

.gallery-page .thumbnails {
    margin-bottom: 6px
}

.privacy a {
    text-decoration: underline
}

.privacy a:hover {
    color: #72c02c;
    text-decoration: none
}

.portfolio-item h2 {
    color: #555;
    font-size: 24px;
    margin: 0 0 15px
}

.portfolio-item li {
    padding: 3px 0
}

.portfolio-item p a {
    text-decoration: underline
}

.portfolio-item p a:hover {
    text-decoration: none
}

.portfolio-item1 ul {
    margin: 10px 0 20px
}

.portfolio-item1 li {
    font-size: 16px;
    margin-bottom: 3px
}

.portfolio-item1 li i {
    font-size: 18px;
    margin-right: 4px
}

ul.blog-tags li {
    display: inline-block
}

ul.blog-tags a {
    font-size: 13px;
    padding: 2px 7px;
    background: #f7f7f7;
    margin: 0 3px 6px 0;
    display: inline-block
}

ul.blog-tags a i {
    color: #666
}

ul.blog-tags a:hover {
    background: #72c02c
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
    color: #fff!important;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.blog-photos li {
    display: inline
}

.blog-photos li img {
    opacity: .6;
    width: 58px;
    height: 58px;
    margin: 0 2px 8px
}

.blog-photos li img:hover {
    opacity: 1;
    box-shadow: 0 0 0 2px #72c02c
}

.blog-twitter .blog-twitter-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px
}

.blog-twitter .blog-twitter-inner,
.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute
}

.blog-twitter .blog-twitter-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0 solid transparent;
    border-left-style: inset;
    border-right-style: inset
}

.blog-twitter .blog-twitter-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset;
    border-bottom-style: inset
}

.blog-twitter .blog-twitter-inner:hover {
    border-color: #72c02c;
    border-top-color: #72c02c
}

.blog-twitter .blog-twitter-inner:hover:after {
    border-top-color: #72c02c
}

.blog-twitter .blog-twitter-inner span.twitter-time {
    color: #777;
    display: block;
    font-size: 11px
}

.blog-twitter .blog-twitter-inner a {
    color: #72c02c;
    text-decoration: none
}

.blog-twitter .blog-twitter-inner a:hover {
    text-decoration: underline
}

.blog-twitter .blog-twitter-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative
}

.who li {
    margin-bottom: 6px
}

.who li i {
    color: #72c02c;
    font-size: 13px;
    margin-right: 8px;
    position: relative
}

.who li:hover i,
.who li:hover a {
    color: #777
}

.who li:hover a:hover {
    text-decoration: none
}

.fullwidthbanner-container.slider-promo {
    max-height: 460px!important
}

.slider-promo-info-bg {
    padding: 25px 20px 20px;
    background: url(../img/bg-black.png) repeat
}

.slider-promo-info span.big-size {
    color: #fff;
    display: block;
    font-size: 30px;
    margin-bottom: 25px;
    text-shadow: 0!important
}

.slider-promo-info p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0
}

.promo-box {
    padding: 20px;
    margin: 25px 0 20px;
    text-align: center
}

.promo-box i {
    display: block;
    font-size: 50px
}

.promo-box p {
    font-size: 14px;
    margin-bottom: 0
}

.promo-box strong,
.promo-box strong a {
    color: #555;
    display: block;
    font-size: 20px;
    font-weight: 200;
    margin: 20px 0 15px
}

.promo-box:hover strong,
.promo-box:hover strong a {
    color: #72c02c
}

.promo-service {
    margin-bottom: 20px
}

.promo-service li {
    margin-bottom: 5px
}

.promo-service a.btn-u {
    margin: 0 20px 10px 0
}

.title-box {
    font-size: 16px;
    text-align: center;
    padding: 10px 0 30px;
    border-bottom: solid 1px #eee
}

.title-box .title-box-text {
    color: #555;
    display: block;
    font-size: 35px;
    font-weight: 200
}

@media (max-width: 768px) {
    .title-box .title-box-text {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px
    }
    .title-box p {
        font-size: 15px
    }
}

.block-blockquote {
    margin: 20px 0;
    text-align: center;
    border: dashed 1px #ccc
}

.block-blockquote-inner {
    padding: 15px
}

.block-blockquote p {
    font-size: 26px;
    margin-bottom: 0
}

.info-blocks {
    margin-bottom: 15px
}

.info-blocks:hover i.icon-info-blocks {
    color: #72c02c;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.info-blocks i.icon-info-blocks {
    float: left;
    color: #777;
    font-size: 30px;
    min-width: 50px;
    margin-top: 10px;
    text-align: center
}

.info-blocks .info-blocks-in {
    padding: 0 10px;
    overflow: hidden
}

.info-blocks .info-blocks-in h3 {
    color: #555;
    font-size: 20px;
    line-height: 28px
}

.info-blocks .info-blocks-in p {
    font-size: 12px
}

.brand-page .btn {
    margin-bottom: 10px
}

.form-page input,
.form-page select {
    margin-bottom: 10px
}

ul.labels-demo {
    margin: 5px 0
}

ul.labels-demo li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 2px 0
}

.badge-sidebar {
    border-left: solid 1px #eee
}

@media (max-width: 991px) {
    .badge-sidebar {
        border-left: none
    }
}

.line-icon-page .item-box {
    width: 25%;
    float: left;
    height: 90px;
    text-align: center;
    padding: 20px 10px;
    margin: 0 -1px -1px 0;
    border: 1px solid #ddd;
    word-wrap: break-word
}

@media (max-width: 768px) {
    .line-icon-page .item-box {
        height: 115px
    }
}

@media (max-width: 450px) {
    .line-icon-page .item-box {
        height: 130px
    }
}

.line-icon-page .item-box:hover {
    background: #fafafa
}

.line-icon-page .item span {
    display: block;
    font-size: 28px;
    margin-bottom: 10px
}

.line-icon-page .item:hover {
    color: #72c02c
}

.bs-glyphicons {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    padding-bottom: 1px;
    margin-bottom: 20px
}

.bs-glyphicons li {
    width: 25%;
    float: left;
    height: 115px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    margin: 0 -1px -1px 0;
    border: 1px solid #ddd
}

.bs-glyphicons .glyphicon {
    display: block;
    font-size: 24px;
    margin: 5px auto 10px
}

.bs-glyphicons li:hover {
    color: #72c02c;
    background-color: #fafafa
}

@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 12.5%
    }
}

.map {
    width: 100%;
    height: 350px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee
}

.map-box {
    height: 250px
}

.map-box-space {
    margin-top: 15px
}

.map-box-space1 {
    margin-top: 7px
}

.service-or {
    overflow: hidden;
    position: relative
}

.service-bg {
    background-color: rgba(255, 255, 255, 0.1);
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg)
}

.servive-block-v2 .servive-block-in {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.2)
}

.servive-block-v2 .servive-block-in img {
    width: 100%;
    margin-bottom: 15px
}

.servive-block-v2 .servive-block-in i {
    font-size: 40px
}

.servive-block-v2 .servive-block-in h4 {
    line-height: 25px
}

.servive-block-v2 .servive-block-in p {
    margin-bottom: 20px
}

.servive-block-v2 .servive-block-in i,
.servive-block-v2 .servive-block-in h4,
.servive-block-v2 .servive-block-in p {
    color: #fff
}

.easy-block-v1 {
    position: relative
}

.easy-block-v1 img {
    width: 100%
}

.easy-block-v1 .overflow-h h3 {
    width: 60%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px
}

.easy-block-v1 .easy-block-v1-badge {
    left: 0;
    top: 10px;
    z-index: 1;
    color: #fff;
    padding: 4px 10px;
    position: absolute
}

.easy-block-v2 {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.easy-block-v2 img {
    width: 100%
}

.easy-bg-v2 {
    top: 5px;
    color: #fff;
    width: 100px;
    padding: 5px;
    right: -32px;
    font-size: 13px;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.rgba-red {
    background-color: rgba(231, 76, 60, 0.8)
}

.rgba-blue {
    background-color: rgba(52, 152, 219, 0.8)
}

.rgba-default {
    background-color: rgba(114, 192, 44, 0.8)
}

.rgba-purple {
    background-color: rgba(155, 107, 204, 0.8)
}

.easy-block-v3 {
    text-align: left;
    background: #585f69;
    margin-bottom: 10px;
    padding: 30px 20px 20px
}

.easy-block-v3.first {
    background: #696f77
}

.easy-block-v3.second {
    background: #707780
}

.easy-block-v3.third {
    background: #787f88
}

.easy-block-v3 i {
    color: #fff;
    float: left;
    font-size: 30px;
    min-width: 45px;
    padding-top: 10px
}

.easy-block-v3 .inner-faq-b {
    overflow: hidden
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3 {
    font-size: 21px;
    margin-bottom: 8px
}

.easy-block-v3 .inner-faq-b h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 2px
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3,
.easy-block-v3 .inner-faq-b p {
    color: #fff
}

.full-w-block {
    padding: 30px 0;
    background: #282828
}

.full-w-block .info-blocks i,
.full-w-block .info-blocks-in h3 {
    color: #fff
}

.full-w-block .info-blocks-in p {
    color: #ccc
}

.full-w-block .info-blocks:hover i.icon-info-blocks {
    color: #fff
}

.team-v2 {
    position: relative;
    margin-bottom: 20px
}

.team-v2 img {
    width: 100%
}

.team-v2 .inner-team {
    padding: 20px;
    background: #fff;
    text-align: center
}

.team-v2 .inner-team h3 {
    margin: 0
}

.team-v2 .inner-team small {
    display: block;
    font-size: 12px;
    margin-bottom: 7px
}

.team-v2 .inner-team p {
    font-size: 13px
}

.team-v2 .inner-team hr {
    margin: 10px 0 15px
}

.team-social {
    margin-bottom: 0
}

.team-social li {
    padding: 0 2px
}

.team-social li a {
    font-size: 14px;
    padding: 6px 4px;
    border-radius: 50%!important
}

.team-social li i {
    min-width: 20px
}

.team-social li a.fb {
    color: #4862a3;
    border: 1px solid #4862a3
}

.team-social li a.tw {
    color: #159ceb;
    border: 1px solid #159ceb
}

.team-social li a.gp {
    color: #dc4a38;
    border: 1px solid #dc4a38
}

.team-social li a:hover {
    text-decoration: none
}

.team-social li a.fb:hover {
    color: #fff;
    background: #4862a3
}

.team-social li a.tw:hover {
    color: #fff;
    background: #159ceb
}

.team-social li a.gp:hover {
    color: #fff;
    background: #dc4a38
}

.simple-block {
    margin-bottom: 20px
}

.simple-block img {
    width: 100%
}

.simple-block p {
    text-align: center
}

.simple-block .carousel-indicators {
    top: 10px;
    left: 65%;
    text-align: right
}

.simple-block .carousel-indicators .active {
    background: #555
}

.simple-block .carousel-indicators li {
    border-color: #555
}

.simple-block .carousel-inner > .item {
    margin: 0
}

.two-blocks {
    text-align: center
}

.two-blocks-in {
    margin-bottom: 30px
}

.two-blocks-in i {
    color: #fff;
    padding: 11px;
    font-size: 30px;
    min-width: 50px;
    text-align: center;
    background: #585f69;
    margin-bottom: 10px;
    display: inline-block
}

.three-blocks {
    text-align: center
}

.three-blocks-in {
    margin-bottom: 30px
}

.three-blocks-in i {
    color: #777;
    padding: 9px 6px;
    font-size: 20px;
    min-width: 40px;
    margin-bottom: 10px;
    border: 1px solid #777
}

.three-blocks-in h3 {
    font-size: 20px;
    margin-bottom: 7px
}

.banner-info {
    margin-bottom: 10px
}

.banner-info i {
    float: left;
    color: #fff;
    padding: 11px;
    min-width: 40px;
    font-size: 22px;
    text-align: center;
    margin: 7px 20px 0 0
}

.banner-info i.fa {
    min-width: 46px
}

.banner-info.light i {
    border: 1px solid #fff
}

.banner-info.dark i {
    background: #585f69
}

.banner-info h3 {
    font-size: 21px;
    margin-bottom: 5px
}

.banner-info.light h3 {
    color: #fff
}

.banner-info.light p {
    color: #eee
}

.breadcrumbs-v2 {
    text-align: center;
    position: relative;
    background: url(../img/bg/11.jpg) no-repeat center
}

.breadcrumbs-v2-in {
    padding: 60px 0;
    position: relative
}

.breadcrumbs-v2 h1 {
    color: #fff;
    text-transform: uppercase
}

.breadcrumb-v2 li a,
.breadcrumb-v2 li.active {
    color: #fff
}

.breadcrumb-v2 li i {
    color: #fff;
    min-width: 19px;
    padding: 3px 7px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #fff
}

.breadcrumbs-v3 {
    padding: 10px 0;
    background: #585f69;
    border-bottom: 1px solid #eee
}

.breadcrumbs-v3 h1 {
    color: #fff;
    margin: 3px 0;
    font-size: 22px;
    font-weight: 200
}

.breadcrumbs-v3 .breadcrumb {
    padding: 0;
    margin-top: 2px;
    margin-bottom: 0
}

.breadcrumbs-v3 .breadcrumb li a {
    color: #fff
}

.title-box-v2 {
    text-align: center;
    margin-bottom: 40px
}

.title-box-v2 h2 {
    font-size: 25px;
    text-transform: uppercase
}

.title-box-v2 p {
    font-size: 13px
}

.no-space {
    padding: 0
}

.list-style-v1 li {
    margin-bottom: 7px
}

.list-style-v1 i {
    margin-right: 5px
}