/* =Table of Contents
--------------------------------------------------------------
    /* =Common Styles
    /* =Typography
    /* =General
    /* =Buttons
    /* =Preloader
    /* =Header
    /* =Breadcrumbs
    /* =Architecure Slider 
    /* =Menu right
    /* =Home Content
    /* =Architecture Content
    /* =Portfolio General
    /* =Single Project
    /* =Blog
    /* =Contact
    /* =Page Not Found
    /* =Footer
--------------------------------------------------------------


/* =Common Styles
-------------------------------------------------------------- */

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    font-family: 'Ubuntu', sans-serif;
	background-color:#000000;
	background: url("../img/background.png") repeat #ffffff;
}


::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #eee;
    -webkit-border-radius: 0;
}
::-webkit-scrollbar:hover {
    width: 7px;
}
::-webkit-scrollbar-thumb {
    background: #aeaeae;
    -webkit-border-radius: 0;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    background: #bbb;
    cursor: pointer;
}
::-moz-selection {
    background: #060606;
    color: #fff;
}
::selection {
    background: #060606;
    color: #fff;
}
::-moz-selection {
    background: #060606;
    color: #fff;
}
::-webkit-input-placeholder {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}
:-ms-input-placeholder {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}
/* =Typography
-------------------------------------------------------------- */

a {
	font-family: 'Ubuntu', sans-serif;
	color: #383838;
	transition: all 0.5s;
}

a:focus {
	outline: 0;
}
a:hover,
a:focus {
	color: #004a26;
	text-decoration: underline;
}

a.promo {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	padding: 0 0 0 5px;
	color: #7beec7;
	text-indent: -5px;
}
a.promo:hover{
	text-decoration: underline;
}

a.under {
	font-family: 'Ubuntu', sans-serif;
	text-decoration: underline;
	font-weight: 500;
	letter-spacing: 1px;
	color: #004a26;
}

a.under:hover {
	text-decoration: none;
}

a.underup {
	font-family: 'Ubuntu', sans-serif;
	text-decoration: underline;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #004a26;
}

a.underup:hover {
	text-decoration: none;
}

a.underbold {
	font-family: 'Ubuntu', sans-serif;
	text-decoration: underline;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #004a26;
}
a.underbold:hover {
	text-decoration: none;
}


em {
    font-style: italic;
}
strong {
    font-weight: 500;
}
small {
    font-size: 0.8em;
}
p {
    color: #111111;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    clear: both;
    letter-spacing: 0.4px;
	text-indent: 20px; 
}
hr {
    width: 40px;
    height: 1px;
    background: #111111;
    border-top: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    clear: both;
    float: left;
}
h1 {
    font-size: 24px;
    font-weight: bold;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
#    letter-spacing: 1.3pt;
    color: #111111;
    clear: both;
    padding-bottom: 1px;
}
b {
    font-weight: 900;
}
blockquote {
    margin: 30px;
    padding: 0 0 0 25px;
    	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
    font-size: 20px;
    border-left: 4px solid #787878;
    line-height: 25px;
    color:#202020;
}
blockquote p {
    display: inline;
}
ul {
    padding-left: 25px;
}
ul li {
    list-style-type: inherit;
}
ul.list {
    display: block;
    line-height: 25px;
}
ul.sublist {
    padding-left: 35px;
}
/* =General
-------------------------------------------------------------- */

.clearfix {
    clear: both;
}
.seperate {
    clear: both;
    height: 35px;
}
.img-center {
    display: block;
    margin: auto;
}
.image-cover {
    background-size: cover !important;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.margin-top {
    margin-top: 60px;
}
.margin-bottom {
    margin-bottom: 100px;
}
.seperate {
    height: 100px;
    clear: both;
}
.main-title {
    clear: both;
    margin-bottom: 50px;
}
.main-title.near-content {
    margin-bottom: 22px;
}
.main-title h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.main-title h6 {
    font-family: 'Ubuntu', sans-serif;
}
.slogan {
    display: block;
    font-size: 14px;
    text-align: center;
}
.second-title {
    padding: 100px 0 90px 0;
}
.second-title h1 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 0;
}
.second-title hr {
    width: 22px;
    height: 2px;
    background: #56c8d4;
    float: left;
}
.second-title .slogan {
    display: block;
    float: left;
    clear: both;
}
.pagination-ef {
    float: right;
    padding: 0;
}
.pagination-ef li a, .pagination-ef li span.page-numbers {
    color: #111111;
    font-weight: 100;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    border: 1px solid #f4f4f4;
    display: inline-block;
    width: 100%;
}
.pagination-ef li a:hover {
    color: #333;
    background-color: #004a26;
}
.pagination-ef li {
    line-height: 48px;
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
}
.pagination-ef li.current a, .pagination-ef li span.page-numbers.current {
    background-color: #004a26;
}
.pagination-ef i {
    font-size: 30px;
    display: inline-table;
    vertical-align: middle;
}
.scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #333;
    text-align: center;
    color: #fff;
    z-index: 9;
}
.scroll-top i {
    color: #fff;
    font-size: 48px;
}



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/*the animation definition*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        -ms-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

/*Parallax Move*/
.parallax-move{
    overflow: hidden;
}
.parallax-move img {
  position: relative;
  z-index: 4;
  max-width: 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.2s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.2s ease-out;
  transition: opacity 0.3s ease-out, transform 0.2s ease-out;
}

/* =Buttons
-------------------------------------------------------------- */

.btn {
    letter-spacing: 1.5pt;
    border-radius: 0;
    font-weight: 400;
}
.btn-1 {
    clear: both;
    margin-top: 45px;
    border: 1px solid #c5c5c5;
    color: #909090;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-1:hover {
    border: 1px solid #56c8d4;
    box-shadow: 200px 0 0 0 #56c8d4 inset;
    color: #fff;
}

/* =Preloader
-------------------------------------------------------------- */

.cover {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(232, 232, 232, 0.7);
}
 
/* =Header
-------------------------------------------------------------- */

