/* ---------------------- 
Stylesheet Guide
-------------------------

FONTS
GENERAL
GRID
HOMEPAGE STRUCTURE
SINGLE PAGE STRUCTURE
SLIDING PANEL
MENU SIDEBAR
FLICKR
SOCIAL ICONS
FORMS
TABS
TESTIMONIALS
OUR TEAM
FLEX IMAGE
RESPONSIVE IFRAME
ACCORDION
INFO BOX
PROJECT GALLERY
BLOG
COMMENTS
FOOTER

*/
/* ================= FONTS ================== */
@font-face {
    font-family: 'titillium_webregular';
    src: url('../fonts/titilliumweb-regular-webfont.eot');
    src: url('../fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titilliumweb-regular-webfont.woff2') format('woff2'),
         url('../fonts/titilliumweb-regular-webfont.woff') format('woff'),
         url('../fonts/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('../fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titillium_webbold';
    src: url('../fonts/titilliumweb-bold-webfont.eot');
    src: url('../fonts/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titilliumweb-bold-webfont.woff2') format('woff2'),
         url('../fonts/titilliumweb-bold-webfont.woff') format('woff'),
         url('../fonts/titilliumweb-bold-webfont.ttf') format('truetype'),
         url('../fonts/titilliumweb-bold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titillium_websemibold';
    src: url('../fonts/titilliumweb-semibold-webfont.eot');
    src: url('../fonts/titilliumweb-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titilliumweb-semibold-webfont.woff2') format('woff2'),
         url('../fonts/titilliumweb-semibold-webfont.woff') format('woff'),
         url('../fonts/titilliumweb-semibold-webfont.ttf') format('truetype'),
         url('../fonts/titilliumweb-semibold-webfont.svg#titillium_websemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body,p,h6{
    font-family: 'titillium_webregular';
    font-weight: normal;
}
h1,h2,h3,h4,h5,.carousel-title,.carousel-hidden-text,.page-title,.marker-title{
    font-family: 'titillium_webbold';
    font-weight: normal;
}
strong,blockquote cite,label,.readmore-button,.resp-vtabs .resp-tabs-list li,.caption-image figcaption,.button,.accordion-header,.comments .meta,#ct-intro p span,.main-header-bar-info,.gallery-title,#lightGallery-Gallery .thumb_cont .thumb_info .count {
    font-family: 'titillium_websemibold';
    font-weight: normal;
}
/* ================= GENERAL ================== */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body,html {
    margin: 0px !important;
}
body {
    font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
    margin-bottom: 25px;
    margin-top: 0px;
    line-height: 1;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
blockquote {
    margin: 30px 0px;
    padding: 30px 30px 30px 82px;
    position: relative;
}
blockquote:before {
	width: 53px;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
    margin: 0px;
    z-index: 1;
    content: '';
}
blockquote:after {
	content: '"'; 
	position: absolute;
	font-size: 80px;
    font-style: normal;
	line-height: 1;
	text-align: center;
	top: 50%;
	left: 12px;
    margin: -25px 0px 0px 0px;
    z-index: 2;
}
blockquote p {
    display: inline;
    font-size: 20px;
    margin: 0px;
    line-height: 1.5;
}
blockquote cite {
    font-style: normal;
    line-height: 1.5;
    display: block;
    margin-top: 15px;
    text-align: right;
}
blockquote cite:before {
    content: "— ";
}
blockquote,i,em {
    font-style: italic;
}
.clear {
    clear: both;
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    margin-top: 0px;
    word-spacing: 0.15em;
}
p:last-child {
    margin-bottom: 0px;
}
a {
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
label {
    line-height: 1;
    margin-bottom: 10px !important;
    display: block;
}
.label {
    padding: 10px 15px 10px 15px;
    display: inline-block;
}
hr {
    clear:both;
    height:1px;
    border:none;
    outline:none;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom:20px !important;
    margin-top:20px !important;
}
.flex-img {
    margin-bottom: 30px;
}
.flex-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.flex-img a {
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url('../images/link.png');
    outline: none !important;
    display: block;
}
.flex-img a img {
    -webkit-transition:opacity 0.4s ease-in-out;
    -moz-transition:opacity 0.4s ease-in-out;
    -o-transition:opacity 0.4s ease-in-out;
    -ms-transition:opacity 0.4s ease-in-out;
    transition:opacity 0.4s ease-in-out;
    opacity: 1;
    cursor: pointer;
}
.flex-img a:hover img {
    opacity: 0.1;
}
.gray-box {
    padding: 30px;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
/* ================= GRID ================== */
.grid,
.unit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid {
    display: block;
    clear: both;
}
.grid .unit {
    float: left;
    width: 100%;
    padding: 20px;
}
.grid .unit:first-child {
    padding-left: 20px;
}
.grid .unit:last-child {
    padding-right: 20px;
}
.unit .unit:first-child {
    padding-left: 0;
}
.unit .unit:last-child {
    padding-right: 0;
}
.unit .grid:first-child > .unit {
    padding-top: 0;
}
.unit .grid:last-child > .unit {
    padding-bottom: 0;
}
.no-gutters .unit,
.unit.no-gutters {
    padding: 0 !important;
}
.wrap .grid,
.grid.wrap {
    max-width: 978px;
    margin: 0 auto;
}
.grid .whole,
.grid .w-1-1 {
    width: 100%;
}
.grid .half,
.grid .w-1-2 {
    width: 50%;
}
.grid .one-third,
.grid .w-1-3 {
    width: 33.3332%;
}
.grid .two-thirds,
.grid .w-2-3 {
    width: 66.6665%;
}
.grid .one-quarter,
.grid .w-1-4 {
    width: 25%;
}
.grid .three-quarters,
.grid .w-3-4 {
    width: 75%;
}
.grid .one-fifth,
.grid .w-1-5 {
    width: 20%;
}
.grid .two-fifths,
.grid .w-2-5 {
    width: 40%;
}
.grid .three-fifths,
.grid .w-3-5 {
    width: 60%;
}
.grid .four-fifths,
.grid .w-4-5 {
    width: 80%;
}
.grid .golden-small,
.grid .w-g-s {
    width: 38.2716%;
}
.grid .golden-large,
.grid .w-g-l {
    width: 61.7283%;
}
.grid {
    *zoom: 1;
}
.grid:before,
.grid:after {
    display: table;
    content: "";
    line-height: 0;
}
.grid:after {
    clear: both;
}
/* ================= HOMEPAGE STRUCTURE ================== */
.home-overflow-hidden {
    overflow: hidden;
}
#home-carousel {
    margin: 0px !important;
    padding: 0px !important;
    width: 101%;
}
#home-carousel .owl-controls {
    display: none !important;
}
#main-header {
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 999;
    text-align: center;
    width: 100%;
    height: 60px;
    margin: 0px;
    padding: 0px;
    display: block;
}
.main-header-bar {
    width: 100%;
    height: 60px;
    position: absolute;
    display: inline-block;
    top:0px;
    left: 0px;
    padding: 0px 0px 0px 20px;
    margin: 0px;
}
.main-header-bar-info {
    float: left;
    line-height: 60px;
    margin-right: 15px;
    padding-right: 20px;
    font-size: 18px;
}
.main-header-menu {
    margin: 0px !important;
    padding: 0px !important;
    z-index: 9;
    display: block;
    background-image: url('../images/menu.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: right;
    float: right;
    cursor: pointer;
    outline: none !important;
    text-decoration: none !important;
    width: 60px;
    height: 60px;
    -webkit-transition:background 0.2s ease-in-out;
    -moz-transition:background 0.2s ease-in-out;
    -o-transition:background 0.2s ease-in-out;
    -ms-transition:background 0.2s ease-in-out;
    transition:background 0.2s ease-in-out;
}
.main-logo {
    position: absolute;
    top:0px;
    left: 0px;
    right: 0px;
    width: 200px;
    margin: 0px auto;
    display: block;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.main-logo img{
    width: 100%;
    height: auto;
}
.main-logo .small-logo{
    display: none;
}
.carousel-section {
    position: relative;
    overflow: hidden;
    display: block;
}
.carousel-bg-filter {
    position: absolute;
    display: inline-block;
    top:0px;
    left: 0px;
    bottom:0px;
    right: 0px;
    width: 200%;
    height: 100%;
    -webkit-transition:transform 0.2s linear;
    -moz-transition:transform 0.2s linear;
    -o-transition:transform 0.2s linear;
    -ms-transition:transform 0.2s linear;
    transition:transform 0.2s linear;
    will-change: transform;
}
.carousel-title,.carousel-hidden-text {
    position: absolute;
    bottom: 40px;
    left: 0px;
    width: 100%;
    font-size: 34px;
    line-height: 70px;
    margin: 0px;
    padding: 0px;
    -webkit-transition:transform 0.2s linear;
    -moz-transition:transform 0.2s linear;
    -o-transition:transform 0.2s linear;
    -ms-transition:transform 0.2s linear;
    transition:transform 0.2s linear;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.carousel-title {
    -webkit-transform: translateX(0%) translateZ(0);
	-moz-transform: translateX(0%) translateZ(0);
	-ms-transform: translateX(0%) translateZ(0);
	transform: translateX(0%) translateZ(0);
}
.carousel-hidden-text {
    -webkit-transform: translateX(100%) translateZ(0);
	-moz-transform: translateX(100%) translateZ(0);
	-ms-transform: translateX(100%) translateZ(0);
	transform: translateX(100%) translateZ(0);
}
.carousel-section a {
    -webkit-backface-visibility: hidden;
    display: block;
}
.carousel-section a:hover .carousel-title {
    -webkit-transform: translateX(-100%) translateZ(0);
	-moz-transform: translateX(-100%) translateZ(0);
	-ms-transform: translateX(-100%) translateZ(0);
	transform: translateX(-100%) translateZ(0);
}
.carousel-section a:hover .carousel-hidden-text {
    -webkit-transform: translateX(0%) translateZ(0);
	-moz-transform: translateX(0%) translateZ(0);
	-ms-transform: translateX(0%) translateZ(0);
	transform: translateX(0%) translateZ(0);
}
.carousel-section a:hover .carousel-title,.carousel-section a:hover .carousel-hidden-text {
    -webkit-transition:transform 0.4s linear;
    -moz-transition:transform 0.4s linear;
    -o-transition:transform 0.4s linear;
    -ms-transition:transform 0.4s linear;
    transition:transform 0.4s linear;
}
.carousel-section a:hover .carousel-bg-filter {
    -webkit-transform: translateX(-50%) translateZ(0);
	-moz-transform: translateX(-50%) translateZ(0);
	-ms-transform: translateX(-50%) translateZ(0);
	transform: translateX(-50%) translateZ(0);
    -webkit-transition:transform 0.4s linear;
    -moz-transition:transform 0.4s linear;
    -o-transition:transform 0.4s linear;
    -ms-transition:transform 0.4s linear;
    transition:transform 0.4s linear;
}
#customprev,#customnext {
    position: fixed;
    bottom: 50%;
    width: 60px;
    height: 60px;
    margin: 0px !important;
    padding: 0px !important;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition:background 0.2s ease-in-out;
    -moz-transition:background 0.2s ease-in-out;
    -o-transition:background 0.2s ease-in-out;
    -ms-transition:background 0.2s ease-in-out;
    transition:background 0.2s ease-in-out;
    z-index: 9;
}
#customprev {
    left:0px;
    background-position: 18px center;
    background-image: url('../images/left.png');
}
#customnext {
    right: 0px;
    background-position: 24px center;
    background-image: url('../images/right.png');
}
/* ================= SINGLE PAGE STRUCTURE ================== */
.ct-container {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
    margin: 0px auto 0px auto;
    overflow: hidden;
    padding: 20px;
}
.ct-container::after {
    content: '';
    display: table;
    clear: both;
}
#ct-intro {
    position: relative;
    height: 300px;
    margin: 60px 0px 0px 0px;
    z-index: 1;
    padding: 0px;
}
#ct-intro #ct-intro-background {
    height: 100%;
    width: 100%;
}
#ct-intro #ct-intro-tagline {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
#ct-intro h1 {
    text-transform: uppercase;
    padding: 20px 40px 22px 40px;
    text-align: center;
    display: inline-block;
    margin: 0px;
    font-size: 46px;
    min-width: 300px;
}
#ct-intro p {
    text-align: center;
    display: block;
    margin: 0px !important;
    font-size: 18px;
}
#ct-intro p span{
    padding: 12px 20px 12px 46px;
    display: inline-block;
    background-image: url('../images/date.png');
    background-position: 20px 17px;
    background-repeat: no-repeat;
}
.ct-content {
    position: relative;
    z-index: 2;
}
/* ================= SLIDING PANEL ================== */
.overflow-hidden {
    overflow: hidden !important;
}
#dv-overlay {
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden !important;
    opacity: 0.7;
}
.dv-panel {
    display: none;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    width: 1024px;
}
.page-title {
    padding: 30px 40px;
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.page-title h1{
    margin: 0px !important;
}
#main-menu-panel {
    width: 400px;
}
.dv-panel p:last-child {
    margin-bottom: 0px;
}
.dv-panel-inner {
    margin: 0px !important;
    padding: 20px;
    position: relative;
}
#main-menu-panel .dv-panel-inner {
    padding: 40px;
}
.dv-panel-inner hr {
    clear:both;
    height:1px;
    border:none;
    outline:none;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom:20px !important;
    margin-top:20px !important;
}
#main-menu-panel .dv-panel-inner hr {
    margin-bottom:40px !important;
    margin-top:40px !important;
}
.close-dv-panel-bt {
    z-index: 99999999999;
    position:fixed;
    right: 10px;
    top: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    background-image: url('../images/close2.png');
    background-repeat: no-repeat;
    background-position: center center;
}
/* ================= MENU SIDEBAR ================== */
#mainmenu {
    margin: 0px;
    line-height: 1;
}
#mainmenu ul {
    margin: -12px 0px -12px 0px;
    padding: 0px;
}
#mainmenu ul li {
    margin:0px;
    padding: 0px;
    border:none !important;
}
#mainmenu ul li a {
    position: relative;
    display: inline-block;
    padding: 0px;
    outline: none;
    text-decoration: none;
    font-size: 24px;
    width: auto;
    margin: 12px 0px 12px 0px;
    -webkit-transition:color 0.2s ease-in-out;
    -moz-transition:color 0.2s ease-in-out;
    -o-transition:color 0.2s ease-in-out;
    -ms-transition:color 0.2s ease-in-out;
}
#mainmenu ul li a:hover,
#mainmenu ul li a:focus {
    outline: none;
}
#mainmenu ul ul {
    display: none;
    margin: 12px 0px;
    padding-left: 10px;
}
#mainmenu ul ul li a {
    font-size:18px;
}
#mainmenu ul ul li {
    margin-bottom: 0px;
}
#mainmenu ul > li > a.has-sub,#mainmenu ul > li > a.has-sub2 {
    background-position: 100% 75%;
    background-repeat:no-repeat;
    padding-right: 30px;
}
#mainmenu ul > li > a.has-sub {
    background-image: url('../images/down.png');
}
#mainmenu ul > li > a.has-sub2 {
    background-image: url('../images/up.png');
}
.recentposts {
    list-style:none;
    padding:0px 0px 10px 0px;
    margin: 0;
}
.recentposts li {
    padding-top:10px;
    margin-top:10px;
}
.recentposts li a {
    text-decoration:none;
    padding-left: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.recentposts li a:hover {
    text-decoration:none;
}
.tags-container {
    position: relative;
    display: inline-block;
}
.tags {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 7px 5px 7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.tags:hover {
    text-decoration: none;
}
/* ================= FLICKR  ================== */
 .flickr-box {
    margin: 0px 0px -5px 0px;
    padding: 0px;
    overflow: hidden;
    width: 105%;
    position: relative;
}
.flickr-box li {
    list-style:none;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    padding:0px;
    height:75px;
    background-image:none !important;
    display: inline-block;
}
.flickr-box li:last-child {
    margin-right:0px;
}
.flickr-box li {
    border:none !important;
}
.flickr-box li a {
    outline: none !important;
}
.flickr-box li img {
    display:block;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
    width: 75px;
    height: auto;
    opacity:0.7;
    cursor: pointer;
}
.flickr-box li img:hover {
    opacity:1;
}
/* ================= SOCIAL ICONS ================== */
.social-icons {
    position: relative;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 60px;
    float: right;
}
.social-icons li {
    float: left;
    text-align: right;
    display: block;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    line-height: 40px;
}
.social-icons li img {
    width: 18px;
    height: auto;
    opacity: 0.5;
    vertical-align: bottom;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.social-icons li img:hover {
    opacity: 1;
}
/* ================= FORMS ================== */
.form-box {
    margin-top: 40px;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea {
    width: 100%;
    display: block;
    margin: 0px 0px 40px 0px;
    padding: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    word-spacing: 0.1em;
    letter-spacing: 0.01em;
}
.comment-form input {
    max-width: 640px;
}
input[type="text"].oversize,
input[type="email"].oversize,
input[type="number"].oversize,
input[type="date"].oversize {
    padding: 4px 5px
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus,
input[type="password"]:focus {
    outline: none !important;
}
input[type="submit"] {
    margin-top: 15px;
}
textarea {
    height: 140px;
    margin-bottom: 25px !important;
}
.button,.readmore-button {
    width: auto;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin: 0px;
    outline: none;
    padding: 15px 20px 15px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    word-spacing: 0.1em;
    letter-spacing: 0.01em;
}
.searchbox .button {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 50px;
}
.searchbox {
    width: 100% !important;
    display: inline-block;
    position: relative;
}
.searchbox input[type="text"].searchtext {
    width: 70% !important;
    float: left;
    margin: 0px;
    border-right: none !important;
    height: 50px;
}
.searchbox .button {
    width: 30% !important;
    float: right;
    position: absolute;
    top: 0;
    margin: 0px;
}
.readmore-button{
    display: block;
}
/* ================= TABS ================== */
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
.resp-tabs-list li {
    font-size: 18px;
    display: inline-block;
    padding: 20px;
    margin: 0px;
    list-style: none;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top:3px solid transparent;
}
.resp-tabs-container {
    padding: 0px;
    clear: left;
}
.resp-tab-content {
    display: none;
}
.resp-tab-content img{
    max-width: 100%;
    height: auto;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
    border: none;
    padding: 40px;
}
/*-----------Vertical tabs-----------*/
 .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
    border-bottom: none;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 20px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    border-top: none !important;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 70%;
    clear: none;
}
.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    padding: 20px !important;
    border-top: none !important;
}
h2.resp-tab-active {
    margin-bottom: 0px !important;
    padding: 20px !important;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
}
/*-----------Accordion styles-----------*/
h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 18px;
    margin: 0px;
    padding: 20px;
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-jfit {
    width: 100%;
    margin: 0px;
}
.resp-tab-content-active {
    display: block;
}
/* ================= TESTIMONIALS ================== */
.dots .owl-controls .owl-nav {
    display: none !important;
}
#testimonials {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.testimonial .testimonial-text {
    margin-bottom: 0px;
    width: 100%;
    padding: 25px;
    position: relative;
    font-style: italic;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
}
.testimonial-image {
    width: 100%;
    margin-top: 25px;
}
.testimonial img {
    width: 100%;
    max-width: 85px;
    height: auto;
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.testimonial .testimonial-text:after, .testimonial .testimonial-text:before {
	top: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.testimonial .testimonial-text:after {
	border-width: 10px;
	margin-left: 2px;
}
.testimonial .testimonial-text:before {
	border-width: 14px;
	margin-left: -2px;
}
.testimonial-name {
    padding-top: 20px;
    margin-bottom: 5px;
    margin-top: 0px;
    line-height: 1;
}
/* ================= OUR TEAM ================== */

.our-team {
    position: relative;
    overflow: hidden;
}
.our-team h5 {
    margin-bottom: 20px;
    margin-top: 5px;
}
.our-team .button {
    display: block;
}
.our-team > img {
    width: 100%;
    padding: 0;
}
.our-team > figcaption {
    width: 100%;
    height: 100%;
}
.our-team > figcaption div {
    padding: 25px;
    height: 100%;
    text-align: center;
}
.our-team > figcaption p {
    margin-bottom: 25px;
}
/* ================= FLEX IMAGE ================== */
.caption-image {
    position:relative;
    margin-bottom:80px;
    margin-top: 0px;
}
.caption-image img {
    width:100%;
    height:auto;
    vertical-align: bottom;
    border-bottom: none !important;
}
.caption-image figcaption {
    position: absolute;
    bottom: -50px;
    left:0;
    width:100%;
    text-align:center;
    height: 50px;
    line-height: 50px;
}
/* ================= RESPONSIVE IFRAME ================== */
.flex-video.hide {
    display: none;
}
.flex-video {
    position:relative;
    padding-bottom:67.5%;
    height:0;
    overflow:hidden;
    margin-bottom:25px;
}
.flex-video.widescreen {
    padding-bottom:37.25%;
    margin-bottom:0px;
}
.flex-video.vimeo {
    padding-top:0
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    outline:none;
    border:none;
}
#google-map {
    width: 100%;
    height: 450px;
    margin: 0px;
    padding: 0px;
}
.marker-title {
    padding: 20px;
}
.marker-title p{
    font-size: 14px;
}
/* ================= ACCORDION  ================== */
#accordion-container {
	padding: 0px;
	margin: 30px 0px 30px 0px;
	width: 100%;
	position: relative;
}
.accordion-header {
	margin: 0px;
	padding: 20px 20px 20px 0px;
	cursor: pointer;
    -webkit-transition:color 0.2s ease-in-out;
    -moz-transition:color 0.2s ease-in-out;
    -o-transition:color 0.2s ease-in-out;
    -ms-transition:color 0.2s ease-in-out;
    transition:color 0.2s ease-in-out;
    font-size: 16px;
}
.active-header {
	background: url(../images/minus.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}
.inactive-header {
	background: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}
.inactive-header:hover {
	background: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}
.accordion-content {
	display: none;
	padding: 30px 0px 30px 0px;
	width: 100%;
}
/* ================= INFO BOX ================== */
.ct-message {
    background-size: 40px 40px;
    width: 100%;
    padding: 40px;
    margin-bottom:40px;
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    -o-animation: animate-bg 5s linear infinite;
    animation: animate-bg 5s linear infinite;
    position:relative;
}
.ct-message-close {
    position:absolute;
    width:25px;
    height:25px;
    right:5px;
    top:5px;
    cursor:pointer;
    background-image:url('../images/close-s.png');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-transition:opacity 0.2s ease-in-out;
    -moz-transition:opacity 0.2s ease-in-out;
    -o-transition:opacity 0.2s ease-in-out;
    -ms-transition:opacity 0.2s ease-in-out;
    transition:opacity 0.2s ease-in-out;
    opacity: 0.3;
}
.ct-message-close:hover {
    opacity:1;
}
.ct-message p {
    margin: 0;
}
@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -80px 0;
    }
}
@-webkit-keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -80px 0;
    }
}
@-moz-keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -80px 0;
    }
}
@-o-keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -80px 0;
    }
}
/* ================= PROJECT GALLERY ================== */
.project-photo {
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url('../images/zoom.png');
    outline: none !important;
    display: block;
}
.project-photo img {
    -webkit-transition:opacity 0.4s ease-in-out;
    -moz-transition:opacity 0.4s ease-in-out;
    -o-transition:opacity 0.4s ease-in-out;
    -ms-transition:opacity 0.4s ease-in-out;
    transition:opacity 0.4s ease-in-out;
    opacity: 1;
    cursor: pointer;
}
.project-photo:hover img {
    opacity: 0.1;
}
/* ================= BLOG ================== */
.blogcontainer {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0px 0px 40px 0px;
    padding: 0;
    vertical-align: bottom;
}
.blogcontainer:last-child {
    margin-bottom: 0px;
}
.blogcontainer h4{
    margin-bottom: 15px;
}
.blogcontainer p {
    margin-bottom: 25px;
}
.blogcontainer hr {
    clear:both;
    height:1px;
    border:none;
    outline:none;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom:30px !important;
    margin-top:30px !important;
}
.blogcontainer p.postdate {
    line-height: 1;
    font-style: italic;
    margin: 0px;
}
.blogcontainer .button{
    margin: 0px;
}
.postcontent {
    float: right;
    width: 61.8%;
    padding: 30px;
    position: relative;
}
.blogimage {
    position: absolute;
    left:0;
    top:0;
    width: 38.2%;
    height: 100%;
    vertical-align: bottom;
    background-image: url('../images/loading2.gif');
    background-position: center center;
    background-repeat: no-repeat;
}
.largeimg .postcontent {
    width: 40%;
}
.largeimg .blogimage {
    width: 60%;
}
.blogimage a{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition:opacity 0.4s ease-in-out;
    -moz-transition:opacity 0.4s ease-in-out;
    -o-transition:opacity 0.4s ease-in-out;
    -ms-transition:opacity 0.4s ease-in-out;
    transition:opacity 0.4s ease-in-out;
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url('../images/link.png');
    vertical-align: bottom;
}
.blogimage a:hover{
    opacity: 0.9;
}
.blogpager {
    width:100%;
    position:relative;
    display:inline-block;
    vertical-align:bottom;
    margin: 0px;
}
.blogpager .button {
    margin: 0px !important;
}
.previous {
    float:left;
    width:50%;
    padding:0px;
}
.next {
    float:right;
    width:50%;
    text-align:right;
    padding:0px;
}
.view-all .button{
    display: block;
}
/* ================= COMMENTS ================== */
.comments_block {
    margin-bottom: -40px;
}
.comments {
    margin-top:30px;
    margin-bottom:0px;
}
.comments p {
    margin-bottom:40px !important;
}
.comments .meta {
    margin-bottom:10px !important;
}
.comments_content {
    padding-top:10px;
    position:relative;
}
.reply {
    padding-left:60px;
}
.reply_icon {
    width:31px;
    height:33px;
    background-image:url(../images/reply.png);
    position:absolute;
    display:none;
    top:-22px;
    left:-45px;
    background-repeat:no-repeat;
}
.comments.reply .reply_icon {
    display:block !important;
}
.comment-form {
    margin-top: 35px;
}
/* ================= FOOTER ================== */
#footer {
    height: auto;
    margin: 0px auto;
    width: 100%;
    padding: 0px;
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
    z-index: 2;
}
#footer-widgets {
    padding: 40px 20px;
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
#footer-widgets p {
    margin-bottom: 24px;
}
#footer-widgets p:last-child {
    margin-bottom: 0px;
}
#footer-widgets p,
.footer-widget .footer-list li a {
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
}
.footer-widget .footer-list li a:hover {
    opacity: 1;
}
.footer-widget .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
.footer-widget .footer-list li {
    padding-left: 0px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
#footer-widgets > .footer-widget .footer-list li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.footer-widget .footer-list li a:hover {
    text-decoration: none;
}
.footer-info {
    position: relative;
    width: 100%;
    vertical-align: bottom;
    margin: 0px auto;
}
.credits {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    padding: 20px 40px;
    line-height: 1;
    display: block;
}
.credits-copyright {
    opacity: 0.5;
}
.credits .credits-right {
    position: absolute;
    top:0px;
    right: 40px;
    background-image: url('../images/gototop.png');
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0.5;
    line-height: 56px;
    display: inline-block;
    cursor: pointer;
    padding-right: 20px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
}
.credits .credits-right:hover{
    opacity: 1;
}
#footer .tags {
    opacity: 0.5;
}
#footer .tags:hover {
    opacity:1;
}