<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.browse-content a{
	color: #343434;
}
a {
    text-decoration: none;
}
/*Admin bar*/
.nav-bar-admin {
    backface-visibility: hidden;
    background: #292929 none repeat scroll 0 0;
    border-bottom: 1px solid #fdfdfd;
    color: #919191;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}

/*Map*/

#map {
        height: 300px;
        width: 100%;
      }
.team-v1 li &gt; h3 {
    color: #555;
}
.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #1a2942;
    border-radius: 3px;
}
.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #1a2942;
    border-radius: 4px;
    padding: 5px 10px;
}
.gmaps-overlay p {
    color: #fff;
    font-size: 14px;
}
.gmaps-overlay h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}
.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}
.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #1a2942;
}
.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #1a2942;
}
/*Service*/
.service {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px 15px 10px;
}
.service:hover {
    background: #fcfcfc none repeat scroll 0 0;
    box-shadow: 0 0 5px #ddd;
    transition: box-shadow 0.2s ease-in-out 0s;
}
.service:hover i {
    color: #656565;
}
.service .desc {
    overflow: hidden;
    padding: 0 15px;
}
.service .desc h4 {
    font-size: 22px;
    line-height: 25px;
}
.service .service-icon {
    color: #72c02c;
    float: left;
    font-size: 35px;
    padding: 10px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.service .service-icon.icon-cogs {
    font-size: 37px;
}
.service .service-icon.icon-plane {
    font-size: 43px;
}
/*3d*/

#main3d a {
    color: #fff !important;
    text-decoration: none !important;
}
#main3d .one {
    cursor: pointer;
    font-family: Arial;
    margin-bottom: 10px;
    perspective: 4000px;
    position: relative;
    vertical-align: top;
}
#main3d .item {
    height: 130px;
    transform-style: preserve-3d;
    transition: transform 0.5s ease 0s;
}
#main3d .item:hover {
    transform: translateZ(-50px) rotateX(95deg);
}
#main3d .fa {
    padding: 0 16px;
    text-align: center;
    text-shadow: 0 0 30px #fff;
}
#main3d .item .slide {
    color: #fff;
    display: block;
    height: 120px;
    padding: 34px 20px;
    position: absolute;
    text-align: left;
    top: 0;
}
@media (min-width: 300px) {
#main3d .item .slide {
    font-size: 13px;
    line-height: 17px;
    padding: 18px 20px;
}
#main3d .fa {
    height: 80px;
    padding: 16px 16px 10px;
    width: 80px;
}
}
@media (min-width: 768px) {
#main3d .item .slide {
    font-size: 11px;
    line-height: 15px;
    padding: 14px;
}
#main3d .fa {
    height: 110px;
    padding: 0;
    width: 50px;
}
}
@media (min-width: 992px) {
#main3d .item .slide {
    font-size: 13px;
    line-height: 17px;
    padding: 14px 10px;
}
#main3d .fa {
    height: 100px;
    padding: 20px 10px 0 16px;
    width: 90px;
}
}
@media (min-width: 1200px) {
#main3d .item .slide {
    font-size: 13px;
    line-height: 17px;
    padding: 24px 20px;
}
#main3d .fa {
    height: 80px;
    padding: 10px 0 0;
    width: 90px;
}
}
#main3d .item .slide-first {
    transform: rotateX(-90deg) translateZ(50px);
    transition: all 0.5s ease 0s;
}
#main3d .item .slide-second {
    transform: translateZ(50px);
    transition: all 0.5s ease 0s;
}
#main3d .item .ptop {
    position: relative;
    top: -8px;
}
#main3d .item .slide-bg-black {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(125, 126, 125, 1) 0px, rgba(14, 14, 14, 1) 100%) repeat scroll 0 0;
}
#main3d .item .slide-bg-red {
    background-color: #701f1f;
    background-image: repeating-linear-gradient(to right bottom, #e03e3e 0px, #000 100%);
}
#main3d .item .slide-bg-yellow {
    background-color: #70571f;
    background-image: repeating-linear-gradient(to right bottom, #e0ad3e 0px, #000 100%);
}
#main3d .item .slide-bg-green {
    background-color: #24540e;
    background-image: repeating-linear-gradient(to right bottom, #48a81b 0px, #000 100%);
}
#main3d .item .slide-bg-cyan {
    background-color: #0e5443;
    background-image: repeating-linear-gradient(to right bottom, #1ba885 0px, #000 100%);
}
#main3d .item .slide-bg-blue {
    background-color: #0e2154;
    background-image: repeating-linear-gradient(to right bottom, #1b42a8 0px, #000 100%);
}
#main3d .item .slide-bg-violet {
    background-color: #540e54;
    background-image: repeating-linear-gradient(to right bottom, #a81ba7 0px, #000 100%);
}
/*Social*/
.social {
}
.social a {
    margin-left: 4px;
    -webkit-box-shadow: 3px 3px 4px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 4px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 4px 0 rgba(50, 50, 50, 0.75)
}
.social a i {
    background: #1e78ae none repeat scroll 0 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.social a.facebook i {
    background: #1e78ae
}
.social a.twitter i {
    background: #1ba1e2
}
.social a.google-plus i {
    background: #f22d0c
}
.social a.linkedin i {
    background: #2d93cf
}
.social a.pinterest i {
    background: #dd1617
}
.social a:hover i {
    background: #000
}
/*List, Headline*/
.list-unstyled li i {
    color: #72c02c;
    font-size: 13px;
    margin-right: 8px;
    min-width: 15px;
    position: relative;
    text-align: center;	
}
.list-unstyled li {
	margin-bottom: 6px;
}
.footer .list-unstyled li a {
    color: #d0f3fd;	
}
.list-unstyled li a:hover {
    text-decoration: underline;
    color: #265a99;	
}
.headline {
    border-bottom: 1px dotted #e4e9f0;
    display: block;
    margin: 10px 0 25px;
}
.headline h3 {
    font-size: 18px;
}
.headline h2, .headline h3, .headline h4 {
    border-bottom: 3px solid #72c02c !important;
    display: inline-block;
    margin: 0 0 -2px;
    padding-bottom: 5px;
}
.headline-md {
    margin-bottom: 15px;
}
.headline-md h2 {
    font-size: 21px;
}
.badge {
    background-color: #72c02c;
    border-radius: 0;
    color: #fff;
}
/*Last post with image sideba*/
.posts .dl-horizontal a {
    color: #555;
}
.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}
.posts .dl-horizontal dt {
    float: left;
    width: 60px;
}
.posts .dl-horizontal dt img {
    border: 1px solid #ddd;
    height: 60px;
    margin-top: 2px;
    padding: 2px;
    width: 60px;
}
.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 {
    border-color: #72c02c !important;
    color: #72c02c;
    transition: all 0.2s ease-in-out 0s;
}
/*thumbnail*/
a.thumbnail {
    border: medium none;
    margin-bottom: 15px;
    padding: 0;
}
.thumbnail-style {
    margin-bottom: 20px;
    padding: 7px;
}
.thumbnail-style:hover {
    box-shadow: 0 0 8px #ddd;
    transition: box-shadow 0.2s ease-in-out 0s;
}
.thumbnail h3, .thumbnail-style h3 {
    margin: 6px 0 8px;
}
.thumbnail h3 a, .thumbnail-style h3 a {
    color: #585f69;
    font-size: 18px;
}
.thumbnail h3 a:hover, .thumbnail-style h3 a:hover {
    color: #72c02c;
    text-decoration: none;
}
.thumbnail-style .thumbnail-img {
    margin-bottom: 11px;
    position: relative;
}
.thumbnail-style a.btn-more {
    background: #72c02c none repeat scroll 0 0;
    bottom: 10px;
    color: #fff;
    display: inline-block;
    padding: 1px 6px;
    position: absolute;
    right: -10px;
}
.thumbnail-style a.btn-more:hover {
    box-shadow: 0 0 0 2px #5fb611;
    text-decoration: none;
}
.thumbnail-style:hover a.btn-more {
    right: 10px;
}
.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    transition: all 0.8s ease-in-out 0s;
}
.thumbnail-kenburn:hover img {
    transform: scale(1.2) rotate(2deg);
}
.overflow-hidden {
    overflow: hidden;
}
img.pull-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
img.pull-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.thumb img{
	width: 100%;
}
.date {
    /*background: #222 none repeat scroll 0 0;*/
    box-shadow: 0 0 3px #fff inset;
    color: #fff;
    font-size: 12px;
    /*margin: 0 10px 0 1px;*/
    opacity: 0.85;
    padding: 3px 8px;
    text-shadow: 1px 1px 0 #444;
}
.bx-wrapper ul {
    height: 100%;
    padding: 0;
    width: 100%;
}
.form-group {
    min-height: 85px;
}
.form-group .error{
    color:#ff0000
}
#simple_gallery {
    text-align: center;
    display: block;
	height: 100%;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 100%;
}
.right-widget #simple_gallery,.left-widget #simple_gallery{
	 padding: 0;
}</pre></body></html>