.header {
    height: 100px;
    width: 100%;
    background: #fff;
    z-index: 9;
    position: relative;
}
.logo {
    float: left;
    line-height: 100px;
}

a>span.site-name{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16px;
}
a:hover>span.site-name{
    color: #333;
}

.logo h1 {
    line-height: 100px;
}

/*Slider Home*/
.slider-wrapper {
    position: relative;
}
.slider-images-wrapper {
    z-index: -1;
}
.slider-description {
    position: absolute;
    top: 45%;
    width: 100%;
    max-width: 100%;
}
.slider-description-inner {
	text-align:  center;
}
.slider-description-inner h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    letter-spacing: 2px;
	margin-top: 20px;
}
.slider-description-inner h1 span {
    font-family: 'Ubuntu', sans-serif;
    background: #004a26;
    padding: 22px;
    font-weight: 100;
    margin-left: 10px;
    line-height: 80px;
}
.cd-intro {
    float: left;
    margin-left: 6%;
}
.cd-headline {
    font-size: 30px;
    margin-top: 170px;
    color: #000;
    font-weight: 400;
    letter-spacing: 3pt;
}
.cd-words-wrapper {
    display: inline-block;
    position: relative;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 7px black, 5px 0 7px black;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}
.no-js .cd-words-wrapper b {
    opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}
/* Text Slider Clip */
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
}
.cd-headline.clip b {
    font-family: 'Ubuntu', sans-serif;
    opacity: 0;
}
.cd-headline.clip b.is-visible {
    opacity: 1;
}
.header-page {
    position: relative;
    min-height: 440px;
}
.header-page .inner-content {
    padding: 25px;
    background: rgba(255, 255, 255, 0.8);
    display: table;
    height: 400px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
}
.header-page .inner-content.dribble-header {
    height: 220px;
}
.header-page .inner-content .header-content {
    display: table-cell;
    vertical-align: middle;
}

.header-page .inner-content .header-content h1 {
    text-align: center;
    font-size: 35px;
    font-family: 'Ubuntu', sans-serif;
}

.header-content h2{
    text-align: center;
    font-size: 35px;
    font-family: 'Ubuntu', sans-serif;
}


.header-page .inner-content .header-content hr {
    float: none;
}
.header-page .inner-content .header-content p {
    text-align: center;
    font-size: 20px;
}

.header-content a {
	color: #222;
	text-decoration: underline;
	letter-spacing: 1px;
	font-weight: 600;
}

.header-content a:hover {
    	text-decoration: none;
   } 

/* =Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
	font-size:13px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	color:#666;
	text-transform:uppercase;
	width:100%;
	margin-top: 2em; 
	margin-bottom: 0;
	letter-spacing: 1px;
	text-align: center;
}
.breadcrumbs a:link, 
.breadcrumbs a:visited {
	color: #004a26; 
	text-decoration:underline;
	text-decoration-color: #666;
}
.breadcrumbs a:focus, 
.breadcrumbs a:hover {
	color: #004a26; 
	text-decoration:none;
	text-decoration-color: #666;
}
.breadcrumbs-wrapper {
	max-width:1000px;
	margin:0 auto;
	position:relative;
	display:block;
}
/* =Architecure Slider 
-------------------------------------------------------------- */
   
/* =Menu right
-------------------------------------------------------------- */

.navigation {
    display: block;
    position: absolute;
    top: 30px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}
