/* reset */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    height: auto
}
iframe {
    border: none
}
::selection {
    background: #fefac7; /* Safari */
    color: #2f2f2f;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #2f2f2f;
}
body {
    overflow-y: scroll
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999999;
}
#status {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px 0 0 -18px;
}
.spinner {
    height: 36px;
    width: 36px;
    position: relative;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 3px solid rgba(114,182,175,.15);
    border-right: 3px solid rgba(114,182,175,.15);
    border-bottom: 3px solid rgba(114,182,175,.15);
    border-top: 3px solid rgba(114,182,175,.8);
    border-radius: 100%;
}
@-webkit-keyframes rotation { 
	from {
	    -webkit-transform: rotate(0deg)
	}
	to {
	    -webkit-transform: rotate(359deg)
	}
}
@-moz-keyframes rotation { 
	from {
	    -moz-transform: rotate(0deg)
	}
	to {
	    -moz-transform: rotate(359deg)
	}
}
@-o-keyframes rotation { 
	from {
	    -o-transform: rotate(0deg)
	}
	to {
	    -o-transform: rotate(359deg)
	}
}
@keyframes rotation { 
	from {
	    transform: rotate(0deg)
	}
	to {
	    transform: rotate(359deg)
	}
}
ul {
    list-style-position: inside
}


/* basic formatting */
body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    background-color: #fbfbfb;
    color: #656565;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
