.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: 9999;
}
/*baguetteBox galery*/
.baguetteBox  {
  text-align: center;
  width: 100%;
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 0;
}
.baguetteBox  a {
  display: inline-block;
  padding-right: 5px;
  float:left;
  width:33%;
}
.baguetteBox a img {
  width: 100%;
  padding: 2px;
  border: 1px solid #979797;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.baguetteBox a img:hover {
  box-shadow: 0 0 10px #C7C7C7;
}

*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}

.right-widget .baguetteBox,.left-widget .baguetteBox{
	 padding: 0;
}
.gallery img {
    margin-right: 5px;
    margin-bottom: 10px;
    opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: gray;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}

.gallery img:hover {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    filter: gray;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

a.gallery:hover {
    text-decoration: none !important;
}
/*Map*/

#map {
        height: 300px;
        width: 100%;
      }
.team-v1 li > 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 #111111 !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;
}
/*Other*/
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
}
#err-code{
	color:#ff0000
}
.dropdown > a::after {
    content: "\f107";
    right: 5px;
    top: 9px;
}
.dropdown > a::after, .dropdown-submenu > a::after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    right: 9px;
    top: 8px;
}
.toast-container{width:280px;z-index:9999}
* html .toast-container{position:absolute}
.toast-item{height:auto;background:#333;opacity:.9;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;color:#eee;padding:20px 6px;font-size:14px;border:2px solid #999;display:block;position:relative;margin:0 0 12px}
.toast-item p{text-align:left;margin-left:50px}
.toast-item-close{background:url(../img/close.gif);width:22px;height:22px;position:absolute;top:2px;right:2px}
.toast-item-image{width:32px;height:32px;position:absolute;top:50%;margin-top:-16px;left:10px}
.toast-item-image-notice{background:url(../img/notice.png)}
.toast-item-image-success{background:url(../img/success.png)}
.toast-item-image-warning{background:url(../img/warning.png)}
.toast-item-image-error{background:url(../img/error1.png)}
.toast-type-notice,
.toast-type-success{color:#fff}
.toast-type-warning{color:#fff;border-color:#FCBD57}
.toast-type-error{color:#fff;border-color:#B32B2B}
.toast-position-top-left{position:fixed;left:20px;top:20px}
.toast-position-top-center{position:fixed;top:20px;left:50%;margin-left:-140px}
.toast-position-top-right{position:fixed;top:62px;right:5px}
.toast-position-middle-left{position:fixed;left:20px;top:50%;margin-top:-40px}
.toast-position-middle-center{position:fixed;left:50%;margin-left:-140px;margin-top:-40px;top:50%}
.toast-position-middle-right{position:fixed;right:20px;margin-left:-140px;margin-top:-40px;top:50%}
form .error{color:#ffb0b0;text-align:right}
.margin-bottom-5{margin-bottom:5px}
.alert{display:none}
.loading {
    display: none;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    padding: 10px;
    position: fixed;
    top: 50%;
    width: 100px;
    z-index: 2000;
}
img[style*="right"] {
     margin-left:  20px;
	 margin-top:  20px; 	 
}
img[style*="left"] {
     margin-right:  20px; 
	 margin-top:  20px; 
	 
}
.column {
	 margin-bottom:  30px;  
}