.close-menu {
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    line-height: 49px;
}
.search-icon {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    float: right;
    line-height: 54px;
}
.close-menu:hover,
.search-icon:hover {
    color: #7beec7;
}
/* search */
.js-ui-search input[type="text"] {
    -webkit-appearance: none;
    outline: none;
    border: none;
    height: 20px;
    line-height: 20px;
}
.js-ui-search input[type="text"]:focus {
    -webkit-appearance: none;
    outline: none;
    border: none;
}
.search-wrap {
    position: absolute;
    right: 25px;
    top: 11px;
    display: block;
    z-index: 1;
    width: 25px;
    height: 25px;
    margin-left: 0;
    padding: 0;
    border: 2px solid #f7f7f7;
    border-radius: 20px;
    -moz-transition: all 0.25s ease 0.3s;
    -o-transition: all 0.25s ease 0.3s;
    -webkit-transition: all 0.25s ease;
    -webkit-transition-delay: 0.3s;
    transition: all 0.25s ease 0.3s;
}
.search-wrap:before {
    top: 90%;
    left: 90%;
    width: 14px;
    height: 2px;
    background-color: #f7f7f7;
    border-radius: 1px;
    -moz-transition: width 0.15s ease 0.55s;
    -o-transition: width 0.15s ease 0.55s;
    -webkit-transition: width 0.15s ease;
    -webkit-transition-delay: 0.55s;
    transition: width 0.15s ease 0.55s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.search-wrap input {
    width: 100%;
    color: #fff;
    opacity: 0;
    background-color: transparent;
    transition: opacity 0.15s ease;
}
.eks {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 20;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.eks:before,
.eks:after {
    right: 5px;
    height: 2px;
    width: 2px;
    border-radius: 1px;
    transition: all 0.25s ease;
}
.eks:before {
    top: 3.3px;
    background-color: white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition-delay: 0.1s;
}
.eks:after {
    bottom: 3.3px;
    background-color: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    transition-delay: 0s;
}
.search-wrap.open {
    width: 230px;
    transition-delay: 0.1s;
}
.search-wrap.open:before {
    width: 0px;
    transition-delay: 0s;
}
.search-wrap.open input {
    opacity: 1;
    transition-delay: 0.15s;
}
.search-wrap.open input:focus {
    border:0; 
}
.search-wrap.open ::-webkit-input-placeholder {
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 15px;
}
.search-wrap.open .eks:before,
.search-wrap.open .eks:after {
    width: 15px;
    right: 12px;
}
.search-wrap.open .eks:before {
    top: 9px;
    transition-delay: 0.25s;
}
.search-wrap.open .eks:after {
    bottom: 9px;
    transition-delay: 0.3s;
}
.search-wrap:before,
.eks:before,
.eks:after {
    content: "";
    position: absolute;
    display: block;
}
.menu-wrap a {
    color: #fff;
}
.menu-wrap a:hover,
.menu-wrap a:focus {
    color: #7beec7;
}
.content-wrap {
    -webkit-overflow-scrolling: touch;
}
.content {
    position: relative;
    background: #b4bad2;
}
.content::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
/* Menu Button */
.menu-button {
    position: fixed;
    right: 15px;
    z-index: 1000;
    margin: 1em;
    padding: 0;
    width: 2.5em;
    height: 2.25em;
    border: none;
    text-indent: 2.5em;
    font-size: 1.5em;
    color: transparent;
    background: transparent;
    outline: 0;
}
.menu-button::before {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
    content: '';
}
.menu-button:hover {
    opacity: 0.6;
}
/* Close Button */
.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 34px;
    border: none;
    background: transparent;
    color: transparent;
    outline: 0;
}
.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7;
}
.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.indicator-name {
    position: absolute;
    right: 30px;
    top: 0;
    line-height: 50px;
    color: #111111;
}
.content-menu {
    position: relative;
}
.menu-wrap {
    position: fixed;
    z-index: 9999;
    width: 35%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #111;
    background-position: center center;
    background-size: cover;
    font-size: 1.15em;
    display: table;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu,
.menu-list {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px;
    line-height: 1.6;
    
}
.menu-contact-information {
    clear: both;
}
.menu-contact-information span {
    padding-top: 10px;
    padding-bottom: 50px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2.5px;
    text-align: right;
}
.menu-content {
    padding-top: 30%;
}
.menu-list ul {
    padding: 0;
}
.menu-list ul li {
    display: block;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
}
.menu-list,
.menu-list ul li {
    transition: -webkit-transform 0s 0.4s;
    transition: transform 0s 0.4s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.3, 1);
}
.menu-list ul li:nth-child(1) {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}
.menu-list ul li:nth-child(2) {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
}
.menu-list ul li:nth-child(3) {
    -webkit-transform: translate3d(1000px, 0, 0);
    transform: translate3d(1000px, 0, 0);
}
.menu-list ul li:nth-child(4) {
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
}
.menu-list ul li:nth-child(5) {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
.menu-list ul li:nth-child(6) {
    -webkit-transform: translate3d(2500px, 0, 0);
    transform: translate3d(2500px, 0, 0);
}
.menu-list ul li:nth-child(7) {
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
.menu-list ul li a {
    font-weight: 800;
    font-size: 25px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5pt;
    transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -webkit-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -moz-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -o-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
}
ul.sub-menu {
    position: relative;
    display: none;

}
ul.sub-menu li {
    padding: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 10px !important;
}
ul.sub-menu li a {
    font-size: 16px;
    text-transform: none;
}
/* Shown menu */
.show-menu .menu-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list,
.show-menu .menu-list ul li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list ul li {
    transition-duration: 0.9s;
    text-decoration: none;
    line-height: 42px;
}
.show-menu .content::before {
    opacity: 1;
    transition: opacity 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.main-menu-indicator {
    display: block;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1000;
    height: 58px;
    width: 65px;
    outline: 0;
    float: right;
    margin: 17px 0 17px 0;
	position: fixed; 
    right: 7%; 
    top: 10px;
	/* position: relative;*/
	/*background:rgb(100%, 35%, 0%, .6);*/
	background:#ff6600;
	border-radius:5px;
}
.main-menu-indicator:hover {
    border: 0;
    box-shadow: none;
	/*background:rgb(100%, 35%, 0%, .8);*/
	background:#ff4000;
}
.main-menu-indicator>span {
    transition: all 0.1s ease 0s;
    display: block;
    position: absolute;
    width: 45px;
    height: 6px;
    top: 28px;
    left: 10px;
    right: 10;
    margin: auto;
    background: #fff;
}
.main-menu-indicator>span:before,
.main-menu-indicator>span:after {
    transition: all 0.2s ease 0s;
    position: absolute;
    content: '';
    width: 45px;
    height: 6px;
    background: #fff;
    left: 0;
    right: 10;
}
.main-menu-indicator>span:after {
    top: -15px;
}
.main-menu-indicator>span:before {
    bottom: -15px;
}

.main-menu-indicator.active>span {
    background: transparent;
}

.main-menu-indicator.active>span:after {
    top: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.main-menu-indicator.active>span:before {
    bottom: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
/* Social Menu */
.menu-social-media {

}
.menu-social-media ul {
    padding: 0;
    padding-left: 50px;
}
.menu-social-media ul li {
    padding-left: 15px;
    padding-left: 15px;
    display: inline;
}
/* Menu Information */
.menu-information {

}
.menu-information p {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    padding-left: 71px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.menu-information ul {
    padding: 0;
    padding-left: 50px;
}
.menu-information ul li {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    list-style: none;
    color: #fff;
    letter-spacing: 2.5pt;
    font-family: 'Ubuntu', sans-serif;
}
.menu-information ul li span {
    padding-right: 15px;
}


/* =Home Content
-------------------------------------------------------------- */
.history-wrapper {
    float: left;
    width: 100%;
}
.history-wrapper article {
    margin-top: 10px;
}
.history-wrapper h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    line-height: 24px;
    text-shadow: none;
}
.history-wrapper p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    text-indent: 20px;
}
.history-wrapper a {
	position: relative;
	outline: none;
	color: #004a26;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
}

.history-wrapper a:hover {
	text-decoration: none;
}

/* Services */
.services-home-page {
    float: center;
}
.services-home-page h4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: black;
  text-shadow: none;
  text-transform: uppercase;
}

.services-home-page a {
  text-decoration: underline;
  font-weight: 700;
  color: #004a26;

}

.services-home-page a:hover {
  text-decoration: none;
}

.services-icon>span {
    font-size: 36px;
    padding-bottom: 24px;
    clear: both;
    float: left;
}
.services-icon>hr {
    float: left;
}
/* News Letter*/
.newsletter-left {
    height: 325px;
    width: 100%;
    background-color: #004a26;
    display: table;
    text-align: center;
}
.newsletter-left-inner {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12%;
    padding-right: 12%;
}
.newsletter-left-inner h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 100;
    color: #111111;
    line-height: 40px;
}
.newsletter-right {
    position: relative;
    height: 325px;
    width: 100%;
    background-color: #004a26;
    display: table;
    text-align: center;
}
.newsletter-right-inner {
    position: absolute;
    left: 50px;
    top: 50px;
    background: #fff;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    padding: 60px;
}
.newsletter-right-inner input {
    width: 100%;
    height: 45px;
    border: 0;
    border: 1px solid #e6e6e6;
    outline: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.newsletter-right-inner input:focus {
    border: 1px solid #004a26;
}
.newsletter-right-inner input[type=submit] {
    margin-top: 15px;
    max-width: 175px;
    margin: auto;
    background: #004a26;
    border: 0;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5pt;
}
/* =Architecture Content
-------------------------------------------------------------- */

.architecture-content .box-over-image {
    min-height: 660px;
    margin-bottom: 30px;
    width: 100%;
    background-color: #383838;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box-over-image-inner {
    max-width: 430px;
    background: #fff;
    width: 100%;
    padding: 11%;
    margin-left: 20px;
    margin-right: 20px;
}
.box-over-image-inner h1 {
    font-weight: 400;
    text-align: center;
}
.box-over-image-inner hr {
    float: none;
}
.box-over-image-inner p {
    text-align: center;
}
.tabs-wrapper {
    background-color: #004a26;
    min-height: 330px;
    width: 100%;
    padding: 40px;
    margin-bottom: 30px;
}
.tabs-wrapper h1 {
    text-align: center;
    font-weight: 400;
    margin: 0;
}
.tabs-image {
    margin-bottom: 30px;
}
.tabs-image img {
    max-width: 100%;
    height: auto;
}

.circle-image img{
    max-width: 350px;
    max-height: 350px;
    height: auto;
    display: block;
    margin: auto;
    outline: 3px solid #F1F1F1;
    outline-offset: -15px;
}

.tab-view {
    background: #333;
}
/* About Studio */

.about-studio {
    position: relative;
    width: 100%;
    min-height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.our-studio-content {
    background-color: #383838;
    min-height: 460px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 40px;
}
.our-studio-content h1,
.our-studio-content p {
    color: #fff;
}
.our-studio-content hr {
    background: #fff;
}
.our-story {
    min-height: 500px;
    width: 100%;
}
.our-story-content {
    background-color: #004a26;
    margin-top: 50px;
    height: 400px;
    display: table;
    width: 100%;
}
.our-story-content-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.our-story-image img {
    max-width: 100%;
    height: auto;
    outline: 8px solid white;
    outline-offset: -20px;
}
/*Team*/
.member {
    margin: auto;
    overflow: hidden;
    max-width: 350px;
}
.member .overlay-thumb {
    left: 0;
    right: 0;
    margin: auto;
}
.overlay-member {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border: none;
    transition: all 0.5s ease-out;
    display: table;
}
.overlay-member-content {
    display: table;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.overlay-member-content-inner {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    z-index: 9;
    position: relative
}
.overlay-member-content-inner hr {
    float: none;
}
.member:hover .overlay-member-content-inner {
    opacity: 1;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}
span.position {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
    display: block;
}
.member-name {
    padding-left: 17px;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-top: 6px;
    float: left;
}
ul.member-social-media {
    padding: 0;
}
.member-social-media li {
    display: inline-block;
    padding: 5px;
}
.member-social-media li a {
    font-size: 14px;
    color: #383838;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.member-social-media li a:hover {
    color: #fff;
}
ul.client-thumb li {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin-bottom: 30px;
}
ul.client-thumb li a img {
    max-width: 100%;
    height: auto;
    opacity: 0.8;
    height: auto;
}

ul.client-thumb li a img:hover {
    opacity: 1;
}

ul.client-thumb-2 li{
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-left: -3px;
    border-right: 1px solid #F3F3F3;
    border-top: 1px solid #F3F3F3;
    line-height: 145px;
}


ul.client-thumb-2 li:nth-child(4n+4) {
    border-right: 0;
}
ul.client-thumb-2 li:nth-child(-n+4) {
    border-top: 0;
}
ul.client-thumb-2 li:nth-child(n+5) {
    border-bottom: 0;
}

ul.client-thumb-2 li a img{
    max-width: 100%;
    opacity: 0.8;
    height: auto;
}

ul.client-thumb-2 li a img:hover{
    opacity: 1;
}

/* =Portfolio General
-------------------------------------------------------------- */
.portfolio-wrapper {
    clear: both;
}
/* Filter Button */
.nav {
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #86eecb;
    cursor: pointer;
    border: none;
    width: 48px;
    height: 48px;
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 25px
}
.nav:focus {
    outline: none;
}
.nav .icon-container {
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.nav .line {
    width: 26px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: #545454;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.nav .line01 {
    top: 0;
    opacity: 1;
    transition-delay: 210ms;
}
.nav .line02 {
    top: 7px;
    transition-delay: 140ms;
}
.nav .line03 {
    top: 14px;
    transition-delay: 70ms;
}
.nav .line04 {
    top: 21px;
    opacity: 0;
    transition-delay: 0ms;
}
.active .nav .line {
    left: 28px;
}
.nav:hover .line {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}
.nav:hover .line01 {
    opacity: 0;
    transition-delay: 0ms;
}
.nav:hover .line02 {
    transition-delay: 70ms;
}
.nav:hover .line03 {
    transition-delay: 140ms;
}
.nav:hover .line04 {
    opacity: 1;
    transition-delay: 210ms;
}
.open.nav .line {
    transition: all 0.3s;
}
.open.nav:hover .line {
    -webkit-transform: none;
    transform: none;
}
.open.nav .line:nth-child(2) {
    background: 0;
}
.open.nav .line:nth-child(4) {
    background: 0;
}
.open.nav .line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    opacity: 1;
}
.open.nav .line:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    opacity: 1;
}
.works-filter {
    float: left;
    line-height: 46px;
    margin-bottom: 42px;
}
.works-filter a {
    display: inline-block;
    font-size: 18px;
    padding-right: 8px;
    padding-left: 8px;
    color: #111111;
    font-weight: 300;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
    opacity: 0;
}
.works-filter.open a {
    opacity: 1;
    transition: all 300ms cubic-bezier(.175, .885, .32, 1.075);
}
.works-filter.open a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.works-filter.open a:nth-child(1) {
    transition-duration: 600ms;
}
.works-filter.open a:nth-child(2) {
    transition-duration: 400ms
}
.works-filter.open a:nth-child(3) {
    transition-duration: 300ms
}
.works-filter.open a:nth-child(4) {
    transition-duration: 200ms
}
.works-filter a.active {
    color: #004a26;
}
.works-filter a:before {
    padding-right: 20px;
    padding-left: 20px;
    color: #111111;
}
.works-filter a:first-child:before {
    content: "  ";
    padding-right: 5px;
    padding-left: 5px;
    color: #111111;
}
#work-grid, #dribbble-portfolio {
    clear: both;
}
.js-masonry {
    height: 100% !important;
    clear: both;
}

/*Overlay Thumb Portftolio and Team*/
.img {
    position: relative;
    overflow: hidden;
    display: inherit;
    border: solid #FF8C00;
    border-width: 3px;
    
}
.mix .img {
    margin-bottom: 30px;
}
.img img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
}
.img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: -webkit-transform 3s;
    transition: transform 0.5s;
}



.overlay-thumb a.main-portfolio-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px;
    z-index: 4;
    cursor: url(../img/cursor.png), auto;
}
.img .overlay-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border: none;
    transition: all 0.5s ease-out;
    z-index: 4;
}

