html {
    font-size: 75%;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    line-height: 1.65;
    color: #656565;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #333;
}
::selection {
    background-color: #333;
    color: #fff;
}
-webkit-::selection {
    background-color: #333;
    color: #fff;
}
::-moz-selection {
    background-color: #333;
    color: #fff;
}
h1,
.h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 8vmin;
    line-height: 1.2;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #3d3d3d;
}
h2,
.h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 2.1875em;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #3d3d3d;
}
h3,
.h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.875em;
    line-height: 1.1;
    font-weight: normal;
    color: #3d3d3d;
}
h4,
.h4 {
    font-family: 'Lato', sans-serif;
    font-size: 1.125em;
    line-height: 1.35;
    font-weight: normal;
    color: #3d3d3d;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a {
    color: inherit;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover {
    text-decoration: none;
}
p {
    margin-bottom: 1.6em;
}
b,
strong {
    font-family: 'Lato', sans-serif;
}
ul {
    list-style: none;
    padding-left: 0;
}
a {
    color: #333;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
a:hover,
a:focus {
    color: #333;
    outline: none;
}
a:focus {
    text-decoration: none;
}

.form-control,
textarea.form-control {
    font-size: 1em;
    height: 3.625em;
    border-radius: 0;
    padding-left: 22px;
    color: #666666;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
textarea.form-control {
    height: 7.9em;
    padding-top: 1.1em;
    resize: none;
}
.form-control:focus {
    border-color: #333;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: #666666;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #666666;
}
.form-control::-webkit-input-placeholder {
    color: #666666;
}
.form-control.error {
    border-color: #333;
}
.form-group {
    margin-bottom: 10px;
}
.wobble-error {
    -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
    animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}
label.error {
    display: none!important;
}
.btn {
    font-family: 'Lato', sans-serif;
    position: relative;
    display: inline-block;
    border: 0.2em solid #333;
    border-radius: 30px;
    padding: 1.1em 2.2em 1.05em;
    font-size: 0.875em;
    color: #fff;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #333;
    border: 0;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;
}
.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #212121;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}
.btn .icon-next {
    position: relative;
    top: -0.1em;
    margin-left: 0.6em;
    vertical-align: middle;
}
.btn-gray {
    background-color: #f2f2f2;
    color: #a7a7a7;
}
.btn-shadow-1 {
    box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
}
.btn-shadow-2 {
    box-shadow: 0px 0px 0px rgba(150, 150, 150, 0.5);
}
.btn-shadow-2:hover {
    box-shadow: 0 15px 34px rgba(150, 150, 150, 0.5);
}
.icon-next {
    display: inline-block;
    width: 0.94em;
    height: 0.75em;
    background: url(../img/img-icon/next.png) 0 0 no-repeat;
    background-size: 0.94em 0.75em;
}

.loader {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #fff;
    text-align: center;
}
.page-loading-load {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    margin-left: -64px;
    margin-top: -64px;
}
@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@-moz-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@-ms-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@-moz-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@-o-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
.uil-ripple-css {
    background: none;
    position: relative;
    width: 150px;
    height: 150px;
    margin-left: -15px;
    margin-top: -15px;
}
.uil-ripple-css div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    border-width: 4px;
    border-style: solid;
    -ms-animation: uil-ripple 2s ease-out infinite;
    -moz-animation: uil-ripple 2s ease-out infinite;
    -webkit-animation: uil-ripple 2s ease-out infinite;
    -o-animation: uil-ripple 2s ease-out infinite;
    animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
    border-color: #cccccc;
}
.uil-ripple-css div:nth-of-type(2) {
    border-color: #dddddd;
    -ms-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.layout {
    position: relative;
    overflow: hidden;
}
.text-primary {
    color: #333;
}
.page-lines {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page-lines .col-line {
    padding: 0;
}
.page-lines .line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 50000px;
    background-color: #f4f4f4;
}
.page-lines .col-line:last-child .line:last-child {
    left: auto;
    right: 0;
}
.row-base {
    margin-top: -3em;
}
.col-base {
    margin-top: 3em;
}
.section {
    position: relative;
    margin-top: 4em;
    margin-bottom: 4em;
}
.section-header {
    position: relative;
}
.section-title {
    text-align: center;
    margin: 0;
    margin-left: 0.32em;
}
.fade-title-left,
.fade-title-right {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 10.8em;
    line-height: 1;
    color: #000;
    position: absolute;
    left: 0;
    top: 0.03em;
    opacity: 0.035;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fade-title-right {
    left: 100%;
}
.section-content {
    margin-top: 4.1em;
}

.header-inner .vertical-panel-content {
        bottom: auto;
    top: 12.2vmin;
}
.brand-panel {
    position: absolute;
    z-index: 4;
    left: 15px;
    top: 0;
    width: 50.47vmin;
    height: 40.7vmin;
    padding: 4.8vmin 2em 4.8vmin;
    background-color: transparent !important;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.brand-panel2 {
	position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 50.47vmin;
    height: 20.7vmin;
    padding: 4.8vmin 2em 4.8vmin;
    background-color:transparent !important;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.brand-panel2 img {
	position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 50.47vmin;
    /*height: 20.7vmin;*/
    padding: 4.8vmin 2em 4.8vmin;
    background-color:transparent !important;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.brand {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 4vmin;
    line-height: 1;
    color: #3d3d3d;
}
.brand:hover,
.brand:focus {
    color: #3d3d3d;
    text-decoration: none;
}
.brand-name {
    position: absolute;
    z-index: -1;
    bottom: -0.4em;
    right: -0.37em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 8.75em;
    line-height: 1;
    opacity: 0.05;
}

.brand-panel img {
    position: relative;
	width:100%;
	
}
.slide-number {
    margin-top: 8vmin;
}
.slide-number .current-number {
    font-size: 8vmin;
    letter-spacing: 0.1em;
    line-height: 1;
}
.slide-number sup {
    display: inline-block;
    position: relative;
    top: -3px;
    font-size: 4vmin;
    letter-spacing: 0.1em;
    color: #3d3d3d;
    vertical-align: top;
    margin-left: 0.46em;
}
.slide-number sup .delimiter {
    display: inline-block;
    margin-right: 0.1em;
}
.header-phone {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 0.81em;
    letter-spacing: 0.12em;
    position: absolute;
    z-index: 3;
    color: #fff;
    left: 58vmin;
    top: 5.9vmin;
}
@media (max-width: 480px) {
    .header-phone {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header-phone {
        display: none;
    }
}

.vertical-panel,
.vertical-panel-content {
    position: absolute;
    width: 6.735vmin;
    left: 0;
    bottom: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.vertical-panel {
    z-index: 3;
    height: 10000px;
    background-color: #f6f5f3
}
.vertical-panel-content {
	top: 0;
    z-index: 4;
}
.vertical-panel-info {
    margin-bottom: 3.5vmin;
}
.vertical-panel-info .line {
    height: 5vmin;
    width: 1px;
    margin: 15px auto 0;
    background-color: #c5c4c2;
}

.social-list {
    margin-bottom: 3.5vmin;
}
.social-list li {
    margin-top: 3.8vmin;
}
.social-list .fa {
    font-size: 3.4vmin;
    color: #c5c4c2;
}
.social-list .fa:hover {
    color: #333;
    text-decoration: none;
}
.navbar-desctop {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5.9vmin 0 0;
}
.navbar-desctop .brand {
    display: none;
    position: relative;
    top: -12px;
	/*top: -0.22em;*/
    font-size: 1.6em;
}
.navbar-desctop .brand img {
	width:100px;
}
.navbar-desctop-menu {
    float: right;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.91em;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0;
}
.navbar-desctop-menu li {
    position: relative;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}
.navbar-desctop-menu li a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.navbar-desctop-menu li a:hover,
.navbar-desctop-menu .active > a {
    color: #ccc;
}
/*.navbar-desctop-menu > li {
    float: left;
    margin-left: 2.1em;
}*/

.navbar-desctop-menu > li {
    float: left;
    margin-left: 2.1em;
	line-height:50px;
}

.navbar-desctop-menu > li >ul >li{
    float: left;
	line-height:18px;
}

.navbar-desctop-menu > li > a {
    color: #fff;
    background-color: transparent;
    margin-bottom: 1.5em;
}
.navbar-desctop-menu li ul {
    position: absolute;
    z-index: 10;
    left: 100%;
    top: 60%;
    visibility: hidden;
    min-width: 200px;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.navbar-desctop-menu > li > ul {
    left: -20px;
    margin-top: 0;
}
.navbar-desctop-menu li:hover > ul {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.navbar-desctop-menu > li:hover > ul {
    top: 100%;
}
.navbar-desctop-menu li li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.navbar-desctop-menu li li:last-child {
    border-bottom: 0;
}
.navbar-desctop-menu li li a {
    color: #000;
    padding: 12px 20px 10px;
}
.navbar-desctop.affix {
    position: fixed;
    z-index: 5;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1.3em 0 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.navbar-desctop.affix.affix-top {
    padding-top: 2.2em;
}
.navbar-desctop.affix .brand {
    display: inline-block;
}
.navbar-desctop.affix .navbar-desctop-menu li a {
    color: #000;
}
.navbar-desctop.affix .navbar-desctop-menu li > a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active > a {
    color: #333;
}

.navbar-mobile {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    padding: 6vmin 0;
}
.navbar-mobile .brand {
    display: none;
    margin-left: 15px;
    font-size: 1.6em;
}
.navbar-mobile .brand img {
	width:125px;
}
.navbar-collapse {
    background-color: #fff;
}
@media (max-height: 320px) {
    .navbar-collapse {
        max-height: 240px;
    }
}
.navbar-toggle {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    height: 2px;
    width: 30px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}
.navbar-nav-mobile {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding-top: 1.2em;
    margin-bottom: 0;
}
.navbar-nav-mobile li {
    position: relative;
    border-top: 1px solid #ececec;
}
.navbar-nav-mobile li a {
    display: block;
    padding: 1em 1em;
    color: #000;
    text-decoration: none;
}
.navbar-nav-mobile > .current > a {
    color: #333;
}
.navbar-nav-mobile li a .fa-angle-down {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.navbar-nav-mobile > .current > a .fa-angle-down {
    top: -0.2em;
    left: -0.3em;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navbar-nav-mobile > .active > a,
.navbar-nav-mobile > .active > a:hover {
    background-color: #333;
    color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.navbar-nav-mobile ul {
    display: none;
}
.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active > a {
    color: #333;
}

.navbar-mobile.affix {
    position: fixed;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 1.2em 0;
}
.navbar-mobile.affix .brand {
    display: inline-block;
}
.navbar-mobile.affix .navbar-toggle .icon-bar {
    background-color: #333;
}


.main {
    position: relative;
    overflow: hidden;
    min-height: 420px;
}
.main-inner {
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 33.7vmin 0 17vmin;
}
.main-inner:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #171717;
    opacity: 0.6;
}
.main-projects,
.main-contacts {
    padding: 34.2vmin 0 34vmin;
}
.main-project {
    padding: 33.7vmin 0 11vmin;
    background-size: cover;
    background-position: center 0;
}
.main-contacts:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 0.95) 0%, rgba(39, 39, 39, 0.95) 26%, rgba(39, 39, 39, 0.6) 100%);
    
    background: linear-gradient(to top, rgba(39, 39, 39, 0.95) 0%, rgba(39, 39, 39, 0.95) 26%, rgba(39, 39, 39, 0.6) 100%);
}
.main-header {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: right;
    padding-left: 38.5vmin;
}
.main-header h1 {
    color: #fff;
    margin: 0;
    margin-right: -0.32em;
}
.main-inner .page-lines {
    z-index: 1;
    opacity: 0.15;
}
.main-inner .page-lines .line {
    border-color: #fff;
}
.main-blog .page-lines,
.main-projects .page-lines,
.main-project .page-lines,
.main-contacts .page-lines {
    opacity: 0.08;
}


.rev_slider {
    color: #fff;
    min-height: 420px;
}
.rev_slider .btn {
    -webkit-transition: background-color .3s ease-out!important;
    transition: background-color .3s ease-out!important;
}
.tp-caption {
    padding: 0 20px;
    text-align: right;
}
.arrow-left,
.arrow-right {
    position: absolute;
    z-index: 4;
    bottom: 4vh;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.arrow-left {
    left: 22vmin;
}
.arrow-right {
    right: 15px;
}
.arrow-left:after,
.arrow-right:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #fff;
}
.arrow-left:after {
    content: 'Ante';
}
.arrow-right:before {
    content: 'Próx';
}
.arrow-left:before,
.arrow-right:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.3em;
    height: 1em;
    opacity: 0.25;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.arrow-left:hover:before,
.arrow-right:hover:after {
    opacity: 1;
}
.arrow-left:before {
    background: url(../img/img-icon/prev.png) 0 0 no-repeat;
    background-size: 1.3em 1em;
    margin-right: 0.82em;
}
.arrow-right:after {
    background: url(../img/img-icon/next.png) 0 0 no-repeat;
    background-size: 1.3em 1em;
    margin-left: 0.72em;
}
.slide-title {
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}
.slide-subtitle {
    font-size: 18px;
    line-height: 1.7;
}
.entry {
    margin: 3.2em 0;
}
.entry-title {
    font-size: 3.6em;
    margin: 0 0 1em;
}
.entry-text {
    font-size: 1.6em;
    line-height: 1.6;
}
.about .fade-title-left {
    top: 1em;
}
.col-about-title {
    margin-top: 0;
    margin-bottom: 1.1em;
}
.col-about-info p:last-child {
    margin-bottom: 0;
}
.col-about-img {
    position: relative;
}
.col-about-img img {
    display: block;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.row-services {
    margin-left: -4.1em;
    margin-right: -4.1em;
}
.col-service {
    padding: 0 4.1em;
}
.service-item {
    margin-bottom: 2em;
}
.service-item:last-child {
    margin-bottom: 0;
}
.service-item h4 {
    margin-top: 0.8em;
    margin-bottom: 1.1em;
}
.services .service-item h4 {
    margin-top: 1.25em;
}
.service-item p:last-child {
    margin-bottom: 0;
}

.objects {
    position: relative;
}
.object-label {
    position: absolute;
    width: 1em;
    height: 1em;
    background-color: #e5bf93;
    border-radius: 50%;
    cursor: pointer;
}
.popover.top {
    margin-top: -20px;
}
.object-info {
    position: absolute;
    display: none;
    z-index: 1;
    left: 50%;
    bottom: 40px;
    width: 12.4em;
    margin-left: -6.2em;
    padding: 1.1em 1.3em 3em;
    border: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.object-info.in {
    display: block;
}
.object-info:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top: 14px solid rgba(0, 0, 0, 0.6);
}
.object-title {
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #333;
    padding: 0 0 1em;
    border-bottom: 1px solid rgba(249, 249, 249, 0.2);
    margin: 0 0 .5em;
}
.object-content {
   font-family: 'Lato', sans-serif;
    font-size: 0.75em;
    line-height: 2.6;
    color: #fff;
    padding: 0;
}
.popover.top>.arrow {
    border-top-color: transparent;
}
.popover.top>.arrow:after {
    border-top-color: rgba(0, 0, 0, 0.6);
}
.project {
    padding: 0;
    overflow: hidden;
}
.project figure {
    position: relative;
}
.project figure img {
    display: block;
    width: 100%;
    -webkit-transition: all 8s linear;
    -o-transition: all 8s linear;
    transition: all 8s linear;
}
.project figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.project.project-light figure:after {
    opacity: 0.4;
}
.project figcaption {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 3.2em 3.6em;
}
.project-title {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 1.56em;
    line-height: 1.45;
    letter-spacing: 0.07em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.project-category {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 -0.8em;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.8em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.project-zoom {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9em;
    height: 9em;
    margin: -4.5em;
    border-radius: 50%;
    background-color: rgba(155, 155, 155, 0.84);
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.project-zoom:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.625em;
    height: 2.625em;
    background: url(../img/img-icon/zoom.png) 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.project figure:hover:after {
    opacity: 0;
}
.project figure:hover img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.project figure:hover .project-title {
    top: 30px;
    opacity: 0;
}
.project figure:hover .project-category {
    opacity: 0;
    letter-spacing: 2em;
}
.project figure:hover .project-zoom {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
}
.owl-prev {
    left: 0.8em;
    padding-left: 35px;
    background: url(../img/img-icon/prev.png) left 50% no-repeat;
    background-size: 1.3em 1em;
}
.owl-next {
    left: auto;
    right: 0.8em;
    padding-right: 35px;
    background: url(../img/img-icon/next.png) right 50% no-repeat;
    background-size: 1.3em 1em;
}

.project-title-info {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 2vmin;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-top: 2.2em;
    margin-left: -1.8em;
}
.project-title-info .project-info-item {
    display: inline-block;
    margin-left: 1.8em;
}
.project-details-item {
    position: relative;
}
.project-details-img {
    position: relative;
    padding: 0;
}
.project-details-info {
    background-color: #333;
    padding: 4.8em 3.1em 4.8em;
    color: #fff;
}
.project-details-title {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.9em;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0.7em;
}
.project-details-title:before {
    content: '';
    position: absolute;
    bottom: -0.35em;
    width: 10em;
    border-top: 1px solid #ededed;
    left: -4.4em;
    width: 5.5em;
}
.project-details-descr {
    font-size: 1.1em;
    line-height: 1.62;
}
.project-details-descr p:last-child {
    margin-bottom: 0;
}
.project-details-item:nth-child(even) .project-details-info {
    right: 0;
    left: auto;
    top: 13%;
    background-color: #212121;
}
.experience {
    text-align: center;
}
.text-parallax {
    background: no-repeat 0 0;
    display: inline-block;
}
.text-parallax-content {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 21.8em;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 0;
    background: #fff;
    color: #363636;
    mix-blend-mode: lighten;
}
.experience-info {
    position: relative;
    top: -0.75em;
   font-family: 'Lato', sans-serif;
    font-size: 1.5625em;
    line-height: 1.45;
    letter-spacing: 0.06em;
    display: inline-block;
    text-align: left;
    margin: 0 0 0 0.5em;
}
.clients {
    text-align: center;
}
.clients-list {
    margin: -3.8em -1.95em 0;
}
.clients-list .client {
    display: inline-block;
    vertical-align: middle;
    padding: 3.8em 1.95em 0;
    margin: 0;
}
.clients-list .client img {
    opacity: 0.6;
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.clients-list .client a:hover img {
    opacity: 1;
	-webkit-filter: none;	
	filter: none;	
}
.blog {
    position: relative;
    margin-bottom: 3em;
    margin-right: 1px;
    background-color: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08);
}
.blog:last-child {
    margin-bottom: 0;
}
.blog-thumbnail {
    position: static;
}
.blog-thumbnail-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 5px;
    padding: 0;
    border-radius: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 0;
}
.blog-thumbnail-img img {
    border-radius: 0.25em 0.25em 0 0;
}
.blog-info {
    padding: 3.3em 3em;
}
.blog-tags {
   font-family: 'Lato', sans-serif;
    margin-top: -0.8em;
}
.blog-tags a {
    display: inline-block;
    font-size: 0.75em;
    line-height: 1;
    padding: 0.77em 1.1em 0.77em;
    border-radius: 2em;
    background-color: #ededed;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-top: 0.8em;
    margin: 0.8em 0.7em 0 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.blog-tags a:hover {
    background-color: #333;
    text-decoration: none;
    color: #fff;
}
.blog-title {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.333;
    margin: 1.8em 0 0.8em;
}
.blog-info p {
    margin-bottom: 0;
}
.blog-meta {
    font-size: 0.88em;
    color: #b4b4b4;
    overflow: hidden;
}
.blog-meta .author {
    float: left;
}
.blog-meta .author a {
   font-family: 'Lato', sans-serif;
    color: #b4b4b4;
}
.blog-meta .author a:hover {
    text-decoration: none;
    color: #333;
}
.blog-meta .time {
    float: right;
}
.blog-info .blog-meta {
    border-top: 1px solid #ededed;
    margin-top: 1.7em;
    padding-top: 1.7em;
}
.read-more {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 0.88em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.read-more {
    padding-right: 2em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.read-more:hover {
    text-decoration: none;
    background-position: 95% 50%;
}
.blog-info .read-more {
    margin-top: 2.8em;
}
.blog-details {
    margin: 10.2em 0 8.3em;
}
.col-secondary {
    margin-top: 7.1em;
}
.post-header {
    margin-bottom: 5em;
}
.post-header h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 2.2em;
    line-height: 1.43;
    margin: 0 0 0 0;
}
.post-header .blog-meta {
    margin-top: 2.45em;
}
.post-thumbnail {
    margin-bottom: 2.5em;
}
.post-thumbnail img {
    width: 100%;
    border-radius: 0px;
}
.post .blog-tags {
    margin-top: 5.4em;
}
.widget {
    margin-bottom: 3.65em;
}
.widget-title {
   font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 2.25em 0;
}
.recent-post {
    margin-bottom: 1.7em;
    overflow: hidden;
}
.recent-post:last-child {
    margin-bottom: 0;
}
.recent-post-thumbnail {
    width: 9.32em;
    float: left;
}
.recent-post-thumbnail img {
    border-radius: 0.25em;
    max-width: 100%;
}
.recent-post-body {
    padding-left: 11.2em;
}
.recent-post-title {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.45;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    position: relative;
}
.recent-post-time {
    font-size: 0.88em;
    color: #b4b4b4;
    margin-top: 0.9em;
}
.contacts .fade-title-right {
    left: 90%;
}
.row-field {
    margin-left: -5px;
    margin-right: -5px;
}
.col-field {
    padding: 0 5px;
}
.col-message {
    display: none;
    margin-top: 20px;
}
.col-address {
    font-size: 1.125em;
    line-height: 2.1;
    margin-top: 2em;
}
.form-submit {
    margin-top: 1.2em;
}
.success-message {
    display: none;
}
.error-message {
    display: none;
}
.success-message .fa {
    margin-right: 7px;
    font-size: 1.5em;
}
.contact-details {
    position: relative;
    overflow: hidden;
    margin-top: -1px;
}
.col-map {
    height: 35em;
}
.gmap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    height: 100%;
}
.map-info {
    padding: 1.2em;
}
.map-title {
    margin-bottom: 2em;
}
.map-title h3 {
    margin: 0;
}
.map-address-row {
    margin-top: 1em;
}
.map-address-row .fa {
    float: left;
    margin: 0.35em 0.6em 0 0;
    width: 1.1em;
    text-align: center;
    color: #333;
    font-size: 1.2em;
}
.map-address-row .text {
    display: block;
    overflow: hidden;
    font-size: 1.15em;
}
.contact-info {
    color: #fff;
    padding: 0;
    background: url(../img/bg/contact-details.jpg) 50% no-repeat;
    background-size: cover;
}
.contact-info-content {
    padding: 5.5em 5.6em;
    background-color: rgba(150, 150, 150, 0.95);
}
.contact-info-title {
    font-family: 'Lato', sans-serif;
    font-size:50px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.1;
    position: absolute;
    top: 100%;
    left: 100%;
    margin-top: -0.5em;
    margin-left: -2.3em;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.contact-row {
    position: relative;
    z-index: 1;
    margin-bottom: 2.3em;
}
.contact-row:last-child {
    margin-bottom: 0;
}
.contact-row h4 {
    margin: 0 0 0.8em;
    color: #fff;
}
.contact-row .fa {
    float: left;
    width: 1.1em;
    margin-top: -0.15em;
    padding: 1px;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.25;
}
.contact-body {
    padding-left: 2.6em;
}
.contact-content {
    font-size: 1.3em;
}
.phone-row {
    font-size: 1.3em;
    letter-spacing: 0.2em;
    margin-top: 0.5em;
}
.footer {
    text-align: center;
    padding: 4.1em 0 4em;
    font-size: 14px;
    color: #aaa;
	background: #f1f1f1
}
.footer .brand {
    margin-top: -0.45em;
    font-size: 3.4em;
}
.footer .brand img {
	width:120px;
}
.footer a {
    font-family: 'Lato', sans-serif;
    color: #555;
}
.footer a:hover {
    text-decoration: none;
	color: #333;
}

@media (min-width: 768px) {
    html {
        font-size: 85%;
    }
    .arrow-left {
        top: 78%;
        bottom: auto;
    }
    .arrow-right {
        left: 28vmin;
        right: auto;
        margin-left: 5em;
        top: 78%;
        bottom: auto;
    }
    .entry {
        padding: 0 7.5em;
    }
    .col-about-spec {
        padding: 0 4.4em;
    }
  
    .owl-prev {
        left: 3.6em
    }
    .owl-next {
        right: 3.6em;
    }
    .project-details {
        margin-top: 7.1em;
    }
    .project-details-item {
    }
    .project-details-info {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 13%;
        bottom: 13%;
        width: 55%;
    }
    .project-details-item:nth-child(odd) .project-details-img {
        padding-left: 15px;
        padding-right: 15px;
    }
    .project-details-item:nth-child(even) .project-details-img {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    html {
        font-size: 92%;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-left-md {
        text-align: left;
    }
    .navbar-mobile {
        position: absolute;
        left: -50000px;
        top: -50000px;
    }
    .col-about-img {
        padding-left: 0;
        left: -5px;
    }
    .col-about-img img {
        max-width: calc(100% + 5px);
    }
    .project-details-item:nth-child(odd) .project-details-img {
        padding-left: 5px;
        padding-right: 15px;
    }
    .project-details-item:nth-child(even) .project-details-img {
        padding-right: 5px;
        padding-left: 15px;
    }
   
    .col-primary {
        padding-right: 2.2em;
    }
    .col-secondary {
        margin-top: 10.62em;
        margin-left: -5px;
        padding: 0 10px 0 0;
    }
    
    .row-field {
        margin-left: -15px;
    }
    .col-map {
        position: static;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 100%;
    }

    .main-header {
        padding-left: 0;
    }
    .project-details-info {
        width: 44%;
    }
}

@media (max-height: 480px) {
   
    .arrow-left {
        top: 43.5vmin;
        bottom: auto;
    }
    .arrow-right {
        left: 28vmin;
        right: auto;
        margin-left: 5em;
        top: 43.5vmin;
        bottom: auto;
    }
}
#topcontrol {
	color: #fff;
	z-index: 99;
	width: 40px;
	height: 40px;
	font-size: 20px;
	background: #ccc;
	position: relative;
	right: 11px !important;
	bottom: 11px !important;
	border-radius:0px !important;
}

#topcontrol:after {
	top: 4px;
	left: 13px;
	content: "\f102";
	position: absolute;
	text-align: center;
	font-family: FontAwesome;
}

#topcontrol:hover {
	color: #fff;
	background: #333;
	transition: all 0.3s ease-in-out;
}

.pb-100 { padding-bottom: 100px;}


.hover-effect {
 transition: all 0.4s ease-in-out;
}

.hover-effect-kenburn {
 left:10px;
 margin-left:-10px;
 position:relative;
 transition: all 0.8s ease-in-out;
}
.hover-effect-kenburn:hover {
 transform: scale(2) rotate(5deg);
}

.overflow-hidden { overflow: hidden;}

.caption{
	padding:0px 10px;
}

a.thumbnail {
	padding: 0px;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style {
	padding: 7px;
	margin-bottom: 20px;
}
.thumbnail-style:hover {
	box-shadow: 0 0 8px #ddd;
  transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3,
.thumbnail-style h3 {
	margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
	color: #555 !important;
	font-size: 20px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #212121 !important;
	text-decoration: none;
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 0px;
}

.thumbnail-style a.btn-more {
	right: -10px;
	bottom: 10px;
	position: absolute;
	background: #555;
	display: inline-block;
	font-family: 'Lato', sans-serif;
    display: inline-block;
    border: 0.2em solid #555;
    border-radius: 30px;
    padding: 0.9em 1.5em 0.85em;
    font-size: 0.775em;
    color: #fff;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #555;
    border: 0;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;
}
.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	background: #212121;
}
.thumbnail-style:hover a.btn-more {
	right: 5px;
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
	transition: all 0.8s ease-in-out;
	-webkit-filter: grayscale(100%);
}
.thumbnail-kenburn:hover img {
	transform: scale(1.2) rotate(2deg);
	-webkit-filter: grayscale(0);
}

@media (max-width: 767px) {
.pb-100 { padding-bottom: 50px;}
}



.content-box {
	text-align: center;
	margin: 25px 0;
}

.content-box-icon {
	font-size: 50px;
}

.content-box-title {
	margin: 5px 0 0;
	font-size: 16px;
}

.content-box-text {
	margin: 15px 0 0;
}

.contacts  .content-box-title a {
	color:#333;
	text-decoration:none
}
.contacts  .content-box-title a:hover {
	color:#212121;
	text-decoration:none
}



.socialfooter li i {
	color: #777;
	width: 48px;
	height: 48px;
	line-height:45px;
	padding: 10px;
	font-size:24px;
	margin-right:-14px !important;
	text-align: center;
	background: #f1f1f1;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}

.socialfooter li i:hover {
	background: #f1f1f1;
	color: #111;
}



.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #777;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	outline:none !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #333;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #333;
  border-color: #333;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px solid #ccc;
}
.headline h2 {
    font-size: 20px;
    font-weight:400;
}
.headline h2 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #000;
}



.input-group-addon {
    color: #b3b3b3;
    font-size: 14px;
    background: #fff;
}
textarea {
    resize: none;
}

.btns {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 17px 13px !important;
    position: relative;
    background: #555;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.btns:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.btns:hover,
.btns:focus {
    outline: none;
}


.main-sidebar .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.main-sidebar .link-list li {
    border-top: solid 1px #ccc;
}

.main-sidebar .link-list li:first-child {
    border-top: none !important;
}

.main-sidebar .link-list a {
    color: #555;
    font-size: 14px;
    padding: 8px 0px 8px 4px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration:none;
}
.main-sidebar .link-list a:hover {
    color: #000;
    text-decoration:none;

}
.main-sidebar .link-list li i {
    color: #bbb;
    float: left;
    font-size: 14px !important;
    margin-top: 12px;
}

.main-sidebar .link-list .badge{
	margin-top:10px;
	background:#555
}




.main-sidebar .dl-horizontal a {
    color: #555;
}

.main-sidebar .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.main-sidebar .dl-horizontal dt {
    width: 60px;
    float: left;
}

.main-sidebar .dl-horizontal dt img {
    width: 60px;
    height: 60px;
    padding: 2px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.main-sidebar .dl-horizontal dd {
    margin-left: 70px;
}

.main-sidebar .dl-horizontal dd p {
    margin: 0;
}

.main-sidebar time {
    margin: 0;
    font-size: 12px !important;
}


.main-sidebar .dl-horizontal dd h1 {
    margin: 0;
    font-size:16px;
}

.main-sidebar .dl-horizontal dd a {
    font-size:16px;
    line-height: 18px !important;
}

.main-sidebar .dl-horizontal dd a h1  {
    font-size:26px;
    line-height: 16px !important;
}

.main-sidebar .dl-horizontal dd a:hover {
    color: #000;
    text-decoration: none;
}

.main-sidebar .dl-horizontal:hover dt img,
.main-sidebar .dl-horizontal:hover dd a {
    color: #000;
    border-color: #000 !important;
    transition: all 0.2s ease-in-out;
}
.error-v1 {
    text-align: center;	
}

.error-v1 p {
    color: #939598;
    font-size: 16px;
}

.error-v1 span {
    color: #939598;
    display: block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}

.error-v1 span.error-v1-title {
    color: #939598;	
    font-size:200px;
    line-height:160px;
    padding-bottom:10px;
}
@media (max-width: 500px) { 
    .error-v1 p {
        font-size: 12px;
    }	

    .error-v1 span {
        font-size: 25px;
    }

    .error-v1 span.error-v1-title {
        font-size: 140px;
    }
}

.pbt-30{
	padding-bottom:30px;
	padding-top:30px;
}


.mt30 {
	margin-top:30px
}