.container {
    padding-right: 0;
    padding-left: 0;
}
body,
li,
address {
    line-height: 24px
}
input,
button,
select,
textarea {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
p {
    margin: 0 0 15px
}
a {
    color: #72b6af;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
a:hover,
a:focus {
    color: #232323;
    text-decoration: none;
}
.colored {
    color: #72b6af
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #808F12;
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h1 {
    font-size: 24px;
    line-height: 33px;
}
h2 {
    font-size: 20px;
    line-height: 30px;
}
h3 {
    font-size: 16px;
    line-height: 22px;
}
h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}
h5 {
    font-size: 13px;
    line-height: 17px;
}
h6 {
    font-size: 12px;
    line-height: 16px;
}
h1.industry-title {
    font-size: 16px
}
h2.industry-title {
    margin-bottom: 3px;
    font-size: 16px;
}
h3.industry-title {
    font-size: 13px
}
.industry-title a {
    color: #3e3e3e
}
.industry-title a:hover {
    color: #72b6af
}
.section-title {
    font-size: 16px;
    text-transform: uppercase;
}
.section-title-light {
    font-size: 16px;
    text-transform: uppercase;
	color: #EA2A15;
}
.section-title-dark {
    font-size: 16px;
    text-transform: uppercase;
	color: #2A5C0B;
}
.section-title-olive {
    font-size: 16px;
    text-transform: uppercase;
	color: #FFF;
}
.section-title.large {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #FFF;
}
.lead {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 35px;
    color: #818181;
}
.lead.main {
    font-size: 28px;
    line-height: 38px;
    margin: 0;
}
.lead.large {
    font-size: 25px;
    color: #FFF;
    margin-bottom: 25px;
}
.light-wrapper {
    background: #EFF4ED;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #808F12;
}
.dark-wrapper {
    background: #f1f1f1;
}
.olive-wrapper {
    background: #809139;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #808F12;
}
.olive-wrapper .lead {
	color: #f1f1f1;
}
.olive-wrapper .thin {
	color: #f7f7f7;
}
.black-wrapper {
    background: #042608;
    color: #bdbdbd;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #808F12;
}
.black-wrapper h1,
.black-wrapper h2,
.black-wrapper h3,
.black-wrapper h4,
.black-wrapper h5,
.black-wrapper h6 {
    color: #e3e3e3
}
.black-wrapper .lead {
    color: #9d9d9d
}
.black-wrapper a {
    color: #FFF
}
.black-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev,
.black-wrapper .owl-carousel .owl-controls .owl-nav .owl-next {
    background: none;
    color: #FFF !important;
    border: 1px solid #FFF;
    padding: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.color-wrapper {
    background: #72b6af
}
.color-wrapper p {
    color: #FFF
}
.inner {
    padding-top: 80px;
    padding-bottom: 80px;
}
ul {
    padding: 0 0 0 18px
}
ol {
    padding: 0 0 0 20px
}
ul,
ol {
    margin-bottom: 15px
}
ul.circled {
    padding: 0;
    list-style: none;
}
ul.circled li:before {
    content: '●';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    color: #72b6af;
    font-size: 11px;
}
.thin {
    width: 85%;
    margin: 0 auto;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 40px;
    margin-bottom: 70px;
}
blockquote {
    border-left: 2px solid rgba(0,0,0,0.06);
    padding: 0 20px;
}
blockquote p {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Sorts Mill Goudy', serif;
    font-style: italic;
    color: #818181;
}
blockquote small {
    line-height: 32px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: -15px;
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info i {
    margin-right: 7px;
    color: #72b6af;
}
.subfooter {
    background: #042608;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
	border-top: 1px solid;
	border-color: #808F12;
}
.subfooter a {
    color: #FFF
}
.subfooter p {
    margin: 0
}


/* basic dividers */
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
.rm0 {
    margin-right: 0px
}
.rm1 {
    margin-right: 1px
}
.rm2 {
    margin-right: 2px
}
.rm5 {
    margin-right: 5px
}
.rm10 {
    margin-right: 10px
}
.rm15 {
    margin-right: 15px
}
.rm20 {
    margin-right: 20px
}
.rm25 {
    margin-right: 25px
}
.rm30 {
    margin-right: 30px
}
.rm40 {
    margin-right: 40px
}
.rm50 {
    margin-right: 50px
}
.lm0 {
    margin-left: 0px
}
.lm1 {
    margin-left: 1px
}
.lm5 {
    margin-left: 5px
}
.lm7 {
    margin-left: 7px
}
.lm10 {
    margin-left: 10px
}
.lm15 {
    margin-left: 15px
}
.lm20 {
    margin-left: 20px
}
.lm25 {
    margin-left: 25px
}
.lm30 {
    margin-left: 25px
}
.lm40 {
    margin-left: 40px
}
.rp5 {
    padding-right: 5px
}
.rp10 {
    padding-right: 10px
}
.rp15 {
    padding-right: 15px
}
.rp20 {
    padding-right: 20px
}
.rp30 {
    padding-right: 30px
}
.rp50 {
    padding-right: 50px
}
.lp0 {
    padding-left: 0px
}
.lp10 {
    padding-left: 10px
}
.lp20 {
    padding-left: 20px
}
.lp30 {
    padding-left: 30px
}
.tp0 {
    padding-top: 0 !important
}
.tp3 {
    padding-top: 3px
}
.tp5 {
    padding-top: 5px
}
.tp10 {
    padding-top: 10px
}
.tp20 {
    padding-top: 20px
}
.tp30 {
    padding-top: 30px
}
.tm4 {
    margin-top: 4px
}
.tm5 {
    margin-top: 5px
}
.tm7 {
    margin-top: 7px
}
.tm10 {
    margin-top: 10px
}
.tm15 {
    margin-top: 15px
}
.tm20 {
    margin-top: 20px
}
.mbm1 {
    margin-bottom: -1px
}
.bp0 {
    padding-bottom: 0 !important
}
.bp10 {
    padding-bottom: 10px !important
}
.bp20 {
    padding-bottom: 20px !important
}
.bm0 {
    margin-bottom: 0 !important
}
.bm5 {
    margin-bottom: 5px !important
}
.bm6 {
    margin-bottom: 6px !important
}
.bm10 {
    margin-bottom: 10px !important
}
.bm15 {
    margin-bottom: 15px !important
}
.bm20 {
    margin-bottom: 20px !important
}
.bm25 {
    margin-bottom: 25px !important
}
.bm30 {
    margin-bottom: 30px !important
}
.bm50 {
    margin-bottom: 50px !important
}
.bp50 {
    padding-bottom: 50px !important
}


/* header */
.navbar-header {
    float: none !important;
    background: #042608;
}
.navbar .container {
    padding: 0
}
.navbar {
    margin: 0;
    border-radius: 0;
    border: none;
    position: fixed;
    z-index: 8000;
    min-height: inherit;
    width: 100%;
    background: #042608;
    -webkit-box-shadow: 0 3px 0 #808F12;
    -moz-box-shadow: 0 3px 0 #808F12;
    box-shadow: 0 3px 0 #808F12;
}
.navbar-brand {
    padding: 0;
    padding-top: 23px;
}
.navbar-brand img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ();
    image-rendering: -webkit-optimize-contrast;
    height: 50px;
    width: inherit;
}
.navbar-collapse {
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar-nav {
    margin: 0
}
.navbar-nav > li {
    margin-left: 23px
}
.navbar-nav > li > a {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #d5d5d5;
    padding: 35px 14px;
    letter-spacing: 3px;
    position: relative;
}
.navbar-nav > li > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    top: 44px;
    left: -14px;
    background: rgba(213,213,213,0.13);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-nav > li:first-child a:before {
    display: none
}
.nav > li > a:focus {
    background: none;
    color: #f5f5f5;
}
.nav > li > a:hover {
    background: none;
    color: #72b6af;
}
.nav > li.current > a {
    background: none;
    color: #72b6af;
}
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 190px;
    background: #042608;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 2px solid #72b6af !important;
}
.navbar .dropdown-menu li {
    background: transparent;
    border: none;
    border-top: 1px solid rgba(0,0,0, 0.15);
}
.navbar .dropdown-menu li:first-child {
    border: none
}
.navbar .dropdown-menu li a {
    padding: 14px 15px;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #d5d5d5;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
    padding: 14px 15px;
    filter: none;
    line-height: 1;
    background: #414141;
    color: #e9e9e9;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
    background: none;
    color: #72b6af;
}
.navbar .nav > li > .dropdown-menu:after {
    display: none
}
.navbar .nav > li > .dropdown-menu:before {
    display: none
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
    background: none;
    color: #72b6af;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.responsive-menu {
    padding: 7px 10px;
    margin: 0;
    display: none;
    font-size: 12px;
}
.btn.responsive-menu i {
    margin: 0;
}
.btn.responsive-menu i:before {
    content: '\f0c9';
    font-family: 'fontello';
    display: block;
    font-style: normal;
    font-weight: normal;
    width: 1em;
	  margin-right: 0;
	  text-align: center;
}
.btn.responsive-menu.opn i:before {
    content: '\e819';
}
.offset {
    display: block
}
.navbar.default {
    width: 100%;
    position: absolute;
}
.navbar.fixed {
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
}
.navbar.fixed .navbar-nav > li > a:before {
    top: 29px
}


/* services */
.services-1 .col-wrapper {
    padding: 0 10px
}
.services-1 .icon-wrapper {
    position: relative;
    height: 85px;
    margin-bottom: 30px;
	margin-top: 30px;
	color: #EA2A15;
}
.text-wrapper h5 {
	color: #2A5C0B;
}
.services-1 .icon-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -15px;
    border-bottom: 1px solid rgba(0,0,0,0.16);
    width: 30px;
}


/* buttons */
.btn,
.btn-submit {
    color: #fff !important;
    background: #72b6af;
    margin-bottom: 10px;
    margin-right: 4px;
    padding: 12px 21px;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 1px;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
}
.text-center .btn {
    margin: 0 4px
}
.btn-large {
    padding: 14px 23px 14px 23px
}
.btn.btn-green {
    background: #808F12;
}
.btn.btn-white {
    background: #808F12;
    color: #FFF !important;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #62a39c;
    color: #fff !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background: #2A5C0B !important
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
    background: #72b6af !important;
    color: #FFF !important;
}
.btn.fixed-width {
    width: 160px
}


/* photoset */
.photoset {
    margin-left: -15px !important;
    overflow: hidden;
}
.photoset {
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
}
.photoset li {
    float: left;
    margin: 0 0 15px 0;
    width: 33.33339%;
    padding-left: 15px;
    position: relative;
}
.photoset li img {
    display: block;
    width: 100%;
    height: auto;
}


/* overlay*/
figure {
    display: block;
    overflow: hidden;
    position: relative;
}
.items li figure img {
    display: block;
    width: 100%;
}
figure li a,
figure li a img {
    display: block;
    position: relative;
}
figure img {
    display: inline;
    max-width: 100%;
}
figure a .text-overlay {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    padding: 50px;
    background: #EA2A15;
    background: rgba(234,42,21,0.8);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
figure a:hover .text-overlay {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
figure a .text-overlay .info {
    text-align: center;
    top: 50%;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: -12px;
    color: #e4e4e4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
figure a .text-overlay::before,
figure a .text-overlay::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}
figure a .text-overlay::before {
    border-top: 1px solid rgba(255,255,255,0.22);
    border-bottom: 1px solid rgba(255,255,255,0.22);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
figure a .text-overlay::after {
    border-right: 1px solid rgba(255,255,255,0.22);
    border-left: 1px solid rgba(255,255,255,0.22);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
figure a:hover .text-overlay::before,
figure a:hover .text-overlay::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.icon-overlay {
    display: block;
    overflow: hidden;
    position: relative;
}
.icon-overlay img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}
.icon-overlay a .icn-more {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background: #222;
    background: rgba(20,20,20,0.75);
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.icon-overlay a:hover .icn-more {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.icon-overlay a .icn-more:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: '\f517';
    line-height: 1;
    color: #FFF;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: 15px;
    top: 50%;
    margin: -8px 0 0 -6px;
}


/* timeline */
.timeline {
    position: relative;
    padding: 35px 0;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 42px;
    height: 100%;
    width: 2px;
    background: rgba(0,0,0,0.06);
}
.timeline-block {
    position: relative;
    margin: 20px 0;
    *zoom: 1;
}
.timeline-block:before,
.timeline-block:after {
    content: " ";
    display: table;
}
.timeline-block:after {
    clear: both
}
.timeline-block:first-child {
    margin-top: 0
}
.timeline-block:last-child {
    margin-bottom: 0
}
.timeline-img {
    position: absolute;
    top: 0;
    left: 16px;
    width: 86px;
    height: 86px;
}
.timeline-img.round {
    left: 0
}
.timeline-img img {
    display: inline
}
.timeline-img.round img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.timeline-content {
    position: relative;
    margin-left: 120px;
    background: #FFF;
    padding: 25px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    *zoom: 1;
}
.timeline-content h4 {
    margin-bottom: 3px
}
.timeline.quotes .timeline-content p {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    font-style: italic;
}
.timeline-content:before,
.timeline-content:after {
    content: " ";
    display: table;
}
.timeline-content:after {
    clear: both
}
.timeline-content .cd-info {
    display: inline-block
}
.timeline-content .cd-info {
    float: left;
    padding: 0;
}
.timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-right: 10px solid white;
}


/* owl carousel */
.owl-posts .item,
.owl-related .item {
    padding-bottom: 2px
}
.owl-carousel .owl-controls .owl-nav {
    margin-top: 16px
}
.owl-carousel.clients .owl-nav {
    display: none !important
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    background: #FFF;
    color: #3e3e3e;
    width: auto;
    height: auto;
    display: inline;
    padding: 10px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    margin-right: 10px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.text-center .owl-carousel .owl-controls .owl-nav .owl-prev,
.text-center .owl-carousel .owl-controls .owl-nav .owl-next {
    margin-left: 5px;
    margin-right: 5px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #72b6af
}
.parallax .owl-carousel .owl-controls .owl-nav .owl-prev,
.parallax .owl-carousel .owl-controls .owl-nav .owl-next {
    background: none;
    color: #FFF !important;
    border: 1px solid #FFF;
    padding: 9px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.parallax .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.parallax .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #3e3e3e !important;
    background: #FFF;
    border: 1px solid #FFF;
}
.custom-controls {
    position: relative
}
.custom-controls .owl-slider-controls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    text-align: center;
}
.custom-controls .owl-slider-controls .owl-slider-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    pointer-events: auto;
    color: rgba(255,255,255,0.6);
    line-height: 1;
    font-size: 40px;
    width: auto;
    height: auto;
    background: none;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.custom-controls .owl-slider-controls .owl-slider-nav [class*='owl-']:hover {
    color: rgba(255,255,255,1)
}
.custom-controls .owl-slider-controls .owl-slider-nav .owl-slider-prev {
    left: 10px
}
.custom-controls .owl-slider-controls .owl-slider-nav .owl-slider-next {
    right: 10px
}
.custom-controls .owl-slider-controls .owl-dots {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    bottom: 10px;
    cursor: pointer;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 2px;
    display: inline-block;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(255,255,255,0.3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255,255,255,0.6)
}
.image-slider img {
    height: auto
}
.clients .item img {
    max-width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.clients .item:hover img {
    max-width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}


/* revolution slider */
.tp-banner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
}
.revolution {
    z-index: 998
}
.revolution ul {
    display: none;
    margin: 0;
    list-style: none;
}
.tp-caption.title {
    font-size: 40px;
    line-height: 1;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}
.tp-caption.title.small {
    font-size: 35px
}
.tp-caption.lead {
    font-size: 24px;
    line-height: 1;
    color: #808F12;
    font-style: italic;
    font-weight: normal;
    font-family: 'Sorts Mill Goudy', serif;
}
.tp-caption.basic {
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}
.tp-caption.basic.large {
    font-size: 30px
}
.tp-caption.light-layer {
    background: #FFF;
    padding: 10px;
    color: #2A5C0B;
}
.tp-caption.dark-layer {
    background: #2A5C0B;
    padding: 10px;
}
.tp-caption.basic.dark-layer {
    padding: 7px
}
.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: none;
    color: rgba(255,255,255,0.6);
    line-height: 1;
    font-size: 40px;
    padding: 0;
    width: auto;
    height: auto;
}
.tparrows:before {
    font-family: 'budicon';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}
.tp-leftarrow.default:before {
    content: '\e00c'
}
.tp-rightarrow.default:before {
    content: '\e010'
}
.tparrows:hover {
    color: rgba(255,255,255,1)
}
.tp-bullets {
    bottom: 30px !important
}
.tp-bullets.simplebullets.round .bullet {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(255,255,255,0.3);
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(255,255,255,0.6)
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tp-loader.spinner0 {
    background: none !important;
    height: 36px;
    width: 36px;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 3px solid rgba(114,182,175,.15);
    border-right: 3px solid rgba(114,182,175,.15);
    border-bottom: 3px solid rgba(114,182,175,.15);
    border-top: 3px solid rgba(114,182,175,.8);
    border-radius: 100%;
    margin: -18px -18px;
    top: 50%;
    left: 50%;
    z-index: 1000;
    position: absolute;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(style/images/timer.png);
    position: absolute;
    z-index: 200;
}


/* progress bar */
.progress-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.progress-list p {
    margin-bottom: 5px
}
.progress-list li {
    margin-bottom: 20px
}
.progress-list li em {
    padding-left: 8px;
    color: #72b6af;
    font-style: normal;
}
.progress-list li em:before {
    content: "-";
    padding-right: 10px;
    display: inline-block;
}
.progress.plain {
    height: 15px;
    margin-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background: rgba(114,182,175,0.15);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress.plain .bar {
    float: left;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    background: #72b6af;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* social media */
.social {
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 28px;
}
.social li {
    display: inline-block;
    font-family: 'fontello-social';
    margin: 0 2px;
}
footer .social li {
    margin: 0 0 0 5px
}
.social li a {
    display: table;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.social li a:hover {
    background: #EA2A15
}
.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    opacity: 1;
}

.sidebox .fa-twitter {
    background-color: #EA2A15
}
.sidebox .fa-linkedin {
    background-color: #EA2A15
}
.sidebox .fa-facebook {
    background-color: #EA2A15
}
.social a:hover .fa-twitter {
    background-color: #2A5C0B
}
.social a:hover .fa-linkedin {
    background-color: #2A5C0B
}
.social a:hover .fa-facebook {
    background-color: #2A5C0B
}


/* parallax */
.parallax {
    background: url(style/images/cta-splash.jpg) fixed no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    color: #FFF;
}
.parallax .inner {
    padding-top: 100px;
    padding-bottom: 100px;
}
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6,
.parallax .lead {
    color: #fff
}
.parallax.mobile {
    background-attachment: scroll !important
}
.parallax a {
    color: #FFF
}
.parallax a:hover {
    color: #72b6af
}


/* testimonials */
.testimonials {
    text-align: center
}
.testimonials .item blockquote {
    position: relative;
    margin: 0;
    padding: 10px 60px 0;
    text-align: center;
    border: 0px;
    font-weight: normal;
    background: none;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 25px;
    font-style: italic;
    line-height: 35px;
    color: #FFF;
}
.testimonials .item blockquote p {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 25px;
    font-style: italic;
    line-height: 35px;
    color: #FFF;
}
.testimonials .item blockquote:before,
.testimonials .item blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 80px;
    line-height: 1;
    font-weight: 100;
}
.testimonials .item blockquote:before {
    top: 0;
    left: 0;
    content: "\201C";
}
.testimonials .item blockquote:after {
    top: 0;
    right: 0;
    content: "\201D";
}
.testimonials .item blockquote small {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    color: #b1b1b1;
    margin-top: 10px;
}
.testimonials .item blockquote small:before {
    display: none
}
.testimonials .owl-controls {
    margin-top: 2px;
    overflow: hidden;
    height: 47px;
	color: #042608;
}

/* industry boxes */
.box {
    background: #FFF;
    padding: 25px 25px 15px 25px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
}
.box {
    padding: 25px
}
.fix-portfolio .box {
    padding-bottom: 10px
}


/* pagination & navigation */
.pagination {
    display: block
}
.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 40px;
}
.pagination ul > li {
    display: inline-block;
    margin-right: 2px;
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: none;
    background: #FFF;
    color: #3e3e3e !important;
    border: none;
    font-weight: normal;
    font-size: 14px;
    padding: 10px 15px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
}
.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {
    padding: 10px 12px
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #72b6af !important;
    border: none;
}
.navigation .btn {
    margin: 0 0 0 4px
}


/* sidebar */
.sidebar {
    padding-left: 25px !important
}
.sidebar.left-sidebar {
    padding: 15px !important;
    padding-top: 0 !important;
}
.sidebox {
    margin-top: 50px;
    display: block;
}
.sidebox h4 {
    margin-bottom: 15px
}
.sidebox:first-child {
    margin: 0
}
.sidebox a {
    color: #656565
}
.sidebox a:hover {
    color: #72b6af
}


/* forms */
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.hidden-row {
    display: none
}
input,
textarea,
.uneditable-input {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #656565;
    border: none;
    background: #FFF;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    resize: none;
    vertical-align: middle;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 0 #72b6af;
    -moz-box-shadow: 0 1px 0 #72b6af;
    box-shadow: 0 1px 0 #72b6af;
}
textarea {
    height: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
}
.btn-submit {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    width: auto;
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #b54d4d
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms .button-row p.forgot {
    padding: 6px 0 0 10px;
    overflow: hidden;
    display: inline-block;
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* grid portfolio */
.fix-portfolio .items {
    list-style: none
}
.fix-portfolio .items {
    margin: 0;
    *zoom: 1;
    padding: 0;
}
.fix-portfolio .items:before,
.fix-portfolio .items:after {
    display: table;
    content: "";
    line-height: 0;
}
.fix-portfolio .items:after {
    clear: both
}
.fix-portfolio .items li {
    float: left;
    min-height: 1px;
    position: relative;
}
.fix-portfolio .items.col4 {
    margin-left: -17px;
    margin-bottom: -17px;
}
.fix-portfolio .items.col4 li {
    width: 312px;
    margin-left: 17px;
    margin-bottom: 17px;
}
.fix-portfolio .items.col3 {
    margin-left: -17px;
    margin-bottom: -17px;
}
.fix-portfolio .items.col3 li {
    width: 312px;
    margin-left: 17px;
    margin-bottom: 17px;
}
.fix-portfolio .items li img {
    display: block;
    width: 100%;
}
.isotope-item {
    z-index: 2;
    display: block !important;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.filter {
    display: block;
    list-style: none;
    background: #FFF;
    margin: 0 0 19px 0;
    position: relative;
    z-index: 999;
    padding: 12px 19px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
}
.filter li {
    display: inline-block;
    margin: 0 24px 0 0;
    position: relative;
}
.filter li:before {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    right: -14px;
    width: 3px;
    height: 3px;
    background: rgba(0,0,0,0.19);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.filter li:last-child:before {
    display: none
}
.filter li a {
    text-transform: uppercase;
    color: #3e3e3e;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 12px;
}
.filter li a:hover,
.filter li a.active {
    color: #72b6af
}


/* fancybox */
#fancybox-thumbs ul li img {
    max-width: none
}
.info.hidden {
    display: none
}
.fancybox-wrap {
    background: #FFF !important
}
.fancybox-title,
.fancybox-error {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}
.fancybox-title h2,
.fancybox-title h3 {
    font-family: 'Roboto Slab', serif !important;
    color: #616161;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 18px;
}
.fancybox-skin {
    color: #616161 !important
}
.fancybox-title-inside-wrap {
    padding: 20px !important
}
.fancybox-nav span {
    width: 36px !important;
    height: 36px !important;
    margin-top: -18px !important;
}
.fancybox-close {
    top: 10px !important;
    right: 10px !important;
    width: 36px !important;
    height: 36px !important;
}
.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0 !important;
    margin-top: 7px !important;
    text-align: center;
    width: 36px !important;
    font-size: 20px !important;
}

/* fancybox firefox fix */
@-moz-document url-prefix() { 
	.fancybox-close:before,
	.fancybox-prev span:before,
	.fancybox-next span:before {
	    margin-top: 6px !important
	}
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background: rgba(0,0,0,0.45) !important;
    color: #f7f7f7 !important;
    text-align: center !important;
    -webkit-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
    opacity: 0;
}
.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
    background: rgba(0,0,0,0.65) !important
}
.fancybox-wrap:hover .fancybox-close,
.fancybox-wrap:hover .fancybox-prev span,
.fancybox-wrap:hover .fancybox-next span {
    opacity: 1
}
.fancybox-prev span:before {
    content: '\e75d'
}
.fancybox-next span:before {
    content: '\e75e'
}
.fancybox-close:before {
    content: '\2715'
}
#fancybox-loading {
    margin-top: -18px !important;
    margin-left: -18px !important;
    opacity: 1 !important;
}
#fancybox-loading div {
    height: 36px !important;
    width: 36px !important;
    position: relative !important;
    -webkit-animation: rotation .8s infinite linear !important;
    -moz-animation: rotation .8s infinite linear !important;
    -o-animation: rotation .8s infinite linear !important;
    animation: rotation .8s infinite linear !important;
    border-left: 3px solid rgba(114,182,175,.15) !important;
    border-right: 3px solid rgba(114,182,175,.15) !important;
    border-bottom: 3px solid rgba(114,182,175,.15) !important;
    border-top: 3px solid rgba(114,182,175,.8) !important;
    border-radius: 100% !important;
}
.fancybox-overlay {
    background: rgba(27,27,27,0.94) !important
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.33);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.33);
    box-shadow: 0 0 5px rgba(0,0,0,0.33);
}

@media (min-width: 1270px) { 
	.box-layout {
	    background: transparent url(style/images/fullbg2.jpg) repeat fixed;
	    padding: 0;
	}
	.box-layout .body-wrapper {
	    position: relative;
	    width: 1270px;
	    margin: 0 auto;
	    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.13);
	    -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.13);
	    box-shadow: 0 0 1px 0 rgba(0,0,0,0.13);
	}
	.box-layout .navbar.basic.fixed {
	    left: inherit;
	    top: 0;
	    width: 1270px;
	}
}