.img .overlay-thumb.bg-white:hover{
    background-color: rgba(255, 255, 255, 0.65);
}
.overlay-thumb span {
    position: relative;
    z-index: 1;
    line-height: 15px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}
.details span.title,
.details span.info {
    color: #111111;
}
.details span.title {
    font-size: 18px;
    letter-spacing: 1.2pt;
    line-height: 24px;
    text-transform: uppercase;
}
.details span.info {
    font-size: 14px;
    text-transform: uppercase;

}
.overlay-thumb:hover .details span {
    top: 0;
}
.overlay-thumb:hover .title {
    transition-delay: 0.15s;
}
.overlay-thumb:hover .info {
    transition-delay: 0.25s;
}

/*Details on portfolio*/
.details {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.details span {
    display: block;
    opacity: 0;
    position: relative;
    top: 100px;
    transition-property: top, opacity;
    transition-duration: 0.3s;
    transition-delay: 0s;
}
.details .title {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}
.details .info {
    line-height: 1.2;
    letter-spacing: 1.5pt;
    margin-top: 5px;
    font-size: 12px;
}
.img .like-product {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    text-align: center;
}
.img:hover .like-product {
    opacity: 1;
}
.like-product i {
    font-size: 24px;
    cursor: pointer;
    margin-top: 18px;
    margin-left: 18px;
    border-radius: 50%;
    display: inline-block;
    color: #111111;
    transition: .4s;
}
.output {
    color: #111111;
    clear: both;
    display: block;
    padding-left: 18px;
}
span.like-product {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: .6s;
    z-index: 7;
    font-size: 2px;
    color: transparent;
    font-weight: 400;
    padding-left: 48px;
    line-height: 58px;
}
.like-product i.press {
    -webkit-animation: size .4s;
    animation: size .4s;
    color: #505050;
}
span.press {
    line-height: 70px;
    font-size: 14px;
    visibility: visible;
    -webkit-animation: fade 1s;
    animation: fade 1s;
}
@-webkit-keyframes fade {
    0% {
        color: #transparent;
    }
    50% {
        color: #505050;
    }
    100% {
        color: #transparent;
    }
}
@keyframes fade {
    0% {
        color: #transparent;
    }
    50% {
        color: #505050;
    }
    100% {
        color: #transparent;
    }
}
@-webkit-keyframes size {
    0% {
        padding-top: 0;
    }
    50% {
        padding-top: 8px;
    }
    100% {
        padding-top: 0
    }
}
@keyframes size {
    0% {
        padding-top: 0;
    }
    50% {
        padding-top: 8px;
    }
    100% {
        padding-top: 0
    }
}
.load-more {
    text-align: center;
    margin-top: 50px;
    clear: both;
    float: left;
    width: 100%;
}
.load-more a {
    text-decoration: none;
    color: #111111;
    text-transform: uppercase;
    font-size: 38px;
}
.load-more a:hover {
    color: #56c8d4;
}
.spinef {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
/* Height of portfolio */
.home-portfolio-image {
    height: 100%;
}
/* Height 3 column Portfolio */
.height-3column {
    height: 410px;
    overflow: hidden;
    margin-bottom: 30px;
}

/* =Single Project
-------------------------------------------------------------- */
.single-project-slider {
    position: relative;
}
.single-project-slider .single-controls .arrow-left,
.single-project-slider .single-controls .arrow-right {
    position: absolute;
    top: calc(50% - 24px);
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    text-align: center;
}
.single-project-slider .single-controls .arrow-left {
    left: 20px;
}
.single-project-slider .single-controls .arrow-right {
    right: 20px;
}
.single-project-slider .single-controls .arrow-left a,
.single-project-slider .single-controls .arrow-right a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    color: #111111;
    border: 1px solid #fff;
}
.single-project-slider .single-controls .arrow-left a:hover,
.single-project-slider .single-controls .arrow-right a:hover {
    color: #fff;
    background: #004a26;
    border: 1px solid #004a26;
}
.single-project-slider .single-controls .arrow-right {
    right: 20px;
}
.single-project-slider .slider-controls a:hover,
.slider-controls a i:hover {
    color: #004a26;
}
.single-portfolio-wrapper {
    margin-top: 50px
}
.single-portfolio-wrapper span.info {
    font-size: 14px;
    letter-spacing: 1.5px;
    padding-bottom: 25px;
    clear: both;
    float: left;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border: 0;
    font-size: 16px;
    font-weight: 300;
    color: #383838;
}
ul.social-buttons {
    padding: 0;
}
ul.social-buttons li {
    display: inline-block;
    padding-right: 10px;
}
.project-information td {} .single-project-images {
    margin-bottom: 30px;
}
.single-project-images img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.portfolio-controls {
    background: #f1f1f1;
    margin-top: 20px;
}
.btn-project {
    width: 100px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #f4f4f4;
    font-size: 24px;
}
.home-btn {
    float: left;
}
.back-btn,
.forward-btn {
    float: right;
    margin-left: 8px;
}
.btn-project a:hover {
    cursor: pointer;
}
.btn-project a {
    background: transparent;
    outline: none;
    position: relative;
    overflow: hidden;
    display: block;
}
.btn-project:hover a:hover:before {
    opacity: 1;
    transform: translate(0, 0);
    color: #111;
    font-weight: 100;
}
.btn-project a:before {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    opacity: 0;
    transform: translate(100%, 0);
    transition: all .3s ease-in-out;
    font-size: 10px;
    background: #004a26;
}

/*Similar Project*/
.similar-project {
    clear: both;
}
.similar-project h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-shadow: none;
}

/* Buttons home, back, next */
.btn-project a:hover i {
    opacity: 0;
    transform: translate(100%, 0);
}
.btn-project a i {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    font-size: .8em;
    transition: all .3s ease-in-out;
}

/* =Blog
-------------------------------------------------------------- */

.blog-post {
    margin-bottom: 100px;
}
.blog-front-image {
    position: relative;
}
.blog-front-image {
    position: relative;
    width: 100%;
}
.blog-thumb {
    position: relative;
}

.blog-thumb img{
    height: auto;
}
.blog-thumb .icon-video-blog {
    position: absolute;
    top: calc(50% - 34px);
    left: calc(50% - 34px);
    font-size: 38px;
    color: #545454;
    width: 68px;
    height: 68px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}
.blog-thumb .icon-video-blog:hover {
    background-color: #fff;
}
.circle {
    stroke: #48ac8a;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0.3;
}

.blogimg {  
	display: block;
	overflow: hidden;
    max-width: 600px;
/*	float: center; Выравнивание по левому краю */
    margin: auto;
}


.blog-front-content {
    position: absolute;
    right: 0;
    background: #383838;
    width: 100%;
    padding: 10px 20px 5px;
}
.blog-front-content-inner {
    position: relative;
}

.blog-front-content-inner h1 {
    color: #fff;
    text-align: center;
}