/* responsive */
@media (min-width: 1200px) { 
	.thin {
	    width: 75%
	}
	.fix-portfolio .items.col4 {
	    margin-left: -18px;
	    margin-bottom: -18px;
	}
	.fix-portfolio .items.col4 li {
	    width: 279px;
	    margin-left: 18px;
	    margin-bottom: 18px;
	}
	.fix-portfolio .items.col3 {
	    margin-left: -18px;
	    margin-bottom: -18px;
	}
	.fix-portfolio .items.col3 li {
	    width: 378px;
	    margin-left: 18px;
	    margin-bottom: 18px;
	}
	.grid-blog.col3 {
	    margin-left: -24px;
	    margin-bottom: -24px;
	}
	.grid-blog.col3 .post {
	    width: 374px;
	    margin-left: 24px;
	    margin-bottom: 24px;
	}
	.row .grid-blog.col2 {
	    margin-left: -30px;
	    margin-bottom: -30px;
	}
	.row .grid-blog.col2 .post {
	    width: 370px;
	    margin-left: 30px;
	    margin-bottom: 30px;
	}
}
@media only screen and (min-width: 1170px) { 
	.timeline::before {
	    left: 50%;
	    margin-left: -2px;
	}
	.timeline-block {
	    margin: 40px 0
	}
	.timeline-block:first-child {
	    margin-top: 0
	}
	.timeline-block:last-child {
	    margin-bottom: 0
	}
	.timeline-img {
	    width: 86px;
	    height: 86px;
	    left: 50%;
	    margin-left: -46px;
	    margin-top: 5px;
	    text-align: center;
	    /* Force Hardware Acceleration in WebKit */
	    -webkit-transform: translateZ();
	    -webkit-backface-visibility: hidden;
	}
	.timeline-img.round {
	    left: 50%;
	    margin-left: -44px;
	    margin-top: -9px;
	}
	.timeline-content {
	    margin-left: 0;
	    width: 44%;
	    padding: 20px 25px 5px 25px;
	}
	.timeline-content::before {
	    top: 24px;
	    left: 100%;
	    border-color: transparent;
	    border-left-color: white;
	}
	.timeline-content .cd-info {
	    position: absolute;
	    width: 100%;
	    left: 125%;
	    top: 12px;
	}
	.timeline-block:nth-child(even) .timeline-content {
	    float: right
	}
	.timeline-block:nth-child(even) .timeline-content::before {
	    top: 24px;
	    left: auto;
	    right: 100%;
	    border-color: transparent;
	    border-right-color: white;
	}
	.timeline-block:nth-child(even) .timeline-content .cd-read-more {
	    float: right
	}
	.timeline-block:nth-child(even) .timeline-content .cd-info {
	    left: auto;
	    right: 125%;
	    text-align: right;
	}
}
@media (min-width: 992px) { 
	.nav.navbar-nav > li:last-of-type > ul {
	    left: auto;
	    right: 0;
	}
	.nav.navbar-nav> li:last-of-type > ul ul {
	    left: auto;
	    right: 100%;
	    margin-top: -1px;
	    margin-right: -1px;
	    border-right: 1px solid rgba(0,0,0, 0.15) !important;
	}
	.navbar .dropdown-submenu > a:after {
	    display: none
	}
	.navbar .dropdown-submenu > .dropdown-menu {
	    margin-top: 0
	}
	.dropdown-submenu {
	    position: relative
	}
	.dropdown-submenu>.dropdown-menu {
	    top: 0;
	    left: 100%;
	    margin-top: -2px !important;
	    margin-left: 0;
	    border-left: 1px solid rgba(0,0,0, 0.15) !important;
	}
	.dropdown-submenu:hover>.dropdown-menu {
	    display: block
	}
	.dropdown-submenu>a:after {
	    display: block;
	    content: " ";
	    float: right;
	    width: 0;
	    height: 0;
	    margin-top: 5px;
	    margin-right: -10px;
	}
	.dropdown-submenu:hover>a:after {

	}
	.dropdown-submenu.pull-left {
	    float: none
	}
	.dropdown-submenu.pull-left>.dropdown-menu {
	    left: -100%;
	    margin-left: 10px;
	}
	.open > .dropdown-menu,
	.open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	    animation-name: slidenavAnimation;
	    animation-duration: .3s;
	    animation-iteration-count: 1;
	    animation-timing-function: ease;
	    animation-fill-mode: forwards;
	    -webkit-animation-name: slidenavAnimation;
	    -webkit-animation-duration: .3s;
	    -webkit-animation-iteration-count: 1;
	    -webkit-animation-timing-function: ease;
	    -webkit-animation-fill-mode: forwards;
	    -moz-animation-name: slidenavAnimation;
	    -moz-animation-duration: .3s;
	    -moz-animation-iteration-count: 1;
	    -moz-animation-timing-function: ease;
	    -moz-animation-fill-mode: forwards;
	}
	@keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
	@-webkit-keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
	.navbar-nav > li {

	}
	.navbar-nav > li:first-child {

	}
	.navbar.fixed .navbar-brand {
	    display: none
	}
	.navbar.fixed .navbar-nav > li > a {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.navbar.fixed .navbar-collapse {
	    max-height: inherit;
	    float: none !important;
	}
	.navbar.fixed .navbar-collapse .navbar-nav {
	    text-align: center;
	    float: none;
	    padding: 0;
	}
	.navbar.fixed .navbar-collapse .navbar-nav > li {
	    float: none;
	    display: inline-block;
	    text-align: left;
	}
}
@media (max-width: 991px) { 
	.navbar-brand {
	    position: relative;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    margin: 0;
	}
	.navbar.basic.default,
	.navbar.basic.fixed {
	    position: relative
	}
	.offset {
	    display: none
	}
	.btn.responsive-menu {
	    display: block
	}
	.navbar .nav,
	.navbar .dropup,
	.navbar .dropdown,
	.navbar .collapse {
	    position: relative
	}
	.navbar .dropdown-menu {
	    position: relative;
	    left: inherit;
	    top: inherit;
	    float: none;
	    width: auto;
	    display: block !important;
	    background: none;
	}
	.navbar .dropdown-menu li {
	    border: none
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu li a,
	.navbar li a:hover {
	    border-bottom: 1px solid rgba(0,0,0, 0.15)
	}
	.navbar .nav .open > a,
	.navbar .nav .open > a:hover,
	.navbar .nav .open > a:focus {
	    background: none;
	    border-color: rgba(0,0,0, 0.15);
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu li a,
	.navbar .dropdown-menu li a:hover,
	.navbar .dropdown-menu li a.active {
	    padding: 12px 0 !important
	}
	.navbar-nav .open .dropdown-menu > li > a {
	    line-height: 1
	}
	.navbar-nav > li > a,
	.navbar-nav > li > a:focus {

	}
	.navbar .dropdown-menu li a {

	}
	.navbar .dropdown-menu {
	    padding-left: 20px
	}
	.navbar-nav > li {
	    border: none
	}
	.navbar .dropdown-menu a {
	    letter-spacing: 3px !important;
	    font-size: 9px !important;
	}
	.navbar-nav > li > a:before {
	    display: none
	}
	.navbar.basic .btn.responsive-menu {
	    margin: 31px 0
	}
	.navbar-header {
	    float: left;
	    width: 100%;
	}
	.navbar-header:after {
	    content: '';
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.navbar .container {
	    width: 100%;
	    padding: 0;
	}
	.navbar .navbar-collapse {
	    width: 100%;
	    float: none !important;
	    margin: 0;
	    max-height: none;
	}
	.navbar .navbar-nav {
	    width: 720px;
	    margin: 20px auto 0;
	    padding: 0;
	}
	.navbar .basic-wrapper {
	    width: 720px;
	    margin: 0 auto;
	    display: block;
	    text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
	.navbar .container,
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.fix-portfolio .items.col4 {
	    margin-left: -16px;
	    margin-bottom: -16px;
	}
	.fix-portfolio .items.col4 li {
	    width: 352px;
	    margin-left: 16px;
	    margin-bottom: 16px;
	}
	.fix-portfolio .items.col3 {
	    margin-left: -16px;
	    margin-bottom: -16px;
	}
	.fix-portfolio .items.col3 li {
	    width: 352px;
	    margin-left: 16px;
	    margin-bottom: 16px;
	}
	.grid-blog.col3 {
	    margin-left: -16px;
	    margin-bottom: -16px;
	}
	.grid-blog.col3 .post {
	    width: 352px;
	    margin-left: 16px;
	    margin-bottom: 16px;
	}
	.row .grid-blog.col2 {
	    margin-left: 0;
	    margin-bottom: -30px;
	}
	.row .grid-blog.col2 .post {
	    width: 100%;
	    float: none;
	    margin-left: 0;
	    margin-bottom: 30px;
	}
	.classic-blog .post {
	    margin-bottom: 30px
	}
	[class*="col-md-"] {
	    margin-bottom: 30px
	}
	[class*="col-md-"].lp30 {
	    padding-left: 15px
	}
	.thin {
	    width: 100%
	}
}
@media (max-width: 767px) { 
	.thin {
	    width: 100%
	}
	.navbar .navbar-collapse .navbar-nav {
	    max-height: 230px !important;
	    overflow-y: scroll;
	}
	.container {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	.navbar .container {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.navbar .navbar-nav {
	    width: 100%;
	    margin: 20px auto 0;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.navbar .basic-wrapper {
	    width: 100%;
	    padding-left: 20px;
	    padding-right: 20px;
	    margin: 0 auto;
	    display: block;
	}
	.navbar .navbar-nav > li {
	    margin-left: 0
	}
	.items,
	.grid-blog.col3,
	.row .grid-blog.col2 {
	    margin-left: 0 !important;
	    margin-bottom: -30px !important;
	}
	.items li,
	.grid-blog.col3 .post,
	.row .grid-blog.col2 .post {
	    width: 100% !important;
	    float: none !important;
	    margin-left: 0 !important;
	    margin-bottom: 30px !important;
	}
	.photoset {
	    margin-left: 0 !important
	}
	.photoset li {
	    margin: 0 0 15px 0;
	    width: 100%;
	    padding-left: 0;
	}
	footer p.pull-left,
	footer ul.pull-right {
	    float: none !important;
	    text-align: center;
	}
	footer p {
	    margin-bottom: 20px
	}
	.subfooter p {
	    margin-bottom: 20px !important
	}
	[class*="col-"] {
	    margin-bottom: 30px
	}
	footer .inner {
	    padding-bottom: 40px
	}
	footer .social li {
	    margin: 0 2px
	}
	.filter {
	    background: none;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    padding: 0;
	}
	.filter li {
	    display: inline-block;
	    margin: 0 10px 11px 0;
	    position: relative;
	    background: #FFF;
	    padding: 8px 15px;
	    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
	    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
	    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
	}
	.filter li:before {
	    display: none
	}
	.filter li:last-child:before {
	    display: none
	}
	.filter li a {
	    text-transform: uppercase;
	    color: #3e3e3e;
	    letter-spacing: 1px;
	    font-weight: 900;
	    font-size: 12px;
	}
	.filter li a:hover,
	.filter li a.active {
	    color: #72b6af
	}
	.page-title {
	    display: none
	}
	.sidebar {
	    margin-top: 70px;
	    padding-left: 15px !important;
	}
	figure img {
	    width: 100%
	}
}