.blog-front-content-inner h2 {
    color: #fff;
    text-align: center;
}

.blog-front-content-inner h3 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.blog-front-content-inner .post-date {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}
.blog-front-content-inner h1 a{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 80;
}

.blog-front-content-inner h2 a{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 80;
}

.blog-front-content-inner p {
	color: #fff;
	text-indent: 20px;
	line-height: 1.6;
}
.read-more-blog-icon {
    position: absolute;
    right: 0;
    bottom: 3px;
    font-size: 30px;
    color: #fff;
}

.form-group a {
	text-decoration: underline;
	letter-spacing: 1px;
	font-weight: 500;
}

.form-group a:hover {
	text-decoration: none;
}

.single-blog-wrapper {} .single-blog-wrapper h1 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
	font-size: 30px;
	text-align: center;
	padding-bottom: 25px;
}

.info-title {
    color: #fff;
    line-height: 45px;
    padding-left: 8px;
}

.info-title-info {
    color: #222;
    line-height: 45px;
    padding-left: 8px;
}

.post-single-date {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.share-buttons {
    padding: 8px 0 8px 0;
}
.share-buttons a {
    padding: 0;
    display: inline;
    font-size: 20px;
    color: #fff;
    padding-left: 10px;
    padding-right: 2px;
}
.share-buttons  a:hover {
    color: #7beec7;
}

.share-buttons ul {
	list-style-type: none;
}

.share-buttons ul li {
	list-style-type: none;
	display: inline;
}
    list-style-type: none;
    display: inline;
}

.share-buttons-info {
    padding: 8px 0 8px 0;
}
.share-buttons-info a {
    padding: 0;
    display: inline;
    font-size: 20px;
    color: #222;
    padding-left: 10px;
    padding-right: 2px;
}
.share-buttons-info  a:hover {
    color: #7beec7;
}

.share-buttons-info ul {
	list-style-type: none;
}

.share-buttons-info ul li {
	list-style-type: none;
	display: inline;
}
    list-style-type: none;
    display: inline;
}


.blog-tags ul {
    padding: 0 0 0 6px;
}
.blog-tags ul li {
    display: inline-block;
    background: #383838;
    padding: 2px 5px 2px 5px;
    margin-left: 2px;
    margin-top: 4px;
    color: #fff;
}
.blog-tags ul li a {
    font-size: 12px;
    font-weight: 100;
}
.full-blog-content {
    margin-top: 30px;
}

.full-blog-content p {
	text-indent: 20px;
	font-size: 16px;
	font-weight: 400;
}

.full-blog-content a {
	position: relative;
	outline: none;
	color: #222;
	text-decoration: underline;
	text-decoration-color: #004a26;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 13px;
}	
    
.full-blog-content ul li {
	font-size: 18px;
}

/*Blog Timeline*/
.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}
/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #5F5F5F;
    left: 20%;
    margin-left: -6px;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 20px;
    color: #bdd0db;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    padding-top: 18px;
    color: #5F5F5F;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 35px 25%;
    background: #E1E2E1;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
}
.cbp_tmlabel h1,
.cbp_tmlabel p {
    color: #333;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #E1E2E1;
    border-width: 10px;
    top: 22px;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 60px;
    height: 60px;
    float: left;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 28px;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    color: #FFFFFF;
    background: #5F5F5F;
    border-radius: 50%;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -35px;
}
.blog-v2-image {
    position: relative;
}
.blog-v2-image img {
    max-width: 100%;
    height: auto;
}
.icon-video-blogv2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 69px;
    height: 69px;
    top: calc(50% - 36px);
}
/* =Contact
-------------------------------------------------------------- */
.contact-map {
    position: relative;
    height: 450px;
}
.inner-map {
    position: absolute;
    z-index: 1;
    padding: 25px;
    top: -410px;
    background: rgba(255, 255, 255, 0.8);
    display: table;
    height: 370px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
}
.inner-map .inner-map-content {
    display: table-cell;
    vertical-align: middle;
}
.inner-map .inner-map-content h1 {
    text-align: center;
    font-size: 45px;
    font-family: 'Ubuntu', sans-serif;
}
.inner-map .inner-map-content hr {
    float: none;
}
.inner-map .inner-map-content p {
    text-align: center;
    font-size: 18px;
}
.contact-wrapper {
    clear: both;
    float: left;
    width: 100%;
}
.contact-info {
    font-size: 18px;
    clear: both;
    margin-bottom: 25px;
    float: left;
}

#map{
    width: 100%;
    height: 410px;
}

.icon-info {
    float: left;
    line-height: 45px;
}
.title-info {
    font-size: 14px;
    font-weight: 500;
}
.review-info span{
    font-size: 18px;
    font-weight: 400;
}
.title-info,
.description-info {
    display: block;
    padding-left: 30px;
    letter-spacing: 1px;
}
.description-info {
    font-size: 16px;
    font-weight: 500;
}
.contact-form {} .contact-form input[type="submit"] {
    width: 100%;
    height: 48px;
    outline: 0;
    border: 0;
    background-color: #004a26;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2pt;
}
.contact-form input,
.contact-form textarea {
    margin-bottom: 30px;
}
input {
    outline: 0;
}
textarea {
    outline: 0;
    width: 100%;
    height: 125px;
    padding-top: 7px;
    resize: none;
}
input[type="text"],
textarea {
    border: 1px solid #e6e6e6;
    padding-left: 10px;
}
input[type="text"]:focus,
textarea:focus {
    border: 1px solid #111;
}
input[type="text"] {
    height: 50px;
    width: 100%;
}

.contact-wrapper a {
	position: relative;
	outline: none;
	color: #222;
	text-decoration: underline;
	text-decoration-color: #004a26;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 13px;
}	

/* =Page Not Found
-------------------------------------------------------------- */
.page-error{
    position: relative;
}
.page-error h1 {
    color: #f1f1f1;
    font-size: 6vw;
    position: absolute;
    left: 15%;
    top: 50px;
    z-index: -1;
}
.page-error h3 {
    margin-top: 125px;
    font-size: 20px;
    font-weight: 300;
    color: #3A3939;
    font-size: 28px;
    float: left;
    padding: 8px;
}

.page-error p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 65px;
    color: #3A3939;
    float: left;
    padding: 8px;
}
.page-error p a {
    color: #004a26;
    padding-left: 5px;
    padding-right: 5px;
}



/* =Footer
-------------------------------------------------------------- */
.footer {
    width: 100%;
    float: left;
    background: #f4f4f4;
    min-height: 200px;
}
.footer-inner {
    height: 200px;
    display: table;
    width: 100%;
}
.footer-content {
    display: table-cell;
    vertical-align: middle;
}
.footer-content p {
    color: #787878;
    text-indent: 0px;
}
.footer-content h4 {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-shadow: none;
}

.footer-content address {
    color: #787878;
    font-size: 16px;
    letter-spacing: 1.5pt;
}
ul.social-media {
    padding: 0;
    text-align: center;
}
ul.social-media li {
    list-style-type: none;
    display: inline;
    padding: 5px;
}
ul.social-media li a i {
    color: #111111;
}
ul.social-media li a i:hover {
    color: #004a26;
}
.copyright-mark {
    margin-top: 50px;
    display: block;
    text-align: center;
    color: #787878;
    letter-spacing: 1.5pt;
}


/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*  Bootstrap Alerts */
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
  text-shadow: none;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #5cb85c;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #d2d2d2;
}
.alert-info {
  background-color: #5bc0de;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #d2d2d2;
}
.alert-warning {
  background-color: #f0ad4e;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #d2d2d2;
}
.alert-danger {
  background-color: #d9534f;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #d2d2d2;
}


/*-- Side Bar --*/

.side-bar h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #f78e21;
  margin-top: 0px;
  padding: 9px 15px 9px 15px;
  text-shadow: none;
}

.archives-list ul {
  margin-top: 25px !important;
  padding-bottom: 30px !important;
  margin: 0;
  padding: 0;
}

.archives-list li {
  list-style: none;
  margin: 10px 0;
}

.archives-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #f78e21;
}

.archives-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
}

.archives-list a:hover {
  color: #f78e21;
}

.archives-list a:before {
	content: "> ";
	color: #f78e21;
	font-weight: bold;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 20px !important; 
  width: 70px;
  height: 70px;
}

.recent-post-thumb img{
	width: 70px;
	height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.posts {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #f78e21;
}

.recent-post-info span {
    font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #f78e21;
}

.flickr-images {
  margin-top: 20px;
}

.flickr-images img {
  margin-top: 20px;
  overflow: hidden !important;
  width: 68px;
}

.flickr-images img:hover {
  border: 3px solid #f78e21;
  transition: all 0.1s ease-in;
  cursor: pointer;
}

/*-- End Side Bar --*/

/*--- Tables ---*/
.price-table-dog { 
  width: 95%; 
  border-collapse: collapse; 
}
/* Zebra striping */
.price-table-dog  tr:nth-of-type(even) { 
  background: #FFC373; 
}
.price-table-dog  th { 
  background: #ff5a00; 
  color: white; 
  font-weight: bold; 
  font-size: 16px;
}
.price-table-dog th a {
  text-decoration: underline;
  color: white;
  font-weight: bold;
}
.price-table-dog th a:hover {
  text-decoration:none;
}  
.price-table-dog tr td { 
  font-size: 14px;
}
.price-table-dog  td, th { 
  padding: 2px; 
  border: 1px solid #A9A9A9; 
  text-align: center; 
}
.price-table-dog td a {
  text-decoration: underline;
  color: #004a26;
  font-style: italic;
}
.price-table-dog td a:hover {
  text-decoration:none;
}
.price-table-dog h3 {
  font-size: 14px;
  font-weight: 500;
}
/*--- End Tables ---*/
/*--- Tables ---*/
.price-table-cat { 
  width: 95%; 
  border-collapse: collapse;
}
/* Zebra striping */
.price-table-cat  tr:nth-of-type(even) { 
  background: #FFC373; 
}
.price-table-cat  th { 
  background: #ff5a00; 
  color: white; 
  font-weight: bold; 
  font-size: 16px;
}
.price-table-cat th a {
  text-decoration: underline;
  color: white;
  font-weight: bold;
}
.price-table-cat th a:hover {
  text-decoration:none;
}
.price-table-cat tr td { 
  font-size: 14px;
}
.price-table-cat  td, th { 
  padding: 2px; 
  border: 1px solid #A9A9A9; 
  text-align: center; 
}
.price-table-cat td a {
  text-decoration: underline;
  color: #0B430B;
  font-style: italic;
}
.price-table-cat td a:hover {
  text-decoration:none;
}
.price-table-cat h3 {
  font-size: 14px;
  font-weight: 500;
}
/*--- END Tables ---*/
/*--- Tables ---*/
.price-table-etc { 
  width: 95%; 
  border-collapse: collapse; 
}
/* Zebra striping */
.price-table-etc  tr:nth-of-type(even) { 
  background: #FFC373; 
}
.price-table-etc  th { 
  background: #ff5a00; 
  color: white; 
  font-weight: bold; 
  font-size: 16px;
}
.price-table-etc th a {
  text-decoration: underline;
  color: white;
  font-weight: bold;
}
.price-table-etc th a:hover {
  text-decoration:none;
}
.price-table-etc tr td { 
  font-size: 14px;
}
.price-table-etc  td, th { 
  padding: 2px; 
  border: 1px solid #A9A9A9; 
  text-align: center; 
}
.price-table-etc td a {
  text-decoration: underline;
  color: #0B430B;
  font-style: italic;
}
.price-table-etc td a:hover {
  text-decoration:none;
}
/*--- END Tables ---*/

.heading-section {
  text-align: center;
  padding: 30px 0 0 0;
}

.heading-section h2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2pt;
}

/*-- Blog Single Post --*/
.image-post {
  overflow: hidden;
}

.product-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.product-title span {
  display: inline-block;
  font-size: 13px;
  color: #f78e21;
} 

.product-content a {
  font-weight: 700;
  font-size: 13px;
}

.product-content p {
  margin-top: 5px;
  padding-bottom: 15px;
}

.comment-section h4 {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}

.all-comments {
  margin-top: 40px;
  margin-bottom: 40px;
}

.comments {
  margin-top: 30px;
}

.author-thumb {
  float: left;
  margin-right: 30px;
}

.comment-body {
  background-color: #f3f3f3;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.comment-body h6 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0px;
}

.comment-body span {
  font-size: 14px;
  color: #f78e21;
}

.comment-body p {
  margin-top: 20px;
}

.comment-body a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #f78e21;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.replyed-form {
  margin-left: 130px;
}

.leave-comment h4 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}

input, textarea {
  padding: 10px;
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-top: 25px;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  color: #000;
  outline: none; 
}

textarea {
  height: 165px;
  max-height: 180px;
  max-width: 770px;
  line-height: 18px;
  width: 100%
}

.form label {
  margin-left: 10px;
  color: #999999;
}

.send button {
  width: 90px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #f78e21; 
    font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

.leave input {
  width: 90px;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #f78e21; 
  color: #fff;
    font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}

.nm_post_title {
	margin-top: 35px;
	margin-bottom: 25px;
	text-align: center;
}

.nm_post {
	margin-bottom: 10px;
}

.nm_post_content p{
		text-indent: 25px;
}
.page-section a {
	font-family: 'Ubuntu', sans-serif;
	color: #004a26;
	transition: all 0.5s;
	text-decoration: underline;
}

.page-section a:hover {
	color: #004a26;
	text-decoration: none;
}
/*-- End Single Post --*/

/*-- Latest Posts --*/

.blog-post {
  position: relative;
  margin-bottom: 30px;
}

.blog-thumb {
  overflow: hidden;
  position: relative;
}

.blog-thumb img {
  width: 100%;
}

.blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 10px 2px;
}

.content-show h4{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 0 7px black, 5px 0 7px black;
  text-transform: uppercase;
}

.content-show a {
  font-family: 'Ubuntu', sans-serif;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 0 7px black, 5px 0 7px black;
}


.content-show h3 {
  font-size: 12px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 0 7px black, 5px 0 7px black;
  margin: 20px, 10px;
}

.content-show span {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 0 7px black, 5px 0 7px black;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

#blog .nm_post_image {
  position: relative;
}	
/* For GS News Manager */
#blog .nm_post_image img{
	width: 100%;
	position: relative;
	margin: 15px 5px 30px 5px;
}
/*-- End Latest Posts --*/

/*-- Blog img --*/

.blog-img {
  position: relative;
  max-width: 600px;
  margin: 35px auto;
}

.blog-img-thumb {
  overflow: hidden;
  position: relative;
}

.blog-img-thumb img {
  width: 100%;
}

.blog-img-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(18%, 55%, 34%, 0.6);
  color: #fff;
  padding: 5px 15px 5px;
}

.content-img-show a, h4{
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
}

.content-img-show span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.content-img-hide {
  margin-top: 15px;
  display: none;
}

.content-img-hide p {
  color: #fff;
}

	
/*-- End Blog img --*/

/* blog page number */
.nm_page_nav {
  color: #808080;
  font-weight: bold; 
  text-align: center;
  font-size: 20px;
}
/* End blog